mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-22 07:28:06 +00:00

- Define the API by modifying the `onepassworditem_types.go`. - Commands executed after the API is defined: `make generate && make manifests`.
34 lines
483 B
YAML
34 lines
483 B
YAML
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRole
|
|
metadata:
|
|
creationTimestamp: null
|
|
name: manager-role
|
|
rules:
|
|
- apiGroups:
|
|
- onepassword.com
|
|
resources:
|
|
- onepassworditems
|
|
verbs:
|
|
- create
|
|
- delete
|
|
- get
|
|
- list
|
|
- patch
|
|
- update
|
|
- watch
|
|
- apiGroups:
|
|
- onepassword.com
|
|
resources:
|
|
- onepassworditems/finalizers
|
|
verbs:
|
|
- update
|
|
- apiGroups:
|
|
- onepassword.com
|
|
resources:
|
|
- onepassworditems/status
|
|
verbs:
|
|
- get
|
|
- patch
|
|
- update
|