Skip to content

Commit

Permalink
fix: Remove check on deprecated API for CronJobs
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoMori8 committed Jul 8, 2024
1 parent f06ac8b commit 14cbdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"

appsv1 "k8s.io/api/apps/v1"
batchv1 "k8s.io/api/batch/v1beta1"
batchv1 "k8s.io/api/batch/v1"
v1 "k8s.io/api/core/v1"
networkingv1 "k8s.io/api/networking/v1"
"k8s.io/apimachinery/pkg/runtime"
Expand Down

0 comments on commit 14cbdb6

Please sign in to comment.