-
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.
Update crds for KubeDB/KubeStash v2024.1.31 release
Signed-off-by: Tamal Saha <[email protected]>
- Loading branch information
Showing
74 changed files
with
73,612 additions
and
4,871 deletions.
There are no files selected for viewing
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
81 changes: 81 additions & 0 deletions
81
hub/resourcedescriptors/catalog.kubedb.com/v1alpha1/druidversions.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,81 @@ | ||
apiVersion: meta.k8s.appscode.com/v1alpha1 | ||
kind: ResourceDescriptor | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
k8s.io/group: catalog.kubedb.com | ||
k8s.io/kind: DruidVersion | ||
k8s.io/resource: druidversions | ||
k8s.io/version: v1alpha1 | ||
name: catalog.kubedb.com-v1alpha1-druidversions | ||
spec: | ||
resource: | ||
group: catalog.kubedb.com | ||
kind: DruidVersion | ||
name: druidversions | ||
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 | ||
initContainer: | ||
properties: | ||
image: | ||
type: string | ||
required: | ||
- image | ||
type: object | ||
securityContext: | ||
properties: | ||
runAsUser: | ||
format: int64 | ||
type: integer | ||
type: object | ||
version: | ||
type: string | ||
required: | ||
- db | ||
- initContainer | ||
- version | ||
type: object | ||
type: object |
84 changes: 84 additions & 0 deletions
84
hub/resourcedescriptors/catalog.kubedb.com/v1alpha1/ferretdbversions.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,84 @@ | ||
apiVersion: meta.k8s.appscode.com/v1alpha1 | ||
kind: ResourceDescriptor | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
k8s.io/group: catalog.kubedb.com | ||
k8s.io/kind: FerretDBVersion | ||
k8s.io/resource: ferretdbversions | ||
k8s.io/version: v1alpha1 | ||
name: catalog.kubedb.com-v1alpha1-ferretdbversions | ||
spec: | ||
resource: | ||
group: catalog.kubedb.com | ||
kind: FerretDBVersion | ||
name: ferretdbversions | ||
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 | ||
securityContext: | ||
properties: | ||
runAsUser: | ||
format: int64 | ||
type: integer | ||
type: object | ||
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 |
Oops, something went wrong.