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

feat(crd-gen): automate the CRDs generation with validations for APIs #75

Merged
merged 3 commits into from
Apr 1, 2020

Commits on Apr 1, 2020

  1. feat(crd-gen): automate the CRDs generation with validations

    - To generate the CRD spec `make manifest` generate then under
      deploy/crds directory
    - added a update-crd script to automate the steps to generate
      CRDs and its validation of each types
    
    Signed-off-by: prateekpandey14 <prateek.pandey@mayadata.io>
    prateekpandey14 committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    bf2fc5d View commit details
    Browse the repository at this point in the history
  2. fix client gen path and refactor the required changes

    Signed-off-by: prateekpandey14 <prateek.pandey@mayadata.io>
    prateekpandey14 committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    5334b8c View commit details
    Browse the repository at this point in the history
  3. change the dir to deploy/yamls and add the shortname marker

    Signed-off-by: prateekpandey14 <prateek.pandey@mayadata.io>
    prateekpandey14 committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    788d0b2 View commit details
    Browse the repository at this point in the history