Documentation ¶
Index ¶
- func NewEnqueueRequestsForIngressClassEvent(ingEventChan chan<- event.GenericEvent, k8sClient client.Client, ...) *enqueueRequestsForIngressClassEvent
- func NewEnqueueRequestsForIngressClassParamsEvent(ingClassEventChan chan<- event.GenericEvent, k8sClient client.Client, ...) *enqueueRequestsForIngressClassParamsEvent
- func NewEnqueueRequestsForIngressEvent(groupLoader ingress.GroupLoader, eventRecorder record.EventRecorder, ...) *enqueueRequestsForIngressEvent
- func NewEnqueueRequestsForSecretEvent(ingEventChan chan<- event.GenericEvent, svcEventChan chan<- event.GenericEvent, ...) *enqueueRequestsForSecretEvent
- func NewEnqueueRequestsForServiceEvent(ingEventChan chan<- event.GenericEvent, k8sClient client.Client, ...) *enqueueRequestsForServiceEvent
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEnqueueRequestsForIngressClassEvent ¶
func NewEnqueueRequestsForIngressClassEvent(ingEventChan chan<- event.GenericEvent, k8sClient client.Client, eventRecorder record.EventRecorder, logger logr.Logger) *enqueueRequestsForIngressClassEvent
NewEnqueueRequestsForIngressClassEvent constructs new enqueueRequestsForIngressClassEvent.
func NewEnqueueRequestsForIngressClassParamsEvent ¶
func NewEnqueueRequestsForIngressClassParamsEvent(ingClassEventChan chan<- event.GenericEvent, k8sClient client.Client, eventRecorder record.EventRecorder, logger logr.Logger) *enqueueRequestsForIngressClassParamsEvent
NewEnqueueRequestsForIngressClassParamsEvent constructs new enqueueRequestsForIngressClassParamsEvent.
func NewEnqueueRequestsForIngressEvent ¶
func NewEnqueueRequestsForIngressEvent(groupLoader ingress.GroupLoader, eventRecorder record.EventRecorder, logger logr.Logger) *enqueueRequestsForIngressEvent
func NewEnqueueRequestsForSecretEvent ¶
func NewEnqueueRequestsForSecretEvent(ingEventChan chan<- event.GenericEvent, svcEventChan chan<- event.GenericEvent, k8sClient client.Client, eventRecorder record.EventRecorder, logger logr.Logger) *enqueueRequestsForSecretEvent
NewEnqueueRequestsForSecretEvent constructs new enqueueRequestsForSecretEvent.
func NewEnqueueRequestsForServiceEvent ¶
func NewEnqueueRequestsForServiceEvent(ingEventChan chan<- event.GenericEvent, k8sClient client.Client, eventRecorder record.EventRecorder, logger logr.Logger) *enqueueRequestsForServiceEvent
NewEnqueueRequestsForServiceEvent constructs new enqueueRequestsForServiceEvent.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.