Documentation
¶
Overview ¶
Package setrollingstrategy implements manifest.set_rolling_strategy: it finds the Rollout document matching the target service and replaces its spec.strategy with a canary carrying the given surge bounds and no steps, which Argo runs as a rolling update.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrWorkloadNotFound = errors.New("workload not found") ErrWorkloadAmbiguous = errors.New("workload matched more than one document") )
Functions ¶
func New ¶
func New() runner.BuiltinFunction
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.