Events for federated namesapce controller

This commit is contained in:
Marcin Wielgus
2016-08-29 23:23:47 +02:00
parent 0f8869d308
commit 044fab9f58
2 changed files with 24 additions and 2 deletions

View File

@@ -75,7 +75,8 @@ func TestNamespaceController(t *testing.T) {
ns1 := api_v1.Namespace{
ObjectMeta: api_v1.ObjectMeta{
Name: "test-namespace",
Name: "test-namespace",
SelfLink: "/api/v1/namespaces/test-namespace",
},
}