EksVolume

class EksVolume

Specifies an Amazon EKS volume for a job definition.

Types

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

Properties

Link copied to clipboard

Specifies the configuration of a Kubernetes emptyDir volume. For more information, see emptyDir in the Kubernetes documentation.

Link copied to clipboard

Specifies the configuration of a Kubernetes hostPath volume. For more information, see hostPath in the Kubernetes documentation.

Link copied to clipboard
val name: String?

The name of the volume. The name must be allowed as a DNS subdomain name. For more information, see DNS subdomain names in the Kubernetes documentation.

Link copied to clipboard

Specifies the configuration of a Kubernetes persistentVolumeClaim bounded to a persistentVolume. For more information, see Persistent Volume Claims in the Kubernetes documentation.

Link copied to clipboard

Specifies the configuration of a Kubernetes secret volume. For more information, see secret in the Kubernetes documentation.

Functions

Link copied to clipboard
inline fun copy(block: EksVolume.Builder.() -> Unit = {}): EksVolume
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