@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22kind : CustomResourceDefinition
33metadata :
44 annotations :
5- controller-gen.kubebuilder.io/version : v0.17.2
5+ controller-gen.kubebuilder.io/version : v0.16.1
66 creationTimestamp : null
77 name : mariadbs.k8s.mariadb.com
88spec :
@@ -808,16 +808,6 @@ spec:
808808 pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
809809 x-kubernetes-int-or-string : true
810810 type : object
811- hostPath :
812- description : ' Refer to the Kubernetes docs: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.31/#hostpathvolumesource-v1-core'
813- properties :
814- path :
815- type : string
816- type :
817- type : string
818- required :
819- - path
820- type : object
821811 nfs :
822812 description : ' Refer to the Kubernetes docs: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.31/#nfsvolumesource-v1-core.'
823813 properties :
@@ -890,16 +880,6 @@ spec:
890880 pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
891881 x-kubernetes-int-or-string : true
892882 type : object
893- hostPath :
894- description : ' Refer to the Kubernetes docs: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.31/#hostpathvolumesource-v1-core'
895- properties :
896- path :
897- type : string
898- type :
899- type : string
900- required :
901- - path
902- type : object
903883 nfs :
904884 description : ' Refer to the Kubernetes docs: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.31/#nfsvolumesource-v1-core.'
905885 properties :
@@ -3204,11 +3184,6 @@ spec:
32043184 x-kubernetes-list-type : atomic
32053185 type : object
32063186 type : object
3207- args :
3208- description : Args to be used in the Container.
3209- items :
3210- type : string
3211- type : array
32123187 image :
32133188 description : |-
32143189 Image name to be used as metrics exporter. The supported format is `<image>:<tag>`.
@@ -4035,11 +4010,6 @@ spec:
40354010 x-kubernetes-list-type : atomic
40364011 type : object
40374012 type : object
4038- args :
4039- description : Args to be used in the Container.
4040- items :
4041- type : string
4042- type : array
40434013 image :
40444014 description : |-
40454015 Image name to be used as metrics exporter. The supported format is `<image>:<tag>`.
@@ -5313,13 +5283,13 @@ spec:
53135283 - type : integer
53145284 - type : string
53155285 description : Size of the PVCs to be mounted by MariaDB. Required
5316- if not provided in 'VolumeClaimTemplate'. It supersedes the
5286+ if not provided in 'VolumeClaimTemplate'. It superseeds the
53175287 storage size specified in 'VolumeClaimTemplate'.
53185288 pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
53195289 x-kubernetes-int-or-string : true
53205290 storageClassName :
53215291 description : |-
5322- StorageClassName to be used to provision the PVCS. It supersedes the 'StorageClassName' specified in 'VolumeClaimTemplate'.
5292+ StorageClassName to be used to provision the PVCS. It superseeds the 'StorageClassName' specified in 'VolumeClaimTemplate'.
53235293 If not provided, the default 'StorageClass' configured in the cluster is used.
53245294 type : string
53255295 volumeClaimTemplate :
@@ -5783,16 +5753,6 @@ spec:
57835753 pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
57845754 x-kubernetes-int-or-string : true
57855755 type : object
5786- hostPath :
5787- description : ' Refer to the Kubernetes docs: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.31/#hostpathvolumesource-v1-core'
5788- properties :
5789- path :
5790- type : string
5791- type :
5792- type : string
5793- required :
5794- - path
5795- type : object
57965756 name :
57975757 type : string
57985758 nfs :
0 commit comments