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 { 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
Source Files ¶
options.go
- Version
- v1.4.9-beta.0
- Published
- Jan 12, 2017
- Platform
- js/wasm
- Imports
- 9 packages
- Last checked
- 16 minutes ago –
Tools for package owners.