Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for connectWithPods (0.22 sec)

  1. cni/pkg/nodeagent/ztunnelserver_test.go

    	}
    	pods.pods = map[string]WorkloadInfo{
    		string(pod.UID): workload,
    	}
    	ret := connectWithPods(ctx, pods)
    
    	return struct {
    		ztunClient *net.UnixConn
    		ztunServer *ztunnelServer
    		uid        string
    	}{ztunClient: ret.ztunClient, ztunServer: ret.ztunServer, uid: string(pod.UID)}
    }
    
    func connectWithPods(ctx context.Context, pods PodNetnsCache) struct {
    	ztunClient *net.UnixConn
    	ztunServer *ztunnelServer
    Go
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Fri Apr 12 21:47:31 GMT 2024
    - 8.6K bytes
    - Viewed (0)
Back to top