Skip to content

Commit

Permalink
Merge pull request #456 from bseenu/batch/v1beta1
Browse files Browse the repository at this point in the history
batch/v1beta1 is removed since k8s-1.25
  • Loading branch information
tianni4104 committed Jun 30, 2024
2 parents 094c774 + a0ed0b7 commit fdbfc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/services/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const replicaSet = apiFactoryWithNamespace('apps', 'v1', 'replicasets', true);
const statefulSet = apiFactoryWithNamespace('apps', 'v1', 'statefulsets', true);
const hpa = apiFactoryWithNamespace('autoscaling', 'v1', 'horizontalpodautoscalers', true);

const cronJob = apiFactoryWithNamespace('batch', 'v1beta1', 'cronjobs');
const cronJob = apiFactoryWithNamespace('batch', 'v1', 'cronjobs');
const job = apiFactoryWithNamespace('batch', 'v1', 'jobs');

const ingress = apiFactoryWithNamespace('networking.k8s.io', 'v1', 'ingresses');
Expand Down

0 comments on commit fdbfc1b

Please sign in to comment.