Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { config.ObserverConfig // How often to poll the Kubelet instance for pod information PollIntervalSeconds int `yaml:"pollIntervalSeconds" default:"10"` // Config for the Kubelet HTTP client KubeletAPI kubelet.APIConfig `yaml:"kubeletAPI" default:"{}"` }
Config for Kubelet observer
Click to show internal directories.
Click to hide internal directories.