Documentation ¶
Index ¶
- func NewNBClient(stopCh <-chan struct{}) (client.Client, error)
- func NewNBClientWithConfig(cfg config.OvnAuthConfig, promRegistry prometheus.Registerer, ...) (client.Client, error)
- func NewOVSClient(stopCh <-chan struct{}) (client.Client, error)
- func NewOVSClientWithConfig(cfg config.OvnAuthConfig, stopCh <-chan struct{}) (client.Client, error)
- func NewSBClient(stopCh <-chan struct{}) (client.Client, error)
- func NewSBClientWithConfig(cfg config.OvnAuthConfig, promRegistry prometheus.Registerer, ...) (client.Client, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNBClient ¶
NewNBClient creates a new OVN Northbound Database client
func NewNBClientWithConfig ¶
func NewNBClientWithConfig(cfg config.OvnAuthConfig, promRegistry prometheus.Registerer, stopCh <-chan struct{}) (client.Client, error)
NewNBClientWithConfig creates a new OVN Northbound Database client with the provided configuration
func NewOVSClient ¶
NewOVSClient creates a new openvswitch Database client
func NewOVSClientWithConfig ¶
func NewOVSClientWithConfig(cfg config.OvnAuthConfig, stopCh <-chan struct{}) (client.Client, error)
func NewSBClient ¶
NewSBClient creates a new OVN Southbound Database client
func NewSBClientWithConfig ¶
func NewSBClientWithConfig(cfg config.OvnAuthConfig, promRegistry prometheus.Registerer, stopCh <-chan struct{}) (client.Client, error)
NewSBClientWithConfig creates a new OVN Southbound Database client with the provided configuration
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.