Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct { KubeConfigFile string KubeClient kubernetes.Interface KubeOvnClient clientset.Interface PodNamespace string OvnNbAddr string OvnSbAddr string OvnTimeout int NodeSwitch string ClusterRouter string NodeSwitchCIDR string ClusterTcpLoadBalancer string ClusterUdpLoadBalancer string ClusterTcpSessionLoadBalancer string ClusterUdpSessionLoadBalancer string }
Configuration is the controller conf
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) RemoveOldChassisInSbDB ¶
func (c *Controller) RemoveOldChassisInSbDB(azName string) error
func (*Controller) Run ¶
func (c *Controller) Run(stopCh <-chan struct{})
func (*Controller) SynRouteToPolicy ¶
func (c *Controller) SynRouteToPolicy()
Click to show internal directories.
Click to hide internal directories.