Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for allocateLoadBalancerNodePorts (0.61 sec)

  1. 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)
  2. 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)
  3. 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)
  4. api/openapi-spec/swagger.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 Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top