We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9156d33 commit ceabb41Copy full SHA for ceabb41
1 file changed
api/apps/v1alpha1/common_types.go
@@ -80,8 +80,7 @@ type Autoscaling struct {
80
81
// Scheduler defines the configuration for the scheduler.
82
type Scheduler struct {
83
- // Type is the scheduler type (volcano, runai)
84
- // +kubebuilder:validation:Enum=volcano;runai
+ // Type is the scheduler name to be specified under .spec.schedulerName in podSpec.
85
// +kubebuilder:default:=volcano
86
Type string `json:"type,omitempty"`
87
}
0 commit comments