Update Ingress apiVersion to networking.k8s.io/v1beta1

This commit is contained in:
Jerome Brette
2019-09-20 18:14:55 +00:00
parent 0c32691e9e
commit b1faa989f4
4 changed files with 11 additions and 11 deletions

View File

@@ -52,7 +52,7 @@ func TestNameReferenceHappyRun(t *testing.T) {
},
}).Add(
map[string]interface{}{
"group": "extensions",
"group": "networking.k8s.io",
"apiVersion": "v1beta1",
"kind": "Ingress",
"metadata": map[string]interface{}{
@@ -375,7 +375,7 @@ func TestNameReferenceHappyRun(t *testing.T) {
},
}).ReplaceResource(
map[string]interface{}{
"group": "extensions",
"group": "networking.k8s.io",
"apiVersion": "v1beta1",
"kind": "Ingress",
"metadata": map[string]interface{}{