ContainerGroupContainerArgs

data class ContainerGroupContainerArgs(val args: Output<List<String>>? = null, val commands: Output<List<String>>? = null, val cpu: Output<Double>? = null, val environmentVars: Output<List<ContainerGroupContainerEnvironmentVarArgs>>? = null, val gpu: Output<Int>? = null, val image: Output<String>, val imagePullPolicy: Output<String>? = null, val livenessProbes: Output<List<ContainerGroupContainerLivenessProbeArgs>>? = null, val memory: Output<Double>? = null, val name: Output<String>, val ports: Output<List<ContainerGroupContainerPortArgs>>? = null, val readinessProbes: Output<List<ContainerGroupContainerReadinessProbeArgs>>? = null, val ready: Output<Boolean>? = null, val restartCount: Output<Int>? = null, val volumeMounts: Output<List<ContainerGroupContainerVolumeMountArgs>>? = null, val workingDir: Output<String>? = null) : ConvertibleToJava<ContainerGroupContainerArgs>

Constructors

Link copied to clipboard
fun ContainerGroupContainerArgs(args: Output<List<String>>? = null, commands: Output<List<String>>? = null, cpu: Output<Double>? = null, environmentVars: Output<List<ContainerGroupContainerEnvironmentVarArgs>>? = null, gpu: Output<Int>? = null, image: Output<String>, imagePullPolicy: Output<String>? = null, livenessProbes: Output<List<ContainerGroupContainerLivenessProbeArgs>>? = null, memory: Output<Double>? = null, name: Output<String>, ports: Output<List<ContainerGroupContainerPortArgs>>? = null, readinessProbes: Output<List<ContainerGroupContainerReadinessProbeArgs>>? = null, ready: Output<Boolean>? = null, restartCount: Output<Int>? = null, volumeMounts: Output<List<ContainerGroupContainerVolumeMountArgs>>? = null, workingDir: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ContainerGroupContainerArgs

Properties

Link copied to clipboard
val args: Output<List<String>>? = null

The arguments passed to the commands.

Link copied to clipboard
val commands: Output<List<String>>? = null

The commands run by the init container.

Link copied to clipboard
val cpu: Output<Double>? = null

The amount of CPU resources allocated to the container group.

Link copied to clipboard

The structure of environmentVars.

Link copied to clipboard
val gpu: Output<Int>? = null

The number GPUs.

Link copied to clipboard
val image: Output<String>

The image of the container.

Link copied to clipboard
val imagePullPolicy: Output<String>? = null

The restart policy of the image.

Link copied to clipboard

The health check of the container.

Link copied to clipboard
val memory: Output<Double>? = null

The amount of memory resources allocated to the container group.

Link copied to clipboard
val name: Output<String>

The name of the volume.

Link copied to clipboard

The structure of port.

Link copied to clipboard

The health check of the container.

Link copied to clipboard
val ready: Output<Boolean>? = null
Link copied to clipboard
val restartCount: Output<Int>? = null
Link copied to clipboard

The structure of volumeMounts.

Link copied to clipboard
val workingDir: Output<String>? = null

The working directory of the container.