Get Job Definition Eks Property Pod Property Container
data class GetJobDefinitionEksPropertyPodPropertyContainer(val args: List<String>, val commands: List<String>, val envs: List<GetJobDefinitionEksPropertyPodPropertyContainerEnv>, val image: String, val imagePullPolicy: String, val name: String, val resources: List<GetJobDefinitionEksPropertyPodPropertyContainerResource>, val securityContexts: List<GetJobDefinitionEksPropertyPodPropertyContainerSecurityContext>, val volumeMounts: List<GetJobDefinitionEksPropertyPodPropertyContainerVolumeMount>)
Constructors
Link copied to clipboard
constructor(args: List<String>, commands: List<String>, envs: List<GetJobDefinitionEksPropertyPodPropertyContainerEnv>, image: String, imagePullPolicy: String, name: String, resources: List<GetJobDefinitionEksPropertyPodPropertyContainerResource>, securityContexts: List<GetJobDefinitionEksPropertyPodPropertyContainerSecurityContext>, volumeMounts: List<GetJobDefinitionEksPropertyPodPropertyContainerVolumeMount>)
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.