Skip to content

Commit 970c3ab

Browse files
committed
fix: remove schedule status
Signed-off-by: machichima <nary12321@gmail.com>
1 parent c8c93ac commit 970c3ab

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

ray-operator/apis/ray/v1/raycronjob_types.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ type RayCronJobSpec struct {
1515
Schedule string `json:"schedule"`
1616
}
1717

18-
// The overall state of the RayCronJob.
19-
type ScheduleStatus string
20-
21-
const (
22-
StatusNew ScheduleStatus = ""
23-
StatusScheduled ScheduleStatus = "Scheduled"
24-
StatusValidationFailed ScheduleStatus = "ValidationFailed"
25-
)
26-
2718
// RayCronJobStatus defines the observed state of RayCronJob
2819
type RayCronJobStatus struct {
2920
LastScheduleTime *metav1.Time `json:"lastScheduleTime,omitempty"`

0 commit comments

Comments
 (0)