You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/kubermatic/main/data/swagger.json
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31675,7 +31675,7 @@
31675
31675
"x-go-name": "DNSPolicy"
31676
31676
},
31677
31677
"enableDedicatedCpus": {
31678
-
"description": "Optional: EnableDedicatedCPUs enables the assignment of dedicated cpus instead of resource requests and limits for a virtual machine.\nDefaults to false.",
31678
+
"description": "Optional: EnableDedicatedCPUs enables the assignment of dedicated cpus instead of resource requests and limits for a virtual machine.\nDefaults to false.\nDeprecated: Use .kubevirt.usePodResourcesCPU instead.",
31679
31679
"type": "boolean",
31680
31680
"x-go-name": "EnableDedicatedCPUs"
31681
31681
},
@@ -31706,6 +31706,11 @@
31706
31706
"providerNetwork": {
31707
31707
"$ref": "#/definitions/ProviderNetwork"
31708
31708
},
31709
+
"usePodResourcesCPU": {
31710
+
"description": "Optional: UsePodResourcesCPU enables CPU assignment via Kubernetes Pod resource requests/limits.\nWhen false (default), CPUs are assigned via KubeVirt's spec.domain.cpu.",
0 commit comments