Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for semantics (0.2 sec)

  1. common-protos/k8s.io/api/extensions/v1beta1/generated.proto

    message NetworkPolicyPeer {
      // This is a label selector which selects Pods. This field follows standard label
      // selector semantics; if present but empty, it selects all pods.
      //
      // If NamespaceSelector is also set, then the NetworkPolicyPeer as a whole selects
      // the Pods matching PodSelector in the Namespaces selected by NamespaceSelector.
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  2. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // corresponding to changes (subsequent to the RV) to objects watched.
      //
      // When `sendInitialEvents` option is set, we require `resourceVersionMatch`
      // option to also be set. The semantic of the watch request is as following:
      // - `resourceVersionMatch` = NotOlderThan
      //   is interpreted as "data at least as new as the provided `resourceVersion`"
      //   and the bookmark event is send when the state is synced
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 53.3K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/admissionregistration/v1alpha1/generated.proto

      //
      // Equality on arrays with list type of 'set' or 'map' ignores element order, i.e. [1, 2] == [2, 1].
      // Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type:
      //   - 'set': `X + Y` performs a union where the array positions of all elements in `X` are preserved and
      //     non-intersecting elements in `Y` are appended, retaining their partial order.
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 25.7K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/networking/v1/generated.proto

    // fields are allowed
    message NetworkPolicyPeer {
      // podSelector is a label selector which selects pods. This field follows standard label
      // selector semantics; if present but empty, it selects all pods.
      //
      // If namespaceSelector is also set, then the NetworkPolicyPeer as a whole selects
      // the pods matching podSelector in the Namespaces selected by NamespaceSelector.
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 25.2K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/storage/v1alpha1/generated.proto

      // capacity is the value reported by the CSI driver in its GetCapacityResponse
      // for a GetCapacityRequest with topology and parameters that match the
      // previous fields.
      //
      // The semantic is currently (CSI spec 1.2) defined as:
      // The available capacity, in bytes, of the storage that can be used
      // to provision volumes. If not set, that information is currently
      // unavailable.
      //
      // +optional
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 9.4K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/storage/v1beta1/generated.proto

      // capacity is the value reported by the CSI driver in its GetCapacityResponse
      // for a GetCapacityRequest with topology and parameters that match the
      // previous fields.
      //
      // The semantic is currently (CSI spec 1.2) defined as:
      // The available capacity, in bytes, of the storage that can be used
      // to provision volumes. If not set, that information is currently
      // unavailable.
      //
      // +optional
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 24.9K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/core/v1/generated.proto

      // routing to all endpoints evenly (possibly modified by topology and other
      // features). Note that traffic sent to an External IP or LoadBalancer IP from
      // within the cluster will always get "Cluster" semantics, but clients sending to
      // a NodePort from within the cluster may need to take traffic policy into account
      // when picking a node.
      // +optional
      optional string externalTrafficPolicy = 11;
    
    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)
  8. common-protos/k8s.io/api/storage/v1/generated.proto

      // capacity is the value reported by the CSI driver in its GetCapacityResponse
      // for a GetCapacityRequest with topology and parameters that match the
      // previous fields.
      //
      // The semantic is currently (CSI spec 1.2) defined as:
      // The available capacity, in bytes, of the storage that can be used
      // to provision volumes. If not set, that information is currently
      // unavailable.
      //
      // +optional
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 24.7K bytes
    - Viewed (0)
Back to top