We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c93ac commit 970c3abCopy full SHA for 970c3ab
ray-operator/apis/ray/v1/raycronjob_types.go
@@ -15,15 +15,6 @@ type RayCronJobSpec struct {
15
Schedule string `json:"schedule"`
16
}
17
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
27
// RayCronJobStatus defines the observed state of RayCronJob
28
type RayCronJobStatus struct {
29
LastScheduleTime *metav1.Time `json:"lastScheduleTime,omitempty"`
0 commit comments