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 IsUnknownOrganization ¶ added in v0.30.1
IsUnknownOrganization asserts unknownOrganizationError.
func IsUnknownOrganizationNamespace ¶
IsUnknownOrganizationNamespace asserts unknownOrganizationNamespaceError.
Types ¶
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
func (*Resource) EnsureCreated ¶
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 ¶
EnsureDeleted Ensures that when a cluster is deleted, roles and roleBindings for cluster resource access are deleted as well
func (Resource) K8sClient ¶ added in v0.28.0
func (r Resource) K8sClient() kubernetes.Interface
func (Resource) Logger ¶ added in v0.28.0
func (r Resource) Logger() micrologger.Logger
Click to show internal directories.
Click to hide internal directories.