Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 80 for partial (0.07 sec)

  1. CHANGELOG/CHANGELOG-1.3.md

    * Handle cAdvisor partial failures ([#25933](https://github.com/kubernetes/kubernetes/pull/25933), [@timstclair](https://github.com/timstclair))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  2. okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt

        assertCached(false, 201)
        assertCached(false, 202)
        assertCached(true, 203)
        assertCached(true, 204)
        assertCached(false, 205)
        assertCached(false, 206) // Electing to not cache partial responses
        assertCached(false, 207)
        assertCached(true, 300)
        assertCached(true, 301)
        assertCached(true, 302)
        assertCached(false, 303)
        assertCached(false, 304)
        assertCached(false, 305)
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 16 09:39:51 UTC 2025
    - 113.6K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.27.md

    - Excluded preemptor pod metadata in the event message ([#114923](https://github.com/kubernetes/kubernetes/pull/114923), [@mimowo](https://github.com/mimowo))
    - Expanded the partial fix for https://github.com/kubernetes/kubernetes/issues/111539
      which was already started in https://github.com/kubernetes/kubernetes/pull/109706
      Specifically, we will now reduce the amount of syncs for `ETP=local` services even
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jul 17 07:48:22 UTC 2024
    - 466.3K bytes
    - Viewed (2)
  4. CHANGELOG/CHANGELOG-1.15.md

    - Fixed a potential deadlock in the resource quota controller. Enabled recording partial usage info for quota objects specifying multiple resources, when only some of the resources' usage can be determined. ([#74747](https://github.com/kubernetes/kubernetes/pull/74747), [@liggitt](https://github.com/liggitt))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.6.md

      * Mediates issue [#36859](https://github.com/kubernetes/kubernetes/pull/36859). StatefulSet only acts on Pods whose identity matches the StatefulSet, providing a partial mediation for overlapping controllers.
    
    ### Taints and Tolerations
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_backup_button_upload = "{labels.backup_button_upload}";
    
        /** The key of the message: The search processing time has exceeded the limit. The displayed results may be partial. */
        public static final String LABELS_process_time_is_exceeded = "{labels.process_time_is_exceeded}";
    
        /** The key of the message: Given Name */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.18.md

      - node_cpu_usage_seconds --> node_cpu_usage_seconds_total
      - container_cpu_usage_seconds --> container_cpu_usage_seconds_total
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_fr.properties

    labels.duplicate_host_title_details=Hôte en double
    labels.dashboard_title_configuration=Configuration du système
    labels.suggest_search_log_enabled=Suggérer à partir des termes de recherche
    labels.suggest_documents_enabled=Suggérer à partir des documents
    labels.purge_suggest_search_log_day=Supprimer les anciennes informations de suggestion
    labels.crawling_info_title=Informations sur l'exploration
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.24.md

    There is no mitigation from this issue.  Cluster admins should take care to secure aggregated API servers and should not grant access to mutate `APIService`s to untrusted parties.
    
    **Affected Versions**:
      - kube-apiserver v1.25.0
      - kube-apiserver v1.24.0 - v1.24.4
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.19.md

      - node_cpu_usage_seconds --> node_cpu_usage_seconds_total
      - container_cpu_usage_seconds --> container_cpu_usage_seconds_total
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top