Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ControllerName is the controller name that will be used when reporting events.
ControllerName = "unified-auth-controller"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { client.Client // used to operate Cluster resources. EventRecorder record.EventRecorder }
Controller is to sync impersonation config to member clusters for unified authentication.
func (*Controller) Reconcile ¶
func (c *Controller) Reconcile(ctx context.Context, req controllerruntime.Request) (controllerruntime.Result, error)
Reconcile performs a full reconciliation for the object referred to by the Request.
func (*Controller) SetupWithManager ¶
func (c *Controller) SetupWithManager(mgr controllerruntime.Manager) error
SetupWithManager creates a controller and register to controller manager.
Click to show internal directories.
Click to hide internal directories.