Documentation ¶
Overview ¶
Package networkmanager provides the virtual fabric manager services to manage the peering between FLUIDOS Node.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KnownClusterReconciler ¶
KnownClusterReconciler reconciles a KnownCluster object.
func (*KnownClusterReconciler) Reconcile ¶
func (r *KnownClusterReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile reconciles a KnownClusters from DiscoveredClustersList.
func (*KnownClusterReconciler) SetupWithManager ¶
func (r *KnownClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type NetworkManager ¶
type NetworkManager struct { ID *nodecorev1alpha1.NodeIdentity Multicast string Iface *net.Interface EnableLocalDiscovery bool }
NetworkManager keeps all the necessary class data.
Click to show internal directories.
Click to hide internal directories.