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