kube_schema 1.3.9 → 1.4.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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/bin/copy-schemas-over +2 -0
- data/bin/create-kubevirt-x-values +54 -0
- data/examples/sub_specs.rb +412 -0
- data/lib/kube/schema/instance.rb +106 -0
- data/lib/kube/schema/resource.rb +2 -0
- data/lib/kube/schema/sub_spec.rb +485 -0
- data/lib/kube/schema/version.rb +1 -1
- data/lib/kube/schema.rb +1 -0
- data/schemas/kubevirt-definitions.json +143 -143
- metadata +4 -1
|
@@ -264,11 +264,11 @@
|
|
|
264
264
|
"properties": {
|
|
265
265
|
"duration": {
|
|
266
266
|
"description": "The requested 'duration' (i.e. lifetime) of the Certificate.",
|
|
267
|
-
"$ref": "#/definitions/k8s.
|
|
267
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Duration"
|
|
268
268
|
},
|
|
269
269
|
"renewBefore": {
|
|
270
270
|
"description": "The amount of time before the currently issued certificate's \"notAfter\" time that we will begin to attempt to renew the certificate.",
|
|
271
|
-
"$ref": "#/definitions/k8s.
|
|
271
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Duration"
|
|
272
272
|
}
|
|
273
273
|
}
|
|
274
274
|
},
|
|
@@ -277,11 +277,11 @@
|
|
|
277
277
|
"properties": {
|
|
278
278
|
"namespaceLabelSelector": {
|
|
279
279
|
"description": "NamespaceSelector will enable changedBlockTracking on all VMs running inside namespaces that match the label selector.",
|
|
280
|
-
"$ref": "#/definitions/k8s.
|
|
280
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
|
|
281
281
|
},
|
|
282
282
|
"virtualMachineLabelSelector": {
|
|
283
283
|
"description": "VirtualMachineSelector will enable changedBlockTracking on all VMs that match the label selector.",
|
|
284
|
-
"$ref": "#/definitions/k8s.
|
|
284
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
|
|
285
285
|
}
|
|
286
286
|
}
|
|
287
287
|
},
|
|
@@ -385,11 +385,11 @@
|
|
|
385
385
|
},
|
|
386
386
|
"networkDataSecretRef": {
|
|
387
387
|
"description": "NetworkDataSecretRef references a k8s secret that contains config drive networkdata.",
|
|
388
|
-
"$ref": "#/definitions/k8s.
|
|
388
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference"
|
|
389
389
|
},
|
|
390
390
|
"secretRef": {
|
|
391
391
|
"description": "UserDataSecretRef references a k8s secret that contains config drive userdata.",
|
|
392
|
-
"$ref": "#/definitions/k8s.
|
|
392
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference"
|
|
393
393
|
},
|
|
394
394
|
"userData": {
|
|
395
395
|
"description": "UserData contains config drive inline cloud-init userdata.",
|
|
@@ -415,11 +415,11 @@
|
|
|
415
415
|
},
|
|
416
416
|
"networkDataSecretRef": {
|
|
417
417
|
"description": "NetworkDataSecretRef references a k8s secret that contains NoCloud networkdata.",
|
|
418
|
-
"$ref": "#/definitions/k8s.
|
|
418
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference"
|
|
419
419
|
},
|
|
420
420
|
"secretRef": {
|
|
421
421
|
"description": "UserDataSecretRef references a k8s secret that contains NoCloud userdata.",
|
|
422
|
-
"$ref": "#/definitions/k8s.
|
|
422
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference"
|
|
423
423
|
},
|
|
424
424
|
"userData": {
|
|
425
425
|
"description": "UserData contains NoCloud inline cloud-init userdata.",
|
|
@@ -751,7 +751,7 @@
|
|
|
751
751
|
},
|
|
752
752
|
"metadata": {
|
|
753
753
|
"default": {},
|
|
754
|
-
"$ref": "#/definitions/k8s.
|
|
754
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
755
755
|
},
|
|
756
756
|
"spec": {
|
|
757
757
|
"description": "DataVolumeSpec contains the DataVolume specification.",
|
|
@@ -1100,7 +1100,7 @@
|
|
|
1100
1100
|
],
|
|
1101
1101
|
"properties": {
|
|
1102
1102
|
"memoryLimit": {
|
|
1103
|
-
"$ref": "#/definitions/k8s.
|
|
1103
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
1104
1104
|
}
|
|
1105
1105
|
}
|
|
1106
1106
|
},
|
|
@@ -1114,11 +1114,11 @@
|
|
|
1114
1114
|
},
|
|
1115
1115
|
"endTimestamp": {
|
|
1116
1116
|
"description": "EndTimestamp is the time when the memory dump completed",
|
|
1117
|
-
"$ref": "#/definitions/k8s.
|
|
1117
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
1118
1118
|
},
|
|
1119
1119
|
"startTimestamp": {
|
|
1120
1120
|
"description": "StartTimestamp is the time when the memory dump started",
|
|
1121
|
-
"$ref": "#/definitions/k8s.
|
|
1121
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
1122
1122
|
},
|
|
1123
1123
|
"targetFileName": {
|
|
1124
1124
|
"description": "TargetFileName is the name of the memory dump output",
|
|
@@ -1197,7 +1197,7 @@
|
|
|
1197
1197
|
"type": "array",
|
|
1198
1198
|
"items": {
|
|
1199
1199
|
"default": {},
|
|
1200
|
-
"$ref": "#/definitions/k8s.
|
|
1200
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.DownwardAPIVolumeFile"
|
|
1201
1201
|
}
|
|
1202
1202
|
},
|
|
1203
1203
|
"volumeLabel": {
|
|
@@ -1236,7 +1236,7 @@
|
|
|
1236
1236
|
"properties": {
|
|
1237
1237
|
"capacity": {
|
|
1238
1238
|
"description": "Capacity of the sparse disk.",
|
|
1239
|
-
"$ref": "#/definitions/k8s.
|
|
1239
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
1240
1240
|
}
|
|
1241
1241
|
}
|
|
1242
1242
|
},
|
|
@@ -1245,7 +1245,7 @@
|
|
|
1245
1245
|
"properties": {
|
|
1246
1246
|
"persistentVolumeClaim": {
|
|
1247
1247
|
"description": "PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. Directly attached to the vmi via qemu. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims",
|
|
1248
|
-
"$ref": "#/definitions/k8s.
|
|
1248
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimVolumeSource"
|
|
1249
1249
|
}
|
|
1250
1250
|
}
|
|
1251
1251
|
},
|
|
@@ -1515,7 +1515,7 @@
|
|
|
1515
1515
|
],
|
|
1516
1516
|
"properties": {
|
|
1517
1517
|
"unfreezeTimeout": {
|
|
1518
|
-
"$ref": "#/definitions/k8s.
|
|
1518
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Duration"
|
|
1519
1519
|
}
|
|
1520
1520
|
}
|
|
1521
1521
|
},
|
|
@@ -1663,7 +1663,7 @@
|
|
|
1663
1663
|
"properties": {
|
|
1664
1664
|
"capacity": {
|
|
1665
1665
|
"description": "Capacity of the sparse disk",
|
|
1666
|
-
"$ref": "#/definitions/k8s.
|
|
1666
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
1667
1667
|
},
|
|
1668
1668
|
"path": {
|
|
1669
1669
|
"description": "The path to HostDisk image located on the cluster",
|
|
@@ -1993,7 +1993,7 @@
|
|
|
1993
1993
|
"properties": {
|
|
1994
1994
|
"nodeLabelSelector": {
|
|
1995
1995
|
"description": "NodeLabelSelector is a selector that filters in which nodes the KSM will be enabled. Empty NodeLabelSelector will enable ksm for every node.",
|
|
1996
|
-
"$ref": "#/definitions/k8s.
|
|
1996
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
|
|
1997
1997
|
}
|
|
1998
1998
|
}
|
|
1999
1999
|
},
|
|
@@ -2097,7 +2097,7 @@
|
|
|
2097
2097
|
},
|
|
2098
2098
|
"metadata": {
|
|
2099
2099
|
"default": {},
|
|
2100
|
-
"$ref": "#/definitions/k8s.
|
|
2100
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
2101
2101
|
},
|
|
2102
2102
|
"spec": {
|
|
2103
2103
|
"default": {},
|
|
@@ -2176,7 +2176,7 @@
|
|
|
2176
2176
|
},
|
|
2177
2177
|
"autoCPULimitNamespaceLabelSelector": {
|
|
2178
2178
|
"description": "When set, AutoCPULimitNamespaceLabelSelector will set a CPU limit on virt-launcher for VMIs running inside namespaces that match the label selector. The CPU limit will equal the number of requested vCPUs. This setting does not apply to VMIs with dedicated CPUs.",
|
|
2179
|
-
"$ref": "#/definitions/k8s.
|
|
2179
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
|
|
2180
2180
|
},
|
|
2181
2181
|
"changedBlockTrackingLabelSelectors": {
|
|
2182
2182
|
"description": "ChangedBlockTrackingLabelSelectors defines label selectors. VMs matching these selectors will have changed block tracking enabled. Enabling changedBlockTracking is mandatory for performing storage-agnostic backups and incremental backups.",
|
|
@@ -2197,7 +2197,7 @@
|
|
|
2197
2197
|
"type": "string"
|
|
2198
2198
|
},
|
|
2199
2199
|
"cpuRequest": {
|
|
2200
|
-
"$ref": "#/definitions/k8s.
|
|
2200
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
2201
2201
|
},
|
|
2202
2202
|
"defaultRuntimeClass": {
|
|
2203
2203
|
"type": "string"
|
|
@@ -2369,7 +2369,7 @@
|
|
|
2369
2369
|
},
|
|
2370
2370
|
"metadata": {
|
|
2371
2371
|
"default": {},
|
|
2372
|
-
"$ref": "#/definitions/k8s.
|
|
2372
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
2373
2373
|
}
|
|
2374
2374
|
}
|
|
2375
2375
|
},
|
|
@@ -2382,15 +2382,15 @@
|
|
|
2382
2382
|
},
|
|
2383
2383
|
"caOverlapInterval": {
|
|
2384
2384
|
"description": "Deprecated. Use CA.Duration and CA.RenewBefore instead",
|
|
2385
|
-
"$ref": "#/definitions/k8s.
|
|
2385
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Duration"
|
|
2386
2386
|
},
|
|
2387
2387
|
"caRotateInterval": {
|
|
2388
2388
|
"description": "Deprecated. Use CA.Duration instead",
|
|
2389
|
-
"$ref": "#/definitions/k8s.
|
|
2389
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Duration"
|
|
2390
2390
|
},
|
|
2391
2391
|
"certRotateInterval": {
|
|
2392
2392
|
"description": "Deprecated. Use Server.Duration instead",
|
|
2393
|
-
"$ref": "#/definitions/k8s.
|
|
2393
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Duration"
|
|
2394
2394
|
},
|
|
2395
2395
|
"server": {
|
|
2396
2396
|
"description": "Server configuration Certs are rotated and discarded",
|
|
@@ -2428,7 +2428,7 @@
|
|
|
2428
2428
|
"type": "array",
|
|
2429
2429
|
"items": {
|
|
2430
2430
|
"default": {},
|
|
2431
|
-
"$ref": "#/definitions/k8s.
|
|
2431
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference"
|
|
2432
2432
|
},
|
|
2433
2433
|
"x-kubernetes-list-type": "atomic"
|
|
2434
2434
|
},
|
|
@@ -2564,7 +2564,7 @@
|
|
|
2564
2564
|
"properties": {
|
|
2565
2565
|
"batchEvictionInterval": {
|
|
2566
2566
|
"description": "BatchEvictionInterval Represents the interval to wait before issuing the next batch of shutdowns\n\nDefaults to 1 minute",
|
|
2567
|
-
"$ref": "#/definitions/k8s.
|
|
2567
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Duration"
|
|
2568
2568
|
},
|
|
2569
2569
|
"batchEvictionSize": {
|
|
2570
2570
|
"description": "BatchEvictionSize Represents the number of VMIs that can be forced updated per the BatchShutdownInteral interval\n\nDefaults to 10",
|
|
@@ -2609,7 +2609,7 @@
|
|
|
2609
2609
|
},
|
|
2610
2610
|
"maxGuest": {
|
|
2611
2611
|
"description": "MaxGuest defines the maximum amount memory that can be allocated to the guest using hotplug.",
|
|
2612
|
-
"$ref": "#/definitions/k8s.
|
|
2612
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
2613
2613
|
},
|
|
2614
2614
|
"maxHotplugRatio": {
|
|
2615
2615
|
"description": "MaxHotplugRatio is the ratio used to define the max amount of a hotplug resource that can be made available to a VM when the specific Max* setting is not defined (MaxCpuSockets, MaxGuest) Example: VM is configured with 512Mi of guest memory, if MaxGuest is not defined and MaxHotplugRatio is 2 then MaxGuest = 1Gi defaults to 4",
|
|
@@ -2746,7 +2746,7 @@
|
|
|
2746
2746
|
"properties": {
|
|
2747
2747
|
"guest": {
|
|
2748
2748
|
"description": "Guest allows to specifying the amount of memory which is visible inside the Guest OS. The Guest must lie between Requests and Limits from the resources section. Defaults to the requested memory in the resources section if not specified.",
|
|
2749
|
-
"$ref": "#/definitions/k8s.
|
|
2749
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
2750
2750
|
},
|
|
2751
2751
|
"hugepages": {
|
|
2752
2752
|
"description": "Hugepages allow to use hugepages for the VirtualMachineInstance instead of regular memory.",
|
|
@@ -2754,7 +2754,7 @@
|
|
|
2754
2754
|
},
|
|
2755
2755
|
"maxGuest": {
|
|
2756
2756
|
"description": "MaxGuest allows to specify the maximum amount of memory which is visible inside the Guest OS. The delta between MaxGuest and Guest is the amount of memory that can be hot(un)plugged.",
|
|
2757
|
-
"$ref": "#/definitions/k8s.
|
|
2757
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
2758
2758
|
},
|
|
2759
2759
|
"reservedOverhead": {
|
|
2760
2760
|
"description": "ReservedOverhead configures the memory overhead applied to a VM and its characteristics.",
|
|
@@ -2788,19 +2788,19 @@
|
|
|
2788
2788
|
"properties": {
|
|
2789
2789
|
"guestAtBoot": {
|
|
2790
2790
|
"description": "GuestAtBoot specifies with how much memory the VirtualMachine intiallly booted with.",
|
|
2791
|
-
"$ref": "#/definitions/k8s.
|
|
2791
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
2792
2792
|
},
|
|
2793
2793
|
"guestCurrent": {
|
|
2794
2794
|
"description": "GuestCurrent specifies how much memory is currently available for the VirtualMachine.",
|
|
2795
|
-
"$ref": "#/definitions/k8s.
|
|
2795
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
2796
2796
|
},
|
|
2797
2797
|
"guestRequested": {
|
|
2798
2798
|
"description": "GuestRequested specifies how much memory was requested (hotplug) for the VirtualMachine.",
|
|
2799
|
-
"$ref": "#/definitions/k8s.
|
|
2799
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
2800
2800
|
},
|
|
2801
2801
|
"memoryOverhead": {
|
|
2802
2802
|
"description": "MemoryOverhead specifies the memory overhead added by the virtualization infrastructure for the virt-launcher pod.",
|
|
2803
|
-
"$ref": "#/definitions/k8s.
|
|
2803
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
2804
2804
|
}
|
|
2805
2805
|
}
|
|
2806
2806
|
},
|
|
@@ -2853,7 +2853,7 @@
|
|
|
2853
2853
|
},
|
|
2854
2854
|
"bandwidthPerMigration": {
|
|
2855
2855
|
"description": "BandwidthPerMigration limits the amount of network bandwidth live migrations are allowed to use. The value is in quantity per second. Defaults to 0 (no limit)",
|
|
2856
|
-
"$ref": "#/definitions/k8s.
|
|
2856
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
2857
2857
|
},
|
|
2858
2858
|
"completionTimeoutPerGiB": {
|
|
2859
2859
|
"description": "CompletionTimeoutPerGiB is the maximum number of seconds per GiB a migration is allowed to take. If the timeout is reached, the migration will be either paused, switched to post-copy or cancelled depending on other settings. Defaults to 150",
|
|
@@ -3019,7 +3019,7 @@
|
|
|
3019
3019
|
"properties": {
|
|
3020
3020
|
"affinity": {
|
|
3021
3021
|
"description": "affinity enables pod affinity/anti-affinity placement expanding the types of constraints that can be expressed with nodeSelector. affinity is going to be applied to the relevant kind of pods in parallel with nodeSelector See https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity",
|
|
3022
|
-
"$ref": "#/definitions/k8s.
|
|
3022
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.Affinity"
|
|
3023
3023
|
},
|
|
3024
3024
|
"nodeSelector": {
|
|
3025
3025
|
"description": "nodeSelector is the node selector applied to the relevant kind of pods It specifies a map of key-value pairs: for the pod to be eligible to run on a node, the node must have each of the indicated key-value pairs as labels (it can have additional labels as well). See https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector",
|
|
@@ -3034,7 +3034,7 @@
|
|
|
3034
3034
|
"type": "array",
|
|
3035
3035
|
"items": {
|
|
3036
3036
|
"default": {},
|
|
3037
|
-
"$ref": "#/definitions/k8s.
|
|
3037
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.Toleration"
|
|
3038
3038
|
}
|
|
3039
3039
|
}
|
|
3040
3040
|
}
|
|
@@ -3071,7 +3071,7 @@
|
|
|
3071
3071
|
},
|
|
3072
3072
|
"objectReference": {
|
|
3073
3073
|
"default": {},
|
|
3074
|
-
"$ref": "#/definitions/k8s.
|
|
3074
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.TypedObjectReference"
|
|
3075
3075
|
},
|
|
3076
3076
|
"optional": {
|
|
3077
3077
|
"type": "boolean"
|
|
@@ -3088,7 +3088,7 @@
|
|
|
3088
3088
|
},
|
|
3089
3089
|
"labelSelector": {
|
|
3090
3090
|
"description": "LabelSelector is used to filter nodes in the graph based on their labels.",
|
|
3091
|
-
"$ref": "#/definitions/k8s.
|
|
3091
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
|
|
3092
3092
|
}
|
|
3093
3093
|
}
|
|
3094
3094
|
},
|
|
@@ -3214,7 +3214,7 @@
|
|
|
3214
3214
|
"description": "Capacity represents the capacity set on the corresponding PVC status",
|
|
3215
3215
|
"type": "object",
|
|
3216
3216
|
"additionalProperties": {
|
|
3217
|
-
"$ref": "#/definitions/k8s.
|
|
3217
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
3218
3218
|
}
|
|
3219
3219
|
},
|
|
3220
3220
|
"claimName": {
|
|
@@ -3233,7 +3233,7 @@
|
|
|
3233
3233
|
"description": "Requests represents the resources requested by the corresponding PVC spec",
|
|
3234
3234
|
"type": "object",
|
|
3235
3235
|
"additionalProperties": {
|
|
3236
|
-
"$ref": "#/definitions/k8s.
|
|
3236
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
3237
3237
|
}
|
|
3238
3238
|
},
|
|
3239
3239
|
"volumeMode": {
|
|
@@ -3352,7 +3352,7 @@
|
|
|
3352
3352
|
"properties": {
|
|
3353
3353
|
"exec": {
|
|
3354
3354
|
"description": "One and only one of the following should be specified. Exec specifies the action to take, it will be executed on the guest through the qemu-guest-agent. If the guest agent is not available, this probe will fail.",
|
|
3355
|
-
"$ref": "#/definitions/k8s.
|
|
3355
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.ExecAction"
|
|
3356
3356
|
},
|
|
3357
3357
|
"failureThreshold": {
|
|
3358
3358
|
"description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.",
|
|
@@ -3365,7 +3365,7 @@
|
|
|
3365
3365
|
},
|
|
3366
3366
|
"httpGet": {
|
|
3367
3367
|
"description": "HTTPGet specifies the http request to perform.",
|
|
3368
|
-
"$ref": "#/definitions/k8s.
|
|
3368
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.HTTPGetAction"
|
|
3369
3369
|
},
|
|
3370
3370
|
"initialDelaySeconds": {
|
|
3371
3371
|
"description": "Number of seconds after the VirtualMachineInstance has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes",
|
|
@@ -3384,7 +3384,7 @@
|
|
|
3384
3384
|
},
|
|
3385
3385
|
"tcpSocket": {
|
|
3386
3386
|
"description": "TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported",
|
|
3387
|
-
"$ref": "#/definitions/k8s.
|
|
3387
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.TCPSocketAction"
|
|
3388
3388
|
},
|
|
3389
3389
|
"timeoutSeconds": {
|
|
3390
3390
|
"description": "Number of seconds after which the probe times out. For exec probes the timeout fails the probe but does not terminate the command running on the guest. This means a blocking command can result in an increasing load on the guest. A small buffer will be added to the resulting workload exec probe to compensate for delays caused by the qemu guest exec mechanism. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes",
|
|
@@ -3496,7 +3496,7 @@
|
|
|
3496
3496
|
"properties": {
|
|
3497
3497
|
"addedOverhead": {
|
|
3498
3498
|
"description": "AddedOverhead determines the memory overhead that will be reserved for the VM. It increases the virt-launcher pod memory limit.",
|
|
3499
|
-
"$ref": "#/definitions/k8s.
|
|
3499
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
3500
3500
|
},
|
|
3501
3501
|
"memLock": {
|
|
3502
3502
|
"description": "RequiresLock determines whether the VM's and its overhead memory need to be locked or not. It is a common practice to enable this if vDPA, VFIO or any other specialized hardware that depends on DMA is being used by the VM. False - (Default) memory lock RLimits are not modified. True - Memory lock RLimits will be updated to consider VM memory\n size and memory overhead",
|
|
@@ -3511,7 +3511,7 @@
|
|
|
3511
3511
|
"description": "Limits describes the maximum amount of compute resources allowed. Valid resource keys are \"memory\" and \"cpu\".",
|
|
3512
3512
|
"type": "object",
|
|
3513
3513
|
"additionalProperties": {
|
|
3514
|
-
"$ref": "#/definitions/k8s.
|
|
3514
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
3515
3515
|
}
|
|
3516
3516
|
},
|
|
3517
3517
|
"overcommitGuestOverhead": {
|
|
@@ -3522,7 +3522,7 @@
|
|
|
3522
3522
|
"description": "Requests is a description of the initial vmi resources. Valid resource keys are \"memory\" and \"cpu\".",
|
|
3523
3523
|
"type": "object",
|
|
3524
3524
|
"additionalProperties": {
|
|
3525
|
-
"$ref": "#/definitions/k8s.
|
|
3525
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
3526
3526
|
}
|
|
3527
3527
|
}
|
|
3528
3528
|
}
|
|
@@ -3535,14 +3535,14 @@
|
|
|
3535
3535
|
"description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/",
|
|
3536
3536
|
"type": "object",
|
|
3537
3537
|
"additionalProperties": {
|
|
3538
|
-
"$ref": "#/definitions/k8s.
|
|
3538
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
3539
3539
|
}
|
|
3540
3540
|
},
|
|
3541
3541
|
"requests": {
|
|
3542
3542
|
"description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/",
|
|
3543
3543
|
"type": "object",
|
|
3544
3544
|
"additionalProperties": {
|
|
3545
|
-
"$ref": "#/definitions/k8s.
|
|
3545
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
3546
3546
|
}
|
|
3547
3547
|
}
|
|
3548
3548
|
}
|
|
@@ -3944,11 +3944,11 @@
|
|
|
3944
3944
|
"properties": {
|
|
3945
3945
|
"configMap": {
|
|
3946
3946
|
"description": "ConfigMap references a ConfigMap that contains Sysprep answer file named autounattend.xml that should be attached as disk of CDROM type.",
|
|
3947
|
-
"$ref": "#/definitions/k8s.
|
|
3947
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference"
|
|
3948
3948
|
},
|
|
3949
3949
|
"secret": {
|
|
3950
3950
|
"description": "Secret references a k8s Secret that contains Sysprep answer file named autounattend.xml that should be attached as disk of CDROM type.",
|
|
3951
|
-
"$ref": "#/definitions/k8s.
|
|
3951
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference"
|
|
3952
3952
|
}
|
|
3953
3953
|
}
|
|
3954
3954
|
},
|
|
@@ -4269,7 +4269,7 @@
|
|
|
4269
4269
|
},
|
|
4270
4270
|
"metadata": {
|
|
4271
4271
|
"default": {},
|
|
4272
|
-
"$ref": "#/definitions/k8s.
|
|
4272
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
4273
4273
|
},
|
|
4274
4274
|
"spec": {
|
|
4275
4275
|
"description": "Spec contains the specification of VirtualMachineInstance created",
|
|
@@ -4343,7 +4343,7 @@
|
|
|
4343
4343
|
},
|
|
4344
4344
|
"metadata": {
|
|
4345
4345
|
"default": {},
|
|
4346
|
-
"$ref": "#/definitions/k8s.
|
|
4346
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
4347
4347
|
},
|
|
4348
4348
|
"spec": {
|
|
4349
4349
|
"default": {},
|
|
@@ -4494,7 +4494,7 @@
|
|
|
4494
4494
|
},
|
|
4495
4495
|
"metadata": {
|
|
4496
4496
|
"default": {},
|
|
4497
|
-
"$ref": "#/definitions/k8s.
|
|
4497
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
4498
4498
|
}
|
|
4499
4499
|
}
|
|
4500
4500
|
},
|
|
@@ -4527,7 +4527,7 @@
|
|
|
4527
4527
|
"properties": {
|
|
4528
4528
|
"source": {
|
|
4529
4529
|
"default": {},
|
|
4530
|
-
"$ref": "#/definitions/k8s.
|
|
4530
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference"
|
|
4531
4531
|
},
|
|
4532
4532
|
"tokenSecretRef": {
|
|
4533
4533
|
"description": "TokenSecretRef is the name of the custom-defined secret that contains the token used by the export server pod",
|
|
@@ -4535,7 +4535,7 @@
|
|
|
4535
4535
|
},
|
|
4536
4536
|
"ttlDuration": {
|
|
4537
4537
|
"description": "ttlDuration limits the lifetime of an export If this field is set, after this duration has passed from counting from CreationTimestamp, the export is eligible to be automatically deleted. If this field is omitted, a reasonable default is applied.",
|
|
4538
|
-
"$ref": "#/definitions/k8s.
|
|
4538
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Duration"
|
|
4539
4539
|
}
|
|
4540
4540
|
}
|
|
4541
4541
|
},
|
|
@@ -4568,7 +4568,7 @@
|
|
|
4568
4568
|
},
|
|
4569
4569
|
"ttlExpirationTime": {
|
|
4570
4570
|
"description": "The time at which the VM Export will be completely removed according to specified TTL Formula is CreationTimestamp + TTL",
|
|
4571
|
-
"$ref": "#/definitions/k8s.
|
|
4571
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
4572
4572
|
},
|
|
4573
4573
|
"virtualMachineName": {
|
|
4574
4574
|
"description": "VirtualMachineName shows the name of the source virtual machine if the source is either a VirtualMachine or a VirtualMachineSnapshot. This is mainly to easily identify the source VirtualMachine in case of a VirtualMachineSnapshot",
|
|
@@ -4638,7 +4638,7 @@
|
|
|
4638
4638
|
},
|
|
4639
4639
|
"metadata": {
|
|
4640
4640
|
"default": {},
|
|
4641
|
-
"$ref": "#/definitions/k8s.
|
|
4641
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
4642
4642
|
},
|
|
4643
4643
|
"spec": {
|
|
4644
4644
|
"description": "VirtualMachineInstance Spec contains the VirtualMachineInstance specification.",
|
|
@@ -4680,7 +4680,7 @@
|
|
|
4680
4680
|
},
|
|
4681
4681
|
"endTimestamp": {
|
|
4682
4682
|
"description": "EndTimestamp is the timestamp when the backup ended",
|
|
4683
|
-
"$ref": "#/definitions/k8s.
|
|
4683
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
4684
4684
|
},
|
|
4685
4685
|
"failed": {
|
|
4686
4686
|
"description": "Failed indicates that the backup failed",
|
|
@@ -4688,7 +4688,7 @@
|
|
|
4688
4688
|
},
|
|
4689
4689
|
"startTimestamp": {
|
|
4690
4690
|
"description": "StartTimestamp is the timestamp when the backup started",
|
|
4691
|
-
"$ref": "#/definitions/k8s.
|
|
4691
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
4692
4692
|
},
|
|
4693
4693
|
"volumes": {
|
|
4694
4694
|
"description": "Volumes lists the volumes included in the backup",
|
|
@@ -4834,7 +4834,7 @@
|
|
|
4834
4834
|
},
|
|
4835
4835
|
"metadata": {
|
|
4836
4836
|
"default": {},
|
|
4837
|
-
"$ref": "#/definitions/k8s.
|
|
4837
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
4838
4838
|
}
|
|
4839
4839
|
}
|
|
4840
4840
|
},
|
|
@@ -4977,7 +4977,7 @@
|
|
|
4977
4977
|
},
|
|
4978
4978
|
"metadata": {
|
|
4979
4979
|
"default": {},
|
|
4980
|
-
"$ref": "#/definitions/k8s.
|
|
4980
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
4981
4981
|
}
|
|
4982
4982
|
}
|
|
4983
4983
|
},
|
|
@@ -5005,7 +5005,7 @@
|
|
|
5005
5005
|
},
|
|
5006
5006
|
"metadata": {
|
|
5007
5007
|
"default": {},
|
|
5008
|
-
"$ref": "#/definitions/k8s.
|
|
5008
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
5009
5009
|
}
|
|
5010
5010
|
}
|
|
5011
5011
|
},
|
|
@@ -5026,7 +5026,7 @@
|
|
|
5026
5026
|
},
|
|
5027
5027
|
"metadata": {
|
|
5028
5028
|
"default": {},
|
|
5029
|
-
"$ref": "#/definitions/k8s.
|
|
5029
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
5030
5030
|
},
|
|
5031
5031
|
"spec": {
|
|
5032
5032
|
"default": {},
|
|
@@ -5104,7 +5104,7 @@
|
|
|
5104
5104
|
},
|
|
5105
5105
|
"metadata": {
|
|
5106
5106
|
"default": {},
|
|
5107
|
-
"$ref": "#/definitions/k8s.
|
|
5107
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
5108
5108
|
}
|
|
5109
5109
|
}
|
|
5110
5110
|
},
|
|
@@ -5118,7 +5118,7 @@
|
|
|
5118
5118
|
},
|
|
5119
5119
|
"phaseTransitionTimestamp": {
|
|
5120
5120
|
"description": "PhaseTransitionTimestamp is the timestamp of when the phase change occurred",
|
|
5121
|
-
"$ref": "#/definitions/k8s.
|
|
5121
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
5122
5122
|
}
|
|
5123
5123
|
}
|
|
5124
5124
|
},
|
|
@@ -5236,7 +5236,7 @@
|
|
|
5236
5236
|
},
|
|
5237
5237
|
"endTimestamp": {
|
|
5238
5238
|
"description": "The time the migration action ended",
|
|
5239
|
-
"$ref": "#/definitions/k8s.
|
|
5239
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
5240
5240
|
},
|
|
5241
5241
|
"failed": {
|
|
5242
5242
|
"description": "Indicates that the migration failed",
|
|
@@ -5283,7 +5283,7 @@
|
|
|
5283
5283
|
},
|
|
5284
5284
|
"startTimestamp": {
|
|
5285
5285
|
"description": "The time the migration action began",
|
|
5286
|
-
"$ref": "#/definitions/k8s.
|
|
5286
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
5287
5287
|
},
|
|
5288
5288
|
"targetAttachmentPodUID": {
|
|
5289
5289
|
"description": "The UID of the target attachment pod for hotplug volumes",
|
|
@@ -5310,7 +5310,7 @@
|
|
|
5310
5310
|
},
|
|
5311
5311
|
"targetMemoryOverhead": {
|
|
5312
5312
|
"description": "TargetMemoryOverhead is the memory overhead of the target virt-launcher pod",
|
|
5313
|
-
"$ref": "#/definitions/k8s.
|
|
5313
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
5314
5314
|
},
|
|
5315
5315
|
"targetNode": {
|
|
5316
5316
|
"description": "The target node that the VMI is moving to",
|
|
@@ -5326,7 +5326,7 @@
|
|
|
5326
5326
|
},
|
|
5327
5327
|
"targetNodeDomainReadyTimestamp": {
|
|
5328
5328
|
"description": "The timestamp at which the target node detects the domain is active",
|
|
5329
|
-
"$ref": "#/definitions/k8s.
|
|
5329
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
5330
5330
|
},
|
|
5331
5331
|
"targetNodeTopology": {
|
|
5332
5332
|
"description": "If the VMI requires dedicated CPUs, this field will hold the numa topology on the target node",
|
|
@@ -5438,7 +5438,7 @@
|
|
|
5438
5438
|
},
|
|
5439
5439
|
"domainReadyTimestamp": {
|
|
5440
5440
|
"description": "The timestamp at which the target node detects the domain is active",
|
|
5441
|
-
"$ref": "#/definitions/k8s.
|
|
5441
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
5442
5442
|
},
|
|
5443
5443
|
"migrationUID": {
|
|
5444
5444
|
"description": "The Source VirtualMachineInstanceMigration object associated with this migration",
|
|
@@ -5534,7 +5534,7 @@
|
|
|
5534
5534
|
},
|
|
5535
5535
|
"phaseTransitionTimestamp": {
|
|
5536
5536
|
"description": "PhaseTransitionTimestamp is the timestamp of when the phase change occurred",
|
|
5537
|
-
"$ref": "#/definitions/k8s.
|
|
5537
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
5538
5538
|
}
|
|
5539
5539
|
}
|
|
5540
5540
|
},
|
|
@@ -5552,7 +5552,7 @@
|
|
|
5552
5552
|
},
|
|
5553
5553
|
"metadata": {
|
|
5554
5554
|
"default": {},
|
|
5555
|
-
"$ref": "#/definitions/k8s.
|
|
5555
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
5556
5556
|
},
|
|
5557
5557
|
"spec": {
|
|
5558
5558
|
"description": "VirtualMachineInstance Spec contains the VirtualMachineInstance specification.",
|
|
@@ -5592,7 +5592,7 @@
|
|
|
5592
5592
|
},
|
|
5593
5593
|
"metadata": {
|
|
5594
5594
|
"default": {},
|
|
5595
|
-
"$ref": "#/definitions/k8s.
|
|
5595
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
5596
5596
|
}
|
|
5597
5597
|
}
|
|
5598
5598
|
},
|
|
@@ -5609,7 +5609,7 @@
|
|
|
5609
5609
|
"selector": {
|
|
5610
5610
|
"description": "Selector is a label query over a set of VMIs. Required.",
|
|
5611
5611
|
"default": {},
|
|
5612
|
-
"$ref": "#/definitions/k8s.
|
|
5612
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
|
|
5613
5613
|
}
|
|
5614
5614
|
}
|
|
5615
5615
|
},
|
|
@@ -5639,7 +5639,7 @@
|
|
|
5639
5639
|
},
|
|
5640
5640
|
"metadata": {
|
|
5641
5641
|
"default": {},
|
|
5642
|
-
"$ref": "#/definitions/k8s.
|
|
5642
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
5643
5643
|
},
|
|
5644
5644
|
"spec": {
|
|
5645
5645
|
"description": "VirtualMachineInstance Spec contains the VirtualMachineInstance specification.",
|
|
@@ -5719,7 +5719,7 @@
|
|
|
5719
5719
|
},
|
|
5720
5720
|
"metadata": {
|
|
5721
5721
|
"default": {},
|
|
5722
|
-
"$ref": "#/definitions/k8s.
|
|
5722
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
5723
5723
|
}
|
|
5724
5724
|
}
|
|
5725
5725
|
},
|
|
@@ -5741,7 +5741,7 @@
|
|
|
5741
5741
|
},
|
|
5742
5742
|
"selector": {
|
|
5743
5743
|
"description": "Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment.",
|
|
5744
|
-
"$ref": "#/definitions/k8s.
|
|
5744
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
|
|
5745
5745
|
},
|
|
5746
5746
|
"template": {
|
|
5747
5747
|
"description": "Template describes the pods that will be created.",
|
|
@@ -5794,7 +5794,7 @@
|
|
|
5794
5794
|
},
|
|
5795
5795
|
"affinity": {
|
|
5796
5796
|
"description": "If affinity is specifies, obey all the affinity rules",
|
|
5797
|
-
"$ref": "#/definitions/k8s.
|
|
5797
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.Affinity"
|
|
5798
5798
|
},
|
|
5799
5799
|
"architecture": {
|
|
5800
5800
|
"description": "Specifies the architecture of the vm guest you are attempting to run. Defaults to the compiled architecture of the KubeVirt components",
|
|
@@ -5802,7 +5802,7 @@
|
|
|
5802
5802
|
},
|
|
5803
5803
|
"dnsConfig": {
|
|
5804
5804
|
"description": "Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy.",
|
|
5805
|
-
"$ref": "#/definitions/k8s.
|
|
5805
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.PodDNSConfig"
|
|
5806
5806
|
},
|
|
5807
5807
|
"dnsPolicy": {
|
|
5808
5808
|
"description": "Set DNS policy for the pod. Defaults to \"ClusterFirst\". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.\n\nPossible enum values:\n - `\"ClusterFirst\"` indicates that the pod should use cluster DNS first unless hostNetwork is true, if it is available, then fall back on the default (as determined by kubelet) DNS settings.\n - `\"ClusterFirstWithHostNet\"` indicates that the pod should use cluster DNS first, if it is available, then fall back on the default (as determined by kubelet) DNS settings.\n - `\"Default\"` indicates that the pod should use the default (as determined by kubelet) DNS settings.\n - `\"None\"` indicates that the pod should use empty DNS settings. DNS parameters such as nameservers and search paths should be defined via DNSConfig.",
|
|
@@ -5860,7 +5860,7 @@
|
|
|
5860
5860
|
"type": "array",
|
|
5861
5861
|
"items": {
|
|
5862
5862
|
"default": {},
|
|
5863
|
-
"$ref": "#/definitions/k8s.
|
|
5863
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.PodResourceClaim"
|
|
5864
5864
|
},
|
|
5865
5865
|
"x-kubernetes-list-map-keys": [
|
|
5866
5866
|
"name"
|
|
@@ -5889,7 +5889,7 @@
|
|
|
5889
5889
|
"type": "array",
|
|
5890
5890
|
"items": {
|
|
5891
5891
|
"default": {},
|
|
5892
|
-
"$ref": "#/definitions/k8s.
|
|
5892
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.Toleration"
|
|
5893
5893
|
}
|
|
5894
5894
|
},
|
|
5895
5895
|
"topologySpreadConstraints": {
|
|
@@ -5897,7 +5897,7 @@
|
|
|
5897
5897
|
"type": "array",
|
|
5898
5898
|
"items": {
|
|
5899
5899
|
"default": {},
|
|
5900
|
-
"$ref": "#/definitions/k8s.
|
|
5900
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.TopologySpreadConstraint"
|
|
5901
5901
|
},
|
|
5902
5902
|
"x-kubernetes-list-map-keys": [
|
|
5903
5903
|
"topologyKey",
|
|
@@ -6084,7 +6084,7 @@
|
|
|
6084
6084
|
"properties": {
|
|
6085
6085
|
"metadata": {
|
|
6086
6086
|
"default": {},
|
|
6087
|
-
"$ref": "#/definitions/k8s.
|
|
6087
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
6088
6088
|
},
|
|
6089
6089
|
"spec": {
|
|
6090
6090
|
"description": "VirtualMachineInstance Spec contains the VirtualMachineInstance specification.",
|
|
@@ -6116,7 +6116,7 @@
|
|
|
6116
6116
|
},
|
|
6117
6117
|
"metadata": {
|
|
6118
6118
|
"default": {},
|
|
6119
|
-
"$ref": "#/definitions/k8s.
|
|
6119
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
6120
6120
|
}
|
|
6121
6121
|
}
|
|
6122
6122
|
},
|
|
@@ -6135,7 +6135,7 @@
|
|
|
6135
6135
|
},
|
|
6136
6136
|
"endTimestamp": {
|
|
6137
6137
|
"description": "EndTimestamp represents the time the memory dump was completed",
|
|
6138
|
-
"$ref": "#/definitions/k8s.
|
|
6138
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
6139
6139
|
},
|
|
6140
6140
|
"fileName": {
|
|
6141
6141
|
"description": "FileName represents the name of the output file",
|
|
@@ -6156,7 +6156,7 @@
|
|
|
6156
6156
|
},
|
|
6157
6157
|
"startTimestamp": {
|
|
6158
6158
|
"description": "StartTimestamp represents the time the memory dump started",
|
|
6159
|
-
"$ref": "#/definitions/k8s.
|
|
6159
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
6160
6160
|
}
|
|
6161
6161
|
}
|
|
6162
6162
|
},
|
|
@@ -6227,7 +6227,7 @@
|
|
|
6227
6227
|
"type": "string"
|
|
6228
6228
|
},
|
|
6229
6229
|
"retryAfterTimestamp": {
|
|
6230
|
-
"$ref": "#/definitions/k8s.
|
|
6230
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
6231
6231
|
}
|
|
6232
6232
|
}
|
|
6233
6233
|
},
|
|
@@ -6570,7 +6570,7 @@
|
|
|
6570
6570
|
"type": "object",
|
|
6571
6571
|
"properties": {
|
|
6572
6572
|
"creationTime": {
|
|
6573
|
-
"$ref": "#/definitions/k8s.
|
|
6573
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
6574
6574
|
},
|
|
6575
6575
|
"name": {
|
|
6576
6576
|
"type": "string"
|
|
@@ -6600,7 +6600,7 @@
|
|
|
6600
6600
|
"type": "string"
|
|
6601
6601
|
},
|
|
6602
6602
|
"backupStartTime": {
|
|
6603
|
-
"$ref": "#/definitions/k8s.
|
|
6603
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
6604
6604
|
},
|
|
6605
6605
|
"caCert": {
|
|
6606
6606
|
"type": "string"
|
|
@@ -6709,7 +6709,7 @@
|
|
|
6709
6709
|
},
|
|
6710
6710
|
"metadata": {
|
|
6711
6711
|
"default": {},
|
|
6712
|
-
"$ref": "#/definitions/k8s.
|
|
6712
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
6713
6713
|
},
|
|
6714
6714
|
"spec": {
|
|
6715
6715
|
"default": {},
|
|
@@ -6753,7 +6753,7 @@
|
|
|
6753
6753
|
},
|
|
6754
6754
|
"metadata": {
|
|
6755
6755
|
"default": {},
|
|
6756
|
-
"$ref": "#/definitions/k8s.
|
|
6756
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
6757
6757
|
}
|
|
6758
6758
|
}
|
|
6759
6759
|
},
|
|
@@ -6773,7 +6773,7 @@
|
|
|
6773
6773
|
"type": "boolean"
|
|
6774
6774
|
},
|
|
6775
6775
|
"bandwidthPerMigration": {
|
|
6776
|
-
"$ref": "#/definitions/k8s.
|
|
6776
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
6777
6777
|
},
|
|
6778
6778
|
"completionTimeoutPerGiB": {
|
|
6779
6779
|
"type": "integer",
|
|
@@ -6824,7 +6824,7 @@
|
|
|
6824
6824
|
},
|
|
6825
6825
|
"metadata": {
|
|
6826
6826
|
"default": {},
|
|
6827
|
-
"$ref": "#/definitions/k8s.
|
|
6827
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
6828
6828
|
},
|
|
6829
6829
|
"spec": {
|
|
6830
6830
|
"default": {},
|
|
@@ -6868,7 +6868,7 @@
|
|
|
6868
6868
|
},
|
|
6869
6869
|
"metadata": {
|
|
6870
6870
|
"default": {},
|
|
6871
|
-
"$ref": "#/definitions/k8s.
|
|
6871
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
6872
6872
|
}
|
|
6873
6873
|
}
|
|
6874
6874
|
},
|
|
@@ -6898,7 +6898,7 @@
|
|
|
6898
6898
|
"source": {
|
|
6899
6899
|
"description": "Source specifies the backup source - either a VirtualMachine or a VirtualMachineBackupTracker. When Kind is VirtualMachine: performs a backup of the specified VM. When Kind is VirtualMachineBackupTracker: uses the tracker to get the source VM and the base checkpoint for incremental backup. The tracker will be updated with the new checkpoint after backup completion.",
|
|
6900
6900
|
"default": {},
|
|
6901
|
-
"$ref": "#/definitions/k8s.
|
|
6901
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference"
|
|
6902
6902
|
},
|
|
6903
6903
|
"tokenSecretRef": {
|
|
6904
6904
|
"description": "TokenSecretRef is the name of the secret that will be used to pull the backup from an associated endpoint",
|
|
@@ -6906,7 +6906,7 @@
|
|
|
6906
6906
|
},
|
|
6907
6907
|
"ttlDuration": {
|
|
6908
6908
|
"description": "TtlDuration limits the lifetime of a pull mode backup and its export If this field is set, after this duration has passed from counting from CreationTimestamp, the backup is eligible to be automatically considered as complete. If this field is omitted, a reasonable default is applied.",
|
|
6909
|
-
"$ref": "#/definitions/k8s.
|
|
6909
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Duration"
|
|
6910
6910
|
}
|
|
6911
6911
|
}
|
|
6912
6912
|
},
|
|
@@ -7403,7 +7403,7 @@
|
|
|
7403
7403
|
},
|
|
7404
7404
|
"pvc": {
|
|
7405
7405
|
"description": "PVC is the PVC specification",
|
|
7406
|
-
"$ref": "#/definitions/k8s.
|
|
7406
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimSpec"
|
|
7407
7407
|
},
|
|
7408
7408
|
"source": {
|
|
7409
7409
|
"description": "Source is the src of the data for the requested DataVolume",
|
|
@@ -7537,7 +7537,7 @@
|
|
|
7537
7537
|
"type": "string"
|
|
7538
7538
|
},
|
|
7539
7539
|
"time": {
|
|
7540
|
-
"$ref": "#/definitions/k8s.
|
|
7540
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
7541
7541
|
}
|
|
7542
7542
|
}
|
|
7543
7543
|
},
|
|
@@ -7616,7 +7616,7 @@
|
|
|
7616
7616
|
"properties": {
|
|
7617
7617
|
"guest": {
|
|
7618
7618
|
"description": "Required amount of memory which is visible inside the guest OS.",
|
|
7619
|
-
"$ref": "#/definitions/k8s.
|
|
7619
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
7620
7620
|
},
|
|
7621
7621
|
"hugepages": {
|
|
7622
7622
|
"description": "Optionally enables the use of hugepages for the VirtualMachineInstance instead of regular memory.",
|
|
@@ -7624,7 +7624,7 @@
|
|
|
7624
7624
|
},
|
|
7625
7625
|
"maxGuest": {
|
|
7626
7626
|
"description": "MaxGuest allows to specify the maximum amount of memory which is visible inside the Guest OS. The delta between MaxGuest and Guest is the amount of memory that can be hot(un)plugged.",
|
|
7627
|
-
"$ref": "#/definitions/k8s.
|
|
7627
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
7628
7628
|
},
|
|
7629
7629
|
"overcommitPercent": {
|
|
7630
7630
|
"description": "OvercommitPercent is the percentage of the guest memory which will be overcommitted. This means that the VMIs parent pod (virt-launcher) will request less physical memory by a factor specified by the OvercommitPercent. Overcommits can lead to memory exhaustion, which in turn can lead to crashes. Use carefully. Defaults to 0",
|
|
@@ -7641,7 +7641,7 @@
|
|
|
7641
7641
|
"properties": {
|
|
7642
7642
|
"guest": {
|
|
7643
7643
|
"description": "Minimal amount of memory required by the preference.",
|
|
7644
|
-
"$ref": "#/definitions/k8s.
|
|
7644
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
7645
7645
|
}
|
|
7646
7646
|
}
|
|
7647
7647
|
},
|
|
@@ -7651,12 +7651,12 @@
|
|
|
7651
7651
|
"metadata": {
|
|
7652
7652
|
"description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
|
|
7653
7653
|
"default": {},
|
|
7654
|
-
"$ref": "#/definitions/k8s.
|
|
7654
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
7655
7655
|
},
|
|
7656
7656
|
"spec": {
|
|
7657
7657
|
"description": "Spec defines the desired characteristics of a volume requested by a pod author. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims",
|
|
7658
7658
|
"default": {},
|
|
7659
|
-
"$ref": "#/definitions/k8s.
|
|
7659
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimSpec"
|
|
7660
7660
|
}
|
|
7661
7661
|
}
|
|
7662
7662
|
},
|
|
@@ -7771,20 +7771,20 @@
|
|
|
7771
7771
|
},
|
|
7772
7772
|
"dataSource": {
|
|
7773
7773
|
"description": "This field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) * An existing custom resource that implements data population (Alpha) In order to use custom resource types that implement data population, the AnyVolumeDataSource feature gate must be enabled. If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source. If the AnyVolumeDataSource feature gate is enabled, this field will always have the same contents as the DataSourceRef field.",
|
|
7774
|
-
"$ref": "#/definitions/k8s.
|
|
7774
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference"
|
|
7775
7775
|
},
|
|
7776
7776
|
"dataSourceRef": {
|
|
7777
7777
|
"description": "Specifies the object from which to populate the volume with data, if a non-empty volume is desired. This may be any local object from a non-empty API group (non core object) or a PersistentVolumeClaim object. When this field is specified, volume binding will only succeed if the type of the specified object matches some installed volume populator or dynamic provisioner. This field will replace the functionality of the DataSource field and as such if both fields are non-empty, they must have the same value. For backwards compatibility, both fields (DataSource and DataSourceRef) will be set to the same value automatically if one of them is empty and the other is non-empty. There are two important differences between DataSource and DataSourceRef: * While DataSource only allows two specific types of objects, DataSourceRef allows any non-core object, as well as PersistentVolumeClaim objects. * While DataSource ignores disallowed values (dropping them), DataSourceRef preserves all values, and generates an error if a disallowed value is specified. (Beta) Using this field requires the AnyVolumeDataSource feature gate to be enabled.",
|
|
7778
|
-
"$ref": "#/definitions/k8s.
|
|
7778
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.TypedObjectReference"
|
|
7779
7779
|
},
|
|
7780
7780
|
"resources": {
|
|
7781
7781
|
"description": "Resources represents the minimum resources the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources",
|
|
7782
7782
|
"default": {},
|
|
7783
|
-
"$ref": "#/definitions/k8s.
|
|
7783
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.VolumeResourceRequirements"
|
|
7784
7784
|
},
|
|
7785
7785
|
"selector": {
|
|
7786
7786
|
"description": "A label query over volumes to consider for binding.",
|
|
7787
|
-
"$ref": "#/definitions/k8s.
|
|
7787
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
|
|
7788
7788
|
},
|
|
7789
7789
|
"storageClassName": {
|
|
7790
7790
|
"description": "Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1",
|
|
@@ -7810,7 +7810,7 @@
|
|
|
7810
7810
|
"properties": {
|
|
7811
7811
|
"metadata": {
|
|
7812
7812
|
"default": {},
|
|
7813
|
-
"$ref": "#/definitions/k8s.
|
|
7813
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
7814
7814
|
},
|
|
7815
7815
|
"spec": {
|
|
7816
7816
|
"description": "VirtualMachineSpec contains the VirtualMachine specification.",
|
|
@@ -7841,7 +7841,7 @@
|
|
|
7841
7841
|
},
|
|
7842
7842
|
"metadata": {
|
|
7843
7843
|
"default": {},
|
|
7844
|
-
"$ref": "#/definitions/k8s.
|
|
7844
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
7845
7845
|
},
|
|
7846
7846
|
"spec": {
|
|
7847
7847
|
"default": {},
|
|
@@ -7885,7 +7885,7 @@
|
|
|
7885
7885
|
},
|
|
7886
7886
|
"metadata": {
|
|
7887
7887
|
"default": {},
|
|
7888
|
-
"$ref": "#/definitions/k8s.
|
|
7888
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
7889
7889
|
}
|
|
7890
7890
|
}
|
|
7891
7891
|
},
|
|
@@ -7936,11 +7936,11 @@
|
|
|
7936
7936
|
},
|
|
7937
7937
|
"source": {
|
|
7938
7938
|
"description": "Source is the object that would be cloned. Currently supported source types are: VirtualMachine of kubevirt.io API group, VirtualMachineSnapshot of snapshot.kubevirt.io API group",
|
|
7939
|
-
"$ref": "#/definitions/k8s.
|
|
7939
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference"
|
|
7940
7940
|
},
|
|
7941
7941
|
"target": {
|
|
7942
7942
|
"description": "Target is the outcome of the cloning process. Currently supported source types are: - VirtualMachine of kubevirt.io API group - Empty (nil). If the target is not provided, the target type would default to VirtualMachine and a random name would be generated for the target. The target's name can be viewed by inspecting status \"TargetName\" field below.",
|
|
7943
|
-
"$ref": "#/definitions/k8s.
|
|
7943
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference"
|
|
7944
7944
|
},
|
|
7945
7945
|
"template": {
|
|
7946
7946
|
"description": "For a detailed description, please refer to https://kubevirt.io/user-guide/operations/clone_api/#label-annotation-filters.",
|
|
@@ -7966,7 +7966,7 @@
|
|
|
7966
7966
|
"x-kubernetes-list-type": "atomic"
|
|
7967
7967
|
},
|
|
7968
7968
|
"creationTime": {
|
|
7969
|
-
"$ref": "#/definitions/k8s.
|
|
7969
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
7970
7970
|
},
|
|
7971
7971
|
"phase": {
|
|
7972
7972
|
"type": "string"
|
|
@@ -8022,7 +8022,7 @@
|
|
|
8022
8022
|
},
|
|
8023
8023
|
"metadata": {
|
|
8024
8024
|
"default": {},
|
|
8025
|
-
"$ref": "#/definitions/k8s.
|
|
8025
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
8026
8026
|
},
|
|
8027
8027
|
"spec": {
|
|
8028
8028
|
"description": "Required spec describing the instancetype",
|
|
@@ -8062,7 +8062,7 @@
|
|
|
8062
8062
|
},
|
|
8063
8063
|
"metadata": {
|
|
8064
8064
|
"default": {},
|
|
8065
|
-
"$ref": "#/definitions/k8s.
|
|
8065
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
8066
8066
|
}
|
|
8067
8067
|
}
|
|
8068
8068
|
},
|
|
@@ -8083,7 +8083,7 @@
|
|
|
8083
8083
|
},
|
|
8084
8084
|
"metadata": {
|
|
8085
8085
|
"default": {},
|
|
8086
|
-
"$ref": "#/definitions/k8s.
|
|
8086
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
8087
8087
|
},
|
|
8088
8088
|
"spec": {
|
|
8089
8089
|
"description": "Required spec describing the preferences",
|
|
@@ -8124,7 +8124,7 @@
|
|
|
8124
8124
|
},
|
|
8125
8125
|
"metadata": {
|
|
8126
8126
|
"default": {},
|
|
8127
|
-
"$ref": "#/definitions/k8s.
|
|
8127
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
8128
8128
|
}
|
|
8129
8129
|
}
|
|
8130
8130
|
},
|
|
@@ -8145,7 +8145,7 @@
|
|
|
8145
8145
|
},
|
|
8146
8146
|
"metadata": {
|
|
8147
8147
|
"default": {},
|
|
8148
|
-
"$ref": "#/definitions/k8s.
|
|
8148
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
8149
8149
|
},
|
|
8150
8150
|
"spec": {
|
|
8151
8151
|
"description": "Required spec describing the instancetype",
|
|
@@ -8185,7 +8185,7 @@
|
|
|
8185
8185
|
},
|
|
8186
8186
|
"metadata": {
|
|
8187
8187
|
"default": {},
|
|
8188
|
-
"$ref": "#/definitions/k8s.
|
|
8188
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
8189
8189
|
}
|
|
8190
8190
|
}
|
|
8191
8191
|
},
|
|
@@ -8279,7 +8279,7 @@
|
|
|
8279
8279
|
},
|
|
8280
8280
|
"metadata": {
|
|
8281
8281
|
"default": {},
|
|
8282
|
-
"$ref": "#/definitions/k8s.
|
|
8282
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
8283
8283
|
},
|
|
8284
8284
|
"spec": {
|
|
8285
8285
|
"default": {},
|
|
@@ -8303,7 +8303,7 @@
|
|
|
8303
8303
|
"properties": {
|
|
8304
8304
|
"minFailingToStartDuration": {
|
|
8305
8305
|
"description": "MinFailingToStartDuration is the minimum time a VM must be in a failing status (applies to status conditions like CrashLoopBackOff, Unschedulable) before being replaced. It measures the duration since the VM's Ready condition transitioned to False. Defaults to 5 minutes",
|
|
8306
|
-
"$ref": "#/definitions/k8s.
|
|
8306
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Duration"
|
|
8307
8307
|
},
|
|
8308
8308
|
"startUpFailureThreshold": {
|
|
8309
8309
|
"description": "StartUpFailureThreshold is the number of consecutive VMI start failures (it tracks the value of Status.StartFailure.ConsecutiveFailCount field) before replacing the VM. Defaults to 3",
|
|
@@ -8371,7 +8371,7 @@
|
|
|
8371
8371
|
},
|
|
8372
8372
|
"metadata": {
|
|
8373
8373
|
"default": {},
|
|
8374
|
-
"$ref": "#/definitions/k8s.
|
|
8374
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
8375
8375
|
}
|
|
8376
8376
|
}
|
|
8377
8377
|
},
|
|
@@ -8458,14 +8458,14 @@
|
|
|
8458
8458
|
"properties": {
|
|
8459
8459
|
"labelSelector": {
|
|
8460
8460
|
"description": "LabelSelector is a list of label selector for VMs.",
|
|
8461
|
-
"$ref": "#/definitions/k8s.
|
|
8461
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
|
|
8462
8462
|
},
|
|
8463
8463
|
"nodeSelectorRequirementMatcher": {
|
|
8464
8464
|
"description": "NodeSelectorRequirementMatcher is a list of node selector requirement for VMs.",
|
|
8465
8465
|
"type": "array",
|
|
8466
8466
|
"items": {
|
|
8467
8467
|
"default": {},
|
|
8468
|
-
"$ref": "#/definitions/k8s.
|
|
8468
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement"
|
|
8469
8469
|
}
|
|
8470
8470
|
}
|
|
8471
8471
|
}
|
|
@@ -8483,7 +8483,7 @@
|
|
|
8483
8483
|
},
|
|
8484
8484
|
"maxUnavailable": {
|
|
8485
8485
|
"description": "(Defaults to 100%) Integer or string pointer, that when set represents either a percentage or number of VMs in a pool that can be unavailable (ready condition false) at a time during automated update.",
|
|
8486
|
-
"$ref": "#/definitions/k8s.
|
|
8486
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString"
|
|
8487
8487
|
},
|
|
8488
8488
|
"nameGeneration": {
|
|
8489
8489
|
"description": "Options for the name generation in a pool.",
|
|
@@ -8504,7 +8504,7 @@
|
|
|
8504
8504
|
},
|
|
8505
8505
|
"selector": {
|
|
8506
8506
|
"description": "Label selector for pods. Existing Poolss whose pods are selected by this will be the ones affected by this deployment.",
|
|
8507
|
-
"$ref": "#/definitions/k8s.
|
|
8507
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
|
|
8508
8508
|
},
|
|
8509
8509
|
"updateStrategy": {
|
|
8510
8510
|
"description": "UpdateStrategy specifies how the VMPool controller manages updating VMs within a VMPool",
|
|
@@ -8580,7 +8580,7 @@
|
|
|
8580
8580
|
},
|
|
8581
8581
|
"metadata": {
|
|
8582
8582
|
"default": {},
|
|
8583
|
-
"$ref": "#/definitions/k8s.
|
|
8583
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
8584
8584
|
},
|
|
8585
8585
|
"spec": {
|
|
8586
8586
|
"description": "Required spec describing the preferences",
|
|
@@ -8621,7 +8621,7 @@
|
|
|
8621
8621
|
},
|
|
8622
8622
|
"metadata": {
|
|
8623
8623
|
"default": {},
|
|
8624
|
-
"$ref": "#/definitions/k8s.
|
|
8624
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
8625
8625
|
}
|
|
8626
8626
|
}
|
|
8627
8627
|
},
|
|
@@ -8706,7 +8706,7 @@
|
|
|
8706
8706
|
},
|
|
8707
8707
|
"metadata": {
|
|
8708
8708
|
"default": {},
|
|
8709
|
-
"$ref": "#/definitions/k8s.
|
|
8709
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
8710
8710
|
},
|
|
8711
8711
|
"spec": {
|
|
8712
8712
|
"default": {},
|
|
@@ -8749,7 +8749,7 @@
|
|
|
8749
8749
|
},
|
|
8750
8750
|
"metadata": {
|
|
8751
8751
|
"default": {},
|
|
8752
|
-
"$ref": "#/definitions/k8s.
|
|
8752
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
8753
8753
|
}
|
|
8754
8754
|
}
|
|
8755
8755
|
},
|
|
@@ -8773,7 +8773,7 @@
|
|
|
8773
8773
|
"target": {
|
|
8774
8774
|
"description": "initially only VirtualMachine type supported",
|
|
8775
8775
|
"default": {},
|
|
8776
|
-
"$ref": "#/definitions/k8s.
|
|
8776
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference"
|
|
8777
8777
|
},
|
|
8778
8778
|
"targetReadinessPolicy": {
|
|
8779
8779
|
"type": "string"
|
|
@@ -8824,7 +8824,7 @@
|
|
|
8824
8824
|
"x-kubernetes-list-type": "set"
|
|
8825
8825
|
},
|
|
8826
8826
|
"restoreTime": {
|
|
8827
|
-
"$ref": "#/definitions/k8s.
|
|
8827
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
8828
8828
|
},
|
|
8829
8829
|
"restores": {
|
|
8830
8830
|
"type": "array",
|
|
@@ -8853,7 +8853,7 @@
|
|
|
8853
8853
|
},
|
|
8854
8854
|
"metadata": {
|
|
8855
8855
|
"default": {},
|
|
8856
|
-
"$ref": "#/definitions/k8s.
|
|
8856
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
8857
8857
|
},
|
|
8858
8858
|
"spec": {
|
|
8859
8859
|
"default": {},
|
|
@@ -8888,7 +8888,7 @@
|
|
|
8888
8888
|
},
|
|
8889
8889
|
"metadata": {
|
|
8890
8890
|
"default": {},
|
|
8891
|
-
"$ref": "#/definitions/k8s.
|
|
8891
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
8892
8892
|
},
|
|
8893
8893
|
"spec": {
|
|
8894
8894
|
"default": {},
|
|
@@ -8931,7 +8931,7 @@
|
|
|
8931
8931
|
},
|
|
8932
8932
|
"metadata": {
|
|
8933
8933
|
"default": {},
|
|
8934
|
-
"$ref": "#/definitions/k8s.
|
|
8934
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
8935
8935
|
}
|
|
8936
8936
|
}
|
|
8937
8937
|
},
|
|
@@ -8965,7 +8965,7 @@
|
|
|
8965
8965
|
"nullable": true,
|
|
8966
8966
|
"properties": {
|
|
8967
8967
|
"creationTime": {
|
|
8968
|
-
"$ref": "#/definitions/k8s.
|
|
8968
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
8969
8969
|
},
|
|
8970
8970
|
"error": {
|
|
8971
8971
|
"$ref": "#/definitions/v1beta1.Error"
|
|
@@ -9008,7 +9008,7 @@
|
|
|
9008
9008
|
},
|
|
9009
9009
|
"metadata": {
|
|
9010
9010
|
"default": {},
|
|
9011
|
-
"$ref": "#/definitions/k8s.
|
|
9011
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
9012
9012
|
}
|
|
9013
9013
|
}
|
|
9014
9014
|
},
|
|
@@ -9024,11 +9024,11 @@
|
|
|
9024
9024
|
},
|
|
9025
9025
|
"failureDeadline": {
|
|
9026
9026
|
"description": "This time represents the number of seconds we permit the vm snapshot to take. In case we pass this deadline we mark this snapshot as failed. Defaults to DefaultFailureDeadline - 5min",
|
|
9027
|
-
"$ref": "#/definitions/k8s.
|
|
9027
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Duration"
|
|
9028
9028
|
},
|
|
9029
9029
|
"source": {
|
|
9030
9030
|
"default": {},
|
|
9031
|
-
"$ref": "#/definitions/k8s.
|
|
9031
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference"
|
|
9032
9032
|
}
|
|
9033
9033
|
}
|
|
9034
9034
|
},
|
|
@@ -9046,7 +9046,7 @@
|
|
|
9046
9046
|
"x-kubernetes-list-type": "atomic"
|
|
9047
9047
|
},
|
|
9048
9048
|
"creationTime": {
|
|
9049
|
-
"$ref": "#/definitions/k8s.
|
|
9049
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
9050
9050
|
},
|
|
9051
9051
|
"error": {
|
|
9052
9052
|
"$ref": "#/definitions/v1beta1.Error"
|
|
@@ -9090,7 +9090,7 @@
|
|
|
9090
9090
|
"properties": {
|
|
9091
9091
|
"metadata": {
|
|
9092
9092
|
"default": {},
|
|
9093
|
-
"$ref": "#/definitions/k8s.
|
|
9093
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
9094
9094
|
},
|
|
9095
9095
|
"spec": {
|
|
9096
9096
|
"description": "VirtualMachineSpec contains the VirtualMachine specification.",
|
|
@@ -9189,7 +9189,7 @@
|
|
|
9189
9189
|
],
|
|
9190
9190
|
"properties": {
|
|
9191
9191
|
"creationTime": {
|
|
9192
|
-
"$ref": "#/definitions/k8s.
|
|
9192
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
9193
9193
|
},
|
|
9194
9194
|
"error": {
|
|
9195
9195
|
"$ref": "#/definitions/v1beta1.Error"
|