@kubevirt-ui-ext/kubevirt-api 2.0.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/containerized-data-importer/index.d.cts +1 -1
- package/dist/containerized-data-importer/index.d.ts +1 -1
- package/dist/kubernetes/index.d.cts +1 -1
- package/dist/kubernetes/index.d.ts +1 -1
- package/dist/kubevirt/index.d.cts +1 -1
- package/dist/kubevirt/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -459,7 +459,7 @@ type V1Duration = string;
|
|
|
459
459
|
*
|
|
460
460
|
* The exact format is defined in sigs.k8s.io/structured-merge-diff
|
|
461
461
|
*/
|
|
462
|
-
type V1FieldsV1 =
|
|
462
|
+
type V1FieldsV1 = Record<string, unknown>;
|
|
463
463
|
|
|
464
464
|
/** ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}. */
|
|
465
465
|
interface V1ListMeta {
|
|
@@ -459,7 +459,7 @@ type V1Duration = string;
|
|
|
459
459
|
*
|
|
460
460
|
* The exact format is defined in sigs.k8s.io/structured-merge-diff
|
|
461
461
|
*/
|
|
462
|
-
type V1FieldsV1 =
|
|
462
|
+
type V1FieldsV1 = Record<string, unknown>;
|
|
463
463
|
|
|
464
464
|
/** ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}. */
|
|
465
465
|
interface V1ListMeta {
|
|
@@ -307,7 +307,7 @@ interface IoK8sApiAdmissionregistrationV1MutatingWebhook {
|
|
|
307
307
|
*
|
|
308
308
|
* The exact format is defined in sigs.k8s.io/structured-merge-diff
|
|
309
309
|
*/
|
|
310
|
-
type IoK8sApimachineryPkgApisMetaV1FieldsV1 =
|
|
310
|
+
type IoK8sApimachineryPkgApisMetaV1FieldsV1 = Record<string, unknown>;
|
|
311
311
|
|
|
312
312
|
/**
|
|
313
313
|
* Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
|
|
@@ -307,7 +307,7 @@ interface IoK8sApiAdmissionregistrationV1MutatingWebhook {
|
|
|
307
307
|
*
|
|
308
308
|
* The exact format is defined in sigs.k8s.io/structured-merge-diff
|
|
309
309
|
*/
|
|
310
|
-
type IoK8sApimachineryPkgApisMetaV1FieldsV1 =
|
|
310
|
+
type IoK8sApimachineryPkgApisMetaV1FieldsV1 = Record<string, unknown>;
|
|
311
311
|
|
|
312
312
|
/**
|
|
313
313
|
* Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
|
|
@@ -762,7 +762,7 @@ type K8sIoApimachineryPkgApisMetaV1Duration = string;
|
|
|
762
762
|
*
|
|
763
763
|
* The exact format is defined in sigs.k8s.io/structured-merge-diff
|
|
764
764
|
*/
|
|
765
|
-
type K8sIoApimachineryPkgApisMetaV1FieldsV1 =
|
|
765
|
+
type K8sIoApimachineryPkgApisMetaV1FieldsV1 = Record<string, unknown>;
|
|
766
766
|
|
|
767
767
|
/** ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}. */
|
|
768
768
|
interface K8sIoApimachineryPkgApisMetaV1ListMeta {
|
package/dist/kubevirt/index.d.ts
CHANGED
|
@@ -762,7 +762,7 @@ type K8sIoApimachineryPkgApisMetaV1Duration = string;
|
|
|
762
762
|
*
|
|
763
763
|
* The exact format is defined in sigs.k8s.io/structured-merge-diff
|
|
764
764
|
*/
|
|
765
|
-
type K8sIoApimachineryPkgApisMetaV1FieldsV1 =
|
|
765
|
+
type K8sIoApimachineryPkgApisMetaV1FieldsV1 = Record<string, unknown>;
|
|
766
766
|
|
|
767
767
|
/** ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}. */
|
|
768
768
|
interface K8sIoApimachineryPkgApisMetaV1ListMeta {
|