kubernetesk8s.io/kubernetes/cmd/kube-proxy/app/options Index | Files

package options

import "k8s.io/kubernetes/cmd/kube-proxy/app/options"

Package options contains flags for initializing a proxy.

Index

Constants

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

Types

type ProxyServerConfig

type ProxyServerConfig struct {
	BindAddress                    net.IP
	HealthzPort                    int
	HealthzBindAddress             net.IP
	OOMScoreAdj                    int
	ResourceContainer              string
	Master                         string
	Kubeconfig                     string
	PortRange                      util.PortRange
	HostnameOverride               string
	ProxyMode                      string
	IptablesSyncPeriod             time.Duration
	ConfigSyncPeriod               time.Duration
	NodeRef                        *api.ObjectReference // Reference to this node.
	MasqueradeAll                  bool
	CleanupAndExit                 bool
	KubeAPIQPS                     float32
	KubeAPIBurst                   int
	UDPIdleTimeout                 time.Duration
	ConntrackMax                   int
	ConntrackTCPTimeoutEstablished int // seconds
}

ProxyServerConfig contains configurations for 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

Source Files

options.go

Version
v1.2.0-alpha.6
Published
Jan 13, 2016
Platform
js/wasm
Imports
7 packages
Last checked
6 minutes ago

Tools for package owners.