Eci Scaling Configuration Container
data class EciScalingConfigurationContainer(val args: List<String>? = null, val commands: List<String>? = null, val cpu: Double? = null, val environmentVars: List<EciScalingConfigurationContainerEnvironmentVar>? = null, val gpu: Int? = null, val image: String? = null, val imagePullPolicy: String? = null, val livenessProbeExecCommands: List<String>? = null, val livenessProbeFailureThreshold: Int? = null, val livenessProbeHttpGetPath: String? = null, val livenessProbeHttpGetPort: Int? = null, val livenessProbeHttpGetScheme: String? = null, val livenessProbeInitialDelaySeconds: Int? = null, val livenessProbePeriodSeconds: Int? = null, val livenessProbeSuccessThreshold: Int? = null, val livenessProbeTcpSocketPort: Int? = null, val livenessProbeTimeoutSeconds: Int? = null, val memory: Double? = null, val name: String? = null, val ports: List<EciScalingConfigurationContainerPort>? = null, val readinessProbeExecCommands: List<String>? = null, val readinessProbeFailureThreshold: Int? = null, val readinessProbeHttpGetPath: String? = null, val readinessProbeHttpGetPort: Int? = null, val readinessProbeHttpGetScheme: String? = null, val readinessProbeInitialDelaySeconds: Int? = null, val readinessProbePeriodSeconds: Int? = null, val readinessProbeSuccessThreshold: Int? = null, val readinessProbeTcpSocketPort: Int? = null, val readinessProbeTimeoutSeconds: Int? = null, val volumeMounts: List<EciScalingConfigurationContainerVolumeMount>? = null, val workingDir: String? = null)
Constructors
Link copied to clipboard
fun EciScalingConfigurationContainer(args: List<String>? = null, commands: List<String>? = null, cpu: Double? = null, environmentVars: List<EciScalingConfigurationContainerEnvironmentVar>? = null, gpu: Int? = null, image: String? = null, imagePullPolicy: String? = null, livenessProbeExecCommands: List<String>? = null, livenessProbeFailureThreshold: Int? = null, livenessProbeHttpGetPath: String? = null, livenessProbeHttpGetPort: Int? = null, livenessProbeHttpGetScheme: String? = null, livenessProbeInitialDelaySeconds: Int? = null, livenessProbePeriodSeconds: Int? = null, livenessProbeSuccessThreshold: Int? = null, livenessProbeTcpSocketPort: Int? = null, livenessProbeTimeoutSeconds: Int? = null, memory: Double? = null, name: String? = null, ports: List<EciScalingConfigurationContainerPort>? = null, readinessProbeExecCommands: List<String>? = null, readinessProbeFailureThreshold: Int? = null, readinessProbeHttpGetPath: String? = null, readinessProbeHttpGetPort: Int? = null, readinessProbeHttpGetScheme: String? = null, readinessProbeInitialDelaySeconds: Int? = null, readinessProbePeriodSeconds: Int? = null, readinessProbeSuccessThreshold: Int? = null, readinessProbeTcpSocketPort: Int? = null, readinessProbeTimeoutSeconds: Int? = null, volumeMounts: List<EciScalingConfigurationContainerVolumeMount>? = null, workingDir: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard