apiserver/pkg/util/feature
Michael Taufen 959ccfb7c3 Kubelet config: Validate new config against future feature gates
This fixes an issue with KubeletConfiguration validation, where the
feature gates set by the new config were not taken into account.

Also fixes a validation issue with dynamic Kubelet config, where flag
precedence was not enforced prior to dynamic config validation in the
controller; this prevented rejection of dynamic configs that don't merge
well with values set via legacy flags.

Kubernetes-commit: 647e90341ca08640ab8fb3d49edb8027faf4836f
2018-05-03 11:05:33 -07:00
..
testing sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel 2018-03-15 09:38:17 +00:00
feature_gate.go Kubelet config: Validate new config against future feature gates 2018-05-03 11:05:33 -07:00
feature_gate_test.go add unit test for function FeatureGateSetFromMap and FeatureGateString 2018-03-08 18:52:36 +08:00