Remove ScheduledJobs support

This commit is contained in:
Maciej Szulik
2017-07-31 15:37:32 +02:00
parent 654de23cbf
commit e465962bf7
9 changed files with 8 additions and 69 deletions

View File

@@ -51,7 +51,5 @@ func addKnownTypes(scheme *runtime.Scheme) error {
&CronJob{},
&CronJobList{},
)
scheme.AddKnownTypeWithName(SchemeGroupVersion.WithKind("ScheduledJob"), &CronJob{})
scheme.AddKnownTypeWithName(SchemeGroupVersion.WithKind("ScheduledJobList"), &CronJobList{})
return nil
}