Versions in this module Expand all Collapse all v0 v0.3.7 Jan 23, 2026 Changes in this version + const UnknownUser + func GetConnectors(pods []coreV1.Pod, apps []appV1.Deployment) []string + func GetKtPodsAndAllServices(namespace string) ([]coreV1.Pod, []coreV1.Service, []coreV1.Service, error) + func GetKtPodsAndDeployments() ([]coreV1.Pod, []appV1.Deployment, error) + func GetServiceStatus(ktSvcs []coreV1.Service, pods []coreV1.Pod, svcs []coreV1.Service) [][]string + func SortServiceArray(svc [][]string, compIndex int)