Skip to content

Commit

Permalink
Update Menu to use kubestash; Add icons (#460)
Browse files Browse the repository at this point in the history
Signed-off-by: Arnob kumar saha <[email protected]>
  • Loading branch information
ArnobKumarSaha authored Aug 15, 2024
1 parent 81f8058 commit 1dbfbb9
Show file tree
Hide file tree
Showing 46 changed files with 269 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ lint: $(BUILD_DIRS)
--env GO111MODULE=on \
--env GOFLAGS="-mod=vendor" \
$(BUILD_IMAGE) \
golangci-lint run --enable $(ADDTL_LINTERS) --max-same-issues=100 --timeout=60m --skip-files="generated.*\.go$\" --skip-dirs-use-default --skip-dirs=client,vendor
golangci-lint run --enable $(ADDTL_LINTERS) --max-same-issues=100 --timeout=60m --exclude-files="generated.*\.go$\" --exclude-dirs-use-default --exclude-dirs=client,vendor

$(BUILD_DIRS):
@mkdir -p $@
Expand Down
16 changes: 8 additions & 8 deletions hub/menuoutlines/ace/kubedb-accordion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,22 +152,22 @@ spec:
- src: https://cdn.appscode.com/k8s/icons/stash.appscode.com/backupconfigurations.png
type: image/png
items:
- layoutName: stash.appscode.com-v1beta1-backupsessions-kubedb
- layoutName: core.kubestash.com-v1alpha1-backupsessions
name: Recent Backups
required: true
type:
group: stash.appscode.com
group: core.kubestash.com
kind: BackupSession
- layoutName: stash.appscode.com-v1alpha1-repositories-kubedb
name: Repository
- layoutName: core.kubestash.com-v1alpha1-backupconfigurations
name: Backup Configuration
required: true
type:
group: stash.appscode.com
kind: Repository
- layoutName: stash.appscode.com-v1beta1-restoresessions-kubedb
group: core.kubestash.com
kind: BackupConfiguration
- layoutName: core.kubestash.com-v1alpha1-restoresessions
name: Recent Restores
required: true
type:
group: stash.appscode.com
group: core.kubestash.com
kind: RestoreSession
name: Backups
20 changes: 13 additions & 7 deletions hub/menuoutlines/ace/kubedb-gallery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,16 +152,22 @@ spec:
- src: https://cdn.appscode.com/k8s/icons/stash.appscode.com/backupconfigurations.png
type: image/png
items:
- layoutName: stash.appscode.com-v1alpha1-repositories-kubedb
name: Repository
- layoutName: core.kubestash.com-v1alpha1-backupsessions
name: Recent Backups
required: true
type:
group: stash.appscode.com
kind: Repository
- layoutName: stash.appscode.com-v1beta1-restoresessions-kubedb
name: Restore
group: core.kubestash.com
kind: BackupSession
- layoutName: core.kubestash.com-v1alpha1-backupconfigurations
name: Backup Configuration
required: true
type:
group: stash.appscode.com
group: core.kubestash.com
kind: BackupConfiguration
- layoutName: core.kubestash.com-v1alpha1-restoresessions
name: Restores
required: true
type:
group: core.kubestash.com
kind: RestoreSession
name: Backups
3 changes: 3 additions & 0 deletions hub/resourcedescriptors/kubedb.com/v1/pgbouncers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,13 @@ spec:
type: object
deletionPolicy:
enum:
- Halt
- Delete
- WipeOut
- DoNotTerminate
type: string
halted:
type: boolean
healthChecker:
default:
failureThreshold: 1
Expand Down
2 changes: 2 additions & 0 deletions hub/resourcedescriptors/kubedb.com/v1/proxysqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ spec:
- WipeOut
- DoNotTerminate
type: string
halted:
type: boolean
healthChecker:
default:
failureThreshold: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6355,6 +6355,7 @@ spec:
- primary
- standby
- stats
- dashboard
type: string
metadata:
properties:
Expand Down
1 change: 1 addition & 0 deletions hub/resourcedescriptors/kubedb.com/v1alpha2/druids.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ spec:
- primary
- standby
- stats
- dashboard
type: string
metadata:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4158,6 +4158,7 @@ spec:
- primary
- standby
- stats
- dashboard
type: string
metadata:
properties:
Expand Down
1 change: 1 addition & 0 deletions hub/resourcedescriptors/kubedb.com/v1alpha2/etcds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3976,6 +3976,7 @@ spec:
- primary
- standby
- stats
- dashboard
type: string
metadata:
properties:
Expand Down
1 change: 1 addition & 0 deletions hub/resourcedescriptors/kubedb.com/v1alpha2/ferretdbs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3488,6 +3488,7 @@ spec:
- primary
- standby
- stats
- dashboard
type: string
metadata:
properties:
Expand Down
1 change: 1 addition & 0 deletions hub/resourcedescriptors/kubedb.com/v1alpha2/kafkas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6607,6 +6607,7 @@ spec:
- primary
- standby
- stats
- dashboard
type: string
metadata:
properties:
Expand Down
1 change: 1 addition & 0 deletions hub/resourcedescriptors/kubedb.com/v1alpha2/mariadbs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4249,6 +4249,7 @@ spec:
- primary
- standby
- stats
- dashboard
type: string
metadata:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3773,6 +3773,7 @@ spec:
- primary
- standby
- stats
- dashboard
type: string
metadata:
properties:
Expand Down
1 change: 1 addition & 0 deletions hub/resourcedescriptors/kubedb.com/v1alpha2/mongodbs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9678,6 +9678,7 @@ spec:
- primary
- standby
- stats
- dashboard
type: string
metadata:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4723,6 +4723,7 @@ spec:
- primary
- standby
- stats
- dashboard
type: string
metadata:
properties:
Expand Down
1 change: 1 addition & 0 deletions hub/resourcedescriptors/kubedb.com/v1alpha2/mysqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4358,6 +4358,7 @@ spec:
- primary
- standby
- stats
- dashboard
type: string
metadata:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4190,6 +4190,7 @@ spec:
- primary
- standby
- stats
- dashboard
type: string
metadata:
properties:
Expand Down
4 changes: 4 additions & 0 deletions hub/resourcedescriptors/kubedb.com/v1alpha2/pgbouncers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ spec:
- databaseName
- databaseRef
type: object
halted:
type: boolean
healthChecker:
default:
failureThreshold: 1
Expand Down Expand Up @@ -3070,6 +3072,7 @@ spec:
- primary
- standby
- stats
- dashboard
type: string
metadata:
properties:
Expand Down Expand Up @@ -3143,6 +3146,7 @@ spec:
type: string
terminationPolicy:
enum:
- Halt
- Delete
- WipeOut
- DoNotTerminate
Expand Down
1 change: 1 addition & 0 deletions hub/resourcedescriptors/kubedb.com/v1alpha2/pgpools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3495,6 +3495,7 @@ spec:
- primary
- standby
- stats
- dashboard
type: string
metadata:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4400,6 +4400,7 @@ spec:
- primary
- standby
- stats
- dashboard
type: string
metadata:
properties:
Expand Down
3 changes: 3 additions & 0 deletions hub/resourcedescriptors/kubedb.com/v1alpha2/proxysqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ spec:
type: string
type: object
x-kubernetes-map-type: atomic
halted:
type: boolean
healthChecker:
default:
failureThreshold: 1
Expand Down Expand Up @@ -3078,6 +3080,7 @@ spec:
- primary
- standby
- stats
- dashboard
type: string
metadata:
properties:
Expand Down
12 changes: 12 additions & 0 deletions hub/resourcedescriptors/kubedb.com/v1alpha2/rabbitmqs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,17 @@ spec:
type: string
disableSecurity:
type: boolean
disabledProtocols:
items:
enum:
- http
- amqp
- mqtt
- stomp
- web_mqtt
- web_stomp
type: string
type: array
enableSSL:
type: boolean
halted:
Expand Down Expand Up @@ -3479,6 +3490,7 @@ spec:
- primary
- standby
- stats
- dashboard
type: string
metadata:
properties:
Expand Down
1 change: 1 addition & 0 deletions hub/resourcedescriptors/kubedb.com/v1alpha2/redises.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4253,6 +4253,7 @@ spec:
- primary
- standby
- stats
- dashboard
type: string
metadata:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2940,6 +2940,7 @@ spec:
- primary
- standby
- stats
- dashboard
type: string
metadata:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4487,6 +4487,7 @@ spec:
- primary
- standby
- stats
- dashboard
type: string
metadata:
properties:
Expand Down
1 change: 1 addition & 0 deletions hub/resourcedescriptors/kubedb.com/v1alpha2/solrs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3482,6 +3482,7 @@ spec:
- primary
- standby
- stats
- dashboard
type: string
metadata:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3481,6 +3481,7 @@ spec:
- primary
- standby
- stats
- dashboard
type: string
metadata:
properties:
Expand Down
Loading

0 comments on commit 1dbfbb9

Please sign in to comment.