Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Layer2NetworkConfigurationReconciler ¶
type Layer2NetworkConfigurationReconciler struct { client.Client Scheme *runtime.Scheme Reconciler *reconciler.Reconciler }
Layer2NetworkConfigurationReconciler reconciles a Layer2NetworkConfiguration object.
func (*Layer2NetworkConfigurationReconciler) Reconcile ¶
func (r *Layer2NetworkConfigurationReconciler) Reconcile(ctx context.Context, _ ctrl.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.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.11.0/pkg/reconcile
func (*Layer2NetworkConfigurationReconciler) SetupWithManager ¶
func (r *Layer2NetworkConfigurationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type RoutingTableReconciler ¶ added in v0.2.3
type RoutingTableReconciler struct { client.Client Scheme *runtime.Scheme Reconciler *reconciler.Reconciler }
RoutingTableReconciler reconciles a RoutingTable object.
func (*RoutingTableReconciler) Reconcile ¶ added in v0.2.3
func (r *RoutingTableReconciler) Reconcile(ctx context.Context, _ ctrl.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.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.14.4/pkg/reconcile
func (*RoutingTableReconciler) SetupWithManager ¶ added in v0.2.3
func (r *RoutingTableReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type VRFRouteConfigurationReconciler ¶
type VRFRouteConfigurationReconciler struct { client.Client Scheme *runtime.Scheme Reconciler *reconciler.Reconciler }
VRFRouteConfigurationReconciler reconciles a VRFRouteConfiguration object.
func (*VRFRouteConfigurationReconciler) Reconcile ¶
func (r *VRFRouteConfigurationReconciler) Reconcile(ctx context.Context, _ ctrl.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.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.10.0/pkg/reconcile
func (*VRFRouteConfigurationReconciler) SetupWithManager ¶
func (r *VRFRouteConfigurationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.