Documentation ¶
Index ¶
- type ConfigMapHandler
- func (sch *ConfigMapHandler) Create(evt event.CreateEvent, q workqueue.RateLimitingInterface)
- func (sch *ConfigMapHandler) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface)
- func (sch *ConfigMapHandler) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface)
- func (sch *ConfigMapHandler) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)
- type SecretHandler
- func (sch *SecretHandler) Create(evt event.CreateEvent, q workqueue.RateLimitingInterface)
- func (sch *SecretHandler) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface)
- func (sch *SecretHandler) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface)
- func (sch *SecretHandler) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)
- type Status
- func (s *Status) IsDeleteFailed() bool
- func (s *Status) IsDeleting() bool
- func (s *Status) IsReconcileFailed() bool
- func (s *Status) IsReconcileSucceeded() bool
- func (s *Status) IsReconciling() bool
- func (s *Status) Result() kcv1alpha1.GenericStatus
- func (s *Status) SetDeleteCompleted(err error)
- func (s *Status) SetDeleting(meta metav1.ObjectMeta)
- func (s *Status) SetReconcileCompleted(err error)
- func (s *Status) SetReconciling(meta metav1.ObjectMeta)
- func (s *Status) SetUsefulErrorMessage(errMsg string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigMapHandler ¶ added in v0.25.0
type ConfigMapHandler struct {
// contains filtered or unexported fields
}
func NewConfigMapHandler ¶ added in v0.25.0
func NewConfigMapHandler(log logr.Logger, as *reftracker.AppRefTracker, aus *reftracker.AppUpdateStatus) *ConfigMapHandler
func (*ConfigMapHandler) Create ¶ added in v0.25.0
func (sch *ConfigMapHandler) Create(evt event.CreateEvent, q workqueue.RateLimitingInterface)
func (*ConfigMapHandler) Delete ¶ added in v0.25.0
func (sch *ConfigMapHandler) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface)
func (*ConfigMapHandler) Generic ¶ added in v0.25.0
func (sch *ConfigMapHandler) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface)
func (*ConfigMapHandler) Update ¶ added in v0.25.0
func (sch *ConfigMapHandler) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)
type SecretHandler ¶ added in v0.25.0
type SecretHandler struct {
// contains filtered or unexported fields
}
func NewSecretHandler ¶ added in v0.25.0
func NewSecretHandler(log logr.Logger, as *reftracker.AppRefTracker, aus *reftracker.AppUpdateStatus) *SecretHandler
func (*SecretHandler) Create ¶ added in v0.25.0
func (sch *SecretHandler) Create(evt event.CreateEvent, q workqueue.RateLimitingInterface)
func (*SecretHandler) Delete ¶ added in v0.25.0
func (sch *SecretHandler) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface)
func (*SecretHandler) Generic ¶ added in v0.25.0
func (sch *SecretHandler) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface)
func (*SecretHandler) Update ¶ added in v0.25.0
func (sch *SecretHandler) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)
type Status ¶
type Status struct { S kcv1alpha1.GenericStatus UpdateFunc func(kcv1alpha1.GenericStatus) }
func (*Status) IsDeleteFailed ¶
func (*Status) IsDeleting ¶
func (*Status) IsReconcileFailed ¶
func (*Status) IsReconcileSucceeded ¶
func (*Status) IsReconciling ¶
func (*Status) Result ¶
func (s *Status) Result() kcv1alpha1.GenericStatus
func (*Status) SetDeleteCompleted ¶
func (*Status) SetDeleting ¶
func (s *Status) SetDeleting(meta metav1.ObjectMeta)
func (*Status) SetReconcileCompleted ¶
func (*Status) SetReconciling ¶
func (s *Status) SetReconciling(meta metav1.ObjectMeta)
func (*Status) SetUsefulErrorMessage ¶
Click to show internal directories.
Click to hide internal directories.