EksContainerVolumeMount

The volume mounts for a container for an Amazon EKS job. For more information about volumes and volume mounts in Kubernetes, see Volumes in the Kubernetes documentation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The path on the container where the volume is mounted.

Link copied to clipboard
val name: String?

The name the volume mount. This must match the name of one of the volumes in the pod.

Link copied to clipboard

If this value is true, the container has read-only access to the volume. Otherwise, the container can write to the volume. The default value is false.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String