Skip to content

Commit

Permalink
openstack-cinder: Add auto-generated assets
Browse files Browse the repository at this point in the history
Generated with 'make update'. Nothing much to see here.

Signed-off-by: Stephen Finucane <[email protected]>
  • Loading branch information
stephenfin committed Oct 17, 2024
1 parent f5c03dc commit 77d74f7
Show file tree
Hide file tree
Showing 12 changed files with 920 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: operator.openshift.io/v1
kind: ClusterCSIDriver
metadata:
annotations:
storage.openshift.io/remove-from: mgmt
name: cinder.csi.openstack.org
namespace: openshift-cluster-csi-drivers
spec:
driverConfig:
driverName: cinder.csi.openstack.org
logLevel: Trace
managementState: Managed
operatorLogLevel: Trace
Original file line number Diff line number Diff line change
@@ -0,0 +1,300 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: openstack-cinder-csi-driver-operator-clusterrole
rules:
- apiGroups:
- security.openshift.io
resourceNames:
- privileged
resources:
- securitycontextconstraints
verbs:
- use
- apiGroups:
- ""
resources:
- configmaps
verbs:
- watch
- list
- get
- create
- delete
- patch
- update
- apiGroups:
- ""
resources:
- pods
verbs:
- watch
- list
- get
- apiGroups:
- rbac.authorization.k8s.io
resources:
- clusterroles
- clusterrolebindings
- roles
- rolebindings
verbs:
- watch
- list
- get
- create
- delete
- patch
- update
- apiGroups:
- ""
resources:
- serviceaccounts
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- apiextensions.k8s.io
resources:
- customresourcedefinitions
verbs:
- get
- list
- create
- watch
- delete
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- ""
resources:
- nodes
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- ""
resources:
- secrets
verbs:
- get
- list
- watch
- create
- patch
- update
- apiGroups:
- ""
resources:
- namespaces
verbs:
- get
- list
- watch
- create
- patch
- delete
- update
- apiGroups:
- ""
resources:
- persistentvolumes
verbs:
- create
- delete
- list
- get
- watch
- update
- patch
- apiGroups:
- ""
resources:
- persistentvolumeclaims
verbs:
- get
- list
- watch
- update
- apiGroups:
- ""
resources:
- persistentvolumeclaims/status
verbs:
- patch
- update
- apiGroups:
- apps
resources:
- deployments
- daemonsets
- replicasets
- statefulsets
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- storage.k8s.io
resources:
- volumeattachments
verbs:
- get
- list
- watch
- update
- delete
- create
- patch
- apiGroups:
- storage.k8s.io
resources:
- volumeattachments/status
verbs:
- patch
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshotcontents/status
verbs:
- update
- patch
- apiGroups:
- storage.k8s.io
resources:
- storageclasses
- csinodes
verbs:
- create
- get
- list
- watch
- update
- delete
- apiGroups:
- '*'
resources:
- events
verbs:
- get
- patch
- create
- list
- watch
- update
- delete
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshotclasses
verbs:
- get
- list
- watch
- create
- update
- delete
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshotcontents
verbs:
- create
- get
- list
- watch
- update
- delete
- patch
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshots
verbs:
- get
- list
- watch
- update
- patch
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshots/status
verbs:
- patch
- apiGroups:
- storage.k8s.io
resources:
- csidrivers
verbs:
- create
- get
- list
- watch
- update
- delete
- apiGroups:
- csi.openshift.io
resources:
- '*'
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- config.openshift.io
resources:
- infrastructures
- proxies
- apiservers
verbs:
- get
- list
- watch
- apiGroups:
- operator.openshift.io
resources:
- clustercsidrivers
- clustercsidrivers/status
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- authentication.k8s.io
resources:
- tokenreviews
verbs:
- create
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
annotations:
storage.openshift.io/remove-from: mgmt
name: openstack-cinder-csi-driver-operator-clusterrolebinding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: openstack-cinder-csi-driver-operator-clusterrole
subjects:
- kind: ServiceAccount
name: openstack-cinder-csi-driver-operator
namespace: openshift-cluster-csi-drivers
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: openstack-cinder-csi-driver-operator-role
namespace: openshift-cluster-csi-drivers
rules:
- apiGroups:
- ""
resources:
- pods
- services
- endpoints
- persistentvolumeclaims
- events
- configmaps
- secrets
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- ""
resources:
- namespaces
verbs:
- get
- apiGroups:
- apps
resources:
- deployments
- daemonsets
- replicasets
- statefulsets
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- policy
resources:
- poddisruptionbudgets
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- monitoring.coreos.com
resources:
- servicemonitors
verbs:
- get
- create
- update
- patch
- delete
Loading

0 comments on commit 77d74f7

Please sign in to comment.