Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for intersect (0.16 sec)

  1. common-protos/k8s.io/api/admissionregistration/v1alpha1/generated.proto

      //   - 'map': `X + Y` performs a merge where the array positions of all keys in `X` are preserved but the values
      //     are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with
      //     non-intersecting keys are appended, retaining their partial order.
      // Required.
      optional string Expression = 1;
    
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 25.7K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // system may or may not try to eventually evict the pod from its node.
      // When there are multiple elements, the lists of nodes corresponding to each
      // podAffinityTerm are intersected, i.e. all terms must be satisfied.
      // +optional
      repeated PodAffinityTerm requiredDuringSchedulingIgnoredDuringExecution = 1;
    
      // The scheduler will prefer to schedule pods to nodes that satisfy
    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