Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Prioritize (0.28 sec)

  1. CHANGELOG/CHANGELOG-1.30.md

    - Some interfaces' signatures in the scheduler were updated: - PluginsRunner: used NodeInfo in `RunPreScorePlugins` and `RunScorePlugins`. - PreScorePlugin: used NodeInfo in `PreScore`. - Extender: used NodeInfo in `Filter` and `Prioritize`.
       ([#121954](https://github.com/kubernetes/kubernetes/pull/121954), [@AxeZhan](https://github.com/AxeZhan))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  2. pkg/apis/core/types.go

    	// 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).
    	// +optional
    	TrafficDistribution *string
    }
    
    // ServicePort represents the port on which the service is exposed
    type ServicePort struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    }
    
    func (ServiceSpec) SwaggerDoc() map[string]string {
    	return map_ServiceSpec
    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. 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.
      // +featureGate=ServiceTrafficDistribution
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types.go

    	// 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.
    	// +featureGate=ServiceTrafficDistribution
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  6. ChangeLog.md

    - [`KT-37591`](https://youtrack.jetbrains.com/issue/KT-37591) Deprecate cases in FE 1.0 when companion property is prioritized against enum entry
    - [`KT-53210`](https://youtrack.jetbrains.com/issue/KT-53210) OVERLOAD_RESOLUTION_AMBIGUITY when lambda with single argument `it` is involved
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
Back to top