-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openstack-cinder: Add auto-generated assets
Generated with 'make update'. Nothing much to see here. Signed-off-by: Stephen Finucane <[email protected]>
- Loading branch information
1 parent
f5c03dc
commit 77d74f7
Showing
12 changed files
with
920 additions
and
1 deletion.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
...t/guest/generated/operator.openshift.io_v1_clustercsidriver_cinder.csi.openstack.org.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
300 changes: 300 additions & 0 deletions
300
...authorization.k8s.io_v1_clusterrole_openstack-cinder-csi-driver-operator-clusterrole.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
14 changes: 14 additions & 0 deletions
14
...k8s.io_v1_clusterrolebinding_openstack-cinder-csi-driver-operator-clusterrolebinding.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
67 changes: 67 additions & 0 deletions
67
...enerated/rbac.authorization.k8s.io_v1_role_openstack-cinder-csi-driver-operator-role.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.