Skip to content

Commit 2198c91

Browse files
committed
api update by KubeVirt Prow build 1891667863366799360
1 parent 9f8aed4 commit 2198c91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/v1/types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,6 +989,8 @@ const (
989989
HypervLabel = "hyperv.node.kubevirt.io/"
990990
// This label represents vendor of cpu model on the node
991991
CPUModelVendorLabel = "cpu-vendor.node.kubevirt.io/"
992+
// This label represents supported machine type on the node
993+
SupportedMachineTypeLabel = "machine-type.node.kubevirt.io/"
992994

993995
VirtIO = "virtio"
994996

0 commit comments

Comments
 (0)