mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 16:06:51 +00:00
Change resource "ingress" to "ingresses" in URL path and kubectl
This commit is contained in:
@@ -284,7 +284,7 @@ func TestGetServerResources(t *testing.T) {
|
||||
GroupVersion: "extensions/v1",
|
||||
APIResources: []unversioned.APIResource{
|
||||
{"deployments", true},
|
||||
{"ingress", true},
|
||||
{"ingresses", true},
|
||||
{"jobs", true},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user