Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,14 @@ spec:
- VolumeSnapshotter
- Solr
- Medusa
- ClickHouseBackup
- enum:
- Restic
- WalG
- Medusa
- VolumeSnapshotter
- Solr
- ClickHouseBackup
type: string
executor:
enum:
Expand Down Expand Up @@ -1093,12 +1095,14 @@ spec:
- VolumeSnapshotter
- Solr
- Medusa
- ClickHouseBackup
- enum:
- Restic
- WalG
- Medusa
- VolumeSnapshotter
- Solr
- ClickHouseBackup
type: string
executor:
enum:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ spec:
- VolumeSnapshotter
- Solr
- Medusa
- ClickHouseBackup
type: string
jobTemplate:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ spec:
- VolumeSnapshotter
- Solr
- Medusa
- ClickHouseBackup
type: string
jobTemplate:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ spec:
- VolumeSnapshotter
- Solr
- Medusa
- ClickHouseBackup
type: string
jobTemplate:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ spec:
- VolumeSnapshotter
- Solr
- Medusa
- ClickHouseBackup
type: string
jobTemplate:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ spec:
- VolumeSnapshotter
- Solr
- Medusa
- ClickHouseBackup
type: string
jobTemplate:
properties:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
apiVersion: meta.k8s.appscode.com/v1alpha1
kind: ResourceDescriptor
metadata:
labels:
k8s.io/group: catalog.kubedb.com
k8s.io/kind: DocumentDBVersion
k8s.io/resource: documentdbversions
k8s.io/version: v1alpha1
name: catalog.kubedb.com-v1alpha1-documentdbversions
spec:
resource:
group: catalog.kubedb.com
kind: DocumentDBVersion
name: documentdbversions
scope: Cluster
version: v1alpha1
validation:
openAPIV3Schema:
properties:
apiVersion:
type: string
kind:
type: string
metadata:
properties:
name:
description: 'Name must be unique within a namespace. Is required when
creating resources, although some resources may allow a client to
request the generation of an appropriate name automatically. Name
is primarily intended for creation idempotence and configuration definition.
Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names'
type: string
labels:
additionalProperties:
type: string
description: 'Map of string keys and values that can be used to organize
and categorize (scope and select) objects. May match selectors of
replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels'
type: object
annotations:
additionalProperties:
type: string
description: 'Annotations is an unstructured key value map stored with
a resource that may be set by external tools to store and retrieve
arbitrary metadata. They are not queryable and should be preserved
when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations'
type: object
type: object
spec:
properties:
db:
properties:
image:
type: string
required:
- image
type: object
deprecated:
type: boolean
endOfLife:
type: boolean
postgresVersion:
type: string
securityContext:
properties:
runAsUser:
format: int64
type: integer
type: object
ui:
items:
properties:
disable:
type: boolean
name:
type: string
values:
x-kubernetes-preserve-unknown-fields: true
version:
type: string
required:
- name
type: object
type: array
updateConstraints:
properties:
allowlist:
items:
type: string
type: array
denylist:
items:
type: string
type: array
type: object
version:
type: string
required:
- db
- version
type: object
type: object
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ spec:
type: object
deprecated:
type: boolean
exporter:
properties:
image:
type: string
required:
- image
type: object
securityContext:
properties:
runAsGroup:
Expand Down Expand Up @@ -104,6 +111,7 @@ spec:
required:
- coordinator
- db
- exporter
- version
type: object
type: object
Original file line number Diff line number Diff line change
Expand Up @@ -5202,6 +5202,7 @@ spec:
version:
type: string
required:
- tls
- version
type: object
type: object
19 changes: 19 additions & 0 deletions hub/resourcedescriptors/gitops.kubedb.com/v1alpha1/pgpools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,25 @@ spec:
type: string
configuration:
properties:
backends:
items:
properties:
flag:
type: string
groupName:
type: string
hostName:
type: string
port:
format: int32
type: integer
weight:
format: int32
type: integer
required:
- weight
type: object
type: array
inline:
additionalProperties:
type: string
Expand Down
Loading
Loading