Versions in this module Expand all Collapse all v0 v0.1.0 Mar 7, 2024 Changes in this version + func BulkUpdate(key string, objectType string, options []status.StatusOptions) error + func DequeueStatus(objIntf interface{}) error + func Record(key string, obj runtime.Object, status *Status) + type Condition interface + Message func(string) Condition + ObservedGeneration func(int64) Condition + Reason func(string) Condition + SetIn func(*[]metav1.Condition) + Status func(metav1.ConditionStatus) Condition + Type func(string) Condition + func NewCondition() Condition + type Status struct + type StatusUpdater interface + BulkUpdate func(key string, options []status.StatusOptions) + Delete func(key string, option status.StatusOptions) + Patch func(key string, obj runtime.Object, status *Status, retryNum ...int) + Update func(key string, option status.StatusOptions) + func New(ObjectType string) StatusUpdater