Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for tuple (0.24 sec)

  1. common-protos/k8s.io/api/core/v1/generated.proto

      // More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
      // +optional
      optional k8s.io.apimachinery.pkg.api.resource.Quantity sizeLimit = 2;
    }
    
    // EndpointAddress is a tuple that describes single IP address.
    // +structType=atomic
    message EndpointAddress {
      // The IP of this endpoint.
      // May not be loopback (127.0.0.0/8 or ::1), link-local (169.254.0.0/16 or fe80::/10),
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.7.md

    	    * Note: this fixes some issues with the previous implementation of metrics for disks:
    
    	      * Time duration tracked was of the initial API call, not the entire operation.
    
    	      * Metrics label tuple would have resulted in many independent histograms stored, one for each disk. (Did not aggregate well).
    
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 308.7K bytes
    - Viewed (1)
  3. doc/go_spec.html

    must contain exactly one single-valued expression, and the left-hand
    expression must not be the blank identifier.
    </p>
    
    <pre>
    a[i] &lt;&lt;= 2
    i &amp;^= 1&lt;&lt;n
    </pre>
    
    <p>
    A tuple assignment assigns the individual elements of a multi-valued
    operation to a list of variables.  There are two forms.  In the
    first, the right hand operand is a single multi-valued expression
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 279.3K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

    * Fix handling form *path operation* parameters declared with pure classes like `list`, `tuple`, etc. PR [#856](https://github.com/tiangolo/fastapi/pull/856) by [@nsidnev](https://github.com/nsidnev).
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sun Apr 28 00:28:00 GMT 2024
    - 385.5K bytes
    - Viewed (1)
Back to top