Versions in this module Expand all Collapse all v0 v0.3.1 Sep 17, 2018 v0.3.0 Aug 29, 2018 Changes in this version + var DefaultAddressTypePriority = []corev1.NodeAddressType + func IsNotFoundError(err error) bool + func NewSummaryMetricsSource(node NodeInfo, client KubeletInterface) sources.MetricSource + func NewSummaryProvider(nodeLister v1listers.NodeLister, kubeletClient KubeletInterface, ...) sources.MetricSourceProvider + type ErrNotFound struct + func (err *ErrNotFound) Error() string + type KubeletClientConfig struct + DeprecatedCompletelyInsecure bool + Port int + RESTConfig *rest.Config + func GetKubeletConfig(baseKubeConfig *rest.Config, port int, insecureTLS bool, ...) *KubeletClientConfig + type KubeletInterface interface + GetSummary func(ctx context.Context, host string) (*stats.Summary, error) + func KubeletClientFor(config *KubeletClientConfig) (KubeletInterface, error) + func NewKubeletClient(transport http.RoundTripper, port int, deprecatedNoTLS bool) (KubeletInterface, error) + type NodeAddressResolver interface + NodeAddress func(node *corev1.Node) (address string, err error) + func NewPriorityNodeAddressResolver(typePriority []corev1.NodeAddressType) NodeAddressResolver + type NodeInfo struct + ConnectAddress string + Name string v0.3.0-alpha.1 Aug 27, 2018