Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIServiceNamespaceReconciler ¶
type APIServiceNamespaceReconciler struct {
// contains filtered or unexported fields
}
APIServiceNamespaceReconciler reconciles a APIServiceNamespace object.
func NewAPIServiceNamespaceReconciler ¶
func NewAPIServiceNamespaceReconciler( ctx context.Context, mgr mcmanager.Manager, opts controller.TypedOptions[mcreconcile.Request], scope kubebindv1alpha2.InformerScope, isolation kubebindv1alpha2.Isolation, ) (*APIServiceNamespaceReconciler, error)
NewAPIServiceNamespaceReconciler returns a new APIServiceNamespaceReconciler to reconcile APIServiceNamespaces.
func (*APIServiceNamespaceReconciler) Reconcile ¶
func (r *APIServiceNamespaceReconciler) Reconcile(ctx context.Context, req mcreconcile.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*APIServiceNamespaceReconciler) SetupWithManager ¶
func (r *APIServiceNamespaceReconciler) SetupWithManager(mgr mcmanager.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.