-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Arnob kumar saha <[email protected]>
- Loading branch information
1 parent
82302d8
commit cef3e6b
Showing
72 changed files
with
6,052 additions
and
23 deletions.
There are no files selected for viewing
398 changes: 398 additions & 0 deletions
398
hub/resourcedescriptors/autoscaling.kubedb.com/v1alpha1/etcdautoscalers.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
135 changes: 135 additions & 0 deletions
135
hub/resourcedescriptors/catalog.kubedb.com/v1alpha1/etcdversions.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
apiVersion: meta.k8s.appscode.com/v1alpha1 | ||
kind: ResourceDescriptor | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
k8s.io/group: catalog.kubedb.com | ||
k8s.io/kind: EtcdVersion | ||
k8s.io/resource: etcdversions | ||
k8s.io/version: v1alpha1 | ||
name: catalog.kubedb.com-v1alpha1-etcdversions | ||
spec: | ||
resource: | ||
group: catalog.kubedb.com | ||
kind: EtcdVersion | ||
name: etcdversions | ||
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 | ||
exporter: | ||
properties: | ||
image: | ||
type: string | ||
required: | ||
- image | ||
type: object | ||
gitSyncer: | ||
properties: | ||
image: | ||
type: string | ||
required: | ||
- image | ||
type: object | ||
securityContext: | ||
properties: | ||
runAsUser: | ||
format: int64 | ||
type: integer | ||
type: object | ||
stash: | ||
properties: | ||
addon: | ||
properties: | ||
backupTask: | ||
properties: | ||
name: | ||
type: string | ||
params: | ||
items: | ||
properties: | ||
name: | ||
type: string | ||
value: | ||
type: string | ||
required: | ||
- name | ||
- value | ||
type: object | ||
type: array | ||
required: | ||
- name | ||
type: object | ||
restoreTask: | ||
properties: | ||
name: | ||
type: string | ||
params: | ||
items: | ||
properties: | ||
name: | ||
type: string | ||
value: | ||
type: string | ||
required: | ||
- name | ||
- value | ||
type: object | ||
type: array | ||
required: | ||
- name | ||
type: object | ||
required: | ||
- backupTask | ||
- restoreTask | ||
type: object | ||
type: object | ||
version: | ||
type: string | ||
required: | ||
- db | ||
- exporter | ||
- version | ||
type: object | ||
type: object |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.