mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
Remove ScheduledJobs support
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user