Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventActivationsController ¶
type EventActivationsController struct {
// contains filtered or unexported fields
}
EventActivationsController observes EventActivations CRs and updates the related Subscriptions-CRs status
func StartEventActivationsController ¶
func StartEventActivationsController() *EventActivationsController
StartEventActivationsController creates and starts an EventActivationsController
func StartEventActivationsControllerWithInformer ¶
func StartEventActivationsControllerWithInformer(informer cache.SharedIndexInformer) *EventActivationsController
StartEventActivationsControllerWithInformer is a factory for the Controller using the specified informer
func (*EventActivationsController) IsRunning ¶
func (controller *EventActivationsController) IsRunning() bool
IsRunning...
func (*EventActivationsController) Stop ¶
func (controller *EventActivationsController) Stop()
Stop the Controller
type SubscriptionsController ¶
type SubscriptionsController struct {
// contains filtered or unexported fields
}
Controller observes EventActivations CRs and updates the related Subscriptions-CRs status
func StartSubscriptionsController ¶
func StartSubscriptionsController() *SubscriptionsController
StartController creates and starts an EventActivationsController
func StartSubscriptionsControllerWithInformer ¶
func StartSubscriptionsControllerWithInformer(informer cache.SharedIndexInformer) *SubscriptionsController
StartControllerWithInformer is a factory for the Controller using the specified informer
func (*SubscriptionsController) IsRunning ¶
func (controller *SubscriptionsController) IsRunning() bool
IsRunning...
func (*SubscriptionsController) Stop ¶
func (controller *SubscriptionsController) Stop()
Stop the Controller
Source Files ¶
Click to show internal directories.
Click to hide internal directories.