Documentation ¶
Index ¶
- type DepoymentHandler
- func (h *DepoymentHandler) Create(e event.CreateEvent, r workqueue.RateLimitingInterface)
- func (h *DepoymentHandler) Delete(e event.DeleteEvent, r workqueue.RateLimitingInterface)
- func (h *DepoymentHandler) Generic(e event.GenericEvent, r workqueue.RateLimitingInterface)
- func (h *DepoymentHandler) Update(e event.UpdateEvent, r workqueue.RateLimitingInterface)
- type EnvironmentHandler
- func (h *EnvironmentHandler) Create(e event.CreateEvent, r workqueue.RateLimitingInterface)
- func (h *EnvironmentHandler) Delete(e event.DeleteEvent, r workqueue.RateLimitingInterface)
- func (h *EnvironmentHandler) Generic(e event.GenericEvent, r workqueue.RateLimitingInterface)
- func (h *EnvironmentHandler) Update(e event.UpdateEvent, r workqueue.RateLimitingInterface)
- type NodeHandler
- func (h *NodeHandler) Create(e event.CreateEvent, r workqueue.RateLimitingInterface)
- func (h *NodeHandler) Delete(e event.DeleteEvent, r workqueue.RateLimitingInterface)
- func (h *NodeHandler) Generic(e event.GenericEvent, r workqueue.RateLimitingInterface)
- func (h *NodeHandler) Update(e event.UpdateEvent, r workqueue.RateLimitingInterface)
- type ServiceHandler
- func (h *ServiceHandler) Create(e event.CreateEvent, r workqueue.RateLimitingInterface)
- func (h *ServiceHandler) Delete(e event.DeleteEvent, r workqueue.RateLimitingInterface)
- func (h *ServiceHandler) Generic(e event.GenericEvent, r workqueue.RateLimitingInterface)
- func (h *ServiceHandler) Update(e event.UpdateEvent, r workqueue.RateLimitingInterface)
- type TenantResourceQuotaHandler
- func (h *TenantResourceQuotaHandler) Create(e event.CreateEvent, r workqueue.RateLimitingInterface)
- func (h *TenantResourceQuotaHandler) Delete(e event.DeleteEvent, r workqueue.RateLimitingInterface)
- func (h *TenantResourceQuotaHandler) Generic(e event.GenericEvent, r workqueue.RateLimitingInterface)
- func (h *TenantResourceQuotaHandler) Update(e event.UpdateEvent, r workqueue.RateLimitingInterface)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DepoymentHandler ¶
func NewDepoymentHandler ¶
func NewDepoymentHandler(c client.Client, log logr.Logger) *DepoymentHandler
func (*DepoymentHandler) Create ¶
func (h *DepoymentHandler) Create(e event.CreateEvent, r workqueue.RateLimitingInterface)
func (*DepoymentHandler) Delete ¶
func (h *DepoymentHandler) Delete(e event.DeleteEvent, r workqueue.RateLimitingInterface)
func (*DepoymentHandler) Generic ¶
func (h *DepoymentHandler) Generic(e event.GenericEvent, r workqueue.RateLimitingInterface)
func (*DepoymentHandler) Update ¶
func (h *DepoymentHandler) Update(e event.UpdateEvent, r workqueue.RateLimitingInterface)
type EnvironmentHandler ¶
func NewEnvironmentHandler ¶
func NewEnvironmentHandler(c client.Client, log logr.Logger) *EnvironmentHandler
func (*EnvironmentHandler) Create ¶
func (h *EnvironmentHandler) Create(e event.CreateEvent, r workqueue.RateLimitingInterface)
func (*EnvironmentHandler) Delete ¶
func (h *EnvironmentHandler) Delete(e event.DeleteEvent, r workqueue.RateLimitingInterface)
func (*EnvironmentHandler) Generic ¶
func (h *EnvironmentHandler) Generic(e event.GenericEvent, r workqueue.RateLimitingInterface)
func (*EnvironmentHandler) Update ¶
func (h *EnvironmentHandler) Update(e event.UpdateEvent, r workqueue.RateLimitingInterface)
type NodeHandler ¶
func NewNodeHandler ¶
func NewNodeHandler(c client.Client, log logr.Logger) *NodeHandler
func (*NodeHandler) Create ¶
func (h *NodeHandler) Create(e event.CreateEvent, r workqueue.RateLimitingInterface)
func (*NodeHandler) Delete ¶
func (h *NodeHandler) Delete(e event.DeleteEvent, r workqueue.RateLimitingInterface)
func (*NodeHandler) Generic ¶
func (h *NodeHandler) Generic(e event.GenericEvent, r workqueue.RateLimitingInterface)
func (*NodeHandler) Update ¶
func (h *NodeHandler) Update(e event.UpdateEvent, r workqueue.RateLimitingInterface)
type ServiceHandler ¶
func NewServiceHandler ¶
func NewServiceHandler(c client.Client, log logr.Logger) *ServiceHandler
func (*ServiceHandler) Create ¶
func (h *ServiceHandler) Create(e event.CreateEvent, r workqueue.RateLimitingInterface)
func (*ServiceHandler) Delete ¶
func (h *ServiceHandler) Delete(e event.DeleteEvent, r workqueue.RateLimitingInterface)
func (*ServiceHandler) Generic ¶
func (h *ServiceHandler) Generic(e event.GenericEvent, r workqueue.RateLimitingInterface)
func (*ServiceHandler) Update ¶
func (h *ServiceHandler) Update(e event.UpdateEvent, r workqueue.RateLimitingInterface)
type TenantResourceQuotaHandler ¶
func NewTenantResourceQuotaHandler ¶
func NewTenantResourceQuotaHandler(c client.Client, log logr.Logger) *TenantResourceQuotaHandler
func (*TenantResourceQuotaHandler) Create ¶
func (h *TenantResourceQuotaHandler) Create(e event.CreateEvent, r workqueue.RateLimitingInterface)
func (*TenantResourceQuotaHandler) Delete ¶
func (h *TenantResourceQuotaHandler) Delete(e event.DeleteEvent, r workqueue.RateLimitingInterface)
func (*TenantResourceQuotaHandler) Generic ¶
func (h *TenantResourceQuotaHandler) Generic(e event.GenericEvent, r workqueue.RateLimitingInterface)
func (*TenantResourceQuotaHandler) Update ¶
func (h *TenantResourceQuotaHandler) Update(e event.UpdateEvent, r workqueue.RateLimitingInterface)
Click to show internal directories.
Click to hide internal directories.