Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for NetworkPolicyPeer (0.26 sec)

  1. pkg/apis/networking/v1/defaults_test.go

    					PodSelector: metav1.LabelSelector{
    						MatchLabels: map[string]string{"a": "b"},
    					},
    					Ingress: []networkingv1.NetworkPolicyIngressRule{
    						{
    							From: []networkingv1.NetworkPolicyPeer{
    								{
    									PodSelector: &metav1.LabelSelector{
    										MatchLabels: map[string]string{"c": "d"},
    									},
    									NamespaceSelector: &metav1.LabelSelector{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 05 10:48:05 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  2. pkg/apis/extensions/v1beta1/defaults_test.go

    					PodSelector: metav1.LabelSelector{
    						MatchLabels: map[string]string{"a": "b"},
    					},
    					Ingress: []extensionsv1beta1.NetworkPolicyIngressRule{
    						{
    							From: []extensionsv1beta1.NetworkPolicyPeer{
    								{
    									PodSelector: &metav1.LabelSelector{
    										MatchLabels: map[string]string{"c": "d"},
    									},
    									NamespaceSelector: &metav1.LabelSelector{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 07:16:15 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/networking/v1/zz_generated.deepcopy.go

    		(*in).DeepCopyInto(*out)
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicyPeer.
    func (in *NetworkPolicyPeer) DeepCopy() *NetworkPolicyPeer {
    	if in == nil {
    		return nil
    	}
    	out := new(NetworkPolicyPeer)
    	in.DeepCopyInto(out)
    	return out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 20K bytes
    - Viewed (0)
  4. pkg/apis/networking/zz_generated.deepcopy.go

    		(*in).DeepCopyInto(*out)
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicyPeer.
    func (in *NetworkPolicyPeer) DeepCopy() *NetworkPolicyPeer {
    	if in == nil {
    		return nil
    	}
    	out := new(NetworkPolicyPeer)
    	in.DeepCopyInto(out)
    	return out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:58 UTC 2023
    - 25.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/extensions/v1beta1/zz_generated.deepcopy.go

    		(*in).DeepCopyInto(*out)
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicyPeer.
    func (in *NetworkPolicyPeer) DeepCopy() *NetworkPolicyPeer {
    	if in == nil {
    		return nil
    	}
    	out := new(NetworkPolicyPeer)
    	in.DeepCopyInto(out)
    	return out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 33.2K bytes
    - Viewed (0)
  6. pkg/apis/networking/types.go

    	// +optional
    	Except []string
    }
    
    // NetworkPolicyPeer describes a peer to allow traffic to/from.
    type NetworkPolicyPeer struct {
    	// podSelector is a label selector which selects pods. This field follows standard label
    	// selector semantics; if present but empty, it selects all pods.
    	//
    	// If namespaceSelector is also set, then the NetworkPolicyPeer as a whole selects
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:06 UTC 2023
    - 27.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/networking/v1/generated.proto

    }
    
    // NetworkPolicyPeer describes a peer to allow traffic to/from. Only certain combinations of
    // fields are allowed
    message NetworkPolicyPeer {
      // podSelector is a label selector which selects pods. This field follows standard label
      // selector semantics; if present but empty, it selects all pods.
      //
      // If namespaceSelector is also set, then the NetworkPolicyPeer as a whole selects
    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

    }
    
    // NetworkPolicyPeer describes a peer to allow traffic to/from. Only certain combinations of
    // fields are allowed
    message NetworkPolicyPeer {
      // podSelector is a label selector which selects pods. This field follows standard label
      // selector semantics; if present but empty, it selects all pods.
      //
      // If namespaceSelector is also set, then the NetworkPolicyPeer as a whole selects
    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. staging/src/k8s.io/api/networking/v1/types.go

    }
    
    // NetworkPolicyPeer describes a peer to allow traffic to/from. Only certain combinations of
    // fields are allowed
    type NetworkPolicyPeer struct {
    	// podSelector is a label selector which selects pods. This field follows standard label
    	// selector semantics; if present but empty, it selects all pods.
    	//
    	// If namespaceSelector is also set, then the NetworkPolicyPeer as a whole selects
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/networking/v1/types_swagger_doc_generated.go

    var map_NetworkPolicyPeer = map[string]string{
    	"":                  "NetworkPolicyPeer describes a peer to allow traffic to/from. Only certain combinations of fields are allowed",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 23.7K bytes
    - Viewed (0)
Back to top