iam-manager icon indicating copy to clipboard operation
iam-manager copied to clipboard

Update hack directory with new CRD API

Open anusha-ragunathan opened this issue 2 years ago • 1 comments

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.

Note that this change is very specific about fixing the hack directory alone. There maybe more items that need the API upgrade. This change does not cover those.

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 avatar Oct 20 '22 19:10 anusha-ragunathan

@anusha-ragunathan Can you also update the manifests to v1 version? I was doing similar stuff on my PR https://github.com/keikoproj/iam-manager/pull/104/files (and later realized that this change in progress)

nvandanapu avatar Oct 25 '22 23:10 nvandanapu