Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solution for assigment2 #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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