apiVersion: v1 kind: ClusterRole metadata: annotations: openshift.io/description: A user that can create and edit most objects in a project, but can not update the project's membership. openshift.io/reconcile-protect: "false" creationTimestamp: null name: kaas-maintain rules: - resources: - pods/exec verbs: - create - delete - deletecollection - get - list - patch - update - watch - resources: - replicationcontrollers/scale - deploymentconfigs/scale verbs: - create - delete - deletecollection - get - list - patch - update - watch