-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce autoscalers; Add missing dbs; Fix for pgbouncer (#449)
Signed-off-by: Arnob kumar saha <[email protected]>
- Loading branch information
1 parent
3c70c57
commit af48027
Showing
41 changed files
with
3,351 additions
and
633 deletions.
There are no files selected for viewing
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
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
106 changes: 106 additions & 0 deletions
106
hub/resourceblockdefinitions/kubedb.com/v1/elasticsearches.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,106 @@ | ||
apiVersion: meta.k8s.appscode.com/v1alpha1 | ||
kind: ResourceBlockDefinition | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
k8s.io/group: kubedb.com | ||
k8s.io/kind: Elasticsearch | ||
k8s.io/resource: elasticsearches | ||
k8s.io/version: v1 | ||
name: kubedb.com-v1-elasticsearches | ||
spec: | ||
blocks: | ||
- actions: | ||
create: Never | ||
displayMode: List | ||
kind: Connection | ||
name: Client Connections | ||
query: | ||
byLabel: connect_via | ||
type: GraphQL | ||
ref: | ||
group: appcatalog.appscode.com | ||
kind: AppBinding | ||
- actions: | ||
create: Never | ||
displayMode: List | ||
kind: Connection | ||
name: Elasticsearch Version | ||
query: | ||
byLabel: catalog | ||
type: GraphQL | ||
ref: | ||
group: catalog.kubedb.com | ||
kind: ElasticsearchVersion | ||
- actions: | ||
create: Never | ||
displayMode: List | ||
kind: Connection | ||
name: PetSets | ||
query: | ||
byLabel: offshoot | ||
type: GraphQL | ||
ref: | ||
group: apps.k8s.appscode.com | ||
kind: PetSet | ||
- actions: | ||
create: Never | ||
displayMode: List | ||
kind: Connection | ||
name: Pods | ||
query: | ||
byLabel: offshoot | ||
type: GraphQL | ||
ref: | ||
group: "" | ||
kind: Pod | ||
- actions: | ||
create: Never | ||
displayMode: List | ||
kind: Connection | ||
name: Services | ||
query: | ||
byLabel: exposed_by | ||
type: GraphQL | ||
ref: | ||
group: "" | ||
kind: Service | ||
- actions: | ||
create: Never | ||
displayMode: List | ||
kind: Connection | ||
name: Secrets | ||
query: | ||
byLabel: config | ||
type: GraphQL | ||
ref: | ||
group: "" | ||
kind: Secret | ||
- actions: | ||
create: Never | ||
displayMode: List | ||
kind: Connection | ||
name: PersistentVolumeClaims | ||
query: | ||
byLabel: storage | ||
type: GraphQL | ||
ref: | ||
group: "" | ||
kind: PersistentVolumeClaim | ||
- actions: | ||
create: Never | ||
displayMode: List | ||
kind: Connection | ||
name: Pod Disruption Budgets | ||
query: | ||
byLabel: policy | ||
type: GraphQL | ||
ref: | ||
group: policy | ||
kind: PodDisruptionBudget | ||
resource: | ||
group: kubedb.com | ||
kind: Elasticsearch | ||
name: elasticsearches | ||
scope: Namespaced | ||
version: v1 |
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,106 @@ | ||
apiVersion: meta.k8s.appscode.com/v1alpha1 | ||
kind: ResourceBlockDefinition | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
k8s.io/group: kubedb.com | ||
k8s.io/kind: Kafka | ||
k8s.io/resource: kafkas | ||
k8s.io/version: v1 | ||
name: kubedb.com-v1-kafkas | ||
spec: | ||
blocks: | ||
- actions: | ||
create: Never | ||
displayMode: List | ||
kind: Connection | ||
name: Client Connections | ||
query: | ||
byLabel: connect_via | ||
type: GraphQL | ||
ref: | ||
group: appcatalog.appscode.com | ||
kind: AppBinding | ||
- actions: | ||
create: Never | ||
displayMode: List | ||
kind: Connection | ||
name: Kafka Version | ||
query: | ||
byLabel: catalog | ||
type: GraphQL | ||
ref: | ||
group: catalog.kubedb.com | ||
kind: KafkaVersion | ||
- actions: | ||
create: Never | ||
displayMode: List | ||
kind: Connection | ||
name: PetSets | ||
query: | ||
byLabel: offshoot | ||
type: GraphQL | ||
ref: | ||
group: apps.k8s.appscode.com | ||
kind: PetSet | ||
- actions: | ||
create: Never | ||
displayMode: List | ||
kind: Connection | ||
name: Pods | ||
query: | ||
byLabel: offshoot | ||
type: GraphQL | ||
ref: | ||
group: "" | ||
kind: Pod | ||
- actions: | ||
create: Never | ||
displayMode: List | ||
kind: Connection | ||
name: Services | ||
query: | ||
byLabel: exposed_by | ||
type: GraphQL | ||
ref: | ||
group: "" | ||
kind: Service | ||
- actions: | ||
create: Never | ||
displayMode: List | ||
kind: Connection | ||
name: Secrets | ||
query: | ||
byLabel: config | ||
type: GraphQL | ||
ref: | ||
group: "" | ||
kind: Secret | ||
- actions: | ||
create: Never | ||
displayMode: List | ||
kind: Connection | ||
name: PersistentVolumeClaims | ||
query: | ||
byLabel: storage | ||
type: GraphQL | ||
ref: | ||
group: "" | ||
kind: PersistentVolumeClaim | ||
- actions: | ||
create: Never | ||
displayMode: List | ||
kind: Connection | ||
name: Pod Disruption Budgets | ||
query: | ||
byLabel: policy | ||
type: GraphQL | ||
ref: | ||
group: policy | ||
kind: PodDisruptionBudget | ||
resource: | ||
group: kubedb.com | ||
kind: Kafka | ||
name: kafkas | ||
scope: Namespaced | ||
version: v1 |
Oops, something went wrong.