Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxyRunOptions ¶
type ProxyRunOptions struct {
ConfigFileName string
InsecureListenAddress string
SecureListenAddress string
ProxyEndpointsPort int
Upstream string
UpstreamForceH2C bool
UpstreamCAFile string
Auth *proxy.Config
TLS *TLSConfig
KubeconfigLocation string
AllowPaths []string
IgnorePaths []string
HTTP2Disable bool
HTTP2MaxConcurrentStreams uint32
HTTP2MaxSize uint32
QPS float32
Burst int
// contains filtered or unexported fields
}
func NewProxyRunOptions ¶
func NewProxyRunOptions() *ProxyRunOptions
func (*ProxyRunOptions) Flags ¶
func (o *ProxyRunOptions) Flags() k8sapiflag.NamedFlagSets
func (*ProxyRunOptions) Validate ¶ added in v0.16.0
func (o *ProxyRunOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.