Skip to content

Commit 50eeb84

Browse files
authored
[Feature] [ML] Jobs templates (#1539)
1 parent 607dd1b commit 50eeb84

16 files changed

+2882
-154
lines changed

docs/api/ArangoMLBatchJob.V1Alpha1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Links:
2020

2121
***
2222

23-
### .status.conditions
23+
### .status.mlConditions
2424

25-
Type: `api.Conditions` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/ml/v1alpha1/batchjob_status.go#L33)</sup>
25+
Type: `api.MLConditions` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/ml/v1alpha1/batchjob_status.go#L33)</sup>
2626

27-
Conditions specific to the entire batch job
27+
MLConditions specific to the entire batch job
2828

2929
***
3030

docs/api/ArangoMLCronJob.V1Alpha1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Links:
2020

2121
***
2222

23-
### .status.conditions
23+
### .status.mlConditions
2424

25-
Type: `api.Conditions` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/ml/v1alpha1/cronjob_status.go#L33)</sup>
25+
Type: `api.MLConditions` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/ml/v1alpha1/cronjob_status.go#L33)</sup>
2626

27-
Conditions specific to the entire cron job
27+
MLConditions specific to the entire cron job
2828

2929
***
3030

0 commit comments

Comments
 (0)