Skip to content

Commit

Permalink
Update crds
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Nov 2, 2021
1 parent c11c29f commit 0dbc20c
Show file tree
Hide file tree
Showing 13 changed files with 110 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ spec:
- OpenDistro
- SearchGuard
- X-Pack
- OpenSearch
type: string
db:
properties:
Expand All @@ -68,6 +69,7 @@ spec:
- ElasticStack
- OpenDistro
- SearchGuard
- OpenSearch
- KubeDB
type: string
exporter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ spec:
enum:
- Official
- Percona
- KubeDB
- MongoDB
type: string
exporter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ spec:
distribution:
enum:
- Official
- MySQL
- Percona
- Oracle
- Percona
- KubeDB
- MySQL
type: string
exporter:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ spec:
enum:
- Official
- TimescaleDB
- PostGIS
- KubeDB
- PostgreSQL
type: string
exporter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ spec:
- OpenDistro
- SearchGuard
- X-Pack
- OpenSearch
type: string
db:
properties:
Expand All @@ -68,6 +69,7 @@ spec:
- ElasticStack
- OpenDistro
- SearchGuard
- OpenSearch
- KubeDB
type: string
exporter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ spec:
enum:
- Official
- Percona
- KubeDB
- MongoDB
type: string
exporter:
Expand Down
5 changes: 3 additions & 2 deletions charts/kubedb-crds/crds/catalog.kubedb.com_mysqlversions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ spec:
distribution:
enum:
- Official
- MySQL
- Percona
- Oracle
- Percona
- KubeDB
- MySQL
type: string
exporter:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ spec:
enum:
- Official
- TimescaleDB
- PostGIS
- KubeDB
- PostgreSQL
type: string
exporter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,25 @@ spec:
spec:
properties:
configuration:
properties:
applyConfig:
additionalProperties:
type: string
type: object
configSecret:
properties:
name:
type: string
type: object
removeCustomConfig:
type: boolean
removeSecureCustomConfig:
type: boolean
secureConfigSecret:
properties:
name:
type: string
type: object
type: object
databaseRef:
properties:
Expand Down
20 changes: 20 additions & 0 deletions charts/kubedb-crds/crds/ops.kubedb.com_mongodbopsrequests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ spec:
properties:
configServer:
properties:
applyConfig:
additionalProperties:
type: string
type: object
configSecret:
properties:
name:
Expand All @@ -58,6 +62,10 @@ spec:
type: object
mongos:
properties:
applyConfig:
additionalProperties:
type: string
type: object
configSecret:
properties:
name:
Expand All @@ -70,6 +78,10 @@ spec:
type: object
replicaSet:
properties:
applyConfig:
additionalProperties:
type: string
type: object
configSecret:
properties:
name:
Expand All @@ -82,6 +94,10 @@ spec:
type: object
shard:
properties:
applyConfig:
additionalProperties:
type: string
type: object
configSecret:
properties:
name:
Expand All @@ -94,6 +110,10 @@ spec:
type: object
standalone:
properties:
applyConfig:
additionalProperties:
type: string
type: object
configSecret:
properties:
name:
Expand Down
3 changes: 0 additions & 3 deletions charts/kubedb-crds/crds/ops.kubedb.com_mysqlopsrequests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ spec:
type: object
restart:
type: object
statefulSetOrdinal:
format: int32
type: integer
tls:
properties:
certificates:
Expand Down
10 changes: 8 additions & 2 deletions crds/kubedb-catalog-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ spec:
- OpenDistro
- SearchGuard
- X-Pack
- OpenSearch
type: string
db:
properties:
Expand All @@ -68,6 +69,7 @@ spec:
- ElasticStack
- OpenDistro
- SearchGuard
- OpenSearch
- KubeDB
type: string
exporter:
Expand Down Expand Up @@ -581,6 +583,7 @@ spec:
enum:
- Official
- Percona
- KubeDB
- MongoDB
type: string
exporter:
Expand Down Expand Up @@ -743,9 +746,10 @@ spec:
distribution:
enum:
- Official
- MySQL
- Percona
- Oracle
- Percona
- KubeDB
- MySQL
type: string
exporter:
properties:
Expand Down Expand Up @@ -1162,6 +1166,8 @@ spec:
enum:
- Official
- TimescaleDB
- PostGIS
- KubeDB
- PostgreSQL
type: string
exporter:
Expand Down
52 changes: 47 additions & 5 deletions crds/kubedb-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6499,6 +6499,7 @@ spec:
- OpenDistro
- SearchGuard
- X-Pack
- OpenSearch
type: string
db:
properties:
Expand All @@ -6514,6 +6515,7 @@ spec:
- ElasticStack
- OpenDistro
- SearchGuard
- OpenSearch
- KubeDB
type: string
exporter:
Expand Down Expand Up @@ -7027,6 +7029,7 @@ spec:
enum:
- Official
- Percona
- KubeDB
- MongoDB
type: string
exporter:
Expand Down Expand Up @@ -7189,9 +7192,10 @@ spec:
distribution:
enum:
- Official
- MySQL
- Percona
- Oracle
- Percona
- KubeDB
- MySQL
type: string
exporter:
properties:
Expand Down Expand Up @@ -7608,6 +7612,8 @@ spec:
enum:
- Official
- TimescaleDB
- PostGIS
- KubeDB
- PostgreSQL
type: string
exporter:
Expand Down Expand Up @@ -45161,6 +45167,25 @@ spec:
spec:
properties:
configuration:
properties:
applyConfig:
additionalProperties:
type: string
type: object
configSecret:
properties:
name:
type: string
type: object
removeCustomConfig:
type: boolean
removeSecureCustomConfig:
type: boolean
secureConfigSecret:
properties:
name:
type: string
type: object
type: object
databaseRef:
properties:
Expand Down Expand Up @@ -46526,6 +46551,10 @@ spec:
properties:
configServer:
properties:
applyConfig:
additionalProperties:
type: string
type: object
configSecret:
properties:
name:
Expand All @@ -46538,6 +46567,10 @@ spec:
type: object
mongos:
properties:
applyConfig:
additionalProperties:
type: string
type: object
configSecret:
properties:
name:
Expand All @@ -46550,6 +46583,10 @@ spec:
type: object
replicaSet:
properties:
applyConfig:
additionalProperties:
type: string
type: object
configSecret:
properties:
name:
Expand All @@ -46562,6 +46599,10 @@ spec:
type: object
shard:
properties:
applyConfig:
additionalProperties:
type: string
type: object
configSecret:
properties:
name:
Expand All @@ -46574,6 +46615,10 @@ spec:
type: object
standalone:
properties:
applyConfig:
additionalProperties:
type: string
type: object
configSecret:
properties:
name:
Expand Down Expand Up @@ -47022,9 +47067,6 @@ spec:
type: object
restart:
type: object
statefulSetOrdinal:
format: int32
type: integer
tls:
properties:
certificates:
Expand Down

0 comments on commit 0dbc20c

Please sign in to comment.