Documentation ¶
Index ¶
Constants ¶
View Source
const (
// BGPv2Enabled is the name of the flag that enables BGPv2 APIs in Cilium.
BGPv2Enabled = "bgp-v2-api-enabled"
)
Variables ¶
Functions ¶
Types ¶
type BGPParams ¶
type BGPParams struct { cell.In Logger logrus.FieldLogger LC cell.Lifecycle Clientset k8s_client.Clientset DaemonConfig *option.DaemonConfig JobRegistry job.Registry Scope cell.Scope Config Config // resource tracking ClusterConfigResource resource.Resource[*cilium_api_v2alpha1.CiliumBGPClusterConfig] NodeConfigOverrideResource resource.Resource[*cilium_api_v2alpha1.CiliumBGPNodeConfigOverride] NodeConfigResource resource.Resource[*cilium_api_v2alpha1.CiliumBGPNodeConfig] NodeResource resource.Resource[*cilium_api_v2.CiliumNode] }
type BGPResourceManager ¶
type BGPResourceManager struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.