Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for PreferClose (0.38 sec)

  1. pkg/apis/core/types.go

    	// proximity rather than equal distribution of load. Users should not set this
    	// value if such tradeoffs are not acceptable.
    	ServiceTrafficDistributionPreferClose = "PreferClose"
    )
    
    // These are the valid conditions of a service.
    const (
    	// LoadBalancerPortsError represents the condition of the requested ports
    	// on the cloud load balancer instance.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    	// proximity rather than equal distribution of load. Users should not set this
    	// value if such tradeoffs are not acceptable.
    	ServiceTrafficDistributionPreferClose = "PreferClose"
    )
    
    // These are the valid conditions of a service.
    const (
    	// LoadBalancerPortsError represents the condition of the requested ports
    	// on the cloud load balancer instance.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation_test.go

    				s.Annotations[core.AnnotationTopologyMode] = "different"
    			},
    			numErrs: 1,
    		}, {
    			name: "valid: trafficDistribution field set to PreferClose",
    			tweakSvc: func(s *core.Service) {
    				s.Spec.TrafficDistribution = utilpointer.String("PreferClose")
    			},
    			numErrs: 0,
    		}, {
    			name: "invalid: trafficDistribution field set to Random",
    			tweakSvc: func(s *core.Service) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/generated.proto

      // hint, but are not required to guarantee strict adherence. If the field is
      // not set, the implementation will apply its default routing strategy. If set
      // to "PreferClose", implementations should prioritize endpoints that are
      // topologically close (e.g., same zone).
      // This is an alpha field and requires enabling ServiceTrafficDistribution feature.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/api__v1_openapi.json

                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  7. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"string"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  8. api/openapi-spec/swagger.json

              "type": "string"
            },
    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