1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00
kube-arangodb/docs/api/ArangoMLBatchJob.V1Alpha1.md

67 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

---
layout: page
parent: CRD reference
title: ArangoMLBatchJob V1Alpha1
---
2023-11-08 15:36:20 +00:00
# API Reference for ArangoMLBatchJob V1Alpha1
## Spec
### .spec
2024-10-14 14:35:16 +00:00
Type: `batch.Job` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/ml/v1alpha1/batchjob_spec.go#L33)</sup>
Links:
* [Kubernetes Documentation](https://godoc.org/k8s.io/api/batch/v1#JobSpec)
2023-11-08 15:36:20 +00:00
## Status
### .status
2024-10-14 14:35:16 +00:00
Type: `batch.JobStatus` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/ml/v1alpha1/batchjob_status.go#L37)</sup>
Links:
* [Kubernetes Documentation](https://godoc.org/k8s.io/api/batch/v1#JobStatus)
***
2023-12-18 14:51:12 +00:00
### .status.mlConditions
2024-10-14 14:35:16 +00:00
Type: `api.MLConditions` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/ml/v1alpha1/batchjob_status.go#L33)</sup>
2023-12-18 14:51:12 +00:00
MLConditions specific to the entire batch job
***
2024-04-05 12:53:05 +00:00
### .status.ref.checksum
2024-10-14 14:35:16 +00:00
Type: `string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/shared/v1/object.go#L61)</sup>
2024-04-05 12:53:05 +00:00
UID keeps the information about object Checksum
***
### .status.ref.name
2024-10-14 14:35:16 +00:00
Type: `string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/shared/v1/object.go#L52)</sup>
Name of the object
***
### .status.ref.namespace
2024-10-14 14:35:16 +00:00
Type: `string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/shared/v1/object.go#L55)</sup>
Namespace of the object. Should default to the namespace of the parent object
***
### .status.ref.uid
2024-10-14 14:35:16 +00:00
Type: `string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/shared/v1/object.go#L58)</sup>
UID keeps the information about object UID