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

fix: Fixes #49, inject resource info to update PROJECT file #51

Merged
merged 2 commits into from
Jul 25, 2022

Commits on Jul 22, 2022

  1. fix: Fixes #49, inject resource info to update PROJECT file

    This commit addresses and issue where not all information for all components are
    properly injected into the PROJECT file post-generation.  To fix this, we use
    the underlying kubebuilder methods to update a resource, within the scaffold
    loop so that the information gets properly propogated to the PROJECT file.  This
    will allow us to create webhooks at a later time.
    
    Signed-off-by: Dustin Scott <dustin.scott18@gmail.com>
    scottd018 committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    8818d63 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. fix: Fixes #47, non-defaulted fields are marked as required

    Signed-off-by: Dustin Scott <dustin.scott18@gmail.com>
    scottd018 committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    8ba2cf3 View commit details
    Browse the repository at this point in the history