Merge pull request #86793 from prameshj/gce-finalizer

Attach a new finalizer in GCE ILB creation.
This commit is contained in:
Kubernetes Prow Robot
2020-01-30 21:20:32 -08:00
committed by GitHub
9 changed files with 295 additions and 17 deletions

View File

@@ -33,6 +33,13 @@ rules:
- create
- patch
- update
- apiGroups:
- ""
resources:
- services/status
verbs:
- patch
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role