Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
randytqwjp committed Apr 15, 2024
1 parent 045cd29 commit bff5b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1alpha1/scheduledscaling_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ type TargetRefs struct {
type Schedule struct {
/// RFC3339 format e.g., "2006-01-02T15:04:05Z09:00"
// start of schedule
StartAt *string `json:"startAt,omitempty" protobuf:"bytes,1,opt,name=startAt"`
StartAt *string `json:"startAt,omitempty" protobuf:"bytes,1,name=startAt"`
// end of schedule
FinishAt *string `json:"finishAt,omitempty" protobuf:"bytes,2,name=finishAt"`
}
Expand Down

0 comments on commit bff5b46

Please sign in to comment.