Versions in this module Expand all Collapse all v0 v0.4.10 Dec 21, 2023 Changes in this version + const Config + const ErrorCreatingPod + const ErrorDeletingPod + const ErrorGettingPod + const ErrorListingPods + const ErrorPodNotFound + const ErrorRetrievingPods + const ErrorUpdatingPodLabels + const FetchingPods + const HOME + const HealthyStatus + const NotHealthyStatus + const PodAndStatus + const PodAndStatusAndHealth + const PodsFetched + const ProcessingPods + const TaskCheckHealth + const TaskFetchPods + const TaskGetPod + const TaskLabelKey + const TaskProcessPod + const WorkerCancelled + var Logger *zap.Logger + func LabelPods(clientset *kubernetes.Clientset, namespace, labelKey, labelValue string) error + func SetLogger(logger *zap.Logger) v0.4.9 Dec 20, 2023 Changes in this version + func NewKubernetesClient() (*kubernetes.Clientset, error) + func RunWorkers(clientset *kubernetes.Clientset, numWorkers int) []string + func Worker(clientset *kubernetes.Clientset, results chan<- string)