-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` improvement operator github.com/gardener/gardener #2307 @danielfoehrKn Fixed a bug in the health check library that leads to too many health checks being executed when the Extension.Status changes. ``` ``` improvement operator github.com/gardener/gardener #2307 @danielfoehrKn Fixed the health check condition.lastTransitionTime in the health check library. ``` Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
- Loading branch information
1 parent
057c992
commit 899337a
Showing
5 changed files
with
81 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 10 additions & 1 deletion
11
vendor/github.com/gardener/gardener/extensions/pkg/controller/healthcheck/controller.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
95 changes: 67 additions & 28 deletions
95
vendor/github.com/gardener/gardener/extensions/pkg/controller/healthcheck/reconciler.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters