Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for honoured (0.16 sec)

  1. pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go

    					{key: "node", value: "node-a"}: 1,
    					{key: "node", value: "node-b"}: 2,
    				},
    			},
    			enableNodeInclusionPolicy: false,
    		},
    		{
    			name: "NodeAffinityPolicy honored with labelSelectors",
    			pod: st.MakePod().Name("p").Label("foo", "").
    				NodeSelector(map[string]string{"foo": ""}).
    				SpreadConstraint(1, "node", v1.DoNotSchedule, barSelector, nil, nil, nil, nil).
    				Obj(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 10:42:29 UTC 2024
    - 143.1K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

      fun response308WithPost() {
        testRedirect(false, "POST")
      }
    
      /**
       * In OkHttp 4.5 and earlier, HTTP 307 and 308 redirects were only honored if the request method
       * was GET or HEAD.
       *
       * In OkHttp 4.6 and later, HTTP 307 and 308 redirects are honored for all request methods.
       *
       * If you're upgrading to OkHttp 4.6 and would like to retain the previous behavior, install this
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "type": "object"
            },
            "preemptionPolicy": {
              "description": "PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

                    }
                }
            """
    
            expect:
            succeeds "hasUniqueArtifactIds"
        }
    
        def "artifact excludes applied to external dependency on different graphs are honored"() {
            def m1 = ivyRepo.module("test", "test", "1.3")
            m1.artifact(name: "test-one", conf: "*")
            m1.artifact(name: "test-two", conf: "*")
            m1.publish()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go

    			namespace: "",
    			legacy:    true,
    			label:     "a=b",
    			field:     "c=d",
    		},
    		// legacy api version is honored
    		{
    			url:       "/" + grouplessPrefix + "/" + grouplessGroupVersion.Version + "/simple",
    			namespace: "",
    			legacy:    true,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:15:22 UTC 2023
    - 158.7K bytes
    - Viewed (0)
  6. okhttp/src/test/java/okhttp3/CallTest.kt

        assertThat(get2.headers["Proxy-Authorization"]).isEqualTo("password")
      }
    
      /**
       * OkHttp has a bug where a `Connection: close` response header is not honored when establishing a
       * TLS tunnel. https://github.com/square/okhttp/issues/2426
       */
      @Test
      fun proxyAuthenticateOnConnectWithConnectionClose() {
        server.useHttps(handshakeCertificates.sslSocketFactory())
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
Back to top