Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 37 for networkpolicies (0.49 sec)

  1. staging/src/k8s.io/api/networking/v1/types.go

    	PodSelector metav1.LabelSelector `json:"podSelector" protobuf:"bytes,1,opt,name=podSelector"`
    
    	// 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
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  2. api/discovery/aggregated_v2beta1.json

                    "get",
                    "list",
                    "patch",
                    "update",
                    "watch"
                  ]
                },
                {
                  "resource": "networkpolicies",
                  "responseKind": {
                    "group": "",
                    "kind": "NetworkPolicy",
                    "version": ""
                  },
                  "scope": "Namespaced",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/extensions/v1beta1/types_swagger_doc_generated.go

    	"ingress":     "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. If this field is empty then this NetworkPolicy does...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 42.5K bytes
    - Viewed (0)
  4. staging/src/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.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 45.4K bytes
    - Viewed (0)
  5. 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.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

            "properties": {
              "egress": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/extensions/v1beta1/types.go

    	PodSelector metav1.LabelSelector `json:"podSelector" protobuf:"bytes,1,opt,name=podSelector"`
    
    	// 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.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:29 UTC 2023
    - 61.3K bytes
    - Viewed (0)
  8. prow/config/calico.yaml

    apiVersion: apiextensions.k8s.io/v1
    kind: CustomResourceDefinition
    metadata:
      name: networkpolicies.crd.projectcalico.org
    spec:
      group: crd.projectcalico.org
      names:
        kind: NetworkPolicy
        listKind: NetworkPolicyList
        plural: networkpolicies
        singular: networkpolicy
      preserveUnknownFields: false
      scope: Namespaced
      versions:
      - name: v1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  9. 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:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  10. 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
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
Back to top