Skip to content

Conversation

@akash-gautam
Copy link

created project: kubebuilder init --domain assignment.com --repo assignment.com/bookstore

created api : kubebuilder create api --group myapps --version v1 --kind BookStore

Added validation using kubebuilder's markers to all the fields of the type BookStore's spec and re-generated to CRD to see the validations being applied.

Added CR for BookStore type to verify if validation are working or not.
The BookStore "bookstore-sample" is invalid: spec.established: Invalid value: "202106-14": spec.established in body should match '^\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])$'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant