Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 2,612 for generations (0.23 sec)

  1. pkg/scheduler/internal/cache/cache_test.go

    			if !found {
    				t.Errorf("Failed to find node %v in schedulertypes after UpdateNode.", node.Name)
    			}
    			if got.info.Generation <= expected.Generation {
    				t.Errorf("Generation is not incremented. got: %v, expected: %v", got.info.Generation, expected.Generation)
    			}
    			expected.Generation = got.info.Generation
    
    			if diff := cmp.Diff(expected, got.info, cmp.AllowUnexported(framework.NodeInfo{})); diff != "" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 01:38:03 UTC 2023
    - 63.8K bytes
    - Viewed (0)
  2. src/runtime/mgcmark.go

    	//
    	// In the tracer, this is just before we call gcAssistAlloc1
    	// *regardless* of whether tracing is enabled. This is because
    	// the tracer allows for tracing to begin (and advance
    	// generations) in the middle of a GC mark phase, so we need to
    	// record some state so that the tracer can pick it up to ensure
    	// a consistent trace result.
    	//
    	// TODO(mknyszek): Hide the details of inMarkAssist in tracer
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 21:25:11 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  3. src/runtime/mgcscavenge.go

    		return true
    	}
    	if sc.gen == currGen {
    		// In the current generation, if either the current or last generation
    		// is dense, then skip scavenging. Inverting that, we should scavenge
    		// if both the current and last generation were not dense.
    		return sc.inUse < scavChunkHiOccPages && sc.lastInUse < scavChunkHiOccPages
    	}
    	// If we're one or more generations ahead, we know inUse represents the current
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresource/strategy_test.go

    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	featuregatetesting "k8s.io/component-base/featuregate/testing"
    )
    
    func generation1() map[string]interface{} {
    	return map[string]interface{}{
    		"generation": int64(1),
    	}
    }
    
    func generation2() map[string]interface{} {
    	return map[string]interface{}{
    		"generation": int64(2),
    	}
    }
    
    func TestStrategyPrepareForUpdate(t *testing.T) {
    	strategy := customResourceStrategy{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  5. docs/em/docs/project-generation.md

    Heinz-Alexander Fuetterer <******@****.***> 1697792444 +0200
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Oct 20 09:00:44 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  6. docs/en/docs/project-generation.md

    Alejandra <******@****.***> 1711055541 -0500
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Mar 21 21:12:21 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  7. docs/zh/docs/project-generation.md

    jaystone776 <******@****.***> 1706465038 +0800
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Jan 28 18:03:58 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  8. docs/ru/docs/project-generation.md

    Vladislav Kramorenko <******@****.***> 1681408847 +0300
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 13 18:00:47 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  9. docs/de/docs/project-generation.md

    Nils Lindemann <******@****.***> 1711822476 +0100
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:14:36 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  10. docs/tr/docs/project-generation.md

    bilal alpaslan <******@****.***> 1705953341 +0300
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jan 22 19:55:41 UTC 2024
    - 6K bytes
    - Viewed (0)
Back to top