Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct { Client kubernetes.Interface AdditionalTolerations additionalTolerations Proxies Proxies Providers Providers }
Configuration contains the global config of controller
func (*Configuration) AddFlags ¶
func (c *Configuration) AddFlags(fs *pflag.FlagSet)
AddFlags add flags to app
type ProviderAzure ¶ added in v0.5.0
type ProviderAzure struct {
Image string
}
ProviderAzure contains all cli flags of azure providers
type ProviderIpvsdr ¶
ProviderIpvsdr contains all cli flags of ipvsdr providers
type Providers ¶
type Providers struct { Ipvsdr ProviderIpvsdr Azure ProviderAzure }
Providers contains all cli flags of providers
type Proxies ¶
type Proxies struct { Sidecar string Nginx ProxyNginx }
Proxies contains all cli flags of proxies
Click to show internal directories.
Click to hide internal directories.