@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22kind : CustomResourceDefinition
33metadata :
44 annotations :
5- controller-gen.kubebuilder.io/version : v0.16.1
5+ controller-gen.kubebuilder.io/version : v0.17.2
66 creationTimestamp : null
77 name : mariadbs.k8s.mariadb.com
88spec :
@@ -808,6 +808,16 @@ 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
811821 nfs :
812822 description : ' Refer to the Kubernetes docs: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.31/#nfsvolumesource-v1-core.'
813823 properties :
@@ -880,6 +890,16 @@ spec:
880890 pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
881891 x-kubernetes-int-or-string : true
882892 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
883903 nfs :
884904 description : ' Refer to the Kubernetes docs: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.31/#nfsvolumesource-v1-core.'
885905 properties :
@@ -3184,6 +3204,11 @@ spec:
31843204 x-kubernetes-list-type : atomic
31853205 type : object
31863206 type : object
3207+ args :
3208+ description : Args to be used in the Container.
3209+ items :
3210+ type : string
3211+ type : array
31873212 image :
31883213 description : |-
31893214 Image name to be used as metrics exporter. The supported format is `<image>:<tag>`.
@@ -4010,6 +4035,11 @@ spec:
40104035 x-kubernetes-list-type : atomic
40114036 type : object
40124037 type : object
4038+ args :
4039+ description : Args to be used in the Container.
4040+ items :
4041+ type : string
4042+ type : array
40134043 image :
40144044 description : |-
40154045 Image name to be used as metrics exporter. The supported format is `<image>:<tag>`.
@@ -5283,13 +5313,13 @@ spec:
52835313 - type : integer
52845314 - type : string
52855315 description : Size of the PVCs to be mounted by MariaDB. Required
5286- if not provided in 'VolumeClaimTemplate'. It superseeds the
5316+ if not provided in 'VolumeClaimTemplate'. It supersedes the
52875317 storage size specified in 'VolumeClaimTemplate'.
52885318 pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
52895319 x-kubernetes-int-or-string : true
52905320 storageClassName :
52915321 description : |-
5292- StorageClassName to be used to provision the PVCS. It superseeds the 'StorageClassName' specified in 'VolumeClaimTemplate'.
5322+ StorageClassName to be used to provision the PVCS. It supersedes the 'StorageClassName' specified in 'VolumeClaimTemplate'.
52935323 If not provided, the default 'StorageClass' configured in the cluster is used.
52945324 type : string
52955325 volumeClaimTemplate :
@@ -5753,6 +5783,16 @@ spec:
57535783 pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
57545784 x-kubernetes-int-or-string : true
57555785 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
57565796 name :
57575797 type : string
57585798 nfs :
0 commit comments