Documentation ¶
Overview ¶
crossplane package is responsible for setting up RBAC required by crossplane's rbac-manager. The rbac-manager creates all the necessary (Cluster)Roles for crossplane resources, but doesn't bind them to Users or Groups. This controller is responsible for that.
Index ¶
Constants ¶
View Source
const (
Name = "crossplaneauth"
)
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Config ¶
type Config struct { K8sClient k8sclient.Interface Logger micrologger.Logger CustomerAdminGroups []accessgroup.AccessGroup CrossplaneBindTriggeringClusterRole string }
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
func (*Resource) EnsureCreated ¶
func (*Resource) EnsureDeleted ¶
func (Resource) K8sClient ¶
func (r Resource) K8sClient() kubernetes.Interface
func (Resource) Logger ¶
func (r Resource) Logger() micrologger.Logger
Click to show internal directories.
Click to hide internal directories.