mirror of
https://github.com/rancher/types.git
synced 2025-09-08 16:39:00 +00:00
Ingress should be namespaced
Resource ingress should be a namespaced resource. Change IngressResource.Namespaced to true.
This commit is contained in:
@@ -24,8 +24,9 @@ var (
|
||||
IngressResource = metav1.APIResource{
|
||||
Name: "ingresses",
|
||||
SingularName: "ingress",
|
||||
Namespaced: false,
|
||||
Kind: IngressGroupVersionKind.Kind,
|
||||
Namespaced: true,
|
||||
|
||||
Kind: IngressGroupVersionKind.Kind,
|
||||
}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user