# Functions
NewCompositeOperator creates a composite operator with a list of operands.
WithEventRecorder sets the EventRecorder of a CompositeOperator.
WithExecutionStrategy sets the execution strategy of a CompositeOperator.
WithInstrumentation configures the instrumentation of the CompositeOperator.
WithOperands sets the set of operands in a CompositeOperator.
WithRetryPeriod sets the wait period of the operator before performing a retry in the event of a failure.
SetIsSuspended can be used to set the operator suspension check.
# Structs
CompositeOperator contains all the operands and the relationship between them.
# Interfaces
Operator is the operator interface that can be implemented by an operator to be used in a controller control loop.
# Type aliases
CompositeOperatorOption is used to configure CompositeOperator.