Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Wignall (0.16 sec)

  1. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react
      // by sending a graceful termination signal to the containers in the pod. After that 30 seconds,
      // the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup,
      // remove the pod from the API. In the presence of network partitions, this object may still
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 53.3K bytes
    - Viewed (0)
  2. docs/changelogs/changelog_3x.md

     *  New: HPACK compression is now dynamic. This should improve performance when
        transmitting request headers over HTTP/2.
     *  New: `Dispatcher.setIdleCallback()` can be used to signal when there are no
        calls in flight. This is useful for [testing with
        Espresso][okhttp_idling_resource].
     *  New: Upgrade to Okio 1.9.0.
    
         ```xml
         <dependency>
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Sun Feb 06 14:55:54 GMT 2022
    - 50.8K bytes
    - Viewed (0)
Back to top