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 {
|
func normalize(flag string) Orchestrator {
|
||||||
switch flag {
|
switch flag {
|
||||||
case "kubernetes", "k8s":
|
case "kubernetes":
|
||||||
return OrchestratorKubernetes
|
return OrchestratorKubernetes
|
||||||
case "swarm", "swarmkit":
|
case "swarm":
|
||||||
return OrchestratorSwarm
|
return OrchestratorSwarm
|
||||||
default:
|
default:
|
||||||
return orchestratorUnset
|
return orchestratorUnset
|
||||||
|
Loading…
x
Reference in New Issue
Block a user