Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for networkpolicies (0.4 sec)

  1. pkg/config/schema/kubeclient/common_test.go

    )
    
    func TestCustomRegistration(t *testing.T) {
    	Register[*v1.NetworkPolicy](
    		v1.SchemeGroupVersion.WithResource("networkpolicies"),
    		v1.SchemeGroupVersion.WithKind("NetworkPolicy"),
    		func(c ClientGetter, namespace string, o metav1.ListOptions) (runtime.Object, error) {
    			return c.Kube().NetworkingV1().NetworkPolicies(namespace).List(context.Background(), o)
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 16:38:40 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  2. cluster/addons/kube-network-policies/kube-network-policies-rbac.yaml

        resources:
          - pods
          - nodes
          - namespaces
        verbs:
          - get
          - watch
          - list
      # Watch for changes to Kubernetes NetworkPolicies.
      - apiGroups: ["networking.k8s.io"]
        resources:
          - networkpolicies
        verbs:
          - watch
          - list
    ---
    kind: ClusterRoleBinding
    apiVersion: rbac.authorization.k8s.io/v1
    metadata:
      name: kube-network-policies
      labels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 21 10:01:31 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  3. pkg/kube/krt/informer_test.go

    	}
    	c := kube.NewFakeClient(np)
    
    	kubeclient.Register[*v1.NetworkPolicy](
    		v1.SchemeGroupVersion.WithResource("networkpolicies"),
    		v1.SchemeGroupVersion.WithKind("NetworkPolicy"),
    		func(c kubeclient.ClientGetter, namespace string, o metav1.ListOptions) (runtime.Object, error) {
    			return c.Kube().NetworkingV1().NetworkPolicies(namespace).List(context.Background(), o)
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 16:38:40 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  4. pkg/kubeapiserver/default_storage_factory_builder.go

    		c.DefaultStorageMediaType,
    		c.Serializer,
    		resourceEncodingConfig,
    		c.APIResourceConfig,
    		SpecialDefaultResourcePrefixes)
    
    	storageFactory.AddCohabitatingResources(networking.Resource("networkpolicies"), extensions.Resource("networkpolicies"))
    	storageFactory.AddCohabitatingResources(apps.Resource("deployments"), extensions.Resource("deployments"))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:14:51 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  5. pkg/controlplane/storageversionhashdata/data.go

    	"coordination.k8s.io/v1/leases":                                     "gqkMMb/YqFM=",
    	"discovery.k8s.io/v1/endpointslices":                                "qgS0xkrxYAI=",
    	"networking.k8s.io/v1/networkpolicies":                              "YpfwF18m1G8=",
    	"networking.k8s.io/v1/ingresses":                                    "39NQlfNR+bo=",
    	"networking.k8s.io/v1/ingressclasses":                               "l/iqIbDgFyQ=",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:14:51 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  6. plugin/pkg/auth/authorizer/rbac/bootstrappolicy/policy.go

    					"replicasets", "replicasets/scale", "replicationcontrollers/scale",
    					"networkpolicies").RuleOrDie(),
    
    				rbacv1helpers.NewRule(Write...).Groups(policyGroup).Resources("poddisruptionbudgets").RuleOrDie(),
    
    				rbacv1helpers.NewRule(Write...).Groups(networkingGroup).Resources("networkpolicies", "ingresses").RuleOrDie(),
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 19:25:10 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  7. staging/src/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
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  8. 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
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  9. api/discovery/aggregated_v2.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: Tue Mar 12 17:29:14 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  10. 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)
Back to top