Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for relationship (0.36 sec)

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

    // that relates the key and values.
    message NodeSelectorRequirement {
      // The label key that the selector applies to.
      optional string key = 1;
    
      // Represents a key's relationship to a set of values.
      // Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
      optional string operator = 2;
    
      // An array of string values. If the operator is In or NotIn,
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  2. doc/go_spec.html

    Otherwise, type inference fails and the program is invalid.
    </p>
    
    <p>
    Type inference uses the type relationships between pairs of types for inference:
    For instance, a function argument must be <a href="#Assignability">assignable</a>
    to its respective function parameter; this establishes a relationship between the
    type of the argument and the type of the parameter.
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

    ## 0.68.1
    
    * ✨ Add support for `read_with_orm_mode`, to support [SQLModel](https://sqlmodel.tiangolo.com/) relationship attributes. PR [#3757](https://github.com/tiangolo/fastapi/pull/3757) by [@tiangolo](https://github.com/tiangolo).
    
    ### Translations
    
    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