Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isAmbientPod (0.15 sec)

  1. cni/pkg/plugin/plugin.go

    	// For ambient pods, this is all the logic we need to run
    	if conf.AmbientEnabled {
    		log.Debugf("istio-cni ambient cmdAdd podName: %s - checking if ambient enabled", podName)
    		podIsAmbient, err := isAmbientPod(kClient, podName, podNamespace)
    		if err != nil {
    			log.Errorf("istio-cni cmdAdd failed to check ambient: %s", err)
    		}
    
    		var prevResIps []*cniv1.IPConfig
    		if conf.PrevResult != nil {
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed May 08 15:58:51 GMT 2024
    - 10.5K bytes
    - Viewed (0)
Back to top