Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPeerProxy (0.09 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/peerproxy/peerproxy_handler_test.go

    )
    
    type FakeSVMapData struct {
    	gvr      schema.GroupVersionResource
    	serverId string
    }
    
    type reconciler struct {
    	do       bool
    	publicIP string
    	serverId string
    }
    
    func TestPeerProxy(t *testing.T) {
    	testCases := []struct {
    		desc                 string
    		svdata               FakeSVMapData
    		informerFinishedSync bool
    		requestPath          string
    		peerproxiedHeader    string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 10.8K bytes
    - Viewed (0)
Back to top