Skip to content

Commit ceabb41

Browse files
committed
Scheduler should not be limited to volcano and runai
Signed-off-by: Sheng Lin <shelin@nvidia.com>
1 parent 9156d33 commit ceabb41

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

api/apps/v1alpha1/common_types.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ type Autoscaling struct {
8080

8181
// Scheduler defines the configuration for the scheduler.
8282
type Scheduler struct {
83-
// Type is the scheduler type (volcano, runai)
84-
// +kubebuilder:validation:Enum=volcano;runai
83+
// Type is the scheduler name to be specified under .spec.schedulerName in podSpec.
8584
// +kubebuilder:default:=volcano
8685
Type string `json:"type,omitempty"`
8786
}

0 commit comments

Comments
 (0)