Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added cluster=scoped-rbac flag and exporting all these resources in the _cluster folder * Added ClusterScopeHandler and implemented filtering functions * Fixed wrong handling of optional flag and set default to false * typo: Adding SCC when users match * Moving _clusters under the namespace folder, to have one instance for each exported namespace * Added admittedResource type to propertly manage resources with same name in differernt groups Using range instead of reverse loop by index Reverted use of go 1.18 (removed slices package) * Update cmd/export/cluster.go Co-authored-by: David Zager <[email protected]> * Update cmd/export/cluster.go Co-authored-by: David Zager <[email protected]> * Fix for #150: initialized filteredClusterRoleBindings * Added error message * integrated reviewer's comment --------- Co-authored-by: David Zager <[email protected]>
- Loading branch information