Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for Closest (0.13 sec)

  1. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    refixer currently does not support line names. Try using grid-template-areas instead.",{node:f,word:"["});if(m.includes("radial-gradient"))if(iA.test(f.value))t.warn("Gradient has outdated direction syntax. New syntax is like `closest-side at 0 0` instead of `0 0, closest-side`.",{node:f});else{let x=Km(m);for(let y of x.nodes)if(y.type==="function"&&y.value==="radial-gradient")for(let w of y.nodes)w.type==="word"&&(w.value==="cover"?t.warn("Gradient has outdated direction syntax. Replace `cover`...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  2. CHANGELOG/CHANGELOG-1.26.md

    - Added a `--topology-manager-policy-options` flag to the kubelet to support fine tuning the topology manager policies. The first policy option, `prefer-closest-numa-nodes`, allows these policies to favor sets of NUMA nodes with shorter distance between nodes when making admission decisions. ([#112914](https://github.com/kubernetes/kubernetes/pull/112914), [@PiotrProkop](https://github.com/PiotrProkop))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  3. src/net/http/h2_bundle.go

    	cc.mu.Unlock()
    	cc.closeConn()
    }
    
    // Close closes the client connection immediately.
    //
    // In-flight requests are interrupted. For a graceful shutdown, use Shutdown instead.
    func (cc *http2ClientConn) Close() error {
    	err := errors.New("http2: client connection force closed via ClientConn.Close")
    	cc.closeForError(err)
    	return nil
    }
    
    // closes the client connection immediately. In-flight requests are interrupted.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.8.md

    SubjectAccessReview API in the `authorization.k8s.io` API group now allows providing the user uid. ([#49677](https://github.com/kubernetes/kubernetes/pull/49677), [@dims](https://github.com/dims))
    
    * After a kubelet rotates its client cert, it now closes its connections to the API server to force a handshake using the new cert. Previously, the kubelet could keep its existing connection open, even if the cert used for that connection was expired and rejected by the API server. ([#49899](https://gi...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

      static Value GetInitialValue(Type reduce_element_type, Location loc,
                                   PatternRewriter *rewriter) {
        return GetScalarLimitConstOfType(reduce_element_type, loc, hlo::kLowest,
                                         rewriter);
      }
    };
    
    class ConvertUnsortedSegmentMinOp
        : public GenericConvertUnsortedSegmentReductionOp<
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.27.md

    - The Kubernetes API server now correctly detects and closes existing TLS connections when its client certificate file for kubelet authentication has been rotated. ([#115315](https://github.com/kubernetes/kubernetes/pull/115315), [@enj](https://github.com/enj)) [SIG API Machinery, Auth, Node and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.24.md

    - The Kubernetes API server now correctly detects and closes existing TLS connections when its client certificate file for kubelet authentication has been rotated. ([#115580](https://github.com/kubernetes/kubernetes/pull/115580), [@enj](https://github.com/enj)) [SIG API Machinery, Node and Testing]
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/core/v1/generated.proto

      // and passed its startup probe.
      // Initialized as false, becomes true after startupProbe is considered
      // successful. Resets to false when the container is restarted, or if kubelet
      // loses state temporarily. In both cases, startup probes will run again.
      // Is always true when no startupProbe is defined and container is running and
      // has passed the postStart lifecycle hook. The null value must be treated the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  9. pkg/apis/core/types.go

    	// and passed its startup probe.
    	// Initialized as false, becomes true after startupProbe is considered
    	// successful. Resets to false when the container is restarted, or if kubelet
    	// loses state temporarily. In both cases, startup probes will run again.
    	// Is always true when no startupProbe is defined and container is running and
    	// has passed the postStart lifecycle hook. The null value must be treated the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
Back to top