Skip to content

Latest commit

 

History

History
202 lines (106 loc) · 5.79 KB

ArangoMLStorage.V1Alpha1.md

File metadata and controls

202 lines (106 loc) · 5.79 KB
layout parent title
page
CRD reference
ArangoMLStorage V1Alpha1

API Reference for ArangoMLStorage V1Alpha1

Spec

.spec.backend.s3.allowInsecure

Type: boolean [ref]

AllowInsecure if set to true, the Endpoint certificates won't be checked

Default Value: false


.spec.backend.s3.caSecret.name

Type: string [ref]

Name of the object


.spec.backend.s3.caSecret.namespace

Type: string [ref]

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


.spec.backend.s3.caSecret.uid

Type: string [ref]

UID keeps the information about object UID


.spec.backend.s3.credentialsSecret.name

Type: string [ref]

Name of the object


.spec.backend.s3.credentialsSecret.namespace

Type: string [ref]

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


.spec.backend.s3.credentialsSecret.uid

Type: string [ref]

UID keeps the information about object UID


.spec.backend.s3.endpoint

Type: string [ref]

Endpoint specifies the S3 API-compatible endpoint which implements storage Required


.spec.backend.s3.region

Type: string [ref]

Region defines the availability zone name.

Default Value: ""


.spec.bucketName

Type: string [ref]

BucketName specifies the name of the bucket Required


.spec.bucketPath

Type: string [ref]

BucketPath specifies the path within the bucket

Default Value: /


.spec.mode.sidecar.controllerListenPort

Type: integer [ref]

ControllerListenPort defines on which port the sidecar container will be listening for controller requests

Default Value: 9202


.spec.mode.sidecar.env

Type: core.EnvVar [ref]

Env keeps the information about environment variables provided to the container

Links:


.spec.mode.sidecar.envFrom

Type: core.EnvFromSource [ref]

EnvFrom keeps the information about environment variable sources provided to the container

Links:


.spec.mode.sidecar.image

Type: string [ref]

Image define image details


.spec.mode.sidecar.imagePullPolicy

Type: string [ref]

ImagePullPolicy define Image pull policy

Default Value: IfNotPresent


.spec.mode.sidecar.imagePullSecrets

Type: array [ref]

ImagePullSecrets define Secrets used to pull Image from registry


.spec.mode.sidecar.listenPort

Type: integer [ref]

ListenPort defines on which port the sidecar container will be listening for connections

Default Value: 9201


.spec.mode.sidecar.resources

Type: core.ResourceRequirements [ref]

Resources holds resource requests & limits for container

Links:


.spec.mode.sidecar.securityContext

Type: core.SecurityContext [ref]

SecurityContext holds container-level security attributes and common container settings.

Links:

Status

.status.conditions

Type: api.Conditions [ref]

Conditions specific to the entire storage