Documentation ¶
Overview ¶
Package internalfabriccontroller implements the logic of the InternalFabric Controller to create InternalNodes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateRouteConfigurationName ¶
func GenerateRouteConfigurationName(internalFabric *networkingv1alpha1.InternalFabric) string
GenerateRouteConfigurationName returns the name of the RouteConfiguration associated to the InternalFabric.
Types ¶
type InternalFabricReconciler ¶
InternalFabricReconciler manage InternalFabric lifecycle.
func NewInternalFabricReconciler ¶
func NewInternalFabricReconciler(cl client.Client, s *runtime.Scheme) *InternalFabricReconciler
NewInternalFabricReconciler returns a new InternalFabricReconciler.
func (*InternalFabricReconciler) Reconcile ¶
func (r *InternalFabricReconciler) Reconcile(ctx context.Context, req ctrl.Request) (res ctrl.Result, err error)
Reconcile manage InternalFabric lifecycle.
func (*InternalFabricReconciler) SetupWithManager ¶
func (r *InternalFabricReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager register the InternalFabricReconciler to the manager.
Click to show internal directories.
Click to hide internal directories.