Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for NetworkPolicies (0.24 sec)

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

      optional k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector podSelector = 1;
    
      // ingress is a list of ingress rules to be applied to the selected pods.
      // Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod
      // (and cluster policy otherwise allows the traffic), OR if the traffic source is
      // the pod's local node, OR if the traffic matches at least one ingress rule
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 25.2K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/extensions/v1beta1/generated.proto

      optional k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector podSelector = 1;
    
      // List of ingress rules to be applied to the selected pods.
      // Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod
      // OR if the traffic source is the pod's local node,
      // OR if the traffic matches at least one ingress rule across all of the NetworkPolicy
      // objects whose podSelector matches the pod.
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.7.md

    	determined at a per-pod level, with pods being isolated if there is
    	any NetworkPolicy whose spec.podSelector targets them. Pods that are
    	targeted by NetworkPolicies accept traffic that is accepted by any of
    	the NetworkPolicies (and nothing else), and pods that are not targeted
    	by any NetworkPolicy accept all traffic by default.
    	Action Required:
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 308.7K bytes
    - Viewed (1)
  4. CHANGELOG/CHANGELOG-1.16.md

        - All resources under `apps/v1beta1` and `apps/v1beta2` - use `apps/v1` instead
        - `daemonsets`, `deployments`, `replicasets` resources under `extensions/v1beta1` - use `apps/v1` instead
        - `networkpolicies` resources under `extensions/v1beta1` - use `networking.k8s.io/v1` instead
        - `podsecuritypolicies` resources under `extensions/v1beta1` - use `policy/v1beta1` instead
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Feb 11 10:00:57 GMT 2021
    - 345.2K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.8.md

    	determined at a per-pod level, with pods being isolated if there is
    	any NetworkPolicy whose spec.podSelector targets them. Pods that are
    	targeted by NetworkPolicies accept traffic that is accepted by any of
    	the NetworkPolicies (and nothing else), and pods that are not targeted
    	by any NetworkPolicy accept all traffic by default.
    	Action Required:
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Feb 20 15:45:02 GMT 2024
    - 312.2K bytes
    - Viewed (1)
  6. CHANGELOG/CHANGELOG-1.18.md

      - All resources under `apps/v1beta1` and `apps/v1beta2` - use `apps/v1` instead
      - `daemonsets`, `deployments`, `replicasets` resources under `extensions/v1beta1` - use `apps/v1` instead
      - `networkpolicies` resources under `extensions/v1beta1` - use `networking.k8s.io/v1` instead
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Wed Jun 16 17:18:28 GMT 2021
    - 373.2K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.11.md

    ### SIG Network
    
    * The internal IP address of the node is now added as additional information for kubectl. ([#57623](https://github.com/kubernetes/kubernetes/pull/57623), [@dixudx](https://github.com/dixudx))
    * NetworkPolicies can now target specific pods in other namespaces by including both a namespaceSelector and a podSelector in the same peer element. ([#60452](https://github.com/kubernetes/kubernetes/pull/60452), [@danwinship](https://github.com/danwinship))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Feb 06 06:04:15 GMT 2020
    - 328.4K bytes
    - Viewed (0)
Back to top