Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for patchSets (0.27 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)
  4. CHANGELOG/CHANGELOG-1.5.md

    * K8s 1.5 keeps container-vm as the default node image on GCE for backwards compatibility reasons. Please beware that container-vm is officially deprecated (supported with security patches only) and you should replace it with GCI if at all possible. You can review the migration guide here for more detail: https://cloud.google.com/container-engine/docs/node-image-migration ([#36822](https://github.com/kubernetes/kubernetes/pull/36822),...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  5. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    ws
    com.ws
    net.ws
    org.ws
    gov.ws
    edu.ws
    
    // yt : http://www.afnic.fr/medias/documents/AFNIC-naming-policy2012.pdf
    yt
    
    // IDN ccTLDs
    // When submitting patches, please maintain a sort by ISO 3166 ccTLD, then
    // U-label, and follow this format:
    // // A-Label ("<Latin renderings>", <language name>[, variant info]) : <ISO 3166 ccTLD>
    // // [sponsoring org]
    // U-Label
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    schema: openAPIV3Schema: properties: spec: description: 'Customizing Envoy configuration generated by Istio. See more details at: https://istio.io/docs/reference/config/networking/envoy-filter.html' properties: configPatches: description: One or more patches with match conditions. items: properties: applyTo: description: Specifies where in the Envoy configuration, the patch should be applied. enum: - INVALID - LISTENER - FILTER_CHAIN - NETWORK_FILTER - HTTP_FILTER - ROUTE_CONFIGURATION - VIRTUAL_HOST...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  7. src/encoding/json/testdata/code.json.gz

    "name":"unix_err.h","kids":[],"cl_weight":0.01694915254237288,"touches":1,"min_t":1258418412,"max_t":1258418412,"mean_t":1258418412}],"cl_weight":20.451010712451435,"touches":35,"min_t":1258418412,"max_t":1312854904,"mean_t":1283748505},{"name":"patches","kids":[{"name":"cbcrandomiv.patch","kids":[],"cl_weight":0.9666666666666666,"touches":5,"min_t":1309206987,"max_t":1312854904,"mean_t":1310537630},{"name":"applypatches.sh","kids":[],"cl_weight":1.4567460317460317,"touches":9,"min_t":1308670161...
    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