Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for NetworkPolicySpec (0.94 sec)

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

    			original: &networkingv1.NetworkPolicy{
    				Spec: networkingv1.NetworkPolicySpec{
    					PodSelector: metav1.LabelSelector{
    						MatchLabels: map[string]string{"a": "b"},
    					},
    				},
    			},
    			expected: &networkingv1.NetworkPolicy{
    				Spec: networkingv1.NetworkPolicySpec{
    					PodSelector: metav1.LabelSelector{
    						MatchLabels: map[string]string{"a": "b"},
    					},
    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

    			original: &extensionsv1beta1.NetworkPolicy{
    				Spec: extensionsv1beta1.NetworkPolicySpec{
    					PodSelector: metav1.LabelSelector{
    						MatchLabels: map[string]string{"a": "b"},
    					},
    				},
    			},
    			expected: &extensionsv1beta1.NetworkPolicy{
    				Spec: extensionsv1beta1.NetworkPolicySpec{
    					PodSelector: metav1.LabelSelector{
    						MatchLabels: map[string]string{"a": "b"},
    					},
    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

    		copy(*out, *in)
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicySpec.
    func (in *NetworkPolicySpec) DeepCopy() *NetworkPolicySpec {
    	if in == nil {
    		return nil
    	}
    	out := new(NetworkPolicySpec)
    	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

    		copy(*out, *in)
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicySpec.
    func (in *NetworkPolicySpec) DeepCopy() *NetworkPolicySpec {
    	if in == nil {
    		return nil
    	}
    	out := new(NetworkPolicySpec)
    	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

    		copy(*out, *in)
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicySpec.
    func (in *NetworkPolicySpec) DeepCopy() *NetworkPolicySpec {
    	if in == nil {
    		return nil
    	}
    	out := new(NetworkPolicySpec)
    	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

    	// PolicyTypeEgress is a NetworkPolicy that affects egress traffic on selected pods
    	PolicyTypeEgress PolicyType = "Egress"
    )
    
    // NetworkPolicySpec provides the specification of a NetworkPolicy
    type NetworkPolicySpec struct {
    	// podSelector selects the pods to which this NetworkPolicy object applies.
    	// The array of ingress rules is applied to any pods selected by this field.
    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

      // The endPort must be equal or greater than port.
      // +optional
      optional int32 endPort = 3;
    }
    
    // NetworkPolicySpec provides the specification of a NetworkPolicy
    message NetworkPolicySpec {
      // podSelector selects the pods to which this NetworkPolicy object applies.
      // The array of ingress rules is applied to any pods selected by this field.
    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

      // The endPort must be equal or greater than port.
      // +optional
      optional int32 endPort = 3;
    }
    
    // NetworkPolicySpec provides the specification of a NetworkPolicy
    message NetworkPolicySpec {
      // podSelector selects the pods to which this NetworkPolicy object applies.
      // The array of ingress rules is applied to any pods selected by this field.
    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

    	PolicyTypeIngress PolicyType = "Ingress"
    	// PolicyTypeEgress is a NetworkPolicy that affects egress traffic on selected pods
    	PolicyTypeEgress PolicyType = "Egress"
    )
    
    // NetworkPolicySpec provides the specification of a NetworkPolicy
    type NetworkPolicySpec struct {
    	// podSelector selects the pods to which this NetworkPolicy object applies.
    	// The array of ingress rules is applied to any pods selected by this field.
    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. common-protos/k8s.io/api/extensions/v1beta1/generated.proto

      // The endPort must be equal or greater than port.
      // +optional
      optional int32 endPort = 3;
    }
    
    // DEPRECATED 1.9 - This group version of NetworkPolicySpec is deprecated by networking/v1/NetworkPolicySpec.
    message NetworkPolicySpec {
      // Selects the pods to which this NetworkPolicy object applies.  The array of ingress rules
      // is applied to any pods selected by this field. Multiple network policies can select the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 45.6K bytes
    - Viewed (0)
Back to top