From 17588ca97e6395d399b26dbc5171ffad78fe4f94 Mon Sep 17 00:00:00 2001 From: Arnob kumar saha Date: Wed, 20 Nov 2024 11:10:04 +0600 Subject: [PATCH] Update editors for autoscalling Signed-off-by: Arnob kumar saha --- .../kubedb.com/v1/elasticsearches.yaml | 12 ++++---- hub/resourceeditors/kubedb.com/v1/kafkas.yaml | 12 ++++---- .../kubedb.com/v1/mariadbs.yaml | 12 ++++---- .../kubedb.com/v1/memcacheds.yaml | 6 ++-- hub/resourceeditors/kubedb.com/v1/mysqls.yaml | 12 ++++---- .../kubedb.com/v1/perconaxtradbs.yaml | 12 ++++---- .../kubedb.com/v1/pgbouncers.yaml | 6 ++-- .../kubedb.com/v1/postgreses.yaml | 12 ++++---- .../kubedb.com/v1/proxysqls.yaml | 6 ++-- .../kubedb.com/v1/redises.yaml | 12 ++++---- .../kubedb.com/v1/redissentinels.yaml | 6 ++-- .../kubedb.com/v1alpha2/druids.yaml | 12 ++++---- .../kubedb.com/v1alpha2/ferretdbs.yaml | 6 ++-- .../kubedb.com/v1alpha2/mssqlservers.yaml | 30 +++++++++++++++++++ .../kubedb.com/v1alpha2/pgpools.yaml | 6 ++-- .../kubedb.com/v1alpha2/rabbitmqs.yaml | 12 ++++---- .../kubedb.com/v1alpha2/singlestores.yaml | 12 ++++---- .../kubedb.com/v1alpha2/solrs.yaml | 30 +++++++++++++++++++ 18 files changed, 138 insertions(+), 78 deletions(-) diff --git a/hub/resourceeditors/kubedb.com/v1/elasticsearches.yaml b/hub/resourceeditors/kubedb.com/v1/elasticsearches.yaml index 64cdc2379..165039cc7 100644 --- a/hub/resourceeditors/kubedb.com/v1/elasticsearches.yaml +++ b/hub/resourceeditors/kubedb.com/v1/elasticsearches.yaml @@ -144,33 +144,33 @@ spec: name: Scaling - items: - editor: - name: autoscalingkubedbcom-elasticsearchautoscaler-editor + name: kubedbcom-elasticsearch-editor sourceRef: apiGroup: source.toolkit.fluxcd.io kind: HelmRepository name: appscode-charts-oci version: v0.10.0 enforceQuota: true - flow: standalone-create + flow: standalone-edit icons: - src: https://cdn.appscode.com/k8s/icons/action-icons/compute.svg type: image/svg+xml name: Compute - operationId: create-opsrequest-compute + operationId: edit-self-compute-autoscaler - editor: - name: autoscalingkubedbcom-elasticsearchautoscaler-editor + name: kubedbcom-elasticsearch-editor sourceRef: apiGroup: source.toolkit.fluxcd.io kind: HelmRepository name: appscode-charts-oci version: v0.10.0 enforceQuota: true - flow: standalone-create + flow: standalone-edit icons: - src: https://cdn.appscode.com/k8s/icons/action-icons/storage.svg type: image/svg+xml name: Storage - operationId: create-opsrequest-storage + operationId: edit-self-storage-autoscaler name: Autoscaling - items: - disabledTemplate: | diff --git a/hub/resourceeditors/kubedb.com/v1/kafkas.yaml b/hub/resourceeditors/kubedb.com/v1/kafkas.yaml index 8536d8c69..5339da1c5 100644 --- a/hub/resourceeditors/kubedb.com/v1/kafkas.yaml +++ b/hub/resourceeditors/kubedb.com/v1/kafkas.yaml @@ -114,33 +114,33 @@ spec: name: Scaling - items: - editor: - name: autoscalingkubedbcom-kafkaautoscaler-editor + name: kubedbcom-kafka-editor sourceRef: apiGroup: source.toolkit.fluxcd.io kind: HelmRepository name: appscode-charts-oci version: v0.10.0 enforceQuota: true - flow: standalone-create + flow: standalone-edit icons: - src: https://cdn.appscode.com/k8s/icons/action-icons/compute.svg type: image/svg+xml name: Compute - operationId: create-opsrequest-compute + operationId: edit-self-compute-autoscaler - editor: - name: autoscalingkubedbcom-kafkaautoscaler-editor + name: kubedbcom-kafka-editor sourceRef: apiGroup: source.toolkit.fluxcd.io kind: HelmRepository name: appscode-charts-oci version: v0.10.0 enforceQuota: true - flow: standalone-create + flow: standalone-edit icons: - src: https://cdn.appscode.com/k8s/icons/action-icons/storage.svg type: image/svg+xml name: Storage - operationId: create-opsrequest-storage + operationId: edit-self-storage-autoscaler name: Autoscaling - items: - editor: diff --git a/hub/resourceeditors/kubedb.com/v1/mariadbs.yaml b/hub/resourceeditors/kubedb.com/v1/mariadbs.yaml index f4238b6be..ac3c12acf 100644 --- a/hub/resourceeditors/kubedb.com/v1/mariadbs.yaml +++ b/hub/resourceeditors/kubedb.com/v1/mariadbs.yaml @@ -144,33 +144,33 @@ spec: name: Scaling - items: - editor: - name: autoscalingkubedbcom-mariadbautoscaler-editor + name: kubedbcom-mariadb-editor sourceRef: apiGroup: source.toolkit.fluxcd.io kind: HelmRepository name: appscode-charts-oci version: v0.10.0 enforceQuota: true - flow: standalone-create + flow: standalone-edit icons: - src: https://cdn.appscode.com/k8s/icons/action-icons/compute.svg type: image/svg+xml name: Compute - operationId: create-opsrequest-compute + operationId: edit-self-compute-autoscaler - editor: - name: autoscalingkubedbcom-mariadbautoscaler-editor + name: kubedbcom-mariadb-editor sourceRef: apiGroup: source.toolkit.fluxcd.io kind: HelmRepository name: appscode-charts-oci version: v0.10.0 enforceQuota: true - flow: standalone-create + flow: standalone-edit icons: - src: https://cdn.appscode.com/k8s/icons/action-icons/storage.svg type: image/svg+xml name: Storage - operationId: create-opsrequest-storage + operationId: edit-self-storage-autoscaler name: Autoscaling - items: - editor: diff --git a/hub/resourceeditors/kubedb.com/v1/memcacheds.yaml b/hub/resourceeditors/kubedb.com/v1/memcacheds.yaml index f4d940be6..f7795cb0a 100644 --- a/hub/resourceeditors/kubedb.com/v1/memcacheds.yaml +++ b/hub/resourceeditors/kubedb.com/v1/memcacheds.yaml @@ -100,19 +100,19 @@ spec: name: Scaling - items: - editor: - name: autoscalingkubedbcom-memcachedautoscaler-editor + name: kubedbcom-memcached-editor sourceRef: apiGroup: source.toolkit.fluxcd.io kind: HelmRepository name: appscode-charts-oci version: v0.10.0 enforceQuota: true - flow: standalone-create + flow: standalone-edit icons: - src: https://cdn.appscode.com/k8s/icons/action-icons/compute.svg type: image/svg+xml name: Compute - operationId: create-opsrequest-compute + operationId: edit-self-compute-autoscaler name: Autoscaling - items: - editor: diff --git a/hub/resourceeditors/kubedb.com/v1/mysqls.yaml b/hub/resourceeditors/kubedb.com/v1/mysqls.yaml index 7f933b086..83dd89cdc 100644 --- a/hub/resourceeditors/kubedb.com/v1/mysqls.yaml +++ b/hub/resourceeditors/kubedb.com/v1/mysqls.yaml @@ -144,33 +144,33 @@ spec: name: Scaling - items: - editor: - name: autoscalingkubedbcom-mysqlautoscaler-editor + name: kubedbcom-mysql-editor sourceRef: apiGroup: source.toolkit.fluxcd.io kind: HelmRepository name: appscode-charts-oci version: v0.10.0 enforceQuota: true - flow: standalone-create + flow: standalone-edit icons: - src: https://cdn.appscode.com/k8s/icons/action-icons/compute.svg type: image/svg+xml name: Compute - operationId: create-opsrequest-compute + operationId: edit-self-compute-autoscaler - editor: - name: autoscalingkubedbcom-mysqlautoscaler-editor + name: kubedbcom-mysql-editor sourceRef: apiGroup: source.toolkit.fluxcd.io kind: HelmRepository name: appscode-charts-oci version: v0.10.0 enforceQuota: true - flow: standalone-create + flow: standalone-edit icons: - src: https://cdn.appscode.com/k8s/icons/action-icons/storage.svg type: image/svg+xml name: Storage - operationId: create-opsrequest-storage + operationId: edit-self-storage-autoscaler name: Autoscaling - items: - editor: diff --git a/hub/resourceeditors/kubedb.com/v1/perconaxtradbs.yaml b/hub/resourceeditors/kubedb.com/v1/perconaxtradbs.yaml index c49e38ad5..ae39650da 100644 --- a/hub/resourceeditors/kubedb.com/v1/perconaxtradbs.yaml +++ b/hub/resourceeditors/kubedb.com/v1/perconaxtradbs.yaml @@ -100,33 +100,33 @@ spec: name: Scaling - items: - editor: - name: autoscalingkubedbcom-perconaxtradbautoscaler-editor + name: kubedbcom-perconaxtradb-editor sourceRef: apiGroup: source.toolkit.fluxcd.io kind: HelmRepository name: appscode-charts-oci version: v0.10.0 enforceQuota: true - flow: standalone-create + flow: standalone-edit icons: - src: https://cdn.appscode.com/k8s/icons/action-icons/compute.svg type: image/svg+xml name: Compute - operationId: create-opsrequest-compute + operationId: edit-self-compute-autoscaler - editor: - name: autoscalingkubedbcom-perconaxtradbautoscaler-editor + name: kubedbcom-perconaxtradb-editor sourceRef: apiGroup: source.toolkit.fluxcd.io kind: HelmRepository name: appscode-charts-oci version: v0.10.0 enforceQuota: true - flow: standalone-create + flow: standalone-edit icons: - src: https://cdn.appscode.com/k8s/icons/action-icons/storage.svg type: image/svg+xml name: Storage - operationId: create-opsrequest-storage + operationId: edit-self-storage-autoscaler name: Autoscaling - items: - editor: diff --git a/hub/resourceeditors/kubedb.com/v1/pgbouncers.yaml b/hub/resourceeditors/kubedb.com/v1/pgbouncers.yaml index 784f1f712..c78212cba 100644 --- a/hub/resourceeditors/kubedb.com/v1/pgbouncers.yaml +++ b/hub/resourceeditors/kubedb.com/v1/pgbouncers.yaml @@ -86,19 +86,19 @@ spec: name: Scaling - items: - editor: - name: autoscalingkubedbcom-pgbouncerautoscaler-editor + name: kubedbcom-pgbouncer-editor sourceRef: apiGroup: source.toolkit.fluxcd.io kind: HelmRepository name: appscode-charts-oci version: v0.10.0 enforceQuota: true - flow: standalone-create + flow: standalone-edit icons: - src: https://cdn.appscode.com/k8s/icons/action-icons/compute.svg type: image/svg+xml name: Compute - operationId: create-opsrequest-compute + operationId: edit-self-compute-autoscaler name: Autoscaling - items: - editor: diff --git a/hub/resourceeditors/kubedb.com/v1/postgreses.yaml b/hub/resourceeditors/kubedb.com/v1/postgreses.yaml index 8ab0a0510..467d7c958 100644 --- a/hub/resourceeditors/kubedb.com/v1/postgreses.yaml +++ b/hub/resourceeditors/kubedb.com/v1/postgreses.yaml @@ -144,33 +144,33 @@ spec: name: Scaling - items: - editor: - name: autoscalingkubedbcom-postgresautoscaler-editor + name: kubedbcom-postgres-editor sourceRef: apiGroup: source.toolkit.fluxcd.io kind: HelmRepository name: appscode-charts-oci version: v0.10.0 enforceQuota: true - flow: standalone-create + flow: standalone-edit icons: - src: https://cdn.appscode.com/k8s/icons/action-icons/compute.svg type: image/svg+xml name: Compute - operationId: create-opsrequest-compute + operationId: edit-self-compute-autoscaler - editor: - name: autoscalingkubedbcom-postgresautoscaler-editor + name: kubedbcom-postgres-editor sourceRef: apiGroup: source.toolkit.fluxcd.io kind: HelmRepository name: appscode-charts-oci version: v0.10.0 enforceQuota: true - flow: standalone-create + flow: standalone-edit icons: - src: https://cdn.appscode.com/k8s/icons/action-icons/storage.svg type: image/svg+xml name: Storage - operationId: create-opsrequest-storage + operationId: edit-self-storage-autoscaler name: Autoscaling - items: - editor: diff --git a/hub/resourceeditors/kubedb.com/v1/proxysqls.yaml b/hub/resourceeditors/kubedb.com/v1/proxysqls.yaml index a0bfad9a2..bed7eda82 100644 --- a/hub/resourceeditors/kubedb.com/v1/proxysqls.yaml +++ b/hub/resourceeditors/kubedb.com/v1/proxysqls.yaml @@ -98,19 +98,19 @@ spec: name: Scaling - items: - editor: - name: autoscalingkubedbcom-proxysqlautoscaler-editor + name: kubedbcom-proxysql-editor sourceRef: apiGroup: source.toolkit.fluxcd.io kind: HelmRepository name: appscode-charts-oci version: v0.10.0 enforceQuota: true - flow: standalone-create + flow: standalone-edit icons: - src: https://cdn.appscode.com/k8s/icons/action-icons/compute.svg type: image/svg+xml name: Compute - operationId: create-opsrequest-compute + operationId: edit-self-compute-autoscaler name: Autoscaling - items: - editor: diff --git a/hub/resourceeditors/kubedb.com/v1/redises.yaml b/hub/resourceeditors/kubedb.com/v1/redises.yaml index 8124fe5ef..8ec1028ef 100644 --- a/hub/resourceeditors/kubedb.com/v1/redises.yaml +++ b/hub/resourceeditors/kubedb.com/v1/redises.yaml @@ -144,33 +144,33 @@ spec: name: Scaling - items: - editor: - name: autoscalingkubedbcom-redisautoscaler-editor + name: kubedbcom-redis-editor sourceRef: apiGroup: source.toolkit.fluxcd.io kind: HelmRepository name: appscode-charts-oci version: v0.10.0 enforceQuota: true - flow: standalone-create + flow: standalone-edit icons: - src: https://cdn.appscode.com/k8s/icons/action-icons/compute.svg type: image/svg+xml name: Compute - operationId: create-opsrequest-compute + operationId: edit-self-compute-autoscaler - editor: - name: autoscalingkubedbcom-redisautoscaler-editor + name: kubedbcom-redis-editor sourceRef: apiGroup: source.toolkit.fluxcd.io kind: HelmRepository name: appscode-charts-oci version: v0.10.0 enforceQuota: true - flow: standalone-create + flow: standalone-edit icons: - src: https://cdn.appscode.com/k8s/icons/action-icons/storage.svg type: image/svg+xml name: Storage - operationId: create-opsrequest-storage + operationId: edit-self-storage-autoscaler name: Autoscaling - items: - editor: diff --git a/hub/resourceeditors/kubedb.com/v1/redissentinels.yaml b/hub/resourceeditors/kubedb.com/v1/redissentinels.yaml index a328c073b..02f754162 100644 --- a/hub/resourceeditors/kubedb.com/v1/redissentinels.yaml +++ b/hub/resourceeditors/kubedb.com/v1/redissentinels.yaml @@ -98,19 +98,19 @@ spec: name: Scaling - items: - editor: - name: autoscalingkubedbcom-redissentinelautoscaler-editor + name: kubedbcom-redissentinel-editor sourceRef: apiGroup: source.toolkit.fluxcd.io kind: HelmRepository name: appscode-charts-oci version: v0.10.0 enforceQuota: true - flow: standalone-create + flow: standalone-edit icons: - src: https://cdn.appscode.com/k8s/icons/action-icons/compute.svg type: image/svg+xml name: Compute - operationId: create-opsrequest-compute + operationId: edit-self-compute-autoscaler name: Autoscaling - items: - editor: diff --git a/hub/resourceeditors/kubedb.com/v1alpha2/druids.yaml b/hub/resourceeditors/kubedb.com/v1alpha2/druids.yaml index 37d7b6f10..3ae45c13b 100644 --- a/hub/resourceeditors/kubedb.com/v1alpha2/druids.yaml +++ b/hub/resourceeditors/kubedb.com/v1alpha2/druids.yaml @@ -84,33 +84,33 @@ spec: name: Scaling - items: - editor: - name: autoscalingkubedbcom-mysqlautoscaler-editor + name: kubedbcom-druid-editor sourceRef: apiGroup: source.toolkit.fluxcd.io kind: HelmRepository name: appscode-charts-oci version: v0.10.0 enforceQuota: true - flow: standalone-create + flow: standalone-edit icons: - src: https://cdn.appscode.com/k8s/icons/action-icons/compute.svg type: image/svg+xml name: Compute - operationId: create-opsrequest-compute + operationId: edit-self-compute-autoscaler - editor: - name: autoscalingkubedbcom-mysqlautoscaler-editor + name: kubedbcom-druid-editor sourceRef: apiGroup: source.toolkit.fluxcd.io kind: HelmRepository name: appscode-charts-oci version: v0.10.0 enforceQuota: true - flow: standalone-create + flow: standalone-edit icons: - src: https://cdn.appscode.com/k8s/icons/action-icons/storage.svg type: image/svg+xml name: Storage - operationId: create-opsrequest-storage + operationId: edit-self-storage-autoscaler name: Autoscaling - items: - editor: diff --git a/hub/resourceeditors/kubedb.com/v1alpha2/ferretdbs.yaml b/hub/resourceeditors/kubedb.com/v1alpha2/ferretdbs.yaml index 4c1311cdf..3d2440375 100644 --- a/hub/resourceeditors/kubedb.com/v1alpha2/ferretdbs.yaml +++ b/hub/resourceeditors/kubedb.com/v1alpha2/ferretdbs.yaml @@ -86,19 +86,19 @@ spec: name: Scaling - items: - editor: - name: autoscalingkubedbcom-ferretdbautoscaler-editor + name: kubedbcom-ferretdb-editor sourceRef: apiGroup: source.toolkit.fluxcd.io kind: HelmRepository name: appscode-charts-oci version: v0.10.0 enforceQuota: true - flow: standalone-create + flow: standalone-edit icons: - src: https://cdn.appscode.com/k8s/icons/action-icons/compute.svg type: image/svg+xml name: Compute - operationId: create-opsrequest-compute + operationId: edit-self-compute-autoscaler name: Autoscaling - items: - editor: diff --git a/hub/resourceeditors/kubedb.com/v1alpha2/mssqlservers.yaml b/hub/resourceeditors/kubedb.com/v1alpha2/mssqlservers.yaml index 7234a5dbc..82b6a5a14 100644 --- a/hub/resourceeditors/kubedb.com/v1alpha2/mssqlservers.yaml +++ b/hub/resourceeditors/kubedb.com/v1alpha2/mssqlservers.yaml @@ -128,6 +128,36 @@ spec: name: Expand Volume operationId: create-opsrequest-volumeexpansion name: Scaling + - items: + - editor: + name: kubedbcom-mssqlserver-editor + sourceRef: + apiGroup: source.toolkit.fluxcd.io + kind: HelmRepository + name: appscode-charts-oci + version: v0.10.0 + enforceQuota: true + flow: standalone-edit + icons: + - src: https://cdn.appscode.com/k8s/icons/action-icons/compute.svg + type: image/svg+xml + name: Compute + operationId: edit-self-compute-autoscaler + - editor: + name: kubedbcom-mssqlserver-editor + sourceRef: + apiGroup: source.toolkit.fluxcd.io + kind: HelmRepository + name: appscode-charts-oci + version: v0.10.0 + enforceQuota: true + flow: standalone-edit + icons: + - src: https://cdn.appscode.com/k8s/icons/action-icons/storage.svg + type: image/svg+xml + name: Storage + operationId: edit-self-storage-autoscaler + name: Autoscaling - items: - editor: name: opskubedbcom-mssqlserveropsrequest-editor diff --git a/hub/resourceeditors/kubedb.com/v1alpha2/pgpools.yaml b/hub/resourceeditors/kubedb.com/v1alpha2/pgpools.yaml index 29b8c0d08..9166f5206 100644 --- a/hub/resourceeditors/kubedb.com/v1alpha2/pgpools.yaml +++ b/hub/resourceeditors/kubedb.com/v1alpha2/pgpools.yaml @@ -86,19 +86,19 @@ spec: name: Scaling - items: - editor: - name: autoscalingkubedbcom-pgpoolautoscaler-editor + name: kubedbcom-pgpool-editor sourceRef: apiGroup: source.toolkit.fluxcd.io kind: HelmRepository name: appscode-charts-oci version: v0.10.0 enforceQuota: true - flow: standalone-create + flow: standalone-edit icons: - src: https://cdn.appscode.com/k8s/icons/action-icons/compute.svg type: image/svg+xml name: Compute - operationId: create-opsrequest-compute + operationId: edit-self-compute-autoscaler name: Autoscaling - items: - editor: diff --git a/hub/resourceeditors/kubedb.com/v1alpha2/rabbitmqs.yaml b/hub/resourceeditors/kubedb.com/v1alpha2/rabbitmqs.yaml index fe79dba8c..3a6df2cad 100644 --- a/hub/resourceeditors/kubedb.com/v1alpha2/rabbitmqs.yaml +++ b/hub/resourceeditors/kubedb.com/v1alpha2/rabbitmqs.yaml @@ -115,33 +115,33 @@ spec: name: Scaling - items: - editor: - name: autoscalingkubedbcom-rabbitmqautoscaler-editor + name: kubedbcom-rabbitmq-editor sourceRef: apiGroup: source.toolkit.fluxcd.io kind: HelmRepository name: appscode-charts-oci version: v0.10.0 enforceQuota: true - flow: standalone-create + flow: standalone-edit icons: - src: https://cdn.appscode.com/k8s/icons/action-icons/compute.svg type: image/svg+xml name: Compute - operationId: create-opsrequest-compute + operationId: edit-self-compute-autoscaler - editor: - name: autoscalingkubedbcom-rabbitmqautoscaler-editor + name: kubedbcom-rabbitmq-editor sourceRef: apiGroup: source.toolkit.fluxcd.io kind: HelmRepository name: appscode-charts-oci version: v0.10.0 enforceQuota: true - flow: standalone-create + flow: standalone-edit icons: - src: https://cdn.appscode.com/k8s/icons/action-icons/storage.svg type: image/svg+xml name: Storage - operationId: create-opsrequest-storage + operationId: edit-self-storage-autoscaler name: Autoscaling - items: - editor: diff --git a/hub/resourceeditors/kubedb.com/v1alpha2/singlestores.yaml b/hub/resourceeditors/kubedb.com/v1alpha2/singlestores.yaml index 544a0dd16..68de1c6c1 100644 --- a/hub/resourceeditors/kubedb.com/v1alpha2/singlestores.yaml +++ b/hub/resourceeditors/kubedb.com/v1alpha2/singlestores.yaml @@ -144,33 +144,33 @@ spec: name: Scaling - items: - editor: - name: autoscalingkubedbcom-singlestoreautoscaler-editor + name: kubedbcom-singlestore-editor sourceRef: apiGroup: source.toolkit.fluxcd.io kind: HelmRepository name: appscode-charts-oci version: v0.10.0 enforceQuota: true - flow: standalone-create + flow: standalone-edit icons: - src: https://cdn.appscode.com/k8s/icons/action-icons/compute.svg type: image/svg+xml name: Compute - operationId: create-opsrequest-compute + operationId: edit-self-compute-autoscaler - editor: - name: autoscalingkubedbcom-singlestoreautoscaler-editor + name: kubedbcom-singlestore-editor sourceRef: apiGroup: source.toolkit.fluxcd.io kind: HelmRepository name: appscode-charts-oci version: v0.10.0 enforceQuota: true - flow: standalone-create + flow: standalone-edit icons: - src: https://cdn.appscode.com/k8s/icons/action-icons/storage.svg type: image/svg+xml name: Storage - operationId: create-opsrequest-storage + operationId: edit-self-storage-autoscaler name: Autoscaling - items: - editor: diff --git a/hub/resourceeditors/kubedb.com/v1alpha2/solrs.yaml b/hub/resourceeditors/kubedb.com/v1alpha2/solrs.yaml index cf8e2767d..7685bb951 100644 --- a/hub/resourceeditors/kubedb.com/v1alpha2/solrs.yaml +++ b/hub/resourceeditors/kubedb.com/v1alpha2/solrs.yaml @@ -142,6 +142,36 @@ spec: name: Expand Volume operationId: create-opsrequest-volumeexpansion name: Scaling + - items: + - editor: + name: kubedbcom-solr-editor + sourceRef: + apiGroup: source.toolkit.fluxcd.io + kind: HelmRepository + name: appscode-charts-oci + version: v0.10.0 + enforceQuota: true + flow: standalone-edit + icons: + - src: https://cdn.appscode.com/k8s/icons/action-icons/compute.svg + type: image/svg+xml + name: Compute + operationId: edit-self-compute-autoscaler + - editor: + name: kubedbcom-solr-editor + sourceRef: + apiGroup: source.toolkit.fluxcd.io + kind: HelmRepository + name: appscode-charts-oci + version: v0.10.0 + enforceQuota: true + flow: standalone-edit + icons: + - src: https://cdn.appscode.com/k8s/icons/action-icons/storage.svg + type: image/svg+xml + name: Storage + operationId: edit-self-storage-autoscaler + name: Autoscaling - items: - editor: name: kubedbcom-solr-editor