Skip to content

Commit

Permalink
[Feature] [ML] Jobs templates (#1539)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwierzbo authored Dec 18, 2023
1 parent 607dd1b commit 50eeb84
Show file tree
Hide file tree
Showing 16 changed files with 2,882 additions and 154 deletions.
6 changes: 3 additions & 3 deletions docs/api/ArangoMLBatchJob.V1Alpha1.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Links:

***

### .status.conditions
### .status.mlConditions

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

Conditions specific to the entire batch job
MLConditions specific to the entire batch job

***

Expand Down
6 changes: 3 additions & 3 deletions docs/api/ArangoMLCronJob.V1Alpha1.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Links:

***

### .status.conditions
### .status.mlConditions

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

Conditions specific to the entire cron job
MLConditions specific to the entire cron job

***

Expand Down
Loading

0 comments on commit 50eeb84

Please sign in to comment.