Versions in this module Expand all Collapse all v0 v0.0.2 Feb 16, 2026 Changes in this version + type BlueGreen struct + func NewBlueGreen() *BlueGreen + func (s *BlueGreen) Execute(ctx context.Context, params deploy.StrategyParams) error + func (s *BlueGreen) Name() string + type Canary struct + func NewCanary() *Canary + func (s *Canary) Execute(ctx context.Context, params deploy.StrategyParams) error + func (s *Canary) Name() string + type Recreate struct + func NewRecreate() *Recreate + func (s *Recreate) Execute(ctx context.Context, params deploy.StrategyParams) error + func (s *Recreate) Name() string + type Rolling struct + func NewRolling() *Rolling + func (s *Rolling) Execute(ctx context.Context, params deploy.StrategyParams) error + func (s *Rolling) Name() string v0.0.1 Feb 13, 2026