Versions in this module Expand all Collapse all v0 v0.17.3 Mar 11, 2026 v0.17.2 Mar 11, 2026 Changes in this version + const ConditionTypeProcessing + const ConditionTypeReady + var ProcessingCondition = metav1.Condition + var ReadyCondition = metav1.Condition + func EnsureReady(obj types.Object) error + func NewBlockedCondition(message string) metav1.Condition + func NewDoneProcessingCondition(message string) metav1.Condition + func NewNotReadyCondition(reason, message string) metav1.Condition + func NewProcessingCondition(reason, message string) metav1.Condition + func NewReadyCondition(reason, message string) metav1.Condition + func SetToUnknown(condition metav1.Condition) metav1.Condition