Documentation
¶
Index ¶
Constants ¶
View Source
const ( // MetalLBOperatorDeploymentName contains the name of the MetalLB Operator deployment MetalLBOperatorDeploymentName = "metallb-operator-controller-manager" // MetalLBOperatorDeploymentLabel contains the label of the MetalLB Operator deployment MetalLBOperatorDeploymentLabel = "controller-manager" // MetalLBOperatorCRDName contains the name of the MetalLB Operator CRD MetalLBOperatorCRDName = "metallbs.metallb.io" // MetalLBCRFile contains the MetalLB custom resource deployment MetalLBCRFile = "metallb.yaml" // MetalLBDeploymentName contains the name of the MetalLB deployment MetalLBDeploymentName = "controller" // MetalLBDaemonsetName contains the name of the MetalLB daemonset MetalLBDaemonsetName = "speaker" // MetalLBConfigMapName contains created configmap MetalLBConfigMapName = apply.MetalLBConfigMap // FRRK8SDaemonsetName contains the name of the frr-k8s daemonset FRRK8SDaemonsetName = "frr-k8s" // FRRK8SWebhookDeploymentName contains the name of the frr-k8s webhook-server deployment FRRK8SWebhookDeploymentName = "frr-k8s-webhook-server" // DefaultOperatorNameSpace is the default operator namespace DefaultOperatorNameSpace = "metallb-system" // LogsExtractDuration represents how much in the past to fetch the logs from LogsExtractDuration = 10 * time.Minute )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.