Documentation ¶
Index ¶
- func Add(_ *appconfig.CompletedConfig, mgr manager.Manager) error
- func Format(format string, args ...interface{}) string
- type EnqueueEndpointsliceForNodePool
- func (e *EnqueueEndpointsliceForNodePool) Create(evt event.CreateEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueEndpointsliceForNodePool) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueEndpointsliceForNodePool) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueEndpointsliceForNodePool) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)
- type EnqueueEndpointsliceForService
- func (e *EnqueueEndpointsliceForService) Create(evt event.CreateEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueEndpointsliceForService) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueEndpointsliceForService) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueEndpointsliceForService) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)
- type ReconcileServiceTopologyEndpointSlice
- func (r *ReconcileServiceTopologyEndpointSlice) InjectClient(c client.Client) error
- func (r *ReconcileServiceTopologyEndpointSlice) InjectConfig(cfg *rest.Config) error
- func (r *ReconcileServiceTopologyEndpointSlice) InjectMapper(mapper meta.RESTMapper) error
- func (r *ReconcileServiceTopologyEndpointSlice) Reconcile(_ context.Context, request reconcile.Request) (reconcile.Result, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EnqueueEndpointsliceForNodePool ¶
type EnqueueEndpointsliceForNodePool struct {
// contains filtered or unexported fields
}
func (*EnqueueEndpointsliceForNodePool) Create ¶
func (e *EnqueueEndpointsliceForNodePool) Create(evt event.CreateEvent, q workqueue.RateLimitingInterface)
Create implements EventHandler
func (*EnqueueEndpointsliceForNodePool) Delete ¶
func (e *EnqueueEndpointsliceForNodePool) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface)
Delete implements EventHandler
func (*EnqueueEndpointsliceForNodePool) Generic ¶
func (e *EnqueueEndpointsliceForNodePool) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface)
Generic implements EventHandler
func (*EnqueueEndpointsliceForNodePool) Update ¶
func (e *EnqueueEndpointsliceForNodePool) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)
Update implements EventHandler
type EnqueueEndpointsliceForService ¶
type EnqueueEndpointsliceForService struct {
// contains filtered or unexported fields
}
func (*EnqueueEndpointsliceForService) Create ¶
func (e *EnqueueEndpointsliceForService) Create(evt event.CreateEvent, q workqueue.RateLimitingInterface)
Create implements EventHandler
func (*EnqueueEndpointsliceForService) Delete ¶
func (e *EnqueueEndpointsliceForService) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface)
Delete implements EventHandler
func (*EnqueueEndpointsliceForService) Generic ¶
func (e *EnqueueEndpointsliceForService) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface)
Generic implements EventHandler
func (*EnqueueEndpointsliceForService) Update ¶
func (e *EnqueueEndpointsliceForService) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)
Update implements EventHandler
type ReconcileServiceTopologyEndpointSlice ¶
type ReconcileServiceTopologyEndpointSlice struct { client.Client // contains filtered or unexported fields }
ReconcileServiceTopologyEndpointSlice reconciles a Example object
func (*ReconcileServiceTopologyEndpointSlice) InjectClient ¶
func (r *ReconcileServiceTopologyEndpointSlice) InjectClient(c client.Client) error
func (*ReconcileServiceTopologyEndpointSlice) InjectConfig ¶
func (r *ReconcileServiceTopologyEndpointSlice) InjectConfig(cfg *rest.Config) error
func (*ReconcileServiceTopologyEndpointSlice) InjectMapper ¶
func (r *ReconcileServiceTopologyEndpointSlice) InjectMapper(mapper meta.RESTMapper) error
Click to show internal directories.
Click to hide internal directories.