Skip to content

Commit

Permalink
Add overview for memcached (#502)
Browse files Browse the repository at this point in the history
Signed-off-by: Arnob kumar saha <[email protected]>
  • Loading branch information
ArnobKumarSaha authored Oct 31, 2024
1 parent 3b3f223 commit b79ad79
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 45 deletions.
14 changes: 0 additions & 14 deletions hub/resourceeditors/kubedb.com/v1/perconaxtradbs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,6 @@ spec:
ui:
actions:
- items:
- editor:
name: opskubedbcom-perconaxtradbopsrequest-editor
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
name: appscode-charts-oci
version: v0.8.0
enforceQuota: false
flow: standalone-create
icons:
- src: https://cdn.appscode.com/k8s/icons/action-icons/version.svg
type: image/svg+xml
name: Update Version
operationId: create-opsrequest-upgrade
- editor:
name: opskubedbcom-perconaxtradbopsrequest-editor
sourceRef:
Expand Down
14 changes: 0 additions & 14 deletions hub/resourceeditors/kubedb.com/v1/pgbouncers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,6 @@ spec:
type: image/svg+xml
name: Update Version
operationId: create-opsrequest-upgrade
- editor:
name: opskubedbcom-pgbounceropsrequest-editor
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
name: appscode-charts-oci
version: v0.8.0
enforceQuota: false
flow: standalone-create
icons:
- src: https://cdn.appscode.com/k8s/icons/action-icons/restart.svg
type: image/svg+xml
name: Restart
operationId: create-opsrequest-restart
- editor:
name: opskubedbcom-pgbounceropsrequest-editor
sourceRef:
Expand Down
14 changes: 0 additions & 14 deletions hub/resourceeditors/kubedb.com/v1alpha2/ferretdbs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,6 @@ spec:
type: image/svg+xml
name: Restart
operationId: create-opsrequest-restart
- editor:
name: opskubedbcom-ferretdbopsrequest-editor
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
name: appscode-charts-oci
version: v0.8.0
enforceQuota: false
flow: standalone-create
icons:
- src: https://cdn.appscode.com/k8s/icons/action-icons/reconfigure.svg
type: image/svg+xml
name: Reconfigure
operationId: create-opsrequest-reconfigure
name: Operations
- items:
- disabledTemplate: |
Expand Down
44 changes: 41 additions & 3 deletions hub/resourceoutlines/kubedb.com/v1/kubedb/memcacheds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,49 @@ metadata:
spec:
defaultLayout: false
pages:
- name: Basic
- name: Overview
sections:
- blocks:
- kind: Block
name: kubedb.com-v1-memcacheds
- actions:
create: Never
displayMode: List
kind: Connection
name: Nodes
query:
raw: |-
query Find($src: String!, $targetGroup: String!, $targetKind: String!) {
find(oid: $src) {
offshoot(group: "", kind: "Pod") {
refs: view(group: $targetGroup, kind: $targetKind) {
namespace
name
}
}
}
}
type: GraphQL
ref:
group: core.k8s.appscode.com
kind: PodView
requiredFeatureSets:
opscenter-datastore:
- kubedb
view:
name: core.k8s.appscode.com-v1alpha1-podviews-kubedb-memcacheds
info:
actions:
create: Never
displayMode: List
kind: Connection
query:
byLabel: connect_via
type: GraphQL
ref:
group: appcatalog.appscode.com
kind: AppBinding
requiredFeatureSets:
opscenter-datastore:
- kubedb
- name: Operations
sections:
- blocks:
Expand Down

0 comments on commit b79ad79

Please sign in to comment.