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
Click to show internal directories.
Click to hide internal directories.