Skip to content

Commit

Permalink
Update crds
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored and Neaj-Morshad-101 committed Apr 22, 2024
1 parent 6e034ee commit 450cce6
Show file tree
Hide file tree
Showing 4 changed files with 23,235 additions and 23,232 deletions.
1 change: 1 addition & 0 deletions charts/kubedb-crds/crds/kubedb.com_mssqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1133,6 +1133,7 @@ spec:
type: boolean
type: object
internalAuth:
nullable: true
properties:
endpointCert:
properties:
Expand Down
1 change: 1 addition & 0 deletions charts/kubedb-ui-server/crds/kubedb.com_mssqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1133,6 +1133,7 @@ spec:
type: boolean
type: object
internalAuth:
nullable: true
properties:
endpointCert:
properties:
Expand Down
312 changes: 156 additions & 156 deletions crds/kubedb-catalog-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,162 @@ spec:
storage: true
subresources: {}

---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
labels:
app.kubernetes.io/name: kubedb
name: mssqlversions.catalog.kubedb.com
spec:
group: catalog.kubedb.com
names:
categories:
- datastore
- kubedb
- appscode
kind: MSSQLVersion
listKind: MSSQLVersionList
plural: mssqlversions
shortNames:
- msversion
singular: mssqlversion
scope: Cluster
versions:
- additionalPrinterColumns:
- jsonPath: .spec.version
name: Version
type: string
- jsonPath: .spec.db.image
name: DB_IMAGE
type: string
- jsonPath: .spec.deprecated
name: Deprecated
type: boolean
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1alpha1
schema:
openAPIV3Schema:
properties:
apiVersion:
type: string
kind:
type: string
metadata:
type: object
spec:
properties:
coordinator:
properties:
image:
type: string
required:
- image
type: object
db:
properties:
image:
type: string
required:
- image
type: object
deprecated:
type: boolean
initContainer:
properties:
image:
type: string
required:
- image
type: object
podSecurityPolicies:
properties:
databasePolicyName:
type: string
required:
- databasePolicyName
type: object
securityContext:
properties:
runAsGroup:
format: int64
type: integer
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
updateConstraints:
properties:
allowlist:
items:
type: string
type: array
denylist:
items:
type: string
type: array
type: object
version:
type: string
required:
- db
- initContainer
- version
type: object
type: object
served: true
storage: true
subresources: {}

---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
Expand Down Expand Up @@ -1256,162 +1412,6 @@ spec:
storage: true
subresources: {}

---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
labels:
app.kubernetes.io/name: kubedb
name: mssqlversions.catalog.kubedb.com
spec:
group: catalog.kubedb.com
names:
categories:
- datastore
- kubedb
- appscode
kind: MSSQLVersion
listKind: MSSQLVersionList
plural: mssqlversions
shortNames:
- msversion
singular: mssqlversion
scope: Cluster
versions:
- additionalPrinterColumns:
- jsonPath: .spec.version
name: Version
type: string
- jsonPath: .spec.db.image
name: DB_IMAGE
type: string
- jsonPath: .spec.deprecated
name: Deprecated
type: boolean
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1alpha1
schema:
openAPIV3Schema:
properties:
apiVersion:
type: string
kind:
type: string
metadata:
type: object
spec:
properties:
coordinator:
properties:
image:
type: string
required:
- image
type: object
db:
properties:
image:
type: string
required:
- image
type: object
deprecated:
type: boolean
initContainer:
properties:
image:
type: string
required:
- image
type: object
podSecurityPolicies:
properties:
databasePolicyName:
type: string
required:
- databasePolicyName
type: object
securityContext:
properties:
runAsGroup:
format: int64
type: integer
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
updateConstraints:
properties:
allowlist:
items:
type: string
type: array
denylist:
items:
type: string
type: array
type: object
version:
type: string
required:
- db
- initContainer
- version
type: object
type: object
served: true
storage: true
subresources: {}

---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
Expand Down
Loading

0 comments on commit 450cce6

Please sign in to comment.