Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 74 of 74 for generations (0.44 sec)

  1. pkg/controller/job/job_controller_test.go

    		wantRequeuedImmediately bool
    	}{
    		"spec update": {
    			oldJob: newJob(1, 1, 1, batch.IndexedCompletion),
    			updateFn: func(job *batch.Job) {
    				job.Spec.Suspend = ptr.To(false)
    				job.Generation++
    			},
    			wantRequeuedImmediately: true,
    		},
    		"status update": {
    			oldJob: newJob(1, 1, 1, batch.IndexedCompletion),
    			updateFn: func(job *batch.Job) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  2. src/reflect/all_test.go

    	v = v.Addr()
    	v = v.Elem()
    	v = v.Field(0)
    	v.SetInt(2)
    	if p.X != 2 {
    		t.Errorf("Addr.Elem.Set failed to set value")
    	}
    
    	// Again but take address of the ValueOf value.
    	// Exercises generation of PtrTypes not present in the binary.
    	q := &p
    	v = ValueOf(&q).Elem()
    	v = v.Addr()
    	v = v.Elem()
    	v = v.Elem()
    	v = v.Addr()
    	v = v.Elem()
    	v = v.Field(0)
    	v.SetInt(3)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  3. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    soy
    
    // spa : 2019-09-19 Asia Spa and Wellness Promotion Council Limited
    spa
    
    // space : 2014-04-03 Radix FZC
    space
    
    // sport : 2017-11-16 Global Association of International Sports Federations (GAISF)
    sport
    
    // spot : 2015-02-26 Amazon Registry Services, Inc.
    spot
    
    // srl : 2015-05-07 InterNetX, Corp
    srl
    
    // stada : 2014-11-13 STADA Arzneimittel AG
    stada
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  4. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    World, besides what is owing to these active Principles. And if it were not for these Principles, the Bodies of the Earth, Planets, Comets, Sun, and all things in them, would grow cold and freeze, and become inactive Masses; and all Putrefaction, Generation, Vegetation and Life would cease, and the Planets and Comets would not remain in their Orbs. All these things being consider'd, it seems probable to me, that God in the Beginning form'd Matter in solid, massy, hard, impenetrable, moveable Particles,...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top