Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDiscoveryServerVersion (0.81 sec)

  1. cmd/kubeadm/app/util/apiclient/dryrunclient_test.go

    				t.Errorf(
    					"failed LogDryRunAction:\n\texpected bytes: %q\n\t  actual: %q",
    					rt.expectedBytes,
    					actualBytes,
    				)
    			}
    		})
    	}
    }
    
    func TestDiscoveryServerVersion(t *testing.T) {
    	dryRunGetter := &InitDryRunGetter{
    		controlPlaneName: "controlPlane",
    		serviceSubnet:    "serviceSubnet",
    	}
    	c := NewDryRunClient(dryRunGetter, io.Discard)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 21 09:49:59 UTC 2022
    - 4.5K bytes
    - Viewed (0)
Back to top