Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WithComponentConfigVersion (0.28 sec)

  1. pkg/scheduler/framework/runtime/framework.go

    // Option for the frameworkImpl.
    type Option func(*frameworkOptions)
    
    // WithComponentConfigVersion sets the component config version to the
    // KubeSchedulerConfiguration version used. The string should be the full
    // scheme group/version of the external type we converted from (for example
    // "kubescheduler.config.k8s.io/v1")
    func WithComponentConfigVersion(componentConfigVersion string) Option {
    	return func(o *frameworkOptions) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 60.9K bytes
    - Viewed (0)
Back to top