| 8 | ) |
| 9 | |
| 10 | type DeploymentStrategy struct { |
| 11 | Name constant.DeploymentStrategy |
| 12 | } |
| 13 | |
| 14 | func (DeploymentStrategy) Complete(prefix string) []flags.Completion { |
| 15 | return completions([]string{string(constant.DeploymentStrategyRolling), string(constant.DeploymentStrategyCanary)}, prefix, false) |
nothing calls this directly
no outgoing calls
no test coverage detected