Get Container Groups Group Init Container
data class GetContainerGroupsGroupInitContainer(val args: List<String>, val commands: List<String>, val cpu: Double, val environmentVars: List<GetContainerGroupsGroupInitContainerEnvironmentVar>, val gpu: Int, val image: String, val imagePullPolicy: String, val memory: Double, val name: String, val ports: List<GetContainerGroupsGroupInitContainerPort>, val ready: Boolean, val restartCount: Int, val volumeMounts: List<GetContainerGroupsGroupInitContainerVolumeMount>, val workingDir: String)
Constructors
Link copied to clipboard
constructor(args: List<String>, commands: List<String>, cpu: Double, environmentVars: List<GetContainerGroupsGroupInitContainerEnvironmentVar>, gpu: Int, image: String, imagePullPolicy: String, memory: Double, name: String, ports: List<GetContainerGroupsGroupInitContainerPort>, ready: Boolean, restartCount: Int, volumeMounts: List<GetContainerGroupsGroupInitContainerVolumeMount>, workingDir: String)
Properties
Link copied to clipboard
The environment variables.
Link copied to clipboard
The policy for pulling an image.
Link copied to clipboard
The exposed ports and protocols. Maximum: 100
.
Link copied to clipboard
The number of times that the container has restarted.
Link copied to clipboard
The list of volumes mounted to the container.
Link copied to clipboard
The working directory of the container.