Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Distinct (0.16 sec)

  1. doc/go_spec.html

    canonicalized, so a single accented code point is distinct from the
    same character constructed from combining an accent and a letter;
    those are treated as two code points.  For simplicity, this document
    will use the unqualified term <i>character</i> to refer to a Unicode code point
    in the source text.
    </p>
    <p>
    Each code point is distinct; for instance, uppercase and lowercase letters
    are different characters.
    </p>
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.20.md

    - Add a `serving` and `terminating` condition to the EndpointSlice API.
      `serving` tracks the readiness of endpoints regardless of their terminating state. This is distinct from `ready` since `ready` is only true when pods are not terminating. 
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Wed Jan 19 21:05:45 GMT 2022
    - 409K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      repeated ObjectReference secrets = 2;
    
      // ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images
      // in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets
      // can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet.
      // More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
Back to top