scheduler: remove deprecated v1beta2 KubeSchedulerConfiguration

This commit is contained in:
SataQiu
2023-05-03 21:43:19 +08:00
parent af79ecbd4b
commit 1f7c07f355
31 changed files with 12 additions and 6695 deletions

View File

@@ -142,7 +142,7 @@ 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/v1beta2")
// "kubescheduler.config.k8s.io/v1")
func WithComponentConfigVersion(componentConfigVersion string) Option {
return func(o *frameworkOptions) {
o.componentConfigVersion = componentConfigVersion