Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Charles (0.19 sec)

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

      // More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
      // +optional
      optional NFSVolumeSource nfs = 5;
    
      // rbd represents a Rados Block Device mount on the host that shares a pod's lifetime.
      // More info: https://examples.k8s.io/volumes/rbd/README.md
      // +optional
      optional RBDPersistentVolumeSource rbd = 6;
    
      // iscsi represents an ISCSI Disk resource that is attached to a
    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)
  2. doc/go_spec.html

    given element may be less than the index of the same element in the
    underlying array.
    </p>
    <p>
    A slice, once initialized, is always associated with an underlying
    array that holds its elements.  A slice therefore shares storage
    with its array and with other slices of the same array; by contrast,
    distinct arrays always represent distinct storage.
    </p>
    <p>
    The array underlying a slice may extend past the end of the slice.
    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)
Back to top