Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 21 for allocateLoadBalancerNodePorts (0.62 sec)

  1. pkg/apis/core/validation/validation.go

    			}
    		}
    	}
    
    	if service.Spec.AllocateLoadBalancerNodePorts != nil && service.Spec.Type != core.ServiceTypeLoadBalancer {
    		allErrs = append(allErrs, field.Forbidden(specPath.Child("allocateLoadBalancerNodePorts"), "may only be used when `type` is 'LoadBalancer'"))
    	}
    
    	if service.Spec.Type == core.ServiceTypeLoadBalancer && service.Spec.AllocateLoadBalancerNodePorts == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  2. pkg/apis/core/v1/zz_generated.conversion.go

    	out.IPFamilies = *(*[]core.IPFamily)(unsafe.Pointer(&in.IPFamilies))
    	out.IPFamilyPolicy = (*core.IPFamilyPolicy)(unsafe.Pointer(in.IPFamilyPolicy))
    	out.AllocateLoadBalancerNodePorts = (*bool)(unsafe.Pointer(in.AllocateLoadBalancerNodePorts))
    	out.LoadBalancerClass = (*string)(unsafe.Pointer(in.LoadBalancerClass))
    	out.InternalTrafficPolicy = (*core.ServiceInternalTrafficPolicy)(unsafe.Pointer(in.InternalTrafficPolicy))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types.go

    	// This field may only be set for services with type LoadBalancer and will
    	// be cleared if the type is changed to any other type.
    	// +optional
    	AllocateLoadBalancerNodePorts *bool `json:"allocateLoadBalancerNodePorts,omitempty" protobuf:"bytes,20,opt,name=allocateLoadBalancerNodePorts"`
    
    	// loadBalancerClass is the class of the load balancer implementation this Service belongs to.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    	// through the Endpoints or EndpointSlice resources can safely assume this behavior.
    	// +optional
    	PublishNotReadyAddresses bool
    
    	// allocateLoadBalancerNodePorts defines if NodePorts will be automatically
    	// allocated for services with type LoadBalancer.  Default is "true". It
    	// may be set to "false" if the cluster load-balancer does not rely on
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"allocateLoadBalancerNodePorts": "allocateLoadBalancerNodePorts defines if NodePorts will be automatically allocated for services with type LoadBalancer.  Default is \"true\". It may be set to \"false\" if the cluster load-balancer does not rely on NodePorts.  If the caller requests...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.proto

      // field will be wiped when updating a service to type ExternalName.
      // +optional
      optional string ipFamilyPolicy = 17;
    
      // allocateLoadBalancerNodePorts defines if NodePorts will be automatically
      // allocated for services with type LoadBalancer.  Default is "true". It
      // may be set to "false" if the cluster load-balancer does not rely on
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/generated.pb.go

    		i = encodeVarintGenerated(dAtA, i, uint64(len(*m.LoadBalancerClass)))
    		i--
    		dAtA[i] = 0x1
    		i--
    		dAtA[i] = 0xaa
    	}
    	if m.AllocateLoadBalancerNodePorts != nil {
    		i--
    		if *m.AllocateLoadBalancerNodePorts {
    			dAtA[i] = 1
    		} else {
    			dAtA[i] = 0
    		}
    		i--
    		dAtA[i] = 0x1
    		i--
    		dAtA[i] = 0xa0
    	}
    	if len(m.IPFamilies) > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  8. pkg/registry/core/service/storage/storage_test.go

    	}}
    
    	helpTestCreateUpdateDelete(t, testCases)
    }
    
    // TODO(thockin): We need to look at feature-tests for:
    //   externalIPs, lbip, lbsourceranges, externalname, PublishNotReadyAddresses, AllocateLoadBalancerNodePorts, LoadBalancerClass, status
    
    // this is local because it's not fully fleshed out enough for general use.
    func makePod(name string, ips ...string) api.Pod {
    	p := api.Pod{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/api__v1_openapi.json

          "io.k8s.api.core.v1.ServiceSpec": {
            "description": "ServiceSpec describes the attributes that a user creates on a service.",
            "properties": {
              "allocateLoadBalancerNodePorts": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  10. pkg/generated/openapi/zz_generated.openapi.go

    							Format:      "",
    							Enum:        []interface{}{"PreferDualStack", "RequireDualStack", "SingleStack"},
    						},
    					},
    					"allocateLoadBalancerNodePorts": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top