Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 4764 (0.03 sec)

  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))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (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()
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Jul 31 04:18:40 UTC 2025
    - 146.6K bytes
    - Viewed (0)
Back to top