40d4804ad1
This converts the ipammer to use an IPPool CR-based to persist IPAM state. This followon patchset adds the actual persistence to the API Server: https://review.opendev.org/c/airship/vino/+/774184 Change-Id: Ib81a0bc6be1c74d85e2adc2dcadd09590a65b292
25 lines
379 B
YAML
25 lines
379 B
YAML
# permissions for end users to edit ippools.
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRole
|
|
metadata:
|
|
name: ippool-editor-role
|
|
rules:
|
|
- apiGroups:
|
|
- airship.airshipit.org
|
|
resources:
|
|
- ippools
|
|
verbs:
|
|
- create
|
|
- delete
|
|
- get
|
|
- list
|
|
- patch
|
|
- update
|
|
- watch
|
|
- apiGroups:
|
|
- airship.airshipit.org
|
|
resources:
|
|
- ippools/status
|
|
verbs:
|
|
- get
|