Added JobTemplate, a preliminary step for ScheduledJob and Workflow

This commit is contained in:
Maciej Szulik
2016-04-25 14:47:50 +02:00
parent de357fdea0
commit 5ef870d4c7
16 changed files with 512 additions and 15 deletions

View File

@@ -55,6 +55,7 @@ func addKnownTypes(scheme *runtime.Scheme) {
&HorizontalPodAutoscalerList{},
&batch.Job{},
&batch.JobList{},
&batch.JobTemplate{},
&ReplicationControllerDummy{},
&Scale{},
&ThirdPartyResource{},