Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type APIMachineryConfig ¶
type APIMachineryConfig struct { // request's qps value QPS int64 // request's burst value Burst int64 TLSConfig *TLSClientConfig }
type Capability ¶
type Capability struct { Client HttpClient Discover discovery.Interface Throttle flowctrl.RateLimiter Mock MockInfo Reg prometheus.Registerer }
type TLSClientConfig ¶
type TLSClientConfig struct { // Server should be accessed without verifying the TLS certificate. For testing only. InsecureSkipVerify bool // Server requires TLS client certificate authentication CertFile string // Server requires TLS client certificate authentication KeyFile string // Trusted root certificates for server CAFile string // the password to decrypt the certificate Password string }
func NewTLSClientConfigFromConfig ¶
func NewTLSClientConfigFromConfig(prefix string, config map[string]string) (TLSClientConfig, error)
Click to show internal directories.
Click to hide internal directories.