config

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 30, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

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

type ProviderIpvsdr struct {
	Image            string
	NodeIPLabel      string
	NodeIPAnnotation string
}

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

type ProxyNginx

type ProxyNginx struct {
	Image                 string
	DefaultHTTPBackend    string
	AnnotationPrefix      string
	DefaultSSLCertificate string
}

ProxyNginx contains all cli flags of nginx proxy

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL