remove the create-external-load-balancer flag in cmd/expose.go

This commit is contained in:
tianshapjq
2016-12-06 16:48:32 +08:00
parent 81177226a8
commit 55521ee8be
5 changed files with 2 additions and 10 deletions

View File

@@ -159,7 +159,7 @@ func TestGenerateService(t *testing.T) {
"protocol": "UDP",
"container-port": "foobar",
"external-ip": "1.2.3.4",
"create-external-load-balancer": "true",
"type": "LoadBalancer",
},
expected: api.Service{
ObjectMeta: api.ObjectMeta{