Documentation ¶
Index ¶
- type NamespaceEventHandler
- func (p *NamespaceEventHandler) Create(evt event.CreateEvent, q workqueue.RateLimitingInterface)
- func (p *NamespaceEventHandler) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface)
- func (p *NamespaceEventHandler) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface)
- func (p *NamespaceEventHandler) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)
- type ProxyProfileReconciler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamespaceEventHandler ¶
func (*NamespaceEventHandler) Create ¶
func (p *NamespaceEventHandler) Create(evt event.CreateEvent, q workqueue.RateLimitingInterface)
func (*NamespaceEventHandler) Delete ¶
func (p *NamespaceEventHandler) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface)
func (*NamespaceEventHandler) Generic ¶
func (p *NamespaceEventHandler) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface)
func (*NamespaceEventHandler) Update ¶
func (p *NamespaceEventHandler) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)
type ProxyProfileReconciler ¶
type ProxyProfileReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder K8sApi *kube.K8sAPI ControlPlaneConfigStore *config.Store }
ProxyProfileReconciler reconciles a ProxyProfile object
func (*ProxyProfileReconciler) SetupWithManager ¶
func (r *ProxyProfileReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.