Documentation ¶
Index ¶
Constants ¶
View Source
const ( MetalLBChartPathController = "./bindata/deployment/helm/metallb" FRRK8SChartPathController = "./bindata/deployment/helm/frr-k8s" )
Variables ¶
View Source
var FRRK8SChartPath = FRRK8SChartPathController
View Source
var MetalLBChartPath = MetalLBChartPathController
Functions ¶
This section is empty.
Types ¶
type MetalLBReconciler ¶
type MetalLBReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme PlatformInfo platform.PlatformInfo Namespace string EnvConfig params.EnvConfig // contains filtered or unexported fields }
MetalLBReconciler reconciles a MetalLB object
func (*MetalLBReconciler) SetupWithManager ¶
func (r *MetalLBReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.