Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for Handles (0.15 sec)

  1. RELEASE.md

    *   Updates `libjpeg-turbo` to `2.0.5` to handle
        [CVE-2020-13790](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13790).
    *   Updates `junit` to `4.13.1` to handle
        [CVE-2020-15250](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15250).
    *   Updates `PCRE` to `8.44` to handle
        [CVE-2019-20838](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20838)
        and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "description": "Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.",
            "properties": {
              "postStart": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let arguments = (ins
        Arg<TF_ResourceTensor, [{The handle to a stack.}], [TF_StackFree]>:$handle
      );
    
      let results = (outs);
    }
    
    def TF_StackPopV2Op : TF_Op<"StackPopV2", []> {
      let summary = "Pop the element at the top of the stack.";
    
      let arguments = (ins
        Arg<TF_ResourceTensor, [{The handle to a stack.}], [TF_StackRead, TF_StackWrite]>:$handle
      );
    
      let results = (outs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. src/testdata/Isaac.Newton-Opticks.txt

    appeared: And the Rays which form'd this Ring were reflected by the
    Speculum in Angles equal to their Angles of Incidence, and by
    consequence to their Angles of Refraction at their entrance into the
    Glass, but yet their Angles of Reflexion were not in the same Planes
    with their Angles of Incidence.
    
    _Obs._ 11. The Colours of the new Rings were in a contrary order to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation_test.go

    func TestValidateProbe(t *testing.T) {
    	handler := core.ProbeHandler{Exec: &core.ExecAction{Command: []string{"echo"}}}
    	// These fields must be positive.
    	positiveFields := [...]string{"InitialDelaySeconds", "TimeoutSeconds", "PeriodSeconds", "SuccessThreshold", "FailureThreshold"}
    	successCases := []*core.Probe{nil}
    	for _, field := range positiveFields {
    		probe := &core.Probe{ProbeHandler: handler}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.19.md

    - Fix kube-apiserver startup to wait for APIServices to be installed into the HTTP handler before reporting readiness. ([#89147](https://github.com/kubernetes/kubernetes/pull/89147), [@sttts](https://github.com/sttts)) [SIG API Machinery]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

              },
              "structuredParameters": {
                "description": "If and only if allocation of claims using this class is handled via structured parameters, then StructuredParameters must be set to true.",
                "type": "boolean"
              },
              "suitableNodes": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
Back to top