Expand description
Common conditions to wait for
Re-exports§
pub use super::Condition;
Structs§
Functions§
- is_
crd_ established - An await condition for
CustomResourceDefinition
that returnstrue
once it has been accepted and established - is_
deleted - An await condition that returns
true
once the object has been deleted. - is_
deployment_ completed - An await condition for
Deployment
that returnstrue
once the latest deployment has completed - is_
ingress_ provisioned - An await condition for
Ingress
that returnstrue
once the backing load balancer has an external IP or hostname - is_
job_ completed - An await condition for
Job
that returnstrue
once it is completed - is_
pod_ running - An await condition for
Pod
that returnstrue
once it is running - is_
service_ loadbalancer_ provisioned - An await condition for
Service
s of typeLoadBalancer
that returnstrue
once the backing load balancer has an external IP or hostname