ScheduledJob client

This commit is contained in:
Maciej Szulik
2016-05-11 13:40:07 +02:00
parent adc890a57e
commit 6510eb54d8
11 changed files with 482 additions and 7 deletions

View File

@@ -165,6 +165,8 @@ type JobCondition struct {
Message string `json:"message,omitempty"`
}
// +genclient=true
// ScheduledJob represents the configuration of a single scheduled job.
type ScheduledJob struct {
unversioned.TypeMeta `json:",inline"`