Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericComponentConfiguration ¶
type GenericComponentConfiguration struct { // minResyncPeriod is the resync period in reflectors; will be random between // minResyncPeriod and 2*minResyncPeriod. MinResyncPeriod metav1.Duration // contentType is contentType of requests sent to apiserver. ContentType string // kubeAPIQPS is the QPS to use while talking with kubernetes apiserver. KubeAPIQPS float32 // kubeAPIBurst is the burst to use while talking with kubernetes apiserver. KubeAPIBurst int32 // How long to wait between starting controller managers ControllerStartInterval metav1.Duration // leaderElection defines the configuration of leader election client. LeaderElection componentbaseconfig.LeaderElectionConfiguration }
GenericComponentConfiguration is generic component configuration.
func NewDefaultGenericComponentConfiguration ¶
func NewDefaultGenericComponentConfiguration() GenericComponentConfiguration
NewDefaultGenericComponentConfiguration returns default GenericComponentConfiguration.
Click to show internal directories.
Click to hide internal directories.