Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoOpsExecutor ¶
type AutoOpsExecutor interface {
Execute(ctx context.Context, environmentId, ruleID, clauseId string) error
}
func NewAutoOpsExecutor ¶
func NewAutoOpsExecutor(autoOpsClient autoopsclient.Client, opts ...Option) AutoOpsExecutor
type ProgressiveRolloutExecutor ¶ added in v0.4.0
type ProgressiveRolloutExecutor interface { ExecuteProgressiveRollout( ctx context.Context, environmentId, ruleID, scheduleID string, ) error }
func NewProgressiveRolloutExecutor ¶ added in v0.4.0
func NewProgressiveRolloutExecutor(autoOpsClient autoopsclient.Client, opts ...Option) ProgressiveRolloutExecutor
Click to show internal directories.
Click to hide internal directories.