Get Job Definition Eks Property Pod Property Init Container
data class GetJobDefinitionEksPropertyPodPropertyInitContainer(val args: List<String>, val commands: List<String>, val envs: List<GetJobDefinitionEksPropertyPodPropertyInitContainerEnv>, val image: String, val imagePullPolicy: String, val name: String, val resources: List<GetJobDefinitionEksPropertyPodPropertyInitContainerResource>, val securityContexts: List<GetJobDefinitionEksPropertyPodPropertyInitContainerSecurityContext>, val volumeMounts: List<GetJobDefinitionEksPropertyPodPropertyInitContainerVolumeMount>)
Constructors
Link copied to clipboard
constructor(args: List<String>, commands: List<String>, envs: List<GetJobDefinitionEksPropertyPodPropertyInitContainerEnv>, image: String, imagePullPolicy: String, name: String, resources: List<GetJobDefinitionEksPropertyPodPropertyInitContainerResource>, securityContexts: List<GetJobDefinitionEksPropertyPodPropertyInitContainerSecurityContext>, volumeMounts: List<GetJobDefinitionEksPropertyPodPropertyInitContainerVolumeMount>)
Properties
Link copied to clipboard
The environment variables to pass to a container. Array of EksContainerEnvironmentVariable objects.
Link copied to clipboard
The image pull policy for the container.
Link copied to clipboard
The type and amount of resources to assign to a container.
Link copied to clipboard
The security context for a job.
Link copied to clipboard
The volume mounts for the container.