Documentation
¶
Index ¶
Constants ¶
View Source
const ( FetchFeedDelay time.Duration = 1 * time.Second SendMessageDelay time.Duration = 1 * time.Second )
View Source
const ( ReasonFailed string = "Failed" ReasonSucceeded string = "Succeeded" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SubscriptionReconciler ¶
type SubscriptionReconciler struct { Client client.Client EventRecorder record.EventRecorder Skip bool EmailClient *email.Client }
func (*SubscriptionReconciler) SetupWithManager ¶
func (reconciler *SubscriptionReconciler) SetupWithManager(mgr manager.Manager) error
Click to show internal directories.
Click to hide internal directories.