Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 98 for endPort (0.45 sec)

  1. pkg/apis/networking/v1/zz_generated.conversion.go

    	out.Protocol = (*core.Protocol)(unsafe.Pointer(in.Protocol))
    	out.Port = (*intstr.IntOrString)(unsafe.Pointer(in.Port))
    	out.EndPort = (*int32)(unsafe.Pointer(in.EndPort))
    	return nil
    }
    
    // Convert_v1_NetworkPolicyPort_To_networking_NetworkPolicyPort is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/extensions/v1beta1/zz_generated.deepcopy.go

    		*out = new(corev1.Protocol)
    		**out = **in
    	}
    	if in.Port != nil {
    		in, out := &in.Port, &out.Port
    		*out = new(intstr.IntOrString)
    		**out = **in
    	}
    	if in.EndPort != nil {
    		in, out := &in.EndPort, &out.EndPort
    		*out = new(int32)
    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicyPort.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 33.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/extensions/v1beta1/types.go

    	// If set, indicates that the range of ports from port to endPort, inclusive,
    	// should be allowed by the policy. This field cannot be defined if the port field
    	// is not defined or if the port field is defined as a named (string) port.
    	// The endPort must be equal or greater than port.
    	// +optional
    	EndPort *int32 `json:"endPort,omitempty" protobuf:"bytes,3,opt,name=endPort"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:29 UTC 2023
    - 61.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/extensions/v1beta1/types_swagger_doc_generated.go

    	"endPort":  "If set, indicates that the range of ports from port to endPort, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.",
    }
    
    func (NetworkPolicyPort) SwaggerDoc() map[string]string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 42.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/extensions/v1beta1/generated.proto

      // If set, indicates that the range of ports from port to endPort, inclusive,
      // should be allowed by the policy. This field cannot be defined if the port field
      // is not defined or if the port field is defined as a named (string) port.
      // The endPort must be equal or greater than port.
      // +optional
      optional int32 endPort = 3;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 45.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/networking/v1/generated.pb.go

    }
    
    func (m *NetworkPolicyPort) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = l
    	if m.EndPort != nil {
    		i = encodeVarintGenerated(dAtA, i, uint64(*m.EndPort))
    		i--
    		dAtA[i] = 0x18
    	}
    	if m.Port != nil {
    		{
    			size, err := m.Port.MarshalToSizedBuffer(dAtA[:i])
    			if err != nil {
    				return 0, err
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 158.2K bytes
    - Viewed (0)
  7. pkg/apis/extensions/v1beta1/zz_generated.conversion.go

    	out.Protocol = (*core.Protocol)(unsafe.Pointer(in.Protocol))
    	out.Port = (*intstr.IntOrString)(unsafe.Pointer(in.Port))
    	out.EndPort = (*int32)(unsafe.Pointer(in.EndPort))
    	return nil
    }
    
    // Convert_v1beta1_NetworkPolicyPort_To_networking_NetworkPolicyPort is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 95.7K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/extensions/v1beta1/generated.proto

      // If set, indicates that the range of ports from port to endPort, inclusive,
      // should be allowed by the policy. This field cannot be defined if the port field
      // is not defined or if the port field is defined as a named (string) port.
      // The endPort must be equal or greater than port.
      // +optional
      optional int32 endPort = 3;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.25.md

    ### Promoted endPort in Network Policy to Stable
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    }
    
    func (m *NetworkPolicyPort) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = l
    	if m.EndPort != nil {
    		i = encodeVarintGenerated(dAtA, i, uint64(*m.EndPort))
    		i--
    		dAtA[i] = 0x18
    	}
    	if m.Port != nil {
    		{
    			size, err := m.Port.MarshalToSizedBuffer(dAtA[:i])
    			if err != nil {
    				return 0, err
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 293.3K bytes
    - Viewed (0)
Back to top