Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Thomsen (0.2 sec)

  1. doc/go_spec.html

    or assignment are not yet evaluated.
    </li>
    
    <li>
    If one or more of the communications can proceed,
    a single one that can proceed is chosen via a uniform pseudo-random selection.
    Otherwise, if there is a default case, that case is chosen.
    If there is no default case, the "select" statement blocks until
    at least one of the communications can proceed.
    </li>
    
    <li>
    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)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // "spec.containers{name}" (where "name" refers to the name of the container that triggered
      // the event) or if no container name is specified "spec.containers[2]" (container with
      // index 2 in this pod). This syntax is chosen only to have some well-defined way of
      // referencing a part of an object.
      // TODO: this design is not final and this field is subject to change in the future.
      // +optional
      optional string fieldPath = 7;
    }
    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)
Back to top