Skip to content

Commit 48cdfa1

Browse files
committed
fix comment
1 parent 5a9c864 commit 48cdfa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/v1alpha1/scheduledscaling_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ type TargetRefs struct {
8989
type Schedule struct {
9090
/// RFC3339 format e.g., "2006-01-02T15:04:05Z09:00"
9191
// start of schedule
92-
StartAt *string `json:"startAt,omitempty" protobuf:"bytes,1,name=startAt"`
92+
StartAt *string `json:"startAt" protobuf:"bytes,1,name=startAt"`
9393
// end of schedule
94-
FinishAt *string `json:"finishAt,omitempty" protobuf:"bytes,2,name=finishAt"`
94+
FinishAt *string `json:"finishAt" protobuf:"bytes,2,name=finishAt"`
9595
}
9696

9797
type Strategy struct {

0 commit comments

Comments
 (0)