Crate knative_conditions

Source

Structs§

Condition
A custom resource status condition.
ConditionManager
Mutates Conditions in accordance with the condition dependency chain defined by a ConditionType.
Conditions
A Vec<Condition> that maintains transition times.

Enums§

ConditionSeverity
The importance of a conditions status.
ConditionStatus
The state of a Condition.

Traits§

ConditionAccessor
Provides ConditionManager access to the Conditions, and exposes control of the top-level Condition.
ConditionType
Enums that implement ConditionType can be used to differentiate Condition and describe the state of the resource.