Versions in this module Expand all Collapse all v0 v0.9.0 Apr 20, 2023 v0.8.2 Jan 30, 2023 Changes in this version + var NodeLister listersv1.NodeLister v0.8.0 Jul 20, 2022 Changes in this version + var EndpointLister listersv1.EndpointsLister + var ServiceLister listersv1.ServiceLister + func GetServiceByClusterIP(clusterIp string) (*v1.Service, error) + func ServiceIPKeyFunc(obj interface{}) ([]string, error) v0.7.0 Mar 10, 2022 Changes in this version + func GetNodeByPodIP(podIp string) (string, error) + func GetNodeIPByName(name string) (string, error) + func InitCache(stopCh chan struct{}) + func MetaNameIndexFunc(obj interface{}) ([]string, error) + func PodIPKeyFunc(obj interface{}) ([]string, error)