AppTemplateInitContainerVolumeMountArgs

data class AppTemplateInitContainerVolumeMountArgs(val name: Output<String>, val path: Output<String>, val subPath: Output<String>? = null) : ConvertibleToJava<AppTemplateInitContainerVolumeMountArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, path: Output<String>, subPath: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>

The name of the Volume to be mounted in the container.

Link copied to clipboard
val path: Output<String>

The path in the container at which to mount this volume.

Link copied to clipboard
val subPath: Output<String>? = null

The sub path of the volume to be mounted in the container.

Functions

Link copied to clipboard
open override fun toJava(): AppTemplateInitContainerVolumeMountArgs