Merge pull request #803 from thaJeztah/remove-orchestrator-aliases
Remove aliases for orchestrator
This commit is contained in:
commit
b7b3e9a261
@ -21,9 +21,9 @@ const (
|
||||
|
||||
func normalize(flag string) Orchestrator {
|
||||
switch flag {
|
||||
case "kubernetes", "k8s":
|
||||
case "kubernetes":
|
||||
return OrchestratorKubernetes
|
||||
case "swarm", "swarmkit":
|
||||
case "swarm":
|
||||
return OrchestratorSwarm
|
||||
default:
|
||||
return orchestratorUnset
|
||||
|
Loading…
x
Reference in New Issue
Block a user