Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrowserConfigReconciler ¶
type BrowserConfigReconciler struct {
// contains filtered or unexported fields
}
BrowserConfigReconciler reconciles BrowserConfig resources
func NewBrowserConfigReconciler ¶
func NewBrowserConfigReconciler(client client.Client, scheme *runtime.Scheme) *BrowserConfigReconciler
func (BrowserConfigReconciler) Reconcile ¶
func (r BrowserConfigReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile synchronizes the state of BrowserConfig
func (*BrowserConfigReconciler) SetupWithManager ¶
func (r *BrowserConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager
Click to show internal directories.
Click to hide internal directories.