API Reference for ArangoProfile V1Alpha1

Spec

.spec.selectors.label

Type: meta.LabelSelector [ref]

Label keeps information about label selector


.spec.template.container.all.env

Type: core.EnvVar [ref]

Env keeps the information about environment variables provided to the container

Links:


.spec.template.container.all.envFrom

Type: core.EnvFromSource [ref]

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

Links:


.spec.template.container.all.volumeMounts

Type: []core.VolumeMount [ref]

VolumeMounts keeps list of pod volumes to mount into the container’s filesystem.


.spec.template.container.containers.<string>.args

Type: array [ref]

Arguments to the entrypoint. The container image’s CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double \(are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "\)(VAR_NAME)” will produce the string literal “$(VAR_NAME)”. Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated.

Links:


.spec.template.container.containers.<string>.command

Type: array [ref]

Entrypoint array. Not executed within a shell. The container image’s ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double \(are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "\)(VAR_NAME)” will produce the string literal “$(VAR_NAME)”. Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated.

Links:


.spec.template.container.containers.<string>.env

Type: core.EnvVar [ref]

Env keeps the information about environment variables provided to the container

Links:


.spec.template.container.containers.<string>.envFrom

Type: core.EnvFromSource [ref]

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

Links:


.spec.template.container.containers.<string>.image

Type: string [ref]

Image define image details


.spec.template.container.containers.<string>.imagePullPolicy

Type: string [ref]

ImagePullPolicy define Image pull policy

Default Value: IfNotPresent


.spec.template.container.containers.<string>.lifecycle

Type: core.Lifecycle [ref]

Lifecycle keeps actions that the management system should take in response to container lifecycle events.


.spec.template.container.containers.<string>.livenessProbe

Type: core.Probe [ref]

LivenessProbe keeps configuration of periodic probe of container liveness. Container will be restarted if the probe fails.

Links:


.spec.template.container.containers.<string>.ports

Type: []core.ContainerPort [ref]

Ports contains list of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default “0.0.0.0” address inside a container will be accessible from the network.


.spec.template.container.containers.<string>.readinessProbe

Type: core.Probe [ref]

ReadinessProbe keeps configuration of periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails.

Links:


.spec.template.container.containers.<string>.resources

Type: core.ResourceRequirements [ref]

Resources holds resource requests & limits for container

Links:


.spec.template.container.containers.<string>.securityContext

Type: core.SecurityContext [ref]

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

Links:


.spec.template.container.containers.<string>.startupProbe

Type: core.Probe [ref]

StartupProbe indicates that the Pod has successfully initialized. If specified, no other probes are executed until this completes successfully. If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. This can be used to provide different probe parameters at the beginning of a Pod’s lifecycle, when it might take a long time to load data or warm a cache, than during steady-state operation.

Links:


.spec.template.container.containers.<string>.volumeMounts

Type: []core.VolumeMount [ref]

VolumeMounts keeps list of pod volumes to mount into the container’s filesystem.


.spec.template.container.containers.<string>.workingDir

Type: string [ref]

Container’s working directory. If not specified, the container runtime’s default will be used, which might be configured in the container image.


.spec.template.pod.affinity

Type: core.Affinity [ref]

Affinity defines scheduling constraints for workload

Links:


.spec.template.pod.annotations

Type: object [ref]

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects.

Links:


.spec.template.pod.automountServiceAccountToken

Type: boolean [ref]

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted.


.spec.template.pod.hostIPC

Type: boolean [ref]

HostIPC defines to use the host’s ipc namespace.

Default Value: false


.spec.template.pod.hostNetwork

Type: boolean [ref]

HostNetwork requests Host network for this pod. Use the host’s network namespace. If this option is set, the ports that will be used must be specified.

Default Value: false


.spec.template.pod.hostPID

Type: boolean [ref]

HostPID define to use the host’s pid namespace.

Default Value: false


.spec.template.pod.imagePullSecrets

Type: array [ref]

ImagePullSecrets define Secrets used to pull Image from registry


.spec.template.pod.labels

Type: object [ref]

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services.

Links:


.spec.template.pod.nodeSelector

Type: object [ref]

NodeSelector is a selector that must be true for the workload to fit on a node.

Links:


.spec.template.pod.ownerReferences

Type: meta.OwnerReference [ref]

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.


.spec.template.pod.podSecurityContext

Type: core.PodSecurityContext [ref]

PodSecurityContext holds pod-level security attributes and common container settings.

Links:


.spec.template.pod.schedulerName

Type: string [ref]

SchedulerName specifies, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler.

Default Value: ""


.spec.template.pod.serviceAccountName

Type: string [ref]

ServiceAccountName is the name of the ServiceAccount to use to run this pod.

Links:


.spec.template.pod.shareProcessNamespace

Type: boolean [ref]

ShareProcessNamespace defines to share a single process namespace between all of the containers in a pod. When this is set containers will be able to view and signal processes from other containers in the same pod, and the first process in each container will not be assigned PID 1. HostPID and ShareProcessNamespace cannot both be set.

Default Value: false


.spec.template.pod.tolerations

Type: []core.Toleration [ref]

Tolerations defines tolerations

Links:


.spec.template.pod.volumes

Type: []core.Volume [ref]

Volumes keeps list of volumes that can be mounted by containers belonging to the pod.

Links:


.spec.template.priority

Type: integer [ref]