Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildKubeClient ¶
func BuildKubeClient(kubeconfigPath string) (kubernetes.Interface, error)
BuildKubeClient builds a Kubernetes clientset from the kubeconfig file
func GetServiceURLs ¶
func GetServiceURLs(ctx context.Context, clientset kubernetes.Interface, namespace string) (string, string, error)
GetServiceURLs fetches the URLs for services containing the substrings "kube-state-metrics" and "node-exporter"
func UpdateConfigMap ¶
func UpdateConfigMap(ctx context.Context, clientset kubernetes.Interface, namespace, name string, data map[string]string) error
UpdateConfigMap updates the specified ConfigMap
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.