
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
21 lines
336 B
YAML
21 lines
336 B
YAML
# permissions for end users to view ippools.
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRole
|
|
metadata:
|
|
name: ippool-viewer-role
|
|
rules:
|
|
- apiGroups:
|
|
- airship.airshipit.org
|
|
resources:
|
|
- ippools
|
|
verbs:
|
|
- get
|
|
- list
|
|
- watch
|
|
- apiGroups:
|
|
- airship.airshipit.org
|
|
resources:
|
|
- ippools/status
|
|
verbs:
|
|
- get
|