kubernetes/pkg/controller/daemon
ravisantoshgudimetla ceeb05a3d7 DaemonSet: Fix surgeCount function
If the surge is not requested, we should return
0. We are returning an error now as r.MaxSurge
is passed down as nil. This commit fixes the
issue by setting the surgeCount to 0 if r.MaxSurge
is nil.
2021-05-10 16:10:59 -04:00
..
config hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
util DaemonSet: Fix surgeCount function 2021-05-10 16:10:59 -04:00
daemon_controller_test.go daemonset: Remove unnecessary error returns in strategy code 2021-03-01 13:23:18 -05:00
daemon_controller.go Merge pull request #99959 from AliceZhang2016/nodeaffinity-cleanup 2021-04-21 17:03:53 -07:00
doc.go
init_test.go Fix DS expectations on recreate 2020-06-17 09:22:17 +02:00
OWNERS Updates OWNERS files and OWNERS_ALIASES for SIG Apps to make reviewers 2019-04-16 11:35:21 -07:00
update_test.go daemonset: Simplify the logic for calculating unavailable pods 2021-03-01 13:23:16 -05:00
update.go daemonset: Remove unnecessary error returns in strategy code 2021-03-01 13:23:18 -05:00