mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-24 03:40:56 +00:00
Two feature gate constants were missing the explicit `featuregate.Feature` type annotation, making them inconsistent with the rest of the file: - ChangeContainerStatusOnKubeletRestart - StatefulSetSemanticRevisionComparison Signed-off-by: Davanum Srinivas <davanum@gmail.com>