Documentation ¶
Overview ¶
Package static implements the Pub/Sub PullSubscription controller for non-scalable PullSubscriptions.
Index ¶
Constants ¶
This section is empty.
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 {
*psreconciler.Base
}
Reconciler implements controller.Reconciler for PullSubscription resources.
func (*Reconciler) Reconcile ¶
func (r *Reconciler) Reconcile(ctx context.Context, key string) error
func (*Reconciler) ReconcileDeployment ¶
func (r *Reconciler) ReconcileDeployment(ctx context.Context, ra *appsv1.Deployment, src *v1alpha1.PullSubscription) error
Click to show internal directories.
Click to hide internal directories.