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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigMapHandler ¶
type ConfigMapHandler struct {
// contains filtered or unexported fields
}
func NewConfigMapHandler ¶
func NewConfigMapHandler(log logr.Logger, as *reftracker.AppRefTracker, aus *reftracker.AppUpdateStatus) *ConfigMapHandler
func (*ConfigMapHandler) Create ¶
func (sch *ConfigMapHandler) Create(evt event.CreateEvent, q workqueue.RateLimitingInterface)
func (*ConfigMapHandler) Delete ¶
func (sch *ConfigMapHandler) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface)
func (*ConfigMapHandler) Generic ¶
func (sch *ConfigMapHandler) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface)
func (*ConfigMapHandler) Update ¶
func (sch *ConfigMapHandler) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)
type SecretHandler ¶
type SecretHandler struct {
// contains filtered or unexported fields
}
func NewSecretHandler ¶
func NewSecretHandler(log logr.Logger, as *reftracker.AppRefTracker, aus *reftracker.AppUpdateStatus) *SecretHandler
func (*SecretHandler) Create ¶
func (sch *SecretHandler) Create(evt event.CreateEvent, q workqueue.RateLimitingInterface)
func (*SecretHandler) Delete ¶
func (sch *SecretHandler) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface)
func (*SecretHandler) Generic ¶
func (sch *SecretHandler) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface)
func (*SecretHandler) Update ¶
func (sch *SecretHandler) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)
Click to show internal directories.
Click to hide internal directories.