Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReconcileAuthentication ¶
type ReconcileAuthentication struct {
// contains filtered or unexported fields
}
ReconcileAuthentication reconciles an Authentication object
func (*ReconcileAuthentication) Reconcile ¶
func (r *ReconcileAuthentication) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)
Reconciles the cluster state with the Authentication object that is found in the cluster. Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
Click to show internal directories.
Click to hide internal directories.