provider/proxy: add K8s ingress support
This commit is contained in:
@ -26,6 +26,17 @@ rules:
|
||||
- "delete"
|
||||
- "read"
|
||||
- "patch"
|
||||
- apiGroups:
|
||||
- "extensions"
|
||||
- "networking"
|
||||
resources:
|
||||
- "ingress"
|
||||
verbs:
|
||||
- "get"
|
||||
- "create"
|
||||
- "delete"
|
||||
- "read"
|
||||
- "patch"
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
|
Reference in New Issue
Block a user