-
Notifications
You must be signed in to change notification settings - Fork 452
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3054 from teoincontatto/main
operator stackgres-certified (1.6.0-rc1)
- Loading branch information
Showing
26 changed files
with
51,268 additions
and
1 deletion.
There are no files selected for viewing
10,980 changes: 10,980 additions & 0 deletions
10,980
...rs/stackgres-certified/1.6.0-rc1/manifests/stackgres-certified.clusterserviceversion.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
25 changes: 25 additions & 0 deletions
25
...d/1.6.0-rc1/manifests/stackgres-editor-role_rbac.authorization.k8s.io_v1_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,25 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: ClusterRole | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
app.kubernetes.io/component: rbac | ||
app.kubernetes.io/created-by: stackgres | ||
app.kubernetes.io/instance: editor-role | ||
app.kubernetes.io/managed-by: kustomize | ||
app.kubernetes.io/name: clusterrole | ||
app.kubernetes.io/part-of: stackgres | ||
name: stackgres-editor-role | ||
rules: | ||
- apiGroups: | ||
- stackgres.io | ||
resources: | ||
- '*' | ||
verbs: | ||
- create | ||
- delete | ||
- get | ||
- list | ||
- patch | ||
- update | ||
- watch |
13 changes: 13 additions & 0 deletions
13
operators/stackgres-certified/1.6.0-rc1/manifests/stackgres-operator_v1_service.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: v1 | ||
kind: Service | ||
metadata: | ||
creationTimestamp: null | ||
name: stackgres-operator | ||
spec: | ||
ports: | ||
- port: 443 | ||
targetPort: 8443 | ||
selector: | ||
app: stackgres-operator | ||
status: | ||
loadBalancer: {} |
27 changes: 27 additions & 0 deletions
27
...ified/1.6.0-rc1/manifests/stackgres-restapi_rbac.authorization.k8s.io_v1_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,27 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: ClusterRole | ||
metadata: | ||
creationTimestamp: null | ||
name: stackgres-restapi | ||
rules: | ||
- apiGroups: | ||
- '' | ||
resources: | ||
- users | ||
- groups | ||
- serviceaccount | ||
verbs: | ||
- impersonate | ||
- apiGroups: | ||
- authorization.k8s.io | ||
resources: | ||
- subjectaccessreviews | ||
verbs: | ||
- create | ||
- apiGroups: | ||
- '' | ||
resources: | ||
- secrets | ||
verbs: | ||
- get | ||
- list |
20 changes: 20 additions & 0 deletions
20
....6.0-rc1/manifests/stackgres-restapi_rbac.authorization.k8s.io_v1_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,20 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: ClusterRoleBinding | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
app.kubernetes.io/component: rbac | ||
app.kubernetes.io/created-by: stackgres | ||
app.kubernetes.io/instance: restapi-rolebinding | ||
app.kubernetes.io/managed-by: kustomize | ||
app.kubernetes.io/name: clusterrolebinding | ||
app.kubernetes.io/part-of: stackgres | ||
name: stackgres-restapi | ||
roleRef: | ||
apiGroup: rbac.authorization.k8s.io | ||
kind: ClusterRole | ||
name: stackgres-restapi | ||
subjects: | ||
- kind: ServiceAccount | ||
name: restapi | ||
namespace: system |
27 changes: 27 additions & 0 deletions
27
...d/1.6.0-rc1/manifests/stackgres-viewer-role_rbac.authorization.k8s.io_v1_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,27 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: ClusterRole | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
app.kubernetes.io/component: rbac | ||
app.kubernetes.io/created-by: stackgres | ||
app.kubernetes.io/instance: viewer-role | ||
app.kubernetes.io/managed-by: kustomize | ||
app.kubernetes.io/name: clusterrole | ||
app.kubernetes.io/part-of: stackgres | ||
name: stackgres-viewer-role | ||
rules: | ||
- apiGroups: | ||
- stackgres.io | ||
resources: | ||
- '*' | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- apiGroups: | ||
- stackgres.io | ||
resources: | ||
- sgconfigs/status | ||
verbs: | ||
- get |
130 changes: 130 additions & 0 deletions
130
....0-rc1/manifests/stackgres-webconsole-admin_rbac.authorization.k8s.io_v1_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,130 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: ClusterRole | ||
metadata: | ||
creationTimestamp: null | ||
name: stackgres-webconsole-admin | ||
rules: | ||
- apiGroups: | ||
- '' | ||
- batch | ||
resources: | ||
- pods/exec | ||
- configmaps | ||
- secrets | ||
- jobs | ||
verbs: | ||
- create | ||
- apiGroups: | ||
- '' | ||
resources: | ||
- pods/exec | ||
verbs: | ||
- get | ||
- apiGroups: | ||
- '' | ||
- batch | ||
resources: | ||
- configmaps | ||
- secrets | ||
- jobs | ||
verbs: | ||
- delete | ||
- apiGroups: | ||
- '' | ||
resources: | ||
- configmaps | ||
- secrets | ||
verbs: | ||
- patch | ||
- update | ||
- apiGroups: | ||
- '' | ||
- batch | ||
- storage.k8s.io | ||
resources: | ||
- namespaces | ||
- storageclasses | ||
- pods | ||
- services | ||
- configmaps | ||
- secrets | ||
- persistentvolumes | ||
- persistentvolumeclaims | ||
- events | ||
- jobs | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- apiGroups: | ||
- stackgres.io | ||
resources: | ||
- sgclusters | ||
- sgpgconfigs | ||
- sginstanceprofiles | ||
- sgpoolconfigs | ||
- sgbackupconfigs | ||
- sgbackups | ||
- sgdistributedlogs | ||
- sgdbops | ||
- sgobjectstorages | ||
- sgscripts | ||
- sgshardedclusters | ||
verbs: | ||
- create | ||
- watch | ||
- list | ||
- get | ||
- update | ||
- patch | ||
- delete | ||
- apiGroups: | ||
- stackgres.io | ||
resources: | ||
- sgconfigs | ||
verbs: | ||
- watch | ||
- list | ||
- get | ||
- update | ||
- patch | ||
- apiGroups: | ||
- apiextensions.k8s.io | ||
resourceNames: | ||
- sgconfigs.stackgres.io | ||
- sgclusters.stackgres.io | ||
- sginstanceprofiles.stackgres.io | ||
- sgpgconfigs.stackgres.io | ||
- sgpoolconfigs.stackgres.io | ||
- sgbackups.stackgres.io | ||
- sgbackupconfigs.stackgres.io | ||
- sgobjectstorages.stackgres.io | ||
- sgdbops.stackgres.io | ||
- sgdistributedlogs.stackgres.io | ||
- sgshardedclusters.stackgres.io | ||
- sgscripts.stackgres.io | ||
resources: | ||
- customresourcedefinitions | ||
verbs: | ||
- get | ||
- apiGroups: | ||
- apiextensions.k8s.io | ||
resources: | ||
- customresourcedefinitions | ||
verbs: | ||
- list | ||
- apiGroups: | ||
- rbac.authorization.k8s.io | ||
resources: | ||
- roles | ||
- rolebindings | ||
- clusterroles | ||
- clusterrolebindings | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- create | ||
- update | ||
- patch | ||
- delete |
19 changes: 19 additions & 0 deletions
19
...manifests/stackgres-webconsole-admin_rbac.authorization.k8s.io_v1_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,19 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: ClusterRoleBinding | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
app.kubernetes.io/component: rbac | ||
app.kubernetes.io/created-by: stackgres | ||
app.kubernetes.io/instance: webconsole-admin-rolebinding | ||
app.kubernetes.io/managed-by: kustomize | ||
app.kubernetes.io/name: clusterrolebinding | ||
app.kubernetes.io/part-of: stackgres | ||
name: stackgres-webconsole-admin | ||
roleRef: | ||
apiGroup: rbac.authorization.k8s.io | ||
kind: ClusterRole | ||
name: stackgres-webconsole-admin | ||
subjects: | ||
- kind: User | ||
name: admin |
89 changes: 89 additions & 0 deletions
89
...0-rc1/manifests/stackgres-webconsole-reader_rbac.authorization.k8s.io_v1_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,89 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: ClusterRole | ||
metadata: | ||
creationTimestamp: null | ||
name: stackgres-webconsole-reader | ||
rules: | ||
- apiGroups: | ||
- '' | ||
- batch | ||
resources: | ||
- pods/exec | ||
verbs: | ||
- create | ||
- apiGroups: | ||
- '' | ||
resources: | ||
- pods/exec | ||
verbs: | ||
- get | ||
- apiGroups: | ||
- '' | ||
- batch | ||
- storage.k8s.io | ||
resources: | ||
- namespaces | ||
- storageclasses | ||
- pods | ||
- services | ||
- configmaps | ||
- secrets | ||
- persistentvolumes | ||
- persistentvolumeclaims | ||
- events | ||
- jobs | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- apiGroups: | ||
- stackgres.io | ||
resources: | ||
- sgclusters | ||
- sgpgconfigs | ||
- sginstanceprofiles | ||
- sgpoolconfigs | ||
- sgbackupconfigs | ||
- sgbackups | ||
- sgdistributedlogs | ||
- sgdbops | ||
- sgobjectstorages | ||
- sgscripts | ||
- sgshardedclusters | ||
verbs: | ||
- watch | ||
- list | ||
- get | ||
- apiGroups: | ||
- stackgres.io | ||
resources: | ||
- sgconfigs | ||
verbs: | ||
- watch | ||
- list | ||
- get | ||
- apiGroups: | ||
- apiextensions.k8s.io | ||
resourceNames: | ||
- sgconfigs.stackgres.io | ||
- sgclusters.stackgres.io | ||
- sginstanceprofiles.stackgres.io | ||
- sgpgconfigs.stackgres.io | ||
- sgpoolconfigs.stackgres.io | ||
- sgbackups.stackgres.io | ||
- sgbackupconfigs.stackgres.io | ||
- sgobjectstorages.stackgres.io | ||
- sgdbops.stackgres.io | ||
- sgdistributedlogs.stackgres.io | ||
- sgshardedclusters.stackgres.io | ||
- sgscripts.stackgres.io | ||
resources: | ||
- customresourcedefinitions | ||
verbs: | ||
- get | ||
- apiGroups: | ||
- apiextensions.k8s.io | ||
resources: | ||
- customresourcedefinitions | ||
verbs: | ||
- list |
Oops, something went wrong.