kubernetes/pkg/kubelet/kubeletconfig
Michael Taufen 1089cb629f Don't compare interface values in dynamic config controller
This previously caused a panic when moving lastKnownGood between two
non-nil values, because we were comparing the interface wrapper instead
of comparing the NodeConfigSources. The case of moving from one non-nil
lastKnownGood config to another doesn't appear to be tested by the e2e
node tests. I added a unit test and an e2e node test to help catch bugs
with this case in the future.
2018-11-09 10:45:12 -08:00
..
checkpoint Don't compare interface values in dynamic config controller 2018-11-09 10:45:12 -08:00
configfiles autogenerated go code, godeps, bazel and gofmt 2018-09-02 14:38:59 +03:00
status Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
util autogenerated 2018-08-29 20:21:17 +03:00
BUILD Don't compare interface values in dynamic config controller 2018-11-09 10:45:12 -08:00
configsync.go dynamic Kubelet config reconciles ConfigMap updates 2018-05-21 09:03:58 -07:00
controller_test.go Don't compare interface values in dynamic config controller 2018-11-09 10:45:12 -08:00
controller.go Don't compare interface values in dynamic config controller 2018-11-09 10:45:12 -08:00
OWNERS
watch.go dynamic Kubelet config reconciles ConfigMap updates 2018-05-21 09:03:58 -07:00