Service Template Spec Container Args
data class ServiceTemplateSpecContainerArgs(val args: Output<List<String>>? = null, val commands: Output<List<String>>? = null, val envFroms: Output<List<ServiceTemplateSpecContainerEnvFromArgs>>? = null, val envs: Output<List<ServiceTemplateSpecContainerEnvArgs>>? = null, val image: Output<String>, val livenessProbe: Output<ServiceTemplateSpecContainerLivenessProbeArgs>? = null, val name: Output<String>? = null, val ports: Output<List<ServiceTemplateSpecContainerPortArgs>>? = null, val resources: Output<ServiceTemplateSpecContainerResourcesArgs>? = null, val startupProbe: Output<ServiceTemplateSpecContainerStartupProbeArgs>? = null, val volumeMounts: Output<List<ServiceTemplateSpecContainerVolumeMountArgs>>? = null, val workingDir: Output<String>? = null) : ConvertibleToJava<ServiceTemplateSpecContainerArgs>
Constructors
Link copied to clipboard
fun ServiceTemplateSpecContainerArgs(args: Output<List<String>>? = null, commands: Output<List<String>>? = null, envFroms: Output<List<ServiceTemplateSpecContainerEnvFromArgs>>? = null, envs: Output<List<ServiceTemplateSpecContainerEnvArgs>>? = null, image: Output<String>, livenessProbe: Output<ServiceTemplateSpecContainerLivenessProbeArgs>? = null, name: Output<String>? = null, ports: Output<List<ServiceTemplateSpecContainerPortArgs>>? = null, resources: Output<ServiceTemplateSpecContainerResourcesArgs>? = null, startupProbe: Output<ServiceTemplateSpecContainerStartupProbeArgs>? = null, volumeMounts: Output<List<ServiceTemplateSpecContainerVolumeMountArgs>>? = null, workingDir: Output<String>? = null)
Functions
Properties
Link copied to clipboard
(Optional, Deprecated) List of sources to populate environment variables in the container. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Structure is documented below.