Documentation ¶
Overview ¶
clusternamespaceresources package is responsible for managing RBAC resources that grant those with access to an organization namespace access to namespaces belonging to the organizations clusters
Index ¶
Constants ¶
View Source
const (
Name = "clusternamespaceresources"
)
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
func IsUnknownOrganizationNamespace ¶
IsUnknownOrganizationNamespace asserts unknownOrganizationNamespaceError.
Types ¶
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
func (*Resource) EnsureCreated ¶
Ensures that
- Roles for read/write access to org cluster resources are ensured in each cluster namespace
- For each RoleBinding in an org-namespace that references the read/write org cluster resource clusterRole, RoleBindings are created in the organizations cluster namespaces which reference above Role
func (*Resource) EnsureDeleted ¶
Ensures that when a cluster is deleted, roles and roleBindings for cluster resource access are deleted as well
Click to show internal directories.
Click to hide internal directories.