Documentation ¶
Index ¶
- type ClusterManagementAddonHandler
- func (c ClusterManagementAddonHandler) Create(event event.CreateEvent, limitingInterface workqueue.RateLimitingInterface)
- func (c ClusterManagementAddonHandler) Delete(event event.DeleteEvent, limitingInterface workqueue.RateLimitingInterface)
- func (c ClusterManagementAddonHandler) Generic(event event.GenericEvent, limitingInterface workqueue.RateLimitingInterface)
- func (c ClusterManagementAddonHandler) Update(event event.UpdateEvent, limitingInterface workqueue.RateLimitingInterface)
- type ManagedProxyConfigurationHandler
- func (m ManagedProxyConfigurationHandler) Create(event event.CreateEvent, limitingInterface workqueue.RateLimitingInterface)
- func (m ManagedProxyConfigurationHandler) Delete(event event.DeleteEvent, limitingInterface workqueue.RateLimitingInterface)
- func (m ManagedProxyConfigurationHandler) Generic(event event.GenericEvent, limitingInterface workqueue.RateLimitingInterface)
- func (m ManagedProxyConfigurationHandler) Update(event event.UpdateEvent, limitingInterface workqueue.RateLimitingInterface)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterManagementAddonHandler ¶
type ClusterManagementAddonHandler struct { }
func (ClusterManagementAddonHandler) Create ¶
func (c ClusterManagementAddonHandler) Create(event event.CreateEvent, limitingInterface workqueue.RateLimitingInterface)
func (ClusterManagementAddonHandler) Delete ¶
func (c ClusterManagementAddonHandler) Delete(event event.DeleteEvent, limitingInterface workqueue.RateLimitingInterface)
func (ClusterManagementAddonHandler) Generic ¶
func (c ClusterManagementAddonHandler) Generic(event event.GenericEvent, limitingInterface workqueue.RateLimitingInterface)
func (ClusterManagementAddonHandler) Update ¶
func (c ClusterManagementAddonHandler) Update(event event.UpdateEvent, limitingInterface workqueue.RateLimitingInterface)
type ManagedProxyConfigurationHandler ¶
func (ManagedProxyConfigurationHandler) Create ¶
func (m ManagedProxyConfigurationHandler) Create(event event.CreateEvent, limitingInterface workqueue.RateLimitingInterface)
func (ManagedProxyConfigurationHandler) Delete ¶
func (m ManagedProxyConfigurationHandler) Delete(event event.DeleteEvent, limitingInterface workqueue.RateLimitingInterface)
func (ManagedProxyConfigurationHandler) Generic ¶
func (m ManagedProxyConfigurationHandler) Generic(event event.GenericEvent, limitingInterface workqueue.RateLimitingInterface)
func (ManagedProxyConfigurationHandler) Update ¶
func (m ManagedProxyConfigurationHandler) Update(event event.UpdateEvent, limitingInterface workqueue.RateLimitingInterface)
Click to show internal directories.
Click to hide internal directories.