Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NAMESPACE = os.Getenv("ETHERNET_NAMESPACE")
Functions ¶
This section is empty.
Types ¶
type DeviceConfigContext ¶
type DeviceConfigContext map[string]ethernetv1.EthernetClusterConfig
type EthernetClusterConfigReconciler ¶
type EthernetClusterConfigReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme }
EthernetClusterConfigReconciler reconciles a EthernetClusterConfig object
func (*EthernetClusterConfigReconciler) SetupWithManager ¶
func (r *EthernetClusterConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type NodeConfigurationCtx ¶
type NodeConfigurationCtx func() (ethernetv1.EthernetNodeConfig, DeviceConfigContext)
Click to show internal directories.
Click to hide internal directories.