Application Config Map Mount Desc V2
data class ApplicationConfigMapMountDescV2(val configMapId: String? = null, val key: String? = null, val mountPath: String? = null)
Constructors
Link copied to clipboard
fun ApplicationConfigMapMountDescV2(configMapId: String? = null, key: String? = null, mountPath: String? = null)