Documentation ¶
Overview ¶
Package static implements the Pub/Sub PullSubscription controller for non-scalable PullSubscriptions.
Index ¶
- type Constructor
- type Reconciler
- func (r *Reconciler) FinalizeKind(ctx context.Context, ps *v1.PullSubscription) reconciler.Event
- func (r *Reconciler) ReconcileDeployment(ctx context.Context, ra *appsv1.Deployment, src *v1.PullSubscription) error
- func (r *Reconciler) ReconcileKind(ctx context.Context, ps *v1.PullSubscription) reconciler.Event
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Constructor ¶ added in v0.16.0
type Constructor injection.ControllerConstructor
func NewConstructor ¶ added in v0.16.0
func NewConstructor(ipm iam.IAMPolicyManager, gcpas *gcpauth.StoreSingleton) Constructor
NewConstructor creates a constructor to make a static CloudBuildSource controller.
type Reconciler ¶
type Reconciler struct {
*psreconciler.Base
}
Reconciler implements controller.Reconciler for PullSubscription resources.
func (*Reconciler) FinalizeKind ¶
func (r *Reconciler) FinalizeKind(ctx context.Context, ps *v1.PullSubscription) reconciler.Event
func (*Reconciler) ReconcileDeployment ¶
func (r *Reconciler) ReconcileDeployment(ctx context.Context, ra *appsv1.Deployment, src *v1.PullSubscription) error
func (*Reconciler) ReconcileKind ¶
func (r *Reconciler) ReconcileKind(ctx context.Context, ps *v1.PullSubscription) reconciler.Event
Click to show internal directories.
Click to hide internal directories.