Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OAUTH2ProxyReconciler ¶
type OAUTH2ProxyReconciler struct { client.Client HttpProxy *proxy.HttpProxy Log logr.Logger Scheme *runtime.Scheme Recorder record.EventRecorder }
OAUTH2Proxy reconciles a OAUTH2Proxy object
func (*OAUTH2ProxyReconciler) Reconcile ¶
func (r *OAUTH2ProxyReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile OAUTH2Proxys
func (*OAUTH2ProxyReconciler) SetupWithManager ¶
func (r *OAUTH2ProxyReconciler) SetupWithManager(mgr ctrl.Manager, opts OAUTH2ProxyReconcilerOptions) error
SetupWithManager adding controllers
type OAUTH2ProxyReconcilerOptions ¶
type OAUTH2ProxyReconcilerOptions struct {
MaxConcurrentReconciles int
}
Click to show internal directories.
Click to hide internal directories.