Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfigOrDie ¶
GetConfigOrDie wraps ctrl.GetConfigOrDie and sets the QPS and Bust options
Types ¶
type Options ¶
type Options struct {
// QPS indicates the maximum queries-per-second of
//requests sent to to the Kubernetes API, defaults to 50.
QPS float32
// Burst indicates the maximum burst queries-per-second of
// requests sent to the Kubernetes API, defaults to 100.
Burst int
}
Options contains the configuration options for the Kubernetes client.
Click to show internal directories.
Click to hide internal directories.