kube_schema 1.3.8 → 1.3.10
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/lib/kube/schema/instance.rb +52 -0
- data/lib/kube/schema/version.rb +1 -1
- data/schemas/kubevirt-definitions.json +287 -161
- metadata +2 -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": {},
|
|
@@ -2107,7 +2107,14 @@
|
|
|
2107
2107
|
"default": {},
|
|
2108
2108
|
"$ref": "#/definitions/v1.KubeVirtStatus"
|
|
2109
2109
|
}
|
|
2110
|
-
}
|
|
2110
|
+
},
|
|
2111
|
+
"x-kubernetes-group-version-kind": [
|
|
2112
|
+
{
|
|
2113
|
+
"group": "kubevirt.io",
|
|
2114
|
+
"version": "v1",
|
|
2115
|
+
"kind": "KubeVirt"
|
|
2116
|
+
}
|
|
2117
|
+
]
|
|
2111
2118
|
},
|
|
2112
2119
|
"v1.KubeVirtCertificateRotateStrategy": {
|
|
2113
2120
|
"type": "object",
|
|
@@ -2169,7 +2176,7 @@
|
|
|
2169
2176
|
},
|
|
2170
2177
|
"autoCPULimitNamespaceLabelSelector": {
|
|
2171
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.",
|
|
2172
|
-
"$ref": "#/definitions/k8s.
|
|
2179
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
|
|
2173
2180
|
},
|
|
2174
2181
|
"changedBlockTrackingLabelSelectors": {
|
|
2175
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.",
|
|
@@ -2190,7 +2197,7 @@
|
|
|
2190
2197
|
"type": "string"
|
|
2191
2198
|
},
|
|
2192
2199
|
"cpuRequest": {
|
|
2193
|
-
"$ref": "#/definitions/k8s.
|
|
2200
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
2194
2201
|
},
|
|
2195
2202
|
"defaultRuntimeClass": {
|
|
2196
2203
|
"type": "string"
|
|
@@ -2362,7 +2369,7 @@
|
|
|
2362
2369
|
},
|
|
2363
2370
|
"metadata": {
|
|
2364
2371
|
"default": {},
|
|
2365
|
-
"$ref": "#/definitions/k8s.
|
|
2372
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
2366
2373
|
}
|
|
2367
2374
|
}
|
|
2368
2375
|
},
|
|
@@ -2375,15 +2382,15 @@
|
|
|
2375
2382
|
},
|
|
2376
2383
|
"caOverlapInterval": {
|
|
2377
2384
|
"description": "Deprecated. Use CA.Duration and CA.RenewBefore instead",
|
|
2378
|
-
"$ref": "#/definitions/k8s.
|
|
2385
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Duration"
|
|
2379
2386
|
},
|
|
2380
2387
|
"caRotateInterval": {
|
|
2381
2388
|
"description": "Deprecated. Use CA.Duration instead",
|
|
2382
|
-
"$ref": "#/definitions/k8s.
|
|
2389
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Duration"
|
|
2383
2390
|
},
|
|
2384
2391
|
"certRotateInterval": {
|
|
2385
2392
|
"description": "Deprecated. Use Server.Duration instead",
|
|
2386
|
-
"$ref": "#/definitions/k8s.
|
|
2393
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Duration"
|
|
2387
2394
|
},
|
|
2388
2395
|
"server": {
|
|
2389
2396
|
"description": "Server configuration Certs are rotated and discarded",
|
|
@@ -2421,7 +2428,7 @@
|
|
|
2421
2428
|
"type": "array",
|
|
2422
2429
|
"items": {
|
|
2423
2430
|
"default": {},
|
|
2424
|
-
"$ref": "#/definitions/k8s.
|
|
2431
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference"
|
|
2425
2432
|
},
|
|
2426
2433
|
"x-kubernetes-list-type": "atomic"
|
|
2427
2434
|
},
|
|
@@ -2557,7 +2564,7 @@
|
|
|
2557
2564
|
"properties": {
|
|
2558
2565
|
"batchEvictionInterval": {
|
|
2559
2566
|
"description": "BatchEvictionInterval Represents the interval to wait before issuing the next batch of shutdowns\n\nDefaults to 1 minute",
|
|
2560
|
-
"$ref": "#/definitions/k8s.
|
|
2567
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Duration"
|
|
2561
2568
|
},
|
|
2562
2569
|
"batchEvictionSize": {
|
|
2563
2570
|
"description": "BatchEvictionSize Represents the number of VMIs that can be forced updated per the BatchShutdownInteral interval\n\nDefaults to 10",
|
|
@@ -2602,7 +2609,7 @@
|
|
|
2602
2609
|
},
|
|
2603
2610
|
"maxGuest": {
|
|
2604
2611
|
"description": "MaxGuest defines the maximum amount memory that can be allocated to the guest using hotplug.",
|
|
2605
|
-
"$ref": "#/definitions/k8s.
|
|
2612
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
2606
2613
|
},
|
|
2607
2614
|
"maxHotplugRatio": {
|
|
2608
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",
|
|
@@ -2739,7 +2746,7 @@
|
|
|
2739
2746
|
"properties": {
|
|
2740
2747
|
"guest": {
|
|
2741
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.",
|
|
2742
|
-
"$ref": "#/definitions/k8s.
|
|
2749
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
2743
2750
|
},
|
|
2744
2751
|
"hugepages": {
|
|
2745
2752
|
"description": "Hugepages allow to use hugepages for the VirtualMachineInstance instead of regular memory.",
|
|
@@ -2747,7 +2754,7 @@
|
|
|
2747
2754
|
},
|
|
2748
2755
|
"maxGuest": {
|
|
2749
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.",
|
|
2750
|
-
"$ref": "#/definitions/k8s.
|
|
2757
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
2751
2758
|
},
|
|
2752
2759
|
"reservedOverhead": {
|
|
2753
2760
|
"description": "ReservedOverhead configures the memory overhead applied to a VM and its characteristics.",
|
|
@@ -2781,19 +2788,19 @@
|
|
|
2781
2788
|
"properties": {
|
|
2782
2789
|
"guestAtBoot": {
|
|
2783
2790
|
"description": "GuestAtBoot specifies with how much memory the VirtualMachine intiallly booted with.",
|
|
2784
|
-
"$ref": "#/definitions/k8s.
|
|
2791
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
2785
2792
|
},
|
|
2786
2793
|
"guestCurrent": {
|
|
2787
2794
|
"description": "GuestCurrent specifies how much memory is currently available for the VirtualMachine.",
|
|
2788
|
-
"$ref": "#/definitions/k8s.
|
|
2795
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
2789
2796
|
},
|
|
2790
2797
|
"guestRequested": {
|
|
2791
2798
|
"description": "GuestRequested specifies how much memory was requested (hotplug) for the VirtualMachine.",
|
|
2792
|
-
"$ref": "#/definitions/k8s.
|
|
2799
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
2793
2800
|
},
|
|
2794
2801
|
"memoryOverhead": {
|
|
2795
2802
|
"description": "MemoryOverhead specifies the memory overhead added by the virtualization infrastructure for the virt-launcher pod.",
|
|
2796
|
-
"$ref": "#/definitions/k8s.
|
|
2803
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
2797
2804
|
}
|
|
2798
2805
|
}
|
|
2799
2806
|
},
|
|
@@ -2846,7 +2853,7 @@
|
|
|
2846
2853
|
},
|
|
2847
2854
|
"bandwidthPerMigration": {
|
|
2848
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)",
|
|
2849
|
-
"$ref": "#/definitions/k8s.
|
|
2856
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
2850
2857
|
},
|
|
2851
2858
|
"completionTimeoutPerGiB": {
|
|
2852
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",
|
|
@@ -3012,7 +3019,7 @@
|
|
|
3012
3019
|
"properties": {
|
|
3013
3020
|
"affinity": {
|
|
3014
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",
|
|
3015
|
-
"$ref": "#/definitions/k8s.
|
|
3022
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.Affinity"
|
|
3016
3023
|
},
|
|
3017
3024
|
"nodeSelector": {
|
|
3018
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",
|
|
@@ -3027,7 +3034,7 @@
|
|
|
3027
3034
|
"type": "array",
|
|
3028
3035
|
"items": {
|
|
3029
3036
|
"default": {},
|
|
3030
|
-
"$ref": "#/definitions/k8s.
|
|
3037
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.Toleration"
|
|
3031
3038
|
}
|
|
3032
3039
|
}
|
|
3033
3040
|
}
|
|
@@ -3064,7 +3071,7 @@
|
|
|
3064
3071
|
},
|
|
3065
3072
|
"objectReference": {
|
|
3066
3073
|
"default": {},
|
|
3067
|
-
"$ref": "#/definitions/k8s.
|
|
3074
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.TypedObjectReference"
|
|
3068
3075
|
},
|
|
3069
3076
|
"optional": {
|
|
3070
3077
|
"type": "boolean"
|
|
@@ -3081,7 +3088,7 @@
|
|
|
3081
3088
|
},
|
|
3082
3089
|
"labelSelector": {
|
|
3083
3090
|
"description": "LabelSelector is used to filter nodes in the graph based on their labels.",
|
|
3084
|
-
"$ref": "#/definitions/k8s.
|
|
3091
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
|
|
3085
3092
|
}
|
|
3086
3093
|
}
|
|
3087
3094
|
},
|
|
@@ -3207,7 +3214,7 @@
|
|
|
3207
3214
|
"description": "Capacity represents the capacity set on the corresponding PVC status",
|
|
3208
3215
|
"type": "object",
|
|
3209
3216
|
"additionalProperties": {
|
|
3210
|
-
"$ref": "#/definitions/k8s.
|
|
3217
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
3211
3218
|
}
|
|
3212
3219
|
},
|
|
3213
3220
|
"claimName": {
|
|
@@ -3226,7 +3233,7 @@
|
|
|
3226
3233
|
"description": "Requests represents the resources requested by the corresponding PVC spec",
|
|
3227
3234
|
"type": "object",
|
|
3228
3235
|
"additionalProperties": {
|
|
3229
|
-
"$ref": "#/definitions/k8s.
|
|
3236
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
3230
3237
|
}
|
|
3231
3238
|
},
|
|
3232
3239
|
"volumeMode": {
|
|
@@ -3345,7 +3352,7 @@
|
|
|
3345
3352
|
"properties": {
|
|
3346
3353
|
"exec": {
|
|
3347
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.",
|
|
3348
|
-
"$ref": "#/definitions/k8s.
|
|
3355
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.ExecAction"
|
|
3349
3356
|
},
|
|
3350
3357
|
"failureThreshold": {
|
|
3351
3358
|
"description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.",
|
|
@@ -3358,7 +3365,7 @@
|
|
|
3358
3365
|
},
|
|
3359
3366
|
"httpGet": {
|
|
3360
3367
|
"description": "HTTPGet specifies the http request to perform.",
|
|
3361
|
-
"$ref": "#/definitions/k8s.
|
|
3368
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.HTTPGetAction"
|
|
3362
3369
|
},
|
|
3363
3370
|
"initialDelaySeconds": {
|
|
3364
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",
|
|
@@ -3377,7 +3384,7 @@
|
|
|
3377
3384
|
},
|
|
3378
3385
|
"tcpSocket": {
|
|
3379
3386
|
"description": "TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported",
|
|
3380
|
-
"$ref": "#/definitions/k8s.
|
|
3387
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.TCPSocketAction"
|
|
3381
3388
|
},
|
|
3382
3389
|
"timeoutSeconds": {
|
|
3383
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",
|
|
@@ -3489,7 +3496,7 @@
|
|
|
3489
3496
|
"properties": {
|
|
3490
3497
|
"addedOverhead": {
|
|
3491
3498
|
"description": "AddedOverhead determines the memory overhead that will be reserved for the VM. It increases the virt-launcher pod memory limit.",
|
|
3492
|
-
"$ref": "#/definitions/k8s.
|
|
3499
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
3493
3500
|
},
|
|
3494
3501
|
"memLock": {
|
|
3495
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",
|
|
@@ -3504,7 +3511,7 @@
|
|
|
3504
3511
|
"description": "Limits describes the maximum amount of compute resources allowed. Valid resource keys are \"memory\" and \"cpu\".",
|
|
3505
3512
|
"type": "object",
|
|
3506
3513
|
"additionalProperties": {
|
|
3507
|
-
"$ref": "#/definitions/k8s.
|
|
3514
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
3508
3515
|
}
|
|
3509
3516
|
},
|
|
3510
3517
|
"overcommitGuestOverhead": {
|
|
@@ -3515,7 +3522,7 @@
|
|
|
3515
3522
|
"description": "Requests is a description of the initial vmi resources. Valid resource keys are \"memory\" and \"cpu\".",
|
|
3516
3523
|
"type": "object",
|
|
3517
3524
|
"additionalProperties": {
|
|
3518
|
-
"$ref": "#/definitions/k8s.
|
|
3525
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
3519
3526
|
}
|
|
3520
3527
|
}
|
|
3521
3528
|
}
|
|
@@ -3528,14 +3535,14 @@
|
|
|
3528
3535
|
"description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/",
|
|
3529
3536
|
"type": "object",
|
|
3530
3537
|
"additionalProperties": {
|
|
3531
|
-
"$ref": "#/definitions/k8s.
|
|
3538
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
3532
3539
|
}
|
|
3533
3540
|
},
|
|
3534
3541
|
"requests": {
|
|
3535
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/",
|
|
3536
3543
|
"type": "object",
|
|
3537
3544
|
"additionalProperties": {
|
|
3538
|
-
"$ref": "#/definitions/k8s.
|
|
3545
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
3539
3546
|
}
|
|
3540
3547
|
}
|
|
3541
3548
|
}
|
|
@@ -3937,11 +3944,11 @@
|
|
|
3937
3944
|
"properties": {
|
|
3938
3945
|
"configMap": {
|
|
3939
3946
|
"description": "ConfigMap references a ConfigMap that contains Sysprep answer file named autounattend.xml that should be attached as disk of CDROM type.",
|
|
3940
|
-
"$ref": "#/definitions/k8s.
|
|
3947
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference"
|
|
3941
3948
|
},
|
|
3942
3949
|
"secret": {
|
|
3943
3950
|
"description": "Secret references a k8s Secret that contains Sysprep answer file named autounattend.xml that should be attached as disk of CDROM type.",
|
|
3944
|
-
"$ref": "#/definitions/k8s.
|
|
3951
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference"
|
|
3945
3952
|
}
|
|
3946
3953
|
}
|
|
3947
3954
|
},
|
|
@@ -4262,7 +4269,7 @@
|
|
|
4262
4269
|
},
|
|
4263
4270
|
"metadata": {
|
|
4264
4271
|
"default": {},
|
|
4265
|
-
"$ref": "#/definitions/k8s.
|
|
4272
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
4266
4273
|
},
|
|
4267
4274
|
"spec": {
|
|
4268
4275
|
"description": "Spec contains the specification of VirtualMachineInstance created",
|
|
@@ -4274,7 +4281,14 @@
|
|
|
4274
4281
|
"default": {},
|
|
4275
4282
|
"$ref": "#/definitions/v1.VirtualMachineStatus"
|
|
4276
4283
|
}
|
|
4277
|
-
}
|
|
4284
|
+
},
|
|
4285
|
+
"x-kubernetes-group-version-kind": [
|
|
4286
|
+
{
|
|
4287
|
+
"group": "kubevirt.io",
|
|
4288
|
+
"version": "v1",
|
|
4289
|
+
"kind": "VirtualMachine"
|
|
4290
|
+
}
|
|
4291
|
+
]
|
|
4278
4292
|
},
|
|
4279
4293
|
"v1.VirtualMachineCondition": {
|
|
4280
4294
|
"description": "VirtualMachineCondition represents the state of VirtualMachine",
|
|
@@ -4329,7 +4343,7 @@
|
|
|
4329
4343
|
},
|
|
4330
4344
|
"metadata": {
|
|
4331
4345
|
"default": {},
|
|
4332
|
-
"$ref": "#/definitions/k8s.
|
|
4346
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
4333
4347
|
},
|
|
4334
4348
|
"spec": {
|
|
4335
4349
|
"default": {},
|
|
@@ -4338,7 +4352,14 @@
|
|
|
4338
4352
|
"status": {
|
|
4339
4353
|
"$ref": "#/definitions/v1.VirtualMachineExportStatus"
|
|
4340
4354
|
}
|
|
4341
|
-
}
|
|
4355
|
+
},
|
|
4356
|
+
"x-kubernetes-group-version-kind": [
|
|
4357
|
+
{
|
|
4358
|
+
"group": "export.kubevirt.io",
|
|
4359
|
+
"version": "v1",
|
|
4360
|
+
"kind": "VirtualMachineExport"
|
|
4361
|
+
}
|
|
4362
|
+
]
|
|
4342
4363
|
},
|
|
4343
4364
|
"v1.VirtualMachineExportBackup": {
|
|
4344
4365
|
"description": "VirtualMachineExportBackup contains the name and available endpoints for the exported backup",
|
|
@@ -4473,7 +4494,7 @@
|
|
|
4473
4494
|
},
|
|
4474
4495
|
"metadata": {
|
|
4475
4496
|
"default": {},
|
|
4476
|
-
"$ref": "#/definitions/k8s.
|
|
4497
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
4477
4498
|
}
|
|
4478
4499
|
}
|
|
4479
4500
|
},
|
|
@@ -4506,7 +4527,7 @@
|
|
|
4506
4527
|
"properties": {
|
|
4507
4528
|
"source": {
|
|
4508
4529
|
"default": {},
|
|
4509
|
-
"$ref": "#/definitions/k8s.
|
|
4530
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference"
|
|
4510
4531
|
},
|
|
4511
4532
|
"tokenSecretRef": {
|
|
4512
4533
|
"description": "TokenSecretRef is the name of the custom-defined secret that contains the token used by the export server pod",
|
|
@@ -4514,7 +4535,7 @@
|
|
|
4514
4535
|
},
|
|
4515
4536
|
"ttlDuration": {
|
|
4516
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.",
|
|
4517
|
-
"$ref": "#/definitions/k8s.
|
|
4538
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Duration"
|
|
4518
4539
|
}
|
|
4519
4540
|
}
|
|
4520
4541
|
},
|
|
@@ -4547,7 +4568,7 @@
|
|
|
4547
4568
|
},
|
|
4548
4569
|
"ttlExpirationTime": {
|
|
4549
4570
|
"description": "The time at which the VM Export will be completely removed according to specified TTL Formula is CreationTimestamp + TTL",
|
|
4550
|
-
"$ref": "#/definitions/k8s.
|
|
4571
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
4551
4572
|
},
|
|
4552
4573
|
"virtualMachineName": {
|
|
4553
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",
|
|
@@ -4617,7 +4638,7 @@
|
|
|
4617
4638
|
},
|
|
4618
4639
|
"metadata": {
|
|
4619
4640
|
"default": {},
|
|
4620
|
-
"$ref": "#/definitions/k8s.
|
|
4641
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
4621
4642
|
},
|
|
4622
4643
|
"spec": {
|
|
4623
4644
|
"description": "VirtualMachineInstance Spec contains the VirtualMachineInstance specification.",
|
|
@@ -4628,7 +4649,14 @@
|
|
|
4628
4649
|
"default": {},
|
|
4629
4650
|
"$ref": "#/definitions/v1.VirtualMachineInstanceStatus"
|
|
4630
4651
|
}
|
|
4631
|
-
}
|
|
4652
|
+
},
|
|
4653
|
+
"x-kubernetes-group-version-kind": [
|
|
4654
|
+
{
|
|
4655
|
+
"group": "kubevirt.io",
|
|
4656
|
+
"version": "v1",
|
|
4657
|
+
"kind": "VirtualMachineInstance"
|
|
4658
|
+
}
|
|
4659
|
+
]
|
|
4632
4660
|
},
|
|
4633
4661
|
"v1.VirtualMachineInstanceBackupStatus": {
|
|
4634
4662
|
"description": "VirtualMachineInstanceBackupStatus tracks the information of the executed backup",
|
|
@@ -4652,7 +4680,7 @@
|
|
|
4652
4680
|
},
|
|
4653
4681
|
"endTimestamp": {
|
|
4654
4682
|
"description": "EndTimestamp is the timestamp when the backup ended",
|
|
4655
|
-
"$ref": "#/definitions/k8s.
|
|
4683
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
4656
4684
|
},
|
|
4657
4685
|
"failed": {
|
|
4658
4686
|
"description": "Failed indicates that the backup failed",
|
|
@@ -4660,7 +4688,7 @@
|
|
|
4660
4688
|
},
|
|
4661
4689
|
"startTimestamp": {
|
|
4662
4690
|
"description": "StartTimestamp is the timestamp when the backup started",
|
|
4663
|
-
"$ref": "#/definitions/k8s.
|
|
4691
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
4664
4692
|
},
|
|
4665
4693
|
"volumes": {
|
|
4666
4694
|
"description": "Volumes lists the volumes included in the backup",
|
|
@@ -4806,7 +4834,7 @@
|
|
|
4806
4834
|
},
|
|
4807
4835
|
"metadata": {
|
|
4808
4836
|
"default": {},
|
|
4809
|
-
"$ref": "#/definitions/k8s.
|
|
4837
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
4810
4838
|
}
|
|
4811
4839
|
}
|
|
4812
4840
|
},
|
|
@@ -4949,7 +4977,7 @@
|
|
|
4949
4977
|
},
|
|
4950
4978
|
"metadata": {
|
|
4951
4979
|
"default": {},
|
|
4952
|
-
"$ref": "#/definitions/k8s.
|
|
4980
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
4953
4981
|
}
|
|
4954
4982
|
}
|
|
4955
4983
|
},
|
|
@@ -4977,7 +5005,7 @@
|
|
|
4977
5005
|
},
|
|
4978
5006
|
"metadata": {
|
|
4979
5007
|
"default": {},
|
|
4980
|
-
"$ref": "#/definitions/k8s.
|
|
5008
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
4981
5009
|
}
|
|
4982
5010
|
}
|
|
4983
5011
|
},
|
|
@@ -4998,7 +5026,7 @@
|
|
|
4998
5026
|
},
|
|
4999
5027
|
"metadata": {
|
|
5000
5028
|
"default": {},
|
|
5001
|
-
"$ref": "#/definitions/k8s.
|
|
5029
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
5002
5030
|
},
|
|
5003
5031
|
"spec": {
|
|
5004
5032
|
"default": {},
|
|
@@ -5008,7 +5036,14 @@
|
|
|
5008
5036
|
"default": {},
|
|
5009
5037
|
"$ref": "#/definitions/v1.VirtualMachineInstanceMigrationStatus"
|
|
5010
5038
|
}
|
|
5011
|
-
}
|
|
5039
|
+
},
|
|
5040
|
+
"x-kubernetes-group-version-kind": [
|
|
5041
|
+
{
|
|
5042
|
+
"group": "kubevirt.io",
|
|
5043
|
+
"version": "v1",
|
|
5044
|
+
"kind": "VirtualMachineInstanceMigration"
|
|
5045
|
+
}
|
|
5046
|
+
]
|
|
5012
5047
|
},
|
|
5013
5048
|
"v1.VirtualMachineInstanceMigrationCondition": {
|
|
5014
5049
|
"type": "object",
|
|
@@ -5069,7 +5104,7 @@
|
|
|
5069
5104
|
},
|
|
5070
5105
|
"metadata": {
|
|
5071
5106
|
"default": {},
|
|
5072
|
-
"$ref": "#/definitions/k8s.
|
|
5107
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
5073
5108
|
}
|
|
5074
5109
|
}
|
|
5075
5110
|
},
|
|
@@ -5083,7 +5118,7 @@
|
|
|
5083
5118
|
},
|
|
5084
5119
|
"phaseTransitionTimestamp": {
|
|
5085
5120
|
"description": "PhaseTransitionTimestamp is the timestamp of when the phase change occurred",
|
|
5086
|
-
"$ref": "#/definitions/k8s.
|
|
5121
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
5087
5122
|
}
|
|
5088
5123
|
}
|
|
5089
5124
|
},
|
|
@@ -5201,7 +5236,7 @@
|
|
|
5201
5236
|
},
|
|
5202
5237
|
"endTimestamp": {
|
|
5203
5238
|
"description": "The time the migration action ended",
|
|
5204
|
-
"$ref": "#/definitions/k8s.
|
|
5239
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
5205
5240
|
},
|
|
5206
5241
|
"failed": {
|
|
5207
5242
|
"description": "Indicates that the migration failed",
|
|
@@ -5248,7 +5283,7 @@
|
|
|
5248
5283
|
},
|
|
5249
5284
|
"startTimestamp": {
|
|
5250
5285
|
"description": "The time the migration action began",
|
|
5251
|
-
"$ref": "#/definitions/k8s.
|
|
5286
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
5252
5287
|
},
|
|
5253
5288
|
"targetAttachmentPodUID": {
|
|
5254
5289
|
"description": "The UID of the target attachment pod for hotplug volumes",
|
|
@@ -5275,7 +5310,7 @@
|
|
|
5275
5310
|
},
|
|
5276
5311
|
"targetMemoryOverhead": {
|
|
5277
5312
|
"description": "TargetMemoryOverhead is the memory overhead of the target virt-launcher pod",
|
|
5278
|
-
"$ref": "#/definitions/k8s.
|
|
5313
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
5279
5314
|
},
|
|
5280
5315
|
"targetNode": {
|
|
5281
5316
|
"description": "The target node that the VMI is moving to",
|
|
@@ -5291,7 +5326,7 @@
|
|
|
5291
5326
|
},
|
|
5292
5327
|
"targetNodeDomainReadyTimestamp": {
|
|
5293
5328
|
"description": "The timestamp at which the target node detects the domain is active",
|
|
5294
|
-
"$ref": "#/definitions/k8s.
|
|
5329
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
5295
5330
|
},
|
|
5296
5331
|
"targetNodeTopology": {
|
|
5297
5332
|
"description": "If the VMI requires dedicated CPUs, this field will hold the numa topology on the target node",
|
|
@@ -5403,7 +5438,7 @@
|
|
|
5403
5438
|
},
|
|
5404
5439
|
"domainReadyTimestamp": {
|
|
5405
5440
|
"description": "The timestamp at which the target node detects the domain is active",
|
|
5406
|
-
"$ref": "#/definitions/k8s.
|
|
5441
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
5407
5442
|
},
|
|
5408
5443
|
"migrationUID": {
|
|
5409
5444
|
"description": "The Source VirtualMachineInstanceMigration object associated with this migration",
|
|
@@ -5499,7 +5534,7 @@
|
|
|
5499
5534
|
},
|
|
5500
5535
|
"phaseTransitionTimestamp": {
|
|
5501
5536
|
"description": "PhaseTransitionTimestamp is the timestamp of when the phase change occurred",
|
|
5502
|
-
"$ref": "#/definitions/k8s.
|
|
5537
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
5503
5538
|
}
|
|
5504
5539
|
}
|
|
5505
5540
|
},
|
|
@@ -5517,14 +5552,21 @@
|
|
|
5517
5552
|
},
|
|
5518
5553
|
"metadata": {
|
|
5519
5554
|
"default": {},
|
|
5520
|
-
"$ref": "#/definitions/k8s.
|
|
5555
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
5521
5556
|
},
|
|
5522
5557
|
"spec": {
|
|
5523
5558
|
"description": "VirtualMachineInstance Spec contains the VirtualMachineInstance specification.",
|
|
5524
5559
|
"default": {},
|
|
5525
5560
|
"$ref": "#/definitions/v1.VirtualMachineInstancePresetSpec"
|
|
5526
5561
|
}
|
|
5527
|
-
}
|
|
5562
|
+
},
|
|
5563
|
+
"x-kubernetes-group-version-kind": [
|
|
5564
|
+
{
|
|
5565
|
+
"group": "kubevirt.io",
|
|
5566
|
+
"version": "v1",
|
|
5567
|
+
"kind": "VirtualMachineInstancePreset"
|
|
5568
|
+
}
|
|
5569
|
+
]
|
|
5528
5570
|
},
|
|
5529
5571
|
"v1.VirtualMachineInstancePresetList": {
|
|
5530
5572
|
"description": "VirtualMachineInstancePresetList is a list of VirtualMachinePresets",
|
|
@@ -5550,7 +5592,7 @@
|
|
|
5550
5592
|
},
|
|
5551
5593
|
"metadata": {
|
|
5552
5594
|
"default": {},
|
|
5553
|
-
"$ref": "#/definitions/k8s.
|
|
5595
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
5554
5596
|
}
|
|
5555
5597
|
}
|
|
5556
5598
|
},
|
|
@@ -5567,7 +5609,7 @@
|
|
|
5567
5609
|
"selector": {
|
|
5568
5610
|
"description": "Selector is a label query over a set of VMIs. Required.",
|
|
5569
5611
|
"default": {},
|
|
5570
|
-
"$ref": "#/definitions/k8s.
|
|
5612
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
|
|
5571
5613
|
}
|
|
5572
5614
|
}
|
|
5573
5615
|
},
|
|
@@ -5597,7 +5639,7 @@
|
|
|
5597
5639
|
},
|
|
5598
5640
|
"metadata": {
|
|
5599
5641
|
"default": {},
|
|
5600
|
-
"$ref": "#/definitions/k8s.
|
|
5642
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
5601
5643
|
},
|
|
5602
5644
|
"spec": {
|
|
5603
5645
|
"description": "VirtualMachineInstance Spec contains the VirtualMachineInstance specification.",
|
|
@@ -5609,7 +5651,14 @@
|
|
|
5609
5651
|
"default": {},
|
|
5610
5652
|
"$ref": "#/definitions/v1.VirtualMachineInstanceReplicaSetStatus"
|
|
5611
5653
|
}
|
|
5612
|
-
}
|
|
5654
|
+
},
|
|
5655
|
+
"x-kubernetes-group-version-kind": [
|
|
5656
|
+
{
|
|
5657
|
+
"group": "kubevirt.io",
|
|
5658
|
+
"version": "v1",
|
|
5659
|
+
"kind": "VirtualMachineInstanceReplicaSet"
|
|
5660
|
+
}
|
|
5661
|
+
]
|
|
5613
5662
|
},
|
|
5614
5663
|
"v1.VirtualMachineInstanceReplicaSetCondition": {
|
|
5615
5664
|
"type": "object",
|
|
@@ -5670,7 +5719,7 @@
|
|
|
5670
5719
|
},
|
|
5671
5720
|
"metadata": {
|
|
5672
5721
|
"default": {},
|
|
5673
|
-
"$ref": "#/definitions/k8s.
|
|
5722
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
5674
5723
|
}
|
|
5675
5724
|
}
|
|
5676
5725
|
},
|
|
@@ -5692,7 +5741,7 @@
|
|
|
5692
5741
|
},
|
|
5693
5742
|
"selector": {
|
|
5694
5743
|
"description": "Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment.",
|
|
5695
|
-
"$ref": "#/definitions/k8s.
|
|
5744
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
|
|
5696
5745
|
},
|
|
5697
5746
|
"template": {
|
|
5698
5747
|
"description": "Template describes the pods that will be created.",
|
|
@@ -5745,7 +5794,7 @@
|
|
|
5745
5794
|
},
|
|
5746
5795
|
"affinity": {
|
|
5747
5796
|
"description": "If affinity is specifies, obey all the affinity rules",
|
|
5748
|
-
"$ref": "#/definitions/k8s.
|
|
5797
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.Affinity"
|
|
5749
5798
|
},
|
|
5750
5799
|
"architecture": {
|
|
5751
5800
|
"description": "Specifies the architecture of the vm guest you are attempting to run. Defaults to the compiled architecture of the KubeVirt components",
|
|
@@ -5753,7 +5802,7 @@
|
|
|
5753
5802
|
},
|
|
5754
5803
|
"dnsConfig": {
|
|
5755
5804
|
"description": "Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy.",
|
|
5756
|
-
"$ref": "#/definitions/k8s.
|
|
5805
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.PodDNSConfig"
|
|
5757
5806
|
},
|
|
5758
5807
|
"dnsPolicy": {
|
|
5759
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.",
|
|
@@ -5811,7 +5860,7 @@
|
|
|
5811
5860
|
"type": "array",
|
|
5812
5861
|
"items": {
|
|
5813
5862
|
"default": {},
|
|
5814
|
-
"$ref": "#/definitions/k8s.
|
|
5863
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.PodResourceClaim"
|
|
5815
5864
|
},
|
|
5816
5865
|
"x-kubernetes-list-map-keys": [
|
|
5817
5866
|
"name"
|
|
@@ -5840,7 +5889,7 @@
|
|
|
5840
5889
|
"type": "array",
|
|
5841
5890
|
"items": {
|
|
5842
5891
|
"default": {},
|
|
5843
|
-
"$ref": "#/definitions/k8s.
|
|
5892
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.Toleration"
|
|
5844
5893
|
}
|
|
5845
5894
|
},
|
|
5846
5895
|
"topologySpreadConstraints": {
|
|
@@ -5848,7 +5897,7 @@
|
|
|
5848
5897
|
"type": "array",
|
|
5849
5898
|
"items": {
|
|
5850
5899
|
"default": {},
|
|
5851
|
-
"$ref": "#/definitions/k8s.
|
|
5900
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.TopologySpreadConstraint"
|
|
5852
5901
|
},
|
|
5853
5902
|
"x-kubernetes-list-map-keys": [
|
|
5854
5903
|
"topologyKey",
|
|
@@ -6035,7 +6084,7 @@
|
|
|
6035
6084
|
"properties": {
|
|
6036
6085
|
"metadata": {
|
|
6037
6086
|
"default": {},
|
|
6038
|
-
"$ref": "#/definitions/k8s.
|
|
6087
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
6039
6088
|
},
|
|
6040
6089
|
"spec": {
|
|
6041
6090
|
"description": "VirtualMachineInstance Spec contains the VirtualMachineInstance specification.",
|
|
@@ -6067,7 +6116,7 @@
|
|
|
6067
6116
|
},
|
|
6068
6117
|
"metadata": {
|
|
6069
6118
|
"default": {},
|
|
6070
|
-
"$ref": "#/definitions/k8s.
|
|
6119
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
6071
6120
|
}
|
|
6072
6121
|
}
|
|
6073
6122
|
},
|
|
@@ -6086,7 +6135,7 @@
|
|
|
6086
6135
|
},
|
|
6087
6136
|
"endTimestamp": {
|
|
6088
6137
|
"description": "EndTimestamp represents the time the memory dump was completed",
|
|
6089
|
-
"$ref": "#/definitions/k8s.
|
|
6138
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
6090
6139
|
},
|
|
6091
6140
|
"fileName": {
|
|
6092
6141
|
"description": "FileName represents the name of the output file",
|
|
@@ -6107,7 +6156,7 @@
|
|
|
6107
6156
|
},
|
|
6108
6157
|
"startTimestamp": {
|
|
6109
6158
|
"description": "StartTimestamp represents the time the memory dump started",
|
|
6110
|
-
"$ref": "#/definitions/k8s.
|
|
6159
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
6111
6160
|
}
|
|
6112
6161
|
}
|
|
6113
6162
|
},
|
|
@@ -6178,7 +6227,7 @@
|
|
|
6178
6227
|
"type": "string"
|
|
6179
6228
|
},
|
|
6180
6229
|
"retryAfterTimestamp": {
|
|
6181
|
-
"$ref": "#/definitions/k8s.
|
|
6230
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
6182
6231
|
}
|
|
6183
6232
|
}
|
|
6184
6233
|
},
|
|
@@ -6521,7 +6570,7 @@
|
|
|
6521
6570
|
"type": "object",
|
|
6522
6571
|
"properties": {
|
|
6523
6572
|
"creationTime": {
|
|
6524
|
-
"$ref": "#/definitions/k8s.
|
|
6573
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
6525
6574
|
},
|
|
6526
6575
|
"name": {
|
|
6527
6576
|
"type": "string"
|
|
@@ -6551,7 +6600,7 @@
|
|
|
6551
6600
|
"type": "string"
|
|
6552
6601
|
},
|
|
6553
6602
|
"backupStartTime": {
|
|
6554
|
-
"$ref": "#/definitions/k8s.
|
|
6603
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
6555
6604
|
},
|
|
6556
6605
|
"caCert": {
|
|
6557
6606
|
"type": "string"
|
|
@@ -6660,7 +6709,7 @@
|
|
|
6660
6709
|
},
|
|
6661
6710
|
"metadata": {
|
|
6662
6711
|
"default": {},
|
|
6663
|
-
"$ref": "#/definitions/k8s.
|
|
6712
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
6664
6713
|
},
|
|
6665
6714
|
"spec": {
|
|
6666
6715
|
"default": {},
|
|
@@ -6670,7 +6719,14 @@
|
|
|
6670
6719
|
"default": {},
|
|
6671
6720
|
"$ref": "#/definitions/v1alpha1.MigrationPolicyStatus"
|
|
6672
6721
|
}
|
|
6673
|
-
}
|
|
6722
|
+
},
|
|
6723
|
+
"x-kubernetes-group-version-kind": [
|
|
6724
|
+
{
|
|
6725
|
+
"group": "migrations.kubevirt.io",
|
|
6726
|
+
"version": "v1alpha1",
|
|
6727
|
+
"kind": "MigrationPolicy"
|
|
6728
|
+
}
|
|
6729
|
+
]
|
|
6674
6730
|
},
|
|
6675
6731
|
"v1alpha1.MigrationPolicyList": {
|
|
6676
6732
|
"description": "MigrationPolicyList is a list of MigrationPolicy",
|
|
@@ -6697,7 +6753,7 @@
|
|
|
6697
6753
|
},
|
|
6698
6754
|
"metadata": {
|
|
6699
6755
|
"default": {},
|
|
6700
|
-
"$ref": "#/definitions/k8s.
|
|
6756
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
6701
6757
|
}
|
|
6702
6758
|
}
|
|
6703
6759
|
},
|
|
@@ -6717,7 +6773,7 @@
|
|
|
6717
6773
|
"type": "boolean"
|
|
6718
6774
|
},
|
|
6719
6775
|
"bandwidthPerMigration": {
|
|
6720
|
-
"$ref": "#/definitions/k8s.
|
|
6776
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
6721
6777
|
},
|
|
6722
6778
|
"completionTimeoutPerGiB": {
|
|
6723
6779
|
"type": "integer",
|
|
@@ -6768,7 +6824,7 @@
|
|
|
6768
6824
|
},
|
|
6769
6825
|
"metadata": {
|
|
6770
6826
|
"default": {},
|
|
6771
|
-
"$ref": "#/definitions/k8s.
|
|
6827
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
6772
6828
|
},
|
|
6773
6829
|
"spec": {
|
|
6774
6830
|
"default": {},
|
|
@@ -6777,7 +6833,14 @@
|
|
|
6777
6833
|
"status": {
|
|
6778
6834
|
"$ref": "#/definitions/v1alpha1.VirtualMachineBackupStatus"
|
|
6779
6835
|
}
|
|
6780
|
-
}
|
|
6836
|
+
},
|
|
6837
|
+
"x-kubernetes-group-version-kind": [
|
|
6838
|
+
{
|
|
6839
|
+
"group": "backup.kubevirt.io",
|
|
6840
|
+
"version": "v1alpha1",
|
|
6841
|
+
"kind": "VirtualMachineBackup"
|
|
6842
|
+
}
|
|
6843
|
+
]
|
|
6781
6844
|
},
|
|
6782
6845
|
"v1alpha1.VirtualMachineBackupList": {
|
|
6783
6846
|
"description": "VirtualMachineBackupList is a list of VirtualMachineBackup resources",
|
|
@@ -6805,7 +6868,7 @@
|
|
|
6805
6868
|
},
|
|
6806
6869
|
"metadata": {
|
|
6807
6870
|
"default": {},
|
|
6808
|
-
"$ref": "#/definitions/k8s.
|
|
6871
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
6809
6872
|
}
|
|
6810
6873
|
}
|
|
6811
6874
|
},
|
|
@@ -6835,7 +6898,7 @@
|
|
|
6835
6898
|
"source": {
|
|
6836
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.",
|
|
6837
6900
|
"default": {},
|
|
6838
|
-
"$ref": "#/definitions/k8s.
|
|
6901
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference"
|
|
6839
6902
|
},
|
|
6840
6903
|
"tokenSecretRef": {
|
|
6841
6904
|
"description": "TokenSecretRef is the name of the secret that will be used to pull the backup from an associated endpoint",
|
|
@@ -6843,7 +6906,7 @@
|
|
|
6843
6906
|
},
|
|
6844
6907
|
"ttlDuration": {
|
|
6845
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.",
|
|
6846
|
-
"$ref": "#/definitions/k8s.
|
|
6909
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Duration"
|
|
6847
6910
|
}
|
|
6848
6911
|
}
|
|
6849
6912
|
},
|
|
@@ -7340,7 +7403,7 @@
|
|
|
7340
7403
|
},
|
|
7341
7404
|
"pvc": {
|
|
7342
7405
|
"description": "PVC is the PVC specification",
|
|
7343
|
-
"$ref": "#/definitions/k8s.
|
|
7406
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimSpec"
|
|
7344
7407
|
},
|
|
7345
7408
|
"source": {
|
|
7346
7409
|
"description": "Source is the src of the data for the requested DataVolume",
|
|
@@ -7474,7 +7537,7 @@
|
|
|
7474
7537
|
"type": "string"
|
|
7475
7538
|
},
|
|
7476
7539
|
"time": {
|
|
7477
|
-
"$ref": "#/definitions/k8s.
|
|
7540
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
7478
7541
|
}
|
|
7479
7542
|
}
|
|
7480
7543
|
},
|
|
@@ -7553,7 +7616,7 @@
|
|
|
7553
7616
|
"properties": {
|
|
7554
7617
|
"guest": {
|
|
7555
7618
|
"description": "Required amount of memory which is visible inside the guest OS.",
|
|
7556
|
-
"$ref": "#/definitions/k8s.
|
|
7619
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
7557
7620
|
},
|
|
7558
7621
|
"hugepages": {
|
|
7559
7622
|
"description": "Optionally enables the use of hugepages for the VirtualMachineInstance instead of regular memory.",
|
|
@@ -7561,7 +7624,7 @@
|
|
|
7561
7624
|
},
|
|
7562
7625
|
"maxGuest": {
|
|
7563
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.",
|
|
7564
|
-
"$ref": "#/definitions/k8s.
|
|
7627
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
7565
7628
|
},
|
|
7566
7629
|
"overcommitPercent": {
|
|
7567
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",
|
|
@@ -7578,7 +7641,7 @@
|
|
|
7578
7641
|
"properties": {
|
|
7579
7642
|
"guest": {
|
|
7580
7643
|
"description": "Minimal amount of memory required by the preference.",
|
|
7581
|
-
"$ref": "#/definitions/k8s.
|
|
7644
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
|
7582
7645
|
}
|
|
7583
7646
|
}
|
|
7584
7647
|
},
|
|
@@ -7588,12 +7651,12 @@
|
|
|
7588
7651
|
"metadata": {
|
|
7589
7652
|
"description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
|
|
7590
7653
|
"default": {},
|
|
7591
|
-
"$ref": "#/definitions/k8s.
|
|
7654
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
7592
7655
|
},
|
|
7593
7656
|
"spec": {
|
|
7594
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",
|
|
7595
7658
|
"default": {},
|
|
7596
|
-
"$ref": "#/definitions/k8s.
|
|
7659
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimSpec"
|
|
7597
7660
|
}
|
|
7598
7661
|
}
|
|
7599
7662
|
},
|
|
@@ -7708,20 +7771,20 @@
|
|
|
7708
7771
|
},
|
|
7709
7772
|
"dataSource": {
|
|
7710
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.",
|
|
7711
|
-
"$ref": "#/definitions/k8s.
|
|
7774
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference"
|
|
7712
7775
|
},
|
|
7713
7776
|
"dataSourceRef": {
|
|
7714
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.",
|
|
7715
|
-
"$ref": "#/definitions/k8s.
|
|
7778
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.TypedObjectReference"
|
|
7716
7779
|
},
|
|
7717
7780
|
"resources": {
|
|
7718
7781
|
"description": "Resources represents the minimum resources the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources",
|
|
7719
7782
|
"default": {},
|
|
7720
|
-
"$ref": "#/definitions/k8s.
|
|
7783
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.VolumeResourceRequirements"
|
|
7721
7784
|
},
|
|
7722
7785
|
"selector": {
|
|
7723
7786
|
"description": "A label query over volumes to consider for binding.",
|
|
7724
|
-
"$ref": "#/definitions/k8s.
|
|
7787
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
|
|
7725
7788
|
},
|
|
7726
7789
|
"storageClassName": {
|
|
7727
7790
|
"description": "Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1",
|
|
@@ -7747,7 +7810,7 @@
|
|
|
7747
7810
|
"properties": {
|
|
7748
7811
|
"metadata": {
|
|
7749
7812
|
"default": {},
|
|
7750
|
-
"$ref": "#/definitions/k8s.
|
|
7813
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
7751
7814
|
},
|
|
7752
7815
|
"spec": {
|
|
7753
7816
|
"description": "VirtualMachineSpec contains the VirtualMachine specification.",
|
|
@@ -7778,7 +7841,7 @@
|
|
|
7778
7841
|
},
|
|
7779
7842
|
"metadata": {
|
|
7780
7843
|
"default": {},
|
|
7781
|
-
"$ref": "#/definitions/k8s.
|
|
7844
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
7782
7845
|
},
|
|
7783
7846
|
"spec": {
|
|
7784
7847
|
"default": {},
|
|
@@ -7788,7 +7851,14 @@
|
|
|
7788
7851
|
"default": {},
|
|
7789
7852
|
"$ref": "#/definitions/v1beta1.VirtualMachineCloneStatus"
|
|
7790
7853
|
}
|
|
7791
|
-
}
|
|
7854
|
+
},
|
|
7855
|
+
"x-kubernetes-group-version-kind": [
|
|
7856
|
+
{
|
|
7857
|
+
"group": "clone.kubevirt.io",
|
|
7858
|
+
"version": "v1beta1",
|
|
7859
|
+
"kind": "VirtualMachineClone"
|
|
7860
|
+
}
|
|
7861
|
+
]
|
|
7792
7862
|
},
|
|
7793
7863
|
"v1beta1.VirtualMachineCloneList": {
|
|
7794
7864
|
"description": "VirtualMachineCloneList is a list of MigrationPolicy",
|
|
@@ -7815,7 +7885,7 @@
|
|
|
7815
7885
|
},
|
|
7816
7886
|
"metadata": {
|
|
7817
7887
|
"default": {},
|
|
7818
|
-
"$ref": "#/definitions/k8s.
|
|
7888
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
7819
7889
|
}
|
|
7820
7890
|
}
|
|
7821
7891
|
},
|
|
@@ -7866,11 +7936,11 @@
|
|
|
7866
7936
|
},
|
|
7867
7937
|
"source": {
|
|
7868
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",
|
|
7869
|
-
"$ref": "#/definitions/k8s.
|
|
7939
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference"
|
|
7870
7940
|
},
|
|
7871
7941
|
"target": {
|
|
7872
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.",
|
|
7873
|
-
"$ref": "#/definitions/k8s.
|
|
7943
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference"
|
|
7874
7944
|
},
|
|
7875
7945
|
"template": {
|
|
7876
7946
|
"description": "For a detailed description, please refer to https://kubevirt.io/user-guide/operations/clone_api/#label-annotation-filters.",
|
|
@@ -7896,7 +7966,7 @@
|
|
|
7896
7966
|
"x-kubernetes-list-type": "atomic"
|
|
7897
7967
|
},
|
|
7898
7968
|
"creationTime": {
|
|
7899
|
-
"$ref": "#/definitions/k8s.
|
|
7969
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
7900
7970
|
},
|
|
7901
7971
|
"phase": {
|
|
7902
7972
|
"type": "string"
|
|
@@ -7952,14 +8022,21 @@
|
|
|
7952
8022
|
},
|
|
7953
8023
|
"metadata": {
|
|
7954
8024
|
"default": {},
|
|
7955
|
-
"$ref": "#/definitions/k8s.
|
|
8025
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
7956
8026
|
},
|
|
7957
8027
|
"spec": {
|
|
7958
8028
|
"description": "Required spec describing the instancetype",
|
|
7959
8029
|
"default": {},
|
|
7960
8030
|
"$ref": "#/definitions/v1beta1.VirtualMachineInstancetypeSpec"
|
|
7961
8031
|
}
|
|
7962
|
-
}
|
|
8032
|
+
},
|
|
8033
|
+
"x-kubernetes-group-version-kind": [
|
|
8034
|
+
{
|
|
8035
|
+
"group": "instancetype.kubevirt.io",
|
|
8036
|
+
"version": "v1beta1",
|
|
8037
|
+
"kind": "VirtualMachineClusterInstancetype"
|
|
8038
|
+
}
|
|
8039
|
+
]
|
|
7963
8040
|
},
|
|
7964
8041
|
"v1beta1.VirtualMachineClusterInstancetypeList": {
|
|
7965
8042
|
"description": "VirtualMachineClusterInstancetypeList is a list of VirtualMachineClusterInstancetype resources.",
|
|
@@ -7985,7 +8062,7 @@
|
|
|
7985
8062
|
},
|
|
7986
8063
|
"metadata": {
|
|
7987
8064
|
"default": {},
|
|
7988
|
-
"$ref": "#/definitions/k8s.
|
|
8065
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
7989
8066
|
}
|
|
7990
8067
|
}
|
|
7991
8068
|
},
|
|
@@ -8006,14 +8083,21 @@
|
|
|
8006
8083
|
},
|
|
8007
8084
|
"metadata": {
|
|
8008
8085
|
"default": {},
|
|
8009
|
-
"$ref": "#/definitions/k8s.
|
|
8086
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
8010
8087
|
},
|
|
8011
8088
|
"spec": {
|
|
8012
8089
|
"description": "Required spec describing the preferences",
|
|
8013
8090
|
"default": {},
|
|
8014
8091
|
"$ref": "#/definitions/v1beta1.VirtualMachinePreferenceSpec"
|
|
8015
8092
|
}
|
|
8016
|
-
}
|
|
8093
|
+
},
|
|
8094
|
+
"x-kubernetes-group-version-kind": [
|
|
8095
|
+
{
|
|
8096
|
+
"group": "instancetype.kubevirt.io",
|
|
8097
|
+
"version": "v1beta1",
|
|
8098
|
+
"kind": "VirtualMachineClusterPreference"
|
|
8099
|
+
}
|
|
8100
|
+
]
|
|
8017
8101
|
},
|
|
8018
8102
|
"v1beta1.VirtualMachineClusterPreferenceList": {
|
|
8019
8103
|
"description": "VirtualMachineClusterPreferenceList is a list of VirtualMachineClusterPreference resources.",
|
|
@@ -8040,7 +8124,7 @@
|
|
|
8040
8124
|
},
|
|
8041
8125
|
"metadata": {
|
|
8042
8126
|
"default": {},
|
|
8043
|
-
"$ref": "#/definitions/k8s.
|
|
8127
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
8044
8128
|
}
|
|
8045
8129
|
}
|
|
8046
8130
|
},
|
|
@@ -8061,14 +8145,21 @@
|
|
|
8061
8145
|
},
|
|
8062
8146
|
"metadata": {
|
|
8063
8147
|
"default": {},
|
|
8064
|
-
"$ref": "#/definitions/k8s.
|
|
8148
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
8065
8149
|
},
|
|
8066
8150
|
"spec": {
|
|
8067
8151
|
"description": "Required spec describing the instancetype",
|
|
8068
8152
|
"default": {},
|
|
8069
8153
|
"$ref": "#/definitions/v1beta1.VirtualMachineInstancetypeSpec"
|
|
8070
8154
|
}
|
|
8071
|
-
}
|
|
8155
|
+
},
|
|
8156
|
+
"x-kubernetes-group-version-kind": [
|
|
8157
|
+
{
|
|
8158
|
+
"group": "instancetype.kubevirt.io",
|
|
8159
|
+
"version": "v1beta1",
|
|
8160
|
+
"kind": "VirtualMachineInstancetype"
|
|
8161
|
+
}
|
|
8162
|
+
]
|
|
8072
8163
|
},
|
|
8073
8164
|
"v1beta1.VirtualMachineInstancetypeList": {
|
|
8074
8165
|
"description": "VirtualMachineInstancetypeList is a list of VirtualMachineInstancetype resources.",
|
|
@@ -8094,7 +8185,7 @@
|
|
|
8094
8185
|
},
|
|
8095
8186
|
"metadata": {
|
|
8096
8187
|
"default": {},
|
|
8097
|
-
"$ref": "#/definitions/k8s.
|
|
8188
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
8098
8189
|
}
|
|
8099
8190
|
}
|
|
8100
8191
|
},
|
|
@@ -8188,7 +8279,7 @@
|
|
|
8188
8279
|
},
|
|
8189
8280
|
"metadata": {
|
|
8190
8281
|
"default": {},
|
|
8191
|
-
"$ref": "#/definitions/k8s.
|
|
8282
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
8192
8283
|
},
|
|
8193
8284
|
"spec": {
|
|
8194
8285
|
"default": {},
|
|
@@ -8198,14 +8289,21 @@
|
|
|
8198
8289
|
"default": {},
|
|
8199
8290
|
"$ref": "#/definitions/v1beta1.VirtualMachinePoolStatus"
|
|
8200
8291
|
}
|
|
8201
|
-
}
|
|
8292
|
+
},
|
|
8293
|
+
"x-kubernetes-group-version-kind": [
|
|
8294
|
+
{
|
|
8295
|
+
"group": "pool.kubevirt.io",
|
|
8296
|
+
"version": "v1beta1",
|
|
8297
|
+
"kind": "VirtualMachinePool"
|
|
8298
|
+
}
|
|
8299
|
+
]
|
|
8202
8300
|
},
|
|
8203
8301
|
"v1beta1.VirtualMachinePoolAutohealingStrategy": {
|
|
8204
8302
|
"type": "object",
|
|
8205
8303
|
"properties": {
|
|
8206
8304
|
"minFailingToStartDuration": {
|
|
8207
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",
|
|
8208
|
-
"$ref": "#/definitions/k8s.
|
|
8306
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Duration"
|
|
8209
8307
|
},
|
|
8210
8308
|
"startUpFailureThreshold": {
|
|
8211
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",
|
|
@@ -8273,7 +8371,7 @@
|
|
|
8273
8371
|
},
|
|
8274
8372
|
"metadata": {
|
|
8275
8373
|
"default": {},
|
|
8276
|
-
"$ref": "#/definitions/k8s.
|
|
8374
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
8277
8375
|
}
|
|
8278
8376
|
}
|
|
8279
8377
|
},
|
|
@@ -8360,14 +8458,14 @@
|
|
|
8360
8458
|
"properties": {
|
|
8361
8459
|
"labelSelector": {
|
|
8362
8460
|
"description": "LabelSelector is a list of label selector for VMs.",
|
|
8363
|
-
"$ref": "#/definitions/k8s.
|
|
8461
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
|
|
8364
8462
|
},
|
|
8365
8463
|
"nodeSelectorRequirementMatcher": {
|
|
8366
8464
|
"description": "NodeSelectorRequirementMatcher is a list of node selector requirement for VMs.",
|
|
8367
8465
|
"type": "array",
|
|
8368
8466
|
"items": {
|
|
8369
8467
|
"default": {},
|
|
8370
|
-
"$ref": "#/definitions/k8s.
|
|
8468
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement"
|
|
8371
8469
|
}
|
|
8372
8470
|
}
|
|
8373
8471
|
}
|
|
@@ -8385,7 +8483,7 @@
|
|
|
8385
8483
|
},
|
|
8386
8484
|
"maxUnavailable": {
|
|
8387
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.",
|
|
8388
|
-
"$ref": "#/definitions/k8s.
|
|
8486
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString"
|
|
8389
8487
|
},
|
|
8390
8488
|
"nameGeneration": {
|
|
8391
8489
|
"description": "Options for the name generation in a pool.",
|
|
@@ -8406,7 +8504,7 @@
|
|
|
8406
8504
|
},
|
|
8407
8505
|
"selector": {
|
|
8408
8506
|
"description": "Label selector for pods. Existing Poolss whose pods are selected by this will be the ones affected by this deployment.",
|
|
8409
|
-
"$ref": "#/definitions/k8s.
|
|
8507
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
|
|
8410
8508
|
},
|
|
8411
8509
|
"updateStrategy": {
|
|
8412
8510
|
"description": "UpdateStrategy specifies how the VMPool controller manages updating VMs within a VMPool",
|
|
@@ -8482,14 +8580,21 @@
|
|
|
8482
8580
|
},
|
|
8483
8581
|
"metadata": {
|
|
8484
8582
|
"default": {},
|
|
8485
|
-
"$ref": "#/definitions/k8s.
|
|
8583
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
8486
8584
|
},
|
|
8487
8585
|
"spec": {
|
|
8488
8586
|
"description": "Required spec describing the preferences",
|
|
8489
8587
|
"default": {},
|
|
8490
8588
|
"$ref": "#/definitions/v1beta1.VirtualMachinePreferenceSpec"
|
|
8491
8589
|
}
|
|
8492
|
-
}
|
|
8590
|
+
},
|
|
8591
|
+
"x-kubernetes-group-version-kind": [
|
|
8592
|
+
{
|
|
8593
|
+
"group": "instancetype.kubevirt.io",
|
|
8594
|
+
"version": "v1beta1",
|
|
8595
|
+
"kind": "VirtualMachinePreference"
|
|
8596
|
+
}
|
|
8597
|
+
]
|
|
8493
8598
|
},
|
|
8494
8599
|
"v1beta1.VirtualMachinePreferenceList": {
|
|
8495
8600
|
"description": "VirtualMachinePreferenceList is a list of VirtualMachinePreference resources.",
|
|
@@ -8516,7 +8621,7 @@
|
|
|
8516
8621
|
},
|
|
8517
8622
|
"metadata": {
|
|
8518
8623
|
"default": {},
|
|
8519
|
-
"$ref": "#/definitions/k8s.
|
|
8624
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
8520
8625
|
}
|
|
8521
8626
|
}
|
|
8522
8627
|
},
|
|
@@ -8601,7 +8706,7 @@
|
|
|
8601
8706
|
},
|
|
8602
8707
|
"metadata": {
|
|
8603
8708
|
"default": {},
|
|
8604
|
-
"$ref": "#/definitions/k8s.
|
|
8709
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
8605
8710
|
},
|
|
8606
8711
|
"spec": {
|
|
8607
8712
|
"default": {},
|
|
@@ -8610,7 +8715,14 @@
|
|
|
8610
8715
|
"status": {
|
|
8611
8716
|
"$ref": "#/definitions/v1beta1.VirtualMachineRestoreStatus"
|
|
8612
8717
|
}
|
|
8613
|
-
}
|
|
8718
|
+
},
|
|
8719
|
+
"x-kubernetes-group-version-kind": [
|
|
8720
|
+
{
|
|
8721
|
+
"group": "snapshot.kubevirt.io",
|
|
8722
|
+
"version": "v1beta1",
|
|
8723
|
+
"kind": "VirtualMachineRestore"
|
|
8724
|
+
}
|
|
8725
|
+
]
|
|
8614
8726
|
},
|
|
8615
8727
|
"v1beta1.VirtualMachineRestoreList": {
|
|
8616
8728
|
"description": "VirtualMachineRestoreList is a list of VirtualMachineRestore resources",
|
|
@@ -8637,7 +8749,7 @@
|
|
|
8637
8749
|
},
|
|
8638
8750
|
"metadata": {
|
|
8639
8751
|
"default": {},
|
|
8640
|
-
"$ref": "#/definitions/k8s.
|
|
8752
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
8641
8753
|
}
|
|
8642
8754
|
}
|
|
8643
8755
|
},
|
|
@@ -8661,7 +8773,7 @@
|
|
|
8661
8773
|
"target": {
|
|
8662
8774
|
"description": "initially only VirtualMachine type supported",
|
|
8663
8775
|
"default": {},
|
|
8664
|
-
"$ref": "#/definitions/k8s.
|
|
8776
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference"
|
|
8665
8777
|
},
|
|
8666
8778
|
"targetReadinessPolicy": {
|
|
8667
8779
|
"type": "string"
|
|
@@ -8712,7 +8824,7 @@
|
|
|
8712
8824
|
"x-kubernetes-list-type": "set"
|
|
8713
8825
|
},
|
|
8714
8826
|
"restoreTime": {
|
|
8715
|
-
"$ref": "#/definitions/k8s.
|
|
8827
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
8716
8828
|
},
|
|
8717
8829
|
"restores": {
|
|
8718
8830
|
"type": "array",
|
|
@@ -8741,7 +8853,7 @@
|
|
|
8741
8853
|
},
|
|
8742
8854
|
"metadata": {
|
|
8743
8855
|
"default": {},
|
|
8744
|
-
"$ref": "#/definitions/k8s.
|
|
8856
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
8745
8857
|
},
|
|
8746
8858
|
"spec": {
|
|
8747
8859
|
"default": {},
|
|
@@ -8750,7 +8862,14 @@
|
|
|
8750
8862
|
"status": {
|
|
8751
8863
|
"$ref": "#/definitions/v1beta1.VirtualMachineSnapshotStatus"
|
|
8752
8864
|
}
|
|
8753
|
-
}
|
|
8865
|
+
},
|
|
8866
|
+
"x-kubernetes-group-version-kind": [
|
|
8867
|
+
{
|
|
8868
|
+
"group": "snapshot.kubevirt.io",
|
|
8869
|
+
"version": "v1beta1",
|
|
8870
|
+
"kind": "VirtualMachineSnapshot"
|
|
8871
|
+
}
|
|
8872
|
+
]
|
|
8754
8873
|
},
|
|
8755
8874
|
"v1beta1.VirtualMachineSnapshotContent": {
|
|
8756
8875
|
"description": "VirtualMachineSnapshotContent contains the snapshot data",
|
|
@@ -8769,7 +8888,7 @@
|
|
|
8769
8888
|
},
|
|
8770
8889
|
"metadata": {
|
|
8771
8890
|
"default": {},
|
|
8772
|
-
"$ref": "#/definitions/k8s.
|
|
8891
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
8773
8892
|
},
|
|
8774
8893
|
"spec": {
|
|
8775
8894
|
"default": {},
|
|
@@ -8778,7 +8897,14 @@
|
|
|
8778
8897
|
"status": {
|
|
8779
8898
|
"$ref": "#/definitions/v1beta1.VirtualMachineSnapshotContentStatus"
|
|
8780
8899
|
}
|
|
8781
|
-
}
|
|
8900
|
+
},
|
|
8901
|
+
"x-kubernetes-group-version-kind": [
|
|
8902
|
+
{
|
|
8903
|
+
"group": "snapshot.kubevirt.io",
|
|
8904
|
+
"version": "v1beta1",
|
|
8905
|
+
"kind": "VirtualMachineSnapshotContent"
|
|
8906
|
+
}
|
|
8907
|
+
]
|
|
8782
8908
|
},
|
|
8783
8909
|
"v1beta1.VirtualMachineSnapshotContentList": {
|
|
8784
8910
|
"description": "VirtualMachineSnapshotContentList is a list of VirtualMachineSnapshot resources",
|
|
@@ -8805,7 +8931,7 @@
|
|
|
8805
8931
|
},
|
|
8806
8932
|
"metadata": {
|
|
8807
8933
|
"default": {},
|
|
8808
|
-
"$ref": "#/definitions/k8s.
|
|
8934
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
8809
8935
|
}
|
|
8810
8936
|
}
|
|
8811
8937
|
},
|
|
@@ -8839,7 +8965,7 @@
|
|
|
8839
8965
|
"nullable": true,
|
|
8840
8966
|
"properties": {
|
|
8841
8967
|
"creationTime": {
|
|
8842
|
-
"$ref": "#/definitions/k8s.
|
|
8968
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
8843
8969
|
},
|
|
8844
8970
|
"error": {
|
|
8845
8971
|
"$ref": "#/definitions/v1beta1.Error"
|
|
@@ -8882,7 +9008,7 @@
|
|
|
8882
9008
|
},
|
|
8883
9009
|
"metadata": {
|
|
8884
9010
|
"default": {},
|
|
8885
|
-
"$ref": "#/definitions/k8s.
|
|
9011
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
|
|
8886
9012
|
}
|
|
8887
9013
|
}
|
|
8888
9014
|
},
|
|
@@ -8898,11 +9024,11 @@
|
|
|
8898
9024
|
},
|
|
8899
9025
|
"failureDeadline": {
|
|
8900
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",
|
|
8901
|
-
"$ref": "#/definitions/k8s.
|
|
9027
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Duration"
|
|
8902
9028
|
},
|
|
8903
9029
|
"source": {
|
|
8904
9030
|
"default": {},
|
|
8905
|
-
"$ref": "#/definitions/k8s.
|
|
9031
|
+
"$ref": "#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference"
|
|
8906
9032
|
}
|
|
8907
9033
|
}
|
|
8908
9034
|
},
|
|
@@ -8920,7 +9046,7 @@
|
|
|
8920
9046
|
"x-kubernetes-list-type": "atomic"
|
|
8921
9047
|
},
|
|
8922
9048
|
"creationTime": {
|
|
8923
|
-
"$ref": "#/definitions/k8s.
|
|
9049
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
8924
9050
|
},
|
|
8925
9051
|
"error": {
|
|
8926
9052
|
"$ref": "#/definitions/v1beta1.Error"
|
|
@@ -8964,7 +9090,7 @@
|
|
|
8964
9090
|
"properties": {
|
|
8965
9091
|
"metadata": {
|
|
8966
9092
|
"default": {},
|
|
8967
|
-
"$ref": "#/definitions/k8s.
|
|
9093
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
|
|
8968
9094
|
},
|
|
8969
9095
|
"spec": {
|
|
8970
9096
|
"description": "VirtualMachineSpec contains the VirtualMachine specification.",
|
|
@@ -9063,7 +9189,7 @@
|
|
|
9063
9189
|
],
|
|
9064
9190
|
"properties": {
|
|
9065
9191
|
"creationTime": {
|
|
9066
|
-
"$ref": "#/definitions/k8s.
|
|
9192
|
+
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
|
9067
9193
|
},
|
|
9068
9194
|
"error": {
|
|
9069
9195
|
"$ref": "#/definitions/v1beta1.Error"
|