-
Notifications
You must be signed in to change notification settings - Fork 544
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apimeta Set/RemoveStatusCondition: Indicate change
The SetStatusCondition and RemoveStatusCondition currently do not indicate if they changed anything. In most cases that information is necessary to determine if an Update of the object is needed. This change adds a boolean return to them that indicate if they changed anything. As the two functions had no return at all prior to this, this shouldn't break anything. Kubernetes-commit: 5d56f7cf86f923f0357a2db59e7687f29ec2965c
- Loading branch information
1 parent
a017454
commit 316b59e
Showing
2 changed files
with
62 additions
and
19 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