type PodInfo struct {
Name string Namespace string NodeIP string// Labels selectors of the running pod// This is used to search for other Ingress controller pods
Labels map[string]string
}
PodInfo contains runtime information about the pod running the Ingres controller