Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm authored Oct 9, 2023
1 parent e5a38ae commit f39bd2d
Show file tree
Hide file tree
Showing 27 changed files with 370 additions and 157 deletions.
4 changes: 4 additions & 0 deletions charts/kubedb-crds/crds/kubedb.com_elasticsearches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1041,6 +1041,10 @@ spec:
monitor:
properties:
agent:
enum:
- prometheus.io/operator
- prometheus.io
- prometheus.io/builtin
type: string
prometheus:
properties:
Expand Down
4 changes: 4 additions & 0 deletions charts/kubedb-crds/crds/kubedb.com_etcds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,10 @@ spec:
monitor:
properties:
agent:
enum:
- prometheus.io/operator
- prometheus.io
- prometheus.io/builtin
type: string
prometheus:
properties:
Expand Down
4 changes: 4 additions & 0 deletions charts/kubedb-crds/crds/kubedb.com_kafkas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2466,6 +2466,10 @@ spec:
monitor:
properties:
agent:
enum:
- prometheus.io/operator
- prometheus.io
- prometheus.io/builtin
type: string
prometheus:
properties:
Expand Down
4 changes: 4 additions & 0 deletions charts/kubedb-crds/crds/kubedb.com_mariadbs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,10 @@ spec:
monitor:
properties:
agent:
enum:
- prometheus.io/operator
- prometheus.io
- prometheus.io/builtin
type: string
prometheus:
properties:
Expand Down
4 changes: 4 additions & 0 deletions charts/kubedb-crds/crds/kubedb.com_memcacheds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,10 @@ spec:
monitor:
properties:
agent:
enum:
- prometheus.io/operator
- prometheus.io
- prometheus.io/builtin
type: string
prometheus:
properties:
Expand Down
4 changes: 4 additions & 0 deletions charts/kubedb-crds/crds/kubedb.com_mongodbs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5917,6 +5917,10 @@ spec:
monitor:
properties:
agent:
enum:
- prometheus.io/operator
- prometheus.io
- prometheus.io/builtin
type: string
prometheus:
properties:
Expand Down
8 changes: 6 additions & 2 deletions charts/kubedb-crds/crds/kubedb.com_mysqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,10 @@ spec:
monitor:
properties:
agent:
enum:
- prometheus.io/operator
- prometheus.io
- prometheus.io/builtin
type: string
prometheus:
properties:
Expand Down Expand Up @@ -6322,10 +6326,10 @@ spec:
enum:
- GroupReplication
- InnoDBCluster
- ReadReplica
- RemoteReplica
- SemiSync
type: string
readReplica:
remoteReplica:
properties:
sourceRef:
properties:
Expand Down
4 changes: 4 additions & 0 deletions charts/kubedb-crds/crds/kubedb.com_perconaxtradbs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,10 @@ spec:
monitor:
properties:
agent:
enum:
- prometheus.io/operator
- prometheus.io
- prometheus.io/builtin
type: string
prometheus:
properties:
Expand Down
4 changes: 4 additions & 0 deletions charts/kubedb-crds/crds/kubedb.com_pgbouncers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ spec:
monitor:
properties:
agent:
enum:
- prometheus.io/operator
- prometheus.io
- prometheus.io/builtin
type: string
prometheus:
properties:
Expand Down
29 changes: 29 additions & 0 deletions charts/kubedb-crds/crds/kubedb.com_postgreses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1157,9 +1157,15 @@ spec:
default: 60s
type: string
type: object
mode:
type: string
monitor:
properties:
agent:
enum:
- prometheus.io/operator
- prometheus.io
- prometheus.io/builtin
type: string
prometheus:
properties:
Expand Down Expand Up @@ -3662,6 +3668,29 @@ spec:
type: array
type: object
type: object
remoteReplica:
properties:
sourceRef:
properties:
apiVersion:
type: string
fieldPath:
type: string
kind:
type: string
name:
type: string
namespace:
type: string
resourceVersion:
type: string
uid:
type: string
type: object
x-kubernetes-map-type: atomic
required:
- sourceRef
type: object
replicas:
format: int32
type: integer
Expand Down
4 changes: 4 additions & 0 deletions charts/kubedb-crds/crds/kubedb.com_proxysqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ spec:
monitor:
properties:
agent:
enum:
- prometheus.io/operator
- prometheus.io
- prometheus.io/builtin
type: string
prometheus:
properties:
Expand Down
4 changes: 4 additions & 0 deletions charts/kubedb-crds/crds/kubedb.com_redises.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1136,6 +1136,10 @@ spec:
monitor:
properties:
agent:
enum:
- prometheus.io/operator
- prometheus.io
- prometheus.io/builtin
type: string
prometheus:
properties:
Expand Down
4 changes: 4 additions & 0 deletions charts/kubedb-crds/crds/kubedb.com_redissentinels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ spec:
monitor:
properties:
agent:
enum:
- prometheus.io/operator
- prometheus.io
- prometheus.io/builtin
type: string
prometheus:
properties:
Expand Down
4 changes: 4 additions & 0 deletions charts/kubedb-ui-server/crds/kubedb.com_elasticsearches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1041,6 +1041,10 @@ spec:
monitor:
properties:
agent:
enum:
- prometheus.io/operator
- prometheus.io
- prometheus.io/builtin
type: string
prometheus:
properties:
Expand Down
4 changes: 4 additions & 0 deletions charts/kubedb-ui-server/crds/kubedb.com_etcds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,10 @@ spec:
monitor:
properties:
agent:
enum:
- prometheus.io/operator
- prometheus.io
- prometheus.io/builtin
type: string
prometheus:
properties:
Expand Down
4 changes: 4 additions & 0 deletions charts/kubedb-ui-server/crds/kubedb.com_kafkas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2466,6 +2466,10 @@ spec:
monitor:
properties:
agent:
enum:
- prometheus.io/operator
- prometheus.io
- prometheus.io/builtin
type: string
prometheus:
properties:
Expand Down
4 changes: 4 additions & 0 deletions charts/kubedb-ui-server/crds/kubedb.com_mariadbs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,10 @@ spec:
monitor:
properties:
agent:
enum:
- prometheus.io/operator
- prometheus.io
- prometheus.io/builtin
type: string
prometheus:
properties:
Expand Down
4 changes: 4 additions & 0 deletions charts/kubedb-ui-server/crds/kubedb.com_memcacheds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,10 @@ spec:
monitor:
properties:
agent:
enum:
- prometheus.io/operator
- prometheus.io
- prometheus.io/builtin
type: string
prometheus:
properties:
Expand Down
4 changes: 4 additions & 0 deletions charts/kubedb-ui-server/crds/kubedb.com_mongodbs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5917,6 +5917,10 @@ spec:
monitor:
properties:
agent:
enum:
- prometheus.io/operator
- prometheus.io
- prometheus.io/builtin
type: string
prometheus:
properties:
Expand Down
8 changes: 6 additions & 2 deletions charts/kubedb-ui-server/crds/kubedb.com_mysqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,10 @@ spec:
monitor:
properties:
agent:
enum:
- prometheus.io/operator
- prometheus.io
- prometheus.io/builtin
type: string
prometheus:
properties:
Expand Down Expand Up @@ -6322,10 +6326,10 @@ spec:
enum:
- GroupReplication
- InnoDBCluster
- ReadReplica
- RemoteReplica
- SemiSync
type: string
readReplica:
remoteReplica:
properties:
sourceRef:
properties:
Expand Down
4 changes: 4 additions & 0 deletions charts/kubedb-ui-server/crds/kubedb.com_perconaxtradbs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,10 @@ spec:
monitor:
properties:
agent:
enum:
- prometheus.io/operator
- prometheus.io
- prometheus.io/builtin
type: string
prometheus:
properties:
Expand Down
4 changes: 4 additions & 0 deletions charts/kubedb-ui-server/crds/kubedb.com_pgbouncers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ spec:
monitor:
properties:
agent:
enum:
- prometheus.io/operator
- prometheus.io
- prometheus.io/builtin
type: string
prometheus:
properties:
Expand Down
29 changes: 29 additions & 0 deletions charts/kubedb-ui-server/crds/kubedb.com_postgreses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1157,9 +1157,15 @@ spec:
default: 60s
type: string
type: object
mode:
type: string
monitor:
properties:
agent:
enum:
- prometheus.io/operator
- prometheus.io
- prometheus.io/builtin
type: string
prometheus:
properties:
Expand Down Expand Up @@ -3662,6 +3668,29 @@ spec:
type: array
type: object
type: object
remoteReplica:
properties:
sourceRef:
properties:
apiVersion:
type: string
fieldPath:
type: string
kind:
type: string
name:
type: string
namespace:
type: string
resourceVersion:
type: string
uid:
type: string
type: object
x-kubernetes-map-type: atomic
required:
- sourceRef
type: object
replicas:
format: int32
type: integer
Expand Down
4 changes: 4 additions & 0 deletions charts/kubedb-ui-server/crds/kubedb.com_proxysqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ spec:
monitor:
properties:
agent:
enum:
- prometheus.io/operator
- prometheus.io
- prometheus.io/builtin
type: string
prometheus:
properties:
Expand Down
4 changes: 4 additions & 0 deletions charts/kubedb-ui-server/crds/kubedb.com_redises.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1136,6 +1136,10 @@ spec:
monitor:
properties:
agent:
enum:
- prometheus.io/operator
- prometheus.io
- prometheus.io/builtin
type: string
prometheus:
properties:
Expand Down
4 changes: 4 additions & 0 deletions charts/kubedb-ui-server/crds/kubedb.com_redissentinels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ spec:
monitor:
properties:
agent:
enum:
- prometheus.io/operator
- prometheus.io
- prometheus.io/builtin
type: string
prometheus:
properties:
Expand Down
Loading

0 comments on commit f39bd2d

Please sign in to comment.