You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add common wait conditions for Deployments, LoadBalancer Services, and Ingress (#1710)
* Add wait conditions for Deployments, LoadBalancers, and Ingress
These are common wait conditions for these resources, and are useful for
waiting for exposed services to become available.
Signed-off-by: Robert Detjens <[email protected]>
* Ignore services that are not LoadBalancers
Signed-off-by: Robert Detjens <[email protected]>
* Add tests for all condition wait functions
These tests run the condition function against included yaml snippets
of objects returned by the K8S API to check against known-state statuses.
Signed-off-by: Robert Detjens <[email protected]>
---------
Signed-off-by: Robert Detjens <[email protected]>
0 commit comments