config

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2018 License: Apache-2.0 Imports: 4 Imported by: 8

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(app *cli.App)

AddFlags add flags to app

type IngressSidecar

type IngressSidecar struct {
	Image string
}

IngressSidecar contains all cli flags of ingress controller sidecar

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
}

Providers contains all cli flags of providers

type Proxies

type Proxies struct {
	DefaultHTTPBackend    string
	DefaultSSLCertificate string
	AnnotationPrefix      string
	Sidecar               IngressSidecar
	Nginx                 ProxyNginx
}

Proxies contains all cli flags of proxies

type ProxyNginx

type ProxyNginx struct {
	Image 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