Skip to content

Commit bc0c654

Browse files
authored
[Feature] JobScheduler Volumes, Probes, Lifecycle and Ports integration (#1607)
1 parent e7ae432 commit bc0c654

38 files changed

+13372
-1822
lines changed

.golangci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ linters-settings:
4343
alias: sharedApi
4444
- pkg: github.com/arangodb/kube-arangodb/pkg/apis/scheduler/v1alpha1
4545
alias: schedulerApi
46+
- pkg: github.com/arangodb/kube-arangodb/pkg/apis/scheduler/v1alpha1/profiles
47+
alias: schedulerProfiles
4648
- pkg: github.com/arangodb/kube-arangodb/pkg/apis/scheduler/v1alpha1/container
4749
alias: schedulerContainerApi
4850
- pkg: github.com/arangodb/kube-arangodb/pkg/apis/scheduler/v1alpha1/container/resources

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- (Bugfix) Wait for ImageStatus in ImageDiscover
88
- (Bugfix) Fix Image Error Propagation
99
- (Feature) JobScheduler Coverage
10+
- (Feature) JobScheduler Volumes, Probes, Lifecycle and Ports integration
1011

1112
## [1.2.38](https://github.com/arangodb/kube-arangodb/tree/1.2.38) (2024-02-22)
1213
- (Feature) Extract GRPC Server

0 commit comments

Comments
 (0)