Promote CronJobs to batch/v1

This commit is contained in:
Maciej Szulik
2021-02-10 12:49:43 +01:00
parent 22b3a9cd21
commit 9364d0fc81
10 changed files with 232 additions and 12 deletions

View File

@@ -81,6 +81,8 @@ func TestDefaulting(t *testing.T) {
{Group: "autoscaling", Version: "v2beta1", Kind: "HorizontalPodAutoscalerList"}: {},
{Group: "autoscaling", Version: "v2beta2", Kind: "HorizontalPodAutoscaler"}: {},
{Group: "autoscaling", Version: "v2beta2", Kind: "HorizontalPodAutoscalerList"}: {},
{Group: "batch", Version: "v1", Kind: "CronJob"}: {},
{Group: "batch", Version: "v1", Kind: "CronJobList"}: {},
{Group: "batch", Version: "v1", Kind: "Job"}: {},
{Group: "batch", Version: "v1", Kind: "JobList"}: {},
{Group: "batch", Version: "v1beta1", Kind: "CronJob"}: {},