KubernetesRoleStorageArgs

data class KubernetesRoleStorageArgs(val endpoints: Output<List<MountPointMapArgs>>? = null) : ConvertibleToJava<KubernetesRoleStorageArgs>

Kubernetes role storage resource

Constructors

Link copied to clipboard
constructor(endpoints: Output<List<MountPointMapArgs>>? = null)

Properties

Link copied to clipboard
val endpoints: Output<List<MountPointMapArgs>>? = null

Mount points of shares in role(s).

Functions

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