Documentation ¶
Index ¶
Constants ¶
View Source
const (
APIVersion = "v1"
)
View Source
const (
CustomMetricPrefix = "CM:"
)
Variables ¶
This section is empty.
Functions ¶
func NewKubeletProvider ¶
Types ¶
type KubeletClient ¶
type KubeletClient struct {
// contains filtered or unexported fields
}
func NewKubeletClient ¶
func NewKubeletClient(kubeletConfig *kube_client.KubeletConfig) (*KubeletClient, error)
func (*KubeletClient) GetAllRawContainers ¶
func (self *KubeletClient) GetAllRawContainers(host Host, start, end time.Time) ([]cadvisor.ContainerInfo, error)
Get stats for all non-Kubernetes containers.
func (*KubeletClient) GetPort ¶
func (self *KubeletClient) GetPort() int
Click to show internal directories.
Click to hide internal directories.