Generated changes

This commit is contained in:
Maciej Szulik
2021-02-10 14:52:27 +01:00
parent 470e23e770
commit 1fc8fe0f7d
38 changed files with 59674 additions and 52255 deletions

View File

@@ -136,6 +136,10 @@ func (in *CronJobStatus) DeepCopyInto(out *CronJobStatus) {
in, out := &in.LastScheduleTime, &out.LastScheduleTime
*out = (*in).DeepCopy()
}
if in.LastSuccessfulTime != nil {
in, out := &in.LastSuccessfulTime, &out.LastSuccessfulTime
*out = (*in).DeepCopy()
}
return
}