Documentation ¶
Index ¶
- func NewAdapter(ctx context.Context, _ adapter.EnvConfigAccessor, ceClient cloudevents.Client) adapter.Adapter
- func NewController(ctx context.Context, cronRunner *cronJobsRunner) *controller.Impl
- func NewCronJobsRunner(ceClient cloudevents.Client, logger *zap.SugaredLogger) *cronJobsRunner
- func NewEnvConfig() adapter.EnvConfigAccessor
- type Message
- type Reconciler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAdapter ¶ added in v0.16.0
func NewAdapter(ctx context.Context, _ adapter.EnvConfigAccessor, ceClient cloudevents.Client) adapter.Adapter
func NewController ¶
func NewController(ctx context.Context, cronRunner *cronJobsRunner) *controller.Impl
NewController initializes the controller and is called by the generated code. Registers event handlers to enqueue events.
func NewCronJobsRunner ¶
func NewCronJobsRunner(ceClient cloudevents.Client, logger *zap.SugaredLogger) *cronJobsRunner
func NewEnvConfig ¶ added in v0.16.0
func NewEnvConfig() adapter.EnvConfigAccessor
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler reconciles PingSources
func (*Reconciler) FinalizeKind ¶
func (r *Reconciler) FinalizeKind(ctx context.Context, source *v1alpha2.PingSource) pkgreconciler.Event
func (*Reconciler) ReconcileKind ¶
func (r *Reconciler) ReconcileKind(ctx context.Context, source *v1alpha2.PingSource) pkgreconciler.Event
Click to show internal directories.
Click to hide internal directories.