Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Reeves (0.18 sec)

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

      // OR if the traffic matches at least one ingress rule across all of the NetworkPolicy
      // objects whose podSelector matches the pod.
      // If this field is empty then this NetworkPolicy does not allow any traffic
      // (and serves solely to ensure that the pods it selects are isolated by default).
      // +optional
      repeated NetworkPolicyIngressRule ingress = 2;
    
      // List of egress rules to be applied to the selected pods. Outgoing traffic is
    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/api/networking/v1/generated.proto

      // across all of the NetworkPolicy objects whose podSelector matches the pod. If
      // this field is empty then this NetworkPolicy does not allow any traffic (and serves
      // solely to ensure that the pods it selects are isolated by default)
      // +optional
      repeated NetworkPolicyIngressRule ingress = 2;
    
    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)
Back to top