EciScalingConfigurationInitContainerVolumeMount

data class EciScalingConfigurationInitContainerVolumeMount(val mountPath: String? = null, val mountPropagation: String? = null, val name: String? = null, val readOnly: Boolean? = null, val subPath: String? = null)

Constructors

constructor(mountPath: String? = null, mountPropagation: String? = null, name: String? = null, readOnly: Boolean? = null, subPath: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mountPath: String? = null
Link copied to clipboard
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val readOnly: Boolean? = null
Link copied to clipboard
val subPath: String? = null