Documentation ¶
Index ¶
Constants ¶
View Source
const ( ErrInvalidVpcProvider = errors.Error("invalid vpc provider") ErrInvalidOvnDatabase = errors.Error("invalid ovn database") )
View Source
const (
VPC_PROVIDER_OVN = "ovn"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { common_options.CommonOptions VpcAgentOptions }
func (*Options) ValidateThenInit ¶
type VpcAgentOptions ¶
type VpcAgentOptions struct { VpcProvider string `default:"ovn"` APISyncInterval int `default:"10"` APIListBatchSize int `default:"1024"` OvnWorkerCheckInterval int `default:"180"` OvnNorthDatabase string `help:"address for accessing ovn north database. Default to local unix socket"` OvnUnderlayMtu int `help:"mtu of ovn underlay network" default:"1500"` }
Click to show internal directories.
Click to hide internal directories.