refactor services to v1beta3

This commit is contained in:
markturansky
2014-10-30 09:29:11 -04:00
parent 5a649f2b93
commit bd7643c033
26 changed files with 466 additions and 340 deletions

View File

@@ -429,8 +429,10 @@ func TestListServices(t *testing.T) {
"name": "baz",
},
},
Selector: map[string]string{
"one": "two",
Spec: api.ServiceSpec{
Selector: map[string]string{
"one": "two",
},
},
},
},
@@ -456,8 +458,10 @@ func TestListServicesLabels(t *testing.T) {
"name": "baz",
},
},
Selector: map[string]string{
"one": "two",
Spec: api.ServiceSpec{
Selector: map[string]string{
"one": "two",
},
},
},
},