Skip to content

Commit 1008340

Browse files
1 parent a3f6194 commit 1008340

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/kubermatic/main/data/swagger.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31675,7 +31675,7 @@
3167531675
"x-go-name": "DNSPolicy"
3167631676
},
3167731677
"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.",
3167931679
"type": "boolean",
3168031680
"x-go-name": "EnableDedicatedCPUs"
3168131681
},
@@ -31706,6 +31706,11 @@
3170631706
"providerNetwork": {
3170731707
"$ref": "#/definitions/ProviderNetwork"
3170831708
},
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.",
31711+
"type": "boolean",
31712+
"x-go-name": "UsePodResourcesCPU"
31713+
},
3170931714
"vmEvictionStrategy": {
3171031715
"$ref": "#/definitions/EvictionStrategy"
3171131716
}

0 commit comments

Comments
 (0)