Documentation ¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct { GrpcHost string GrpcPort int32 ClusterAs uint32 RouterID string PodIPs map[string]net.IP NodeIPs map[string]net.IP NeighborAddresses []string NeighborIPv6Addresses []string NeighborAs uint32 AuthPassword string HoldTime float64 BgpServer *gobgp.BgpServer AnnounceClusterIP bool GracefulRestart bool GracefulRestartDeferralTime time.Duration GracefulRestartTime time.Duration PassiveMode bool EbgpMultihopTTL uint8 ExtendedNexthop bool NatGwMode bool NodeName string KubeConfigFile string KubeClient kubernetes.Interface KubeOvnClient clientset.Interface PprofPort int32 }
func ParseFlags ¶
func ParseFlags() (*Configuration, error)
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(config *Configuration) *Controller
func (*Controller) Reconcile ¶ added in v1.13.0
func (c *Controller) Reconcile()
func (*Controller) Run ¶
func (c *Controller) Run(stopCh <-chan struct{})
Source Files ¶
Click to show internal directories.
Click to hide internal directories.