@@ -66,6 +66,28 @@ Links:
6666
6767***
6868
69+ ### .spec.deployment.prediction.env
70+
71+ Type: ` core.EnvVar ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/shared/v1/envs.go#L33 ) </sup >
72+
73+ Env keeps the information about environment variables provided to the container
74+
75+ Links:
76+ * [ Kubernetes Docs] ( https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#envvar-v1-core )
77+
78+ ***
79+
80+ ### .spec.deployment.prediction.envFrom
81+
82+ Type: ` core.EnvFromSource ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/shared/v1/envs.go#L38 ) </sup >
83+
84+ EnvFrom keeps the information about environment variable sources provided to the container
85+
86+ Links:
87+ * [ Kubernetes Docs] ( https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#envfromsource-v1-core )
88+
89+ ***
90+
6991### .spec.deployment.prediction.gpu
7092
7193Type: ` boolean ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/ml/v1alpha1/extension_spec_deployment_component.go#L31 ) </sup >
@@ -132,6 +154,28 @@ Links:
132154
133155***
134156
157+ ### .spec.deployment.project.env
158+
159+ Type: ` core.EnvVar ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/shared/v1/envs.go#L33 ) </sup >
160+
161+ Env keeps the information about environment variables provided to the container
162+
163+ Links:
164+ * [ Kubernetes Docs] ( https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#envvar-v1-core )
165+
166+ ***
167+
168+ ### .spec.deployment.project.envFrom
169+
170+ Type: ` core.EnvFromSource ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/shared/v1/envs.go#L38 ) </sup >
171+
172+ EnvFrom keeps the information about environment variable sources provided to the container
173+
174+ Links:
175+ * [ Kubernetes Docs] ( https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#envfromsource-v1-core )
176+
177+ ***
178+
135179### .spec.deployment.project.gpu
136180
137181Type: ` boolean ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/ml/v1alpha1/extension_spec_deployment_component.go#L31 ) </sup >
@@ -260,6 +304,28 @@ Links:
260304
261305***
262306
307+ ### .spec.deployment.training.env
308+
309+ Type: ` core.EnvVar ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/shared/v1/envs.go#L33 ) </sup >
310+
311+ Env keeps the information about environment variables provided to the container
312+
313+ Links:
314+ * [ Kubernetes Docs] ( https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#envvar-v1-core )
315+
316+ ***
317+
318+ ### .spec.deployment.training.envFrom
319+
320+ Type: ` core.EnvFromSource ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/shared/v1/envs.go#L38 ) </sup >
321+
322+ EnvFrom keeps the information about environment variable sources provided to the container
323+
324+ Links:
325+ * [ Kubernetes Docs] ( https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#envfromsource-v1-core )
326+
327+ ***
328+
263329### .spec.deployment.training.gpu
264330
265331Type: ` boolean ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/ml/v1alpha1/extension_spec_deployment_component.go#L31 ) </sup >
@@ -345,6 +411,28 @@ Links:
345411
346412***
347413
414+ ### .spec.init.env
415+
416+ Type: ` core.EnvVar ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/shared/v1/envs.go#L33 ) </sup >
417+
418+ Env keeps the information about environment variables provided to the container
419+
420+ Links:
421+ * [ Kubernetes Docs] ( https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#envvar-v1-core )
422+
423+ ***
424+
425+ ### .spec.init.envFrom
426+
427+ Type: ` core.EnvFromSource ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/shared/v1/envs.go#L38 ) </sup >
428+
429+ EnvFrom keeps the information about environment variable sources provided to the container
430+
431+ Links:
432+ * [ Kubernetes Docs] ( https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#envfromsource-v1-core )
433+
434+ ***
435+
348436### .spec.init.hostIPC
349437
350438Type: ` boolean ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/shared/v1/container_namespace.go#L33 ) </sup >
@@ -492,6 +580,28 @@ Links:
492580
493581***
494582
583+ ### .spec.jobsTemplates.prediction.cpu.env
584+
585+ Type: ` core.EnvVar ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/shared/v1/envs.go#L33 ) </sup >
586+
587+ Env keeps the information about environment variables provided to the container
588+
589+ Links:
590+ * [ Kubernetes Docs] ( https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#envvar-v1-core )
591+
592+ ***
593+
594+ ### .spec.jobsTemplates.prediction.cpu.envFrom
595+
596+ Type: ` core.EnvFromSource ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/shared/v1/envs.go#L38 ) </sup >
597+
598+ EnvFrom keeps the information about environment variable sources provided to the container
599+
600+ Links:
601+ * [ Kubernetes Docs] ( https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#envfromsource-v1-core )
602+
603+ ***
604+
495605### .spec.jobsTemplates.prediction.cpu.hostIPC
496606
497607Type: ` boolean ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/shared/v1/container_namespace.go#L33 ) </sup >
@@ -639,6 +749,28 @@ Links:
639749
640750***
641751
752+ ### .spec.jobsTemplates.prediction.gpu.env
753+
754+ Type: ` core.EnvVar ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/shared/v1/envs.go#L33 ) </sup >
755+
756+ Env keeps the information about environment variables provided to the container
757+
758+ Links:
759+ * [ Kubernetes Docs] ( https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#envvar-v1-core )
760+
761+ ***
762+
763+ ### .spec.jobsTemplates.prediction.gpu.envFrom
764+
765+ Type: ` core.EnvFromSource ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/shared/v1/envs.go#L38 ) </sup >
766+
767+ EnvFrom keeps the information about environment variable sources provided to the container
768+
769+ Links:
770+ * [ Kubernetes Docs] ( https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#envfromsource-v1-core )
771+
772+ ***
773+
642774### .spec.jobsTemplates.prediction.gpu.hostIPC
643775
644776Type: ` boolean ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/shared/v1/container_namespace.go#L33 ) </sup >
@@ -786,6 +918,28 @@ Links:
786918
787919***
788920
921+ ### .spec.jobsTemplates.training.cpu.env
922+
923+ Type: ` core.EnvVar ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/shared/v1/envs.go#L33 ) </sup >
924+
925+ Env keeps the information about environment variables provided to the container
926+
927+ Links:
928+ * [ Kubernetes Docs] ( https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#envvar-v1-core )
929+
930+ ***
931+
932+ ### .spec.jobsTemplates.training.cpu.envFrom
933+
934+ Type: ` core.EnvFromSource ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/shared/v1/envs.go#L38 ) </sup >
935+
936+ EnvFrom keeps the information about environment variable sources provided to the container
937+
938+ Links:
939+ * [ Kubernetes Docs] ( https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#envfromsource-v1-core )
940+
941+ ***
942+
789943### .spec.jobsTemplates.training.cpu.hostIPC
790944
791945Type: ` boolean ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/shared/v1/container_namespace.go#L33 ) </sup >
@@ -933,6 +1087,28 @@ Links:
9331087
9341088***
9351089
1090+ ### .spec.jobsTemplates.training.gpu.env
1091+
1092+ Type: ` core.EnvVar ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/shared/v1/envs.go#L33 ) </sup >
1093+
1094+ Env keeps the information about environment variables provided to the container
1095+
1096+ Links:
1097+ * [ Kubernetes Docs] ( https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#envvar-v1-core )
1098+
1099+ ***
1100+
1101+ ### .spec.jobsTemplates.training.gpu.envFrom
1102+
1103+ Type: ` core.EnvFromSource ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/shared/v1/envs.go#L38 ) </sup >
1104+
1105+ EnvFrom keeps the information about environment variable sources provided to the container
1106+
1107+ Links:
1108+ * [ Kubernetes Docs] ( https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#envfromsource-v1-core )
1109+
1110+ ***
1111+
9361112### .spec.jobsTemplates.training.gpu.hostIPC
9371113
9381114Type: ` boolean ` <sup >[ \[ ref\] ] ( https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/shared/v1/container_namespace.go#L33 ) </sup >
0 commit comments