mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Change resource "ingress" to "ingresses" in URL path and kubectl
This commit is contained in:
@@ -27,7 +27,7 @@ import (
|
||||
)
|
||||
|
||||
func getIngressResourceName() string {
|
||||
return "ingress"
|
||||
return "ingresses"
|
||||
}
|
||||
|
||||
func TestListIngress(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user