Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for watchPortForward (0.21 sec)

  1. pkg/test/framework/components/echo/kube/workload.go

    		workloadConfig: cfg,
    		ctx:            ctx,
    	}
    
    	// If the pod is ready, connect.
    	if err := w.Update(cfg.pod); err != nil {
    		return nil, err
    	}
    
    	go watchPortForward(cfg, w)
    
    	return w, nil
    }
    
    // watchPortForward wait watch the health of a port-forward connection. If a disconnect is detected, the workload is reconnected.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 25 19:46:28 UTC 2023
    - 7.4K bytes
    - Viewed (0)
Back to top