Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct {
// contains filtered or unexported fields
}
Action represents an action that runs along with the Eventing reconciler. It is composed of multiple Steps.
type Step ¶
type Step interface {
Execute(*service.ActionContext, *zap.SugaredLogger) error
}
Step represents an executable step.
Click to show internal directories.
Click to hide internal directories.