This repository has been archived on 2025-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
operator/config/rbac/nodetainterconfig_editor_role.yaml
Andy Kolibri Vendetti a20725c7e9
All checks were successful
Lint / Run on Ubuntu (push) Successful in 2m8s
Tests / Run on Ubuntu (push) Successful in 55s
first commit
2025-04-28 21:04:13 +05:00

34 lines
839 B
YAML

# This rule is not used by the project operator itself.
# It is provided to allow the cluster admin to help manage permissions for users.
#
# Grants permissions to create, update, and delete resources within the operator.andy.vendetti.ru.
# This role is intended for users who need to manage these resources
# but should not control RBAC or manage permissions for others.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
labels:
app.kubernetes.io/name: operator
app.kubernetes.io/managed-by: kustomize
name: nodetainterconfig-editor-role
rules:
- apiGroups:
- operator.andy.vendetti.ru
resources:
- nodetainterconfigs
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- operator.andy.vendetti.ru
resources:
- nodetainterconfigs/status
verbs:
- get