HoustonPutman opened a new issue #330:
URL: https://github.com/apache/solr-operator/issues/330


   Currently the Solr Operator does not have a lot of CRD Spec validations or 
defaults built in. Instead we rely on a first-step of defaulting the Spec in 
the controller code before anything else is done. This works, however it would 
be much better for the user for these checks and defaults to be built into the 
CRD.
   
   The minimum supported Kubernetes version is `v1.19`, as of #320, which opens 
up a lot of the possible validation and defaulting options that have been added 
in recent kubernetes versions.
   
   List of validation/default options:
   https://book.kubebuilder.io/reference/markers/crd-validation.html
   https://book.kubebuilder.io/reference/markers/crd-processing.html
   
https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#validation


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to