 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package options contains flags for initializing a proxy.
Index ¶
Constants ¶
This section is empty.
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           *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
 Click to show internal directories. 
   Click to hide internal directories.