options

package
v1.4.10-beta.0 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2017 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package options contains flags for initializing a proxy.

Index

Constants

View Source
const (
	ExperimentalProxyModeAnnotation = "net.experimental.kubernetes.io/proxy-mode"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ProxyServerConfig

type ProxyServerConfig struct {
	componentconfig.KubeProxyConfiguration
	ResourceContainer string
	ContentType       string
	KubeAPIQPS        float32
	KubeAPIBurst      int32
	ConfigSyncPeriod  time.Duration
	CleanupAndExit    bool
	NodeRef           *api.ObjectReference
	Master            string
	Kubeconfig        string
}

ProxyServerConfig configures and runs a Kubernetes proxy server

func NewProxyConfig

func NewProxyConfig() *ProxyServerConfig

func (*ProxyServerConfig) AddFlags

func (s *ProxyServerConfig) AddFlags(fs *pflag.FlagSet)

AddFlags adds flags for a specific ProxyServer to the specified FlagSet

Jump to

Keyboard shortcuts

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