Module kube_runtime::wait::conditions
source · Expand description
Common conditions to wait for
Re-exports§
pub use super::Condition;
Structs§
- See
Condition::and
- See
Condition::not
- See
Condition::or
Functions§
- An await condition for
CustomResourceDefinition
that returnstrue
once it has been accepted and established - An await condition that returns
true
once the object has been deleted. - An await condition for
Job
that returnstrue
once it is completed - An await condition for
Pod
that returnstrue
once it is running