provider/proxy: add K8s ingress support

This commit is contained in:
Jens Langhammer
2020-10-18 17:13:44 +02:00
parent ad29d54bbf
commit 7861e2e0bd
4 changed files with 121 additions and 0 deletions

View File

@ -26,6 +26,17 @@ rules:
- "delete"
- "read"
- "patch"
- apiGroups:
- "extensions"
- "networking"
resources:
- "ingress"
verbs:
- "get"
- "create"
- "delete"
- "read"
- "patch"
- apiGroups:
- ""
resources: