package options
import "k8s.io/kubernetes/cmd/kube-proxy/app/options"
Package options contains flags for initializing a proxy.
Index ¶
Types ¶
type ProxyServerConfig ¶
type ProxyServerConfig struct { componentconfig.KubeProxyConfiguration ResourceContainer string ContentType string KubeAPIQPS float32 KubeAPIBurst int32 ConfigSyncPeriod time.Duration CleanupAndExit bool NodeRef *clientv1.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.6.3-beta.0
- Published
- Apr 19, 2017
- Platform
- js/wasm
- Imports
- 11 packages
- Last checked
- 5 minutes ago –
Tools for package owners.