Skip to content

Commit 2f98760

Browse files
authored
[Feature] Scheduler BatchJob Integration Definition (#1634)
1 parent cbb16bc commit 2f98760

File tree

10 files changed

+2021
-0
lines changed

10 files changed

+2021
-0
lines changed

.golangci.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ linters-settings:
6161
alias: mlSharedTests
6262
- pkg: github.com/arangodb/kube-arangodb/pkg/apis/ml/v1alpha1
6363
alias: mlApi
64+
- pkg: github.com/arangodb/kube-arangodb/integrations/scheduler/v1/definition
65+
alias: pbSchedulerV1
66+
- pkg: github.com/arangodb/kube-arangodb/integrations/scheduler/v1
67+
alias: pbImplSchedulerV1
6468
- pkg: github.com/arangodb/kube-arangodb/integrations/shutdown/v1/definition
6569
alias: pbShutdownV1
6670
- pkg: github.com/arangodb/kube-arangodb/integrations/shutdown/v1

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- (Feature) DebugPackage ArangoProfiles
1515
- (Feature) Scheduler CLI
1616
- (Feature) Parametrize ForceDelete timeout
17+
- (Feature) Scheduler BatchJob Integration Definition
1718

1819
## [1.2.39](https://github.com/arangodb/kube-arangodb/tree/1.2.39) (2024-03-11)
1920
- (Feature) Extract Scheduler API

integrations/scheduler/v1/definition/batchjob.pb.go

+366
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)