mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
66 lines
1.6 KiB
Markdown
66 lines
1.6 KiB
Markdown
---
|
|
layout: page
|
|
parent: CRD reference
|
|
title: ArangoMLBatchJob V1Alpha1
|
|
---
|
|
|
|
# API Reference for ArangoMLBatchJob V1Alpha1
|
|
|
|
## Spec
|
|
|
|
### .spec
|
|
|
|
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)
|
|
|
|
## Status
|
|
|
|
### .status
|
|
|
|
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)
|
|
|
|
***
|
|
|
|
### .status.mlConditions
|
|
|
|
Type: `api.MLConditions` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/ml/v1alpha1/batchjob_status.go#L33)</sup>
|
|
|
|
MLConditions specific to the entire batch job
|
|
|
|
***
|
|
|
|
### .status.ref.checksum
|
|
|
|
Type: `string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/shared/v1/object.go#L61)</sup>
|
|
|
|
UID keeps the information about object Checksum
|
|
|
|
***
|
|
|
|
### .status.ref.name
|
|
|
|
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
|
|
|
|
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
|
|
|
|
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
|
|
|