Skip to content

Commit

Permalink
fix: struct tag format wrong. (kubernetes#2734)
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater authored and Sebastian Florek committed Jan 5, 2018
1 parent f59aeb2 commit da23cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/backend/resource/cronjob/detail.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type CronJobDetail struct {
ConcurrencyPolicy string `json:"concurrencyPolicy"`
StartingDeadLineSeconds *int64 `json:"startingDeadlineSeconds"`
ActiveJobs job.JobList `json:"activeJobs"`
Events common.EventList `json:"events"'`
Events common.EventList `json:"events"`

// Extends list item structure.
CronJob `json:",inline"`
Expand Down

0 comments on commit da23cbb

Please sign in to comment.