Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for patchSets (0.16 sec)

  1. pkg/kubelet/kubelet_node_status_test.go

    			beforeNextReady: 9,
    			beforeTimeout:   9,
    			wantCalls:       3,
    			patchFailures:   1,
    			wantPatches:     2,
    		},
    		{
    			name:            "turns ready on second loop then all patches fail",
    			beforeMarkReady: 1,
    			beforeNextReady: 9,
    			beforeTimeout:   9,
    			wantCalls:       nodeStatusUpdateRetry + 2,
    			patchFailures:   nodeStatusUpdateRetry + 2,
    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/controller/job/job_controller_test.go

    				t.Errorf("Unexpected number of create calls.  Expected <= %d, saw %d\n", fakePodControl.CreateLimit*2, fakePodControl.CreateCallCount)
    			}
    			if p := len(fakePodControl.Patches); p != tc.expectedPodPatches {
    				t.Errorf("Got %d pod patches, want %d", p, tc.expectedPodPatches)
    			}
    		})
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  3. api/maven-api-model/src/main/mdo/maven.mdo

        <class>
          <name>Contributor</name>
          <description>Description of a person who has contributed to the project, but who does not have
            commit privileges. Usually, these contributions come in the form of patches submitted.</description>
          <version>3.0.0+</version>
          <fields>
            <field>
              <name>name</name>
              <version>3.0.0+</version>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
Back to top