Documentation ¶
Overview ¶
Package keda implements the Pub/Sub PullSubscription controller for Keda-based PullSubscriptions.
Index ¶
- type Constructor
- type DiscoverFunc
- type Reconciler
- func (r *Reconciler) FinalizeKind(ctx context.Context, ps *v1.PullSubscription) reconciler.Event
- func (r *Reconciler) ReconcileKind(ctx context.Context, ps *v1.PullSubscription) reconciler.Event
- func (r *Reconciler) ReconcileScaledObject(ctx context.Context, ra *appsv1.Deployment, src *v1.PullSubscription) error
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 KEDA-based PullSubscription controller.
type DiscoverFunc ¶
type DiscoverFunc func(discovery.DiscoveryInterface, schema.GroupVersion) error
type Reconciler ¶
type Reconciler struct { *psreconciler.Base // contains filtered or unexported fields }
Reconciler implements controller.Reconciler for PullSubscription resources.
func (*Reconciler) FinalizeKind ¶
func (r *Reconciler) FinalizeKind(ctx context.Context, ps *v1.PullSubscription) reconciler.Event
func (*Reconciler) ReconcileKind ¶
func (r *Reconciler) ReconcileKind(ctx context.Context, ps *v1.PullSubscription) reconciler.Event
func (*Reconciler) ReconcileScaledObject ¶
func (r *Reconciler) ReconcileScaledObject(ctx context.Context, ra *appsv1.Deployment, src *v1.PullSubscription) error
Click to show internal directories.
Click to hide internal directories.