MCPcopy Index your code
hub / github.com/cloudfoundry/cli / DeploymentStrategy

Struct DeploymentStrategy

command/flag/deployment_strategy.go:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type DeploymentStrategy struct {
11 Name constant.DeploymentStrategy
12}
13
14func (DeploymentStrategy) Complete(prefix string) []flags.Completion {
15 return completions([]string{string(constant.DeploymentStrategyRolling), string(constant.DeploymentStrategyCanary)}, prefix, false)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected