We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f8aed4 commit 2198c91Copy full SHA for 2198c91
core/v1/types.go
@@ -989,6 +989,8 @@ const (
989
HypervLabel = "hyperv.node.kubevirt.io/"
990
// This label represents vendor of cpu model on the node
991
CPUModelVendorLabel = "cpu-vendor.node.kubevirt.io/"
992
+ // This label represents supported machine type on the node
993
+ SupportedMachineTypeLabel = "machine-type.node.kubevirt.io/"
994
995
VirtIO = "virtio"
996
0 commit comments