Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for skewY (0.07 sec)

  1. pkg/kubelet/kubelet_node_status_test.go

    				updatedNode.Status.Conditions[i].LastHeartbeatTime = metav1.Time{}
    				updatedNode.Status.Conditions[i].LastTransitionTime = metav1.Time{}
    			}
    
    			// Version skew workaround. See: https://github.com/kubernetes/kubernetes/issues/16961
    			assert.Equal(t, v1.NodeReady, updatedNode.Status.Conditions[len(updatedNode.Status.Conditions)-1].Type,
    				"NotReady should be last")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  2. pkg/volume/util/operationexecutor/operation_generator.go

    	// Even though RecoverVolumeExpansionFailure feature gate is enabled, it appears that we are running with older version
    	// of resize controller, which will not populate allocatedResource and resizeStatus. This can happen because of version skew
    	// and hence we are going to keep expanding using older logic.
    	if resizeStatus == "" && allocatedResource == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  3. src/runtime/proc.go

    	}
    }
    
    func doInit1(t *initTask) {
    	switch t.state {
    	case 2: // fully initialized
    		return
    	case 1: // initialization in progress
    		throw("recursive call during initialization - linker skew")
    	default: // not initialized yet
    		t.state = 1 // initialization in progress
    
    		var (
    			start  int64
    			before tracestat
    		)
    
    		if inittrace.active {
    			start = nanotime()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  4. src/encoding/json/testdata/code.json.gz

    0.0006270059426999707,"touches":2,"min_t":1228525763,"max_t":1236205616,"mean_t":1232365689},{"name":"diamond-expected.png","kids":[],"cl_weight":0.0006270059426999707,"touches":2,"min_t":1228525763,"max_t":1236205616,"mean_t":1232365689},{"name":"skew-with-unitless-zero-expected.checksum","kids":[],"cl_weight":0.0006270059426999707,"touches":2,"min_t":1228525763,"max_t":1236205616,"mean_t":1232365689},{"name":"overflow-with-transform-expected.checksum","kids":[],"cl_weight":0.000555370999472257...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top