Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 280 for value6 (0.23 sec)

  1. pkg/apis/core/validation/validation_test.go

    }
    
    func TestRelaxedValidateEnv(t *testing.T) {
    	successCase := []core.EnvVar{
    		{Name: "!\"#$%&'()", Value: "value"},
    		{Name: "* +,-./0123456789", Value: "value"},
    		{Name: ":;<>?@", Value: "value"},
    		{Name: "ABCDEFG", Value: "value"},
    		{Name: "abcdefghijklmn", Value: "value"},
    		{Name: "[\\]^_`{}|~", Value: "value"},
    		{
    			Name: "!\"#$%&'()",
    			ValueFrom: &core.EnvVarSource{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. src/net/http/clientserver_test.go

    		}
    
    		// How handlers set Trailers: declare it ahead of time
    		// with the Trailer header, and then mutate the
    		// Header() of those values later, after the response
    		// has been written (we wrote to w above).
    		w.Header().Set("Server-Trailer-A", "valuea")
    		w.Header().Set("Server-Trailer-C", "valuec") // skipping B
    		w.Header().Set("Server-Trailer-NotDeclared", "should be omitted")
    	}))
    
    	res, err := cst.c.Get(cst.ts.URL)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/collect/SetsTest.java

      }
    
      public void testNewIdentityHashSet() {
        Set<Integer> set = Sets.newIdentityHashSet();
        Integer value1 = new Integer(12357);
        Integer value2 = new Integer(12357);
        assertTrue(set.add(value1));
        assertFalse(set.contains(value2));
        assertTrue(set.contains(value1));
        assertTrue(set.add(value2));
        assertEquals(2, set.size());
      }
    
      @J2ktIncompatible
      @GwtIncompatible // CopyOnWriteArraySet
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 17 15:27:58 UTC 2024
    - 47.8K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/HeadersJvmTest.kt

            .add("\tkey\t:\tvalue\t") // '\t' also counts as whitespace
            .add("ping:  pong  ") // Value whitespace is trimmed.
            .add("kit:kat") // Space after colon is not required.
            .build()
        assertThat(headers.values("foo")).containsExactly("bar", "baz", "bak")
        assertThat(headers.values("key")).containsExactly("value")
        assertThat(headers.values("ping")).containsExactly("pong")
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  5. tests/integration/pilot/common/routing.go

          context: SIDECAR_OUTBOUND
        patch:
          operation: MERGE
          value:
            request_headers_to_add:
            - header:
                key: x-vhost-outbound
                value: "hello world"
      - applyTo: CLUSTER
        match:
          context: SIDECAR_OUTBOUND
          cluster: {}
        patch:
          operation: MERGE
          value:
            http2_protocol_options: {}
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  6. pkg/kube/inject/webhook_test.go

    					Value: `{"/app-health/foo/livez":{"httpGet":{"path":"/","port":8000,"scheme":"HTTP"}}}`,
    				},
    				{
    					Name:  "TEST_ENV_VAR2",
    					Value: "value2",
    				},
    			},
    			probers: `{"/app-health/bar/livez":{"httpGet":{"path":"/","port":9000,"scheme":"HTTP"}}}`,
    			want: []corev1.EnvVar{
    				{
    					Name:  "TEST_ENV_VAR1",
    					Value: "value1",
    				},
    				{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 17 20:25:52 UTC 2023
    - 39K bytes
    - Viewed (1)
  7. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/testing/testcase.go

    		// Change annotation keys for Validating's fail open to Mutating's fail open.
    		failOpenAnnotations := map[string]string{}
    		for key, value := range t.ExpectAnnotations {
    			if strings.HasPrefix(key, "failed-open.validating.webhook.admission.k8s.io/") {
    				failOpenAnnotations[key] = value
    			}
    		}
    		for key, value := range failOpenAnnotations {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 03 06:51:04 UTC 2023
    - 47.6K bytes
    - Viewed (0)
  8. pkg/apis/apps/v1/conversion.go

    	if err := autoConvert_v1_DaemonSet_To_apps_DaemonSet(in, out, s); err != nil {
    		return err
    	}
    	if value, ok := in.Annotations[appsv1.DeprecatedTemplateGeneration]; ok {
    		if value64, err := strconv.ParseInt(value, 10, 64); err != nil {
    			return err
    		} else {
    			out.Spec.TemplateGeneration = value64
    			out.Annotations = deepCopyStringMap(out.Annotations)
    			delete(out.Annotations, appsv1.DeprecatedTemplateGeneration)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 23 23:36:24 UTC 2022
    - 6.2K bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inputs/hello.yaml.1.values.gen.yaml

    Jingming Guo <******@****.***> 1715374912 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inputs/hello.yaml.10.values.gen.yaml

    Jingming Guo <******@****.***> 1715374912 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top