Merge pull request #81 from sethpollack/skip

refactor namespaces to use PathConfig
This commit is contained in:
Jingfang Liu
2018-06-11 12:08:35 -07:00
committed by GitHub
4 changed files with 80 additions and 6 deletions

View File

@@ -169,8 +169,7 @@ func TestResources1(t *testing.T) {
"apiVersion": "v1",
"kind": "Namespace",
"metadata": map[string]interface{}{
"name": "foo-ns1",
"namespace": "ns1",
"name": "foo-ns1",
"labels": map[string]interface{}{
"app": "nginx",
},