Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sent (0.12 sec)

  1. cni/pkg/plugin/plugin.go

    		}
    
    		var prevResIps []*cniv1.IPConfig
    		if conf.PrevResult != nil {
    			prevResult := conf.PrevResult.(*cniv1.Result)
    			prevResIps = prevResult.IPs
    		}
    
    		// Only send event if this pod "would be" an ambient-watched pod - otherwise skip
    		if podIsAmbient {
    			cniClient := newCNIClient(conf.CNIEventAddress, constants.CNIAddEventPath)
    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