Documentation ¶ Index ¶ type Manager func NewManager(k8sClient client.Client) Manager Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Manager ¶ type Manager interface { GetClusterRole(name string) (*v1.ClusterRole, error) PatchClusterRole(updatedRole *v1.ClusterRole) error } func NewManager ¶ func NewManager(k8sClient client.Client) Manager Source Files ¶ View all Source files manager.go Click to show internal directories. Click to hide internal directories.