Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SubscriptionsController ¶
type SubscriptionsController struct {
// contains filtered or unexported fields
}
SubscriptionsController observes Subscription CRs and ensures that for each there is matching NATS Streaming subscription
func StartSubscriptionsController ¶
func StartSubscriptionsController(supervisor *actors.SubscriptionsSupervisor, pushOptions *opts.Options) *SubscriptionsController
StartSubscriptionsController is a factory method for the SubscriptionsController
func StartSubscriptionsControllerWithInformer ¶
func StartSubscriptionsControllerWithInformer(supervisor *actors.SubscriptionsSupervisor, informer cache.SharedIndexInformer, pushOptions *opts.Options) *SubscriptionsController
StartSubscriptionsControllerWithInformer is a factory for the SubscriptionsController which method uses the specified informer
func (*SubscriptionsController) Stop ¶
func (controller *SubscriptionsController) Stop()
Stop halts the SubscriptionsController
Click to show internal directories.
Click to hide internal directories.