Documentation ¶
Overview ¶
Package pullsubscription implements the Pub/Sub PullSubscription controller.
Index ¶
Constants ¶
View Source
const (
// ReconcilerName is the name of the reconciler
ReconcilerName = "PullSubscriptions"
)
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
NewController initializes the controller and is called by the generated code Registers event handlers to enqueue events
Types ¶
type Reconciler ¶
type Reconciler struct { *pubsub.PubSubBase // contains filtered or unexported fields }
Reconciler implements controller.Reconciler for PullSubscription resources.
func (*Reconciler) Reconcile ¶
func (c *Reconciler) Reconcile(ctx context.Context, key string) error
Reconcile compares the actual state with the desired, and attempts to converge the two. It then updates the Status block of the Service resource with the current status of the resource.
func (*Reconciler) UpdateFromLoggingConfigMap ¶ added in v0.9.0
func (r *Reconciler) UpdateFromLoggingConfigMap(cfg *corev1.ConfigMap)
func (*Reconciler) UpdateFromMetricsConfigMap ¶ added in v0.9.0
func (r *Reconciler) UpdateFromMetricsConfigMap(cfg *corev1.ConfigMap)
func (*Reconciler) UpdateFromTracingConfigMap ¶ added in v0.10.0
func (r *Reconciler) UpdateFromTracingConfigMap(cfg *corev1.ConfigMap)
Click to show internal directories.
Click to hide internal directories.