EciScalingConfigurationInitContainerArgs

data class EciScalingConfigurationInitContainerArgs(val args: Output<List<String>>? = null, val commands: Output<List<String>>? = null, val cpu: Output<Double>? = null, val environmentVars: Output<List<EciScalingConfigurationInitContainerEnvironmentVarArgs>>? = null, val gpu: Output<Int>? = null, val image: Output<String>? = null, val imagePullPolicy: Output<String>? = null, val memory: Output<Double>? = null, val name: Output<String>? = null, val ports: Output<List<EciScalingConfigurationInitContainerPortArgs>>? = null, val volumeMounts: Output<List<EciScalingConfigurationInitContainerVolumeMountArgs>>? = null, val workingDir: Output<String>? = null) : ConvertibleToJava<EciScalingConfigurationInitContainerArgs>

Constructors

Link copied to clipboard
fun EciScalingConfigurationInitContainerArgs(args: Output<List<String>>? = null, commands: Output<List<String>>? = null, cpu: Output<Double>? = null, environmentVars: Output<List<EciScalingConfigurationInitContainerEnvironmentVarArgs>>? = null, gpu: Output<Int>? = null, image: Output<String>? = null, imagePullPolicy: Output<String>? = null, memory: Output<Double>? = null, name: Output<String>? = null, ports: Output<List<EciScalingConfigurationInitContainerPortArgs>>? = null, volumeMounts: Output<List<EciScalingConfigurationInitContainerVolumeMountArgs>>? = null, workingDir: Output<String>? = null)

Functions

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

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.

Link copied to clipboard

The structure of environmentVars. See environment_vars below for details.

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

The number GPUs.

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

The image of the container.

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

The restart policy of the image.

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

The amount of memory resources allocated to the container.

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

The name of the mounted volume.

Link copied to clipboard

The structure of port. See ports below for details.

Link copied to clipboard

The structure of volumeMounts. See volume_mounts below for details.

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

The working directory of the container.