Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RUNNER_IMAGE = os.Getenv("RUNNER_IMAGE")
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 {
// contains filtered or unexported fields
}
func (*Reconciler) GetStateMachine ¶
func (r *Reconciler) GetStateMachine(ctx context.Context, smr *statev1.StateMachineRunner) (*statev1.StateMachine, pkgreconciler.Event)
func (*Reconciler) ReconcileKind ¶
func (r *Reconciler) ReconcileKind(ctx context.Context, smr *statev1.StateMachineRunner) pkgreconciler.Event
type ReconcilerArgs ¶
type ReconcilerArgs struct { }
ReconcilerArgs are the arguments needed to create a broker.Reconciler.
Click to show internal directories.
Click to hide internal directories.