generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add condition for checking if a deployment is available
This change adds a new condition to check if a deployment is available. The wait condition only requires the user to provide the deployment name and namespace and the condition method handles building the deployment object/checking the deployment condition for a match. With this new condition, it will remove the need for the user to build the deployment object and call deployment condition match condition in their code bases.
- Loading branch information
1 parent
29b8cc8
commit 3d55e45
Showing
2 changed files
with
20 additions
and
0 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