Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for expectCondition (0.3 sec)

  1. pkg/istio-agent/xds_proxy_test.go

    	proxy.sendHealthCheckRequest(healthy)
    	expectCondition("")
    
    	// simulate envoy send xds requests
    	sendDownstreamWithNode(t, downstream, node)
    
    	// after lds sent, the caching healthcheck will be resent
    	expectCondition(status.StatusTrue)
    
    	// Flip status back and forth, ensure we update
    	proxy.sendHealthCheckRequest(healthy)
    	expectCondition(status.StatusTrue)
    	proxy.sendHealthCheckRequest(unhealthy)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 30 04:48:02 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  2. pkg/kubelet/nodestatus/setters_test.go

    		nodeShutdownManagerErrors            error
    		expectConditions                     []v1.NodeCondition
    		expectEvents                         []testEvent
    		disableLocalStorageCapacityIsolation bool
    	}{
    		{
    			desc:             "new, ready",
    			node:             withCapacity.DeepCopy(),
    			expectConditions: []v1.NodeCondition{*makeReadyCondition(true, "kubelet is posting ready status", now, now)},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 21:47:24 UTC 2024
    - 76.1K bytes
    - Viewed (0)
Back to top