Documentation
¶
Index ¶
- Constants
- func GetK8sMetricsFromInformer(informers map[string]*cache.SharedIndexInformer, workDir *os.File) error
- func GetTransformFunc(parseMetricsData bool) func(resource interface{}) (interface{}, error)
- func StartUpInformers(clientset kubernetes.Interface, clusterVersion float64, resyncInterval int, ...) (map[string]*cache.SharedIndexInformer, error)
Constants ¶
View Source
const (
KubernetesLastAppliedConfig = "kubectl.kubernetes.io/last-applied-configuration"
)
Variables ¶
This section is empty.
Functions ¶
func GetK8sMetricsFromInformer ¶
func GetK8sMetricsFromInformer(informers map[string]*cache.SharedIndexInformer, workDir *os.File) error
GetK8sMetricsFromInformer loops through all k8s resource informers in kubeAgentConfig writing each to the WSD
func GetTransformFunc ¶
func StartUpInformers ¶
func StartUpInformers(clientset kubernetes.Interface, clusterVersion float64, resyncInterval int, parseMetricsData bool, stopCh chan struct{}) (map[string]*cache.SharedIndexInformer, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.