Documentation ¶
Index ¶
- func Collect(roles, clusterRoles map[string]bool, roleBindings *v1r.RoleBindingList, ...) map[string]map[string]bool
- func CollectOutput(out chan RBACCollect) map[string]map[string]bool
- func GetRoles(roles v1r.RoleList, clusterRoles v1r.ClusterRoleList) (map[string]bool, map[string]bool)
- type RBACCollect
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Collect ¶
func Collect(roles, clusterRoles map[string]bool, roleBindings *v1r.RoleBindingList, clusterRoleBindings *v1r.ClusterRoleBindingList) map[string]map[string]bool
func CollectOutput ¶
func CollectOutput(out chan RBACCollect) map[string]map[string]bool
Types ¶
type RBACCollect ¶
type RBACCollect struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.