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

Update hack directory with new CRD API #102

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 20, 2022

  1. Update hack directory with new CRD API structure

    Kubernetes 1.22 deprecated the v1beta1 CRD API and replaced it with
    v1 CRD API. iam-manager's hack directory still uses the old API.
    Update that.
    
    Testing:
    Before this change, using ./hack/install broke the iam-manager controller install.
    After this change, ./hack/install works fine.
    
    Signed-off-by: Anusha Ragunathan <[email protected]>
    anusha-ragunathan committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    9620f40 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Configuration menu
    Copy the full SHA
    bb4ea4d View commit details
    Browse the repository at this point in the history