Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for 4764 (0.01 seconds)

  1. CHANGELOG/CHANGELOG-1.4.md

    * Add extensions/replicaset to federation-apiserver ([#24764](https://github.com/kubernetes/kubernetes/pull/24764), [@jianhuiz](https://github.com/jianhuiz))
    * federation: Adding namespaces API ([#26298](https://github.com/kubernetes/kubernetes/pull/26298), [@nikhiljindal](https://github.com/nikhiljindal))
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 133.5K bytes
    - Click Count (0)
  2. okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt

                }
              },
            ).build()
        val request = Request(server.url("/"))
        executeSynchronously(request)
          .assertCode(200)
      }
    
      /** https://github.com/square/okhttp/issues/4761  */
      @Test
      fun interceptorCallsProceedWithoutClosingPriorResponse() {
        server.enqueue(
          MockResponse(body = "abc"),
        )
        client =
          clientTestRule
            .newClientBuilder()
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Mar 15 09:02:18 GMT 2026
    - 146.5K bytes
    - Click Count (0)
Back to Top