Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SubscriptionReconciler ¶
type SubscriptionReconciler struct { crclient.Client Scheme *runtime.Scheme NewClient newPubSubClientFunc Recorder record.EventRecorder Clock clock.PassiveClock }
SubscriptionReconciler reconciles a Subscription object
func (*SubscriptionReconciler) SetupWithManager ¶
func (r *SubscriptionReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type TopicReconciler ¶
type TopicReconciler struct { crclient.Client Scheme *runtime.Scheme NewClient newPubSubClientFunc Recorder record.EventRecorder Clock clock.PassiveClock }
TopicReconciler reconciles a Topic object
func (*TopicReconciler) SetupWithManager ¶
func (r *TopicReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.