mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-29 17:41:13 +00:00
Update Ingress apiVersion to networking.k8s.io/v1beta1
This commit is contained in:
@@ -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{}{
|
||||
|
||||
Reference in New Issue
Block a user