mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 02:09:56 +00:00
feature gate comment
This commit is contained in:
parent
1d752200af
commit
b690c4fe15
@ -592,7 +592,9 @@ const (
|
|||||||
// owner: @derekwaynecarr
|
// owner: @derekwaynecarr
|
||||||
//
|
//
|
||||||
// Enables kubelet support to size memory backed volumes
|
// 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
|
// owner: @mattcary
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user