GetContainerGroupsGroupInitContainer

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The arguments passed to the commands.

Link copied to clipboard

The commands run by the container.

Link copied to clipboard
val cpu: Double

The amount of CPU resources allocated to the container.

Link copied to clipboard
Link copied to clipboard
val gpu: Int

The amount of GPU resources allocated to the container.

Link copied to clipboard

The image of the container.

Link copied to clipboard

The policy for pulling an image.

Link copied to clipboard

The amount of memory resources allocated to the container.

Link copied to clipboard

The name of the init container.

Link copied to clipboard

The exposed ports and protocols. Maximum: 100.

Link copied to clipboard

Indicates whether the container is ready.

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.