feature gate comment

This commit is contained in:
Kevin Hannon 2024-10-16 11:29:59 -04:00
parent 1d752200af
commit b690c4fe15

View File

@ -592,7 +592,9 @@ const (
// owner: @derekwaynecarr
//
// Enables kubelet support to size memory backed volumes
SizeMemoryBackedVolumes featuregate.Feature = "SizeMemoryBackedVolumes" // remove in 1.35
// This is a kubelet only feature gate.
// Code can be removed in 1.35 without any consideration for emulated versions.
SizeMemoryBackedVolumes featuregate.Feature = "SizeMemoryBackedVolumes"
// owner: @mattcary
//