Categorygithub.com/pliu/rbac-controller
repositorypackage
0.0.0-20241007224806-aa0935f2edd1
Repository: https://github.com/pliu/rbac-controller.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

RBAC Controller

Components used in setting up this project

operator-sdk 1.26.0
go 1.19.5

Commands

Create kind cluster:
make kind_create

Destroy kind cluster:
make kind_destroy

Create 
operator-sdk create api --group rbac.pliu.github.com --version v1alpha1 --kind PermissionedRole --resource --controller