Skip to content

Commit f5c362e

Browse files
authored
[Feature] Object Checksum (#1637)
1 parent d149964 commit f5c362e

11 files changed

+266
-56
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- (Feature) Scheduler CronJob Integration Definition
1919
- (Feature) Scheduler BatchJob Integration Service
2020
- (Maintenance) Update Go to 1.22.2
21+
- (Feature) Object Checksum
2122

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

docs/api/ArangoMLBatchJob.V1Alpha1.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,33 @@ MLConditions specific to the entire batch job
3434

3535
***
3636

37+
### .status.ref.checksum
38+
39+
Type: `string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.39/pkg/apis/shared/v1/object.go#L61)</sup>
40+
41+
UID keeps the information about object Checksum
42+
43+
***
44+
3745
### .status.ref.name
3846

39-
Type: `string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.39/pkg/apis/shared/v1/object.go#L46)</sup>
47+
Type: `string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.39/pkg/apis/shared/v1/object.go#L52)</sup>
4048

4149
Name of the object
4250

4351
***
4452

4553
### .status.ref.namespace
4654

47-
Type: `string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.39/pkg/apis/shared/v1/object.go#L49)</sup>
55+
Type: `string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.39/pkg/apis/shared/v1/object.go#L55)</sup>
4856

4957
Namespace of the object. Should default to the namespace of the parent object
5058

5159
***
5260

5361
### .status.ref.uid
5462

55-
Type: `string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.39/pkg/apis/shared/v1/object.go#L52)</sup>
63+
Type: `string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.39/pkg/apis/shared/v1/object.go#L58)</sup>
5664

5765
UID keeps the information about object UID
5866

docs/api/ArangoMLCronJob.V1Alpha1.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,33 @@ MLConditions specific to the entire cron job
3434

3535
***
3636

37+
### .status.ref.checksum
38+
39+
Type: `string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.39/pkg/apis/shared/v1/object.go#L61)</sup>
40+
41+
UID keeps the information about object Checksum
42+
43+
***
44+
3745
### .status.ref.name
3846

39-
Type: `string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.39/pkg/apis/shared/v1/object.go#L46)</sup>
47+
Type: `string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.39/pkg/apis/shared/v1/object.go#L52)</sup>
4048

4149
Name of the object
4250

4351
***
4452

4553
### .status.ref.namespace
4654

47-
Type: `string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.39/pkg/apis/shared/v1/object.go#L49)</sup>
55+
Type: `string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.39/pkg/apis/shared/v1/object.go#L55)</sup>
4856

4957
Namespace of the object. Should default to the namespace of the parent object
5058

5159
***
5260

5361
### .status.ref.uid
5462

55-
Type: `string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.39/pkg/apis/shared/v1/object.go#L52)</sup>
63+
Type: `string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.39/pkg/apis/shared/v1/object.go#L58)</sup>
5664

5765
UID keeps the information about object UID
5866

0 commit comments

Comments
 (0)