-
Notifications
You must be signed in to change notification settings - Fork 598
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c4a6ea5
commit 5cd5764
Showing
25 changed files
with
51,268 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
...s/1.6.0-rc2/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/1.6.0-rc2/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
...kgres/1.6.0-rc2/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-rc2/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
...s/1.6.0-rc2/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-rc2/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-rc2/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.