Documentation
¶
Overview ¶
Package clientcontroller implements the logic of the GatewayClient Controller to create InternalFabrics.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientReconciler ¶
ClientReconciler manage GatewayClient lifecycle.
func NewClientReconciler ¶
func NewClientReconciler(cl client.Client, s *runtime.Scheme) *ClientReconciler
NewClientReconciler returns a new ClientReconciler.
func (*ClientReconciler) Reconcile ¶
func (r *ClientReconciler) Reconcile(ctx context.Context, req ctrl.Request) (res ctrl.Result, err error)
Reconcile manage GatewayClient lifecycle.
func (*ClientReconciler) SetupWithManager ¶
func (r *ClientReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager register the ClientReconciler to the manager.
Click to show internal directories.
Click to hide internal directories.