Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PodRedirectionActive (0.32 sec)

  1. cni/pkg/util/podutil.go

    		return false
    	}
    	return true
    }
    
    // PodRedirectionActive reports on whether the pod _has_ actually been configured for traffic redirection.
    //
    // That is, have we annotated it after successfully sending it to the node proxy and set up iptables rules.
    //
    // If you just want to know if the pod _should be_ configured for traffic redirection, see PodRedirectionEnabled
    func PodRedirectionActive(pod *corev1.Pod) bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 17:18:11 UTC 2024
    - 4.4K bytes
    - Viewed (0)
Back to top