@kubevirt-ui-ext/kubevirt-api 2.0.0 → 2.1.1
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 +3 -1
- package/dist/containerized-data-importer/index.d.ts +3 -1
- package/dist/kubernetes/index.d.cts +3 -1
- package/dist/kubernetes/index.d.ts +3 -1
- package/dist/kubevirt/index.d.cts +3 -1
- package/dist/kubevirt/index.d.ts +3 -1
- package/package.json +1 -1
|
@@ -459,7 +459,9 @@ type V1Duration = string;
|
|
|
459
459
|
*
|
|
460
460
|
* The exact format is defined in sigs.k8s.io/structured-merge-diff
|
|
461
461
|
*/
|
|
462
|
-
|
|
462
|
+
interface V1FieldsV1 {
|
|
463
|
+
[field: string]: V1FieldsV1 | Record<string, never>;
|
|
464
|
+
}
|
|
463
465
|
|
|
464
466
|
/** ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}. */
|
|
465
467
|
interface V1ListMeta {
|
|
@@ -459,7 +459,9 @@ type V1Duration = string;
|
|
|
459
459
|
*
|
|
460
460
|
* The exact format is defined in sigs.k8s.io/structured-merge-diff
|
|
461
461
|
*/
|
|
462
|
-
|
|
462
|
+
interface V1FieldsV1 {
|
|
463
|
+
[field: string]: V1FieldsV1 | Record<string, never>;
|
|
464
|
+
}
|
|
463
465
|
|
|
464
466
|
/** ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}. */
|
|
465
467
|
interface V1ListMeta {
|
|
@@ -307,7 +307,9 @@ interface IoK8sApiAdmissionregistrationV1MutatingWebhook {
|
|
|
307
307
|
*
|
|
308
308
|
* The exact format is defined in sigs.k8s.io/structured-merge-diff
|
|
309
309
|
*/
|
|
310
|
-
|
|
310
|
+
interface IoK8sApimachineryPkgApisMetaV1FieldsV1 {
|
|
311
|
+
[field: string]: IoK8sApimachineryPkgApisMetaV1FieldsV1 | Record<string, never>;
|
|
312
|
+
}
|
|
311
313
|
|
|
312
314
|
/**
|
|
313
315
|
* 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,9 @@ interface IoK8sApiAdmissionregistrationV1MutatingWebhook {
|
|
|
307
307
|
*
|
|
308
308
|
* The exact format is defined in sigs.k8s.io/structured-merge-diff
|
|
309
309
|
*/
|
|
310
|
-
|
|
310
|
+
interface IoK8sApimachineryPkgApisMetaV1FieldsV1 {
|
|
311
|
+
[field: string]: IoK8sApimachineryPkgApisMetaV1FieldsV1 | Record<string, never>;
|
|
312
|
+
}
|
|
311
313
|
|
|
312
314
|
/**
|
|
313
315
|
* 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,9 @@ type K8sIoApimachineryPkgApisMetaV1Duration = string;
|
|
|
762
762
|
*
|
|
763
763
|
* The exact format is defined in sigs.k8s.io/structured-merge-diff
|
|
764
764
|
*/
|
|
765
|
-
|
|
765
|
+
interface K8sIoApimachineryPkgApisMetaV1FieldsV1 {
|
|
766
|
+
[field: string]: K8sIoApimachineryPkgApisMetaV1FieldsV1 | Record<string, never>;
|
|
767
|
+
}
|
|
766
768
|
|
|
767
769
|
/** ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}. */
|
|
768
770
|
interface K8sIoApimachineryPkgApisMetaV1ListMeta {
|
package/dist/kubevirt/index.d.ts
CHANGED
|
@@ -762,7 +762,9 @@ type K8sIoApimachineryPkgApisMetaV1Duration = string;
|
|
|
762
762
|
*
|
|
763
763
|
* The exact format is defined in sigs.k8s.io/structured-merge-diff
|
|
764
764
|
*/
|
|
765
|
-
|
|
765
|
+
interface K8sIoApimachineryPkgApisMetaV1FieldsV1 {
|
|
766
|
+
[field: string]: K8sIoApimachineryPkgApisMetaV1FieldsV1 | Record<string, never>;
|
|
767
|
+
}
|
|
766
768
|
|
|
767
769
|
/** ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}. */
|
|
768
770
|
interface K8sIoApimachineryPkgApisMetaV1ListMeta {
|