- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for corresponding (0.04 sec)
-
CHANGELOG/CHANGELOG-1.5.md
* federation: Adding support for DeleteOptions.OrphanDependents for federated replicasets and deployments. Setting it to false while deleting a federated replicaset or deployment also deletes the corresponding resource from all registered clusters. ([#36476](https://github.com/kubernetes/kubernetes/pull/36476), [@nikhiljindal](https://github.com/nikhiljindal))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 136.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.4.md
* All cluster operators should use NamespaceLifecycle.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 133.5K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt
val url = server.url("/") assertThat(get(url).body.string()).isEqualTo("A") assertThat(get(url).body.string()).isEqualTo("A") } /** * Shortens the body of `response` but not the corresponding headers. Only useful to test * how clients respond to the premature conclusion of the HTTP body. */ private fun truncateViolently( builder: MockResponse.Builder, numBytesToKeep: Int,
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 16 09:39:51 UTC 2025 - 113.6K bytes - Viewed (0)