Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for validatePluginConfig (0.51 sec)

  1. pkg/scheduler/apis/config/validation/validation.go

    	}
    	errs = append(errs, validatePercentageOfNodesToScore(path.Child("percentageOfNodesToScore"), profile.PercentageOfNodesToScore))
    	errs = append(errs, validatePluginConfig(path, apiVersion, profile)...)
    	return errs
    }
    
    func validatePluginConfig(path *field.Path, apiVersion string, profile *config.KubeSchedulerProfile) []error {
    	var errs []error
    	m := map[string]interface{}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 06:27:01 UTC 2024
    - 11.5K bytes
    - Viewed (0)
Back to top