volumeClaimTemplates

@JvmName(name = "beelqjgonsbofukw")
suspend fun volumeClaimTemplates(value: Output<List<PersistentVolumeClaimArgs>>)
@JvmName(name = "uxgqrvbypruarldv")
suspend fun volumeClaimTemplates(value: List<PersistentVolumeClaimArgs>?)

Parameters

value

volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.


@JvmName(name = "slhdggpchunddgfj")
suspend fun volumeClaimTemplates(vararg values: Output<PersistentVolumeClaimArgs>)


@JvmName(name = "vykiylbklblktbxy")
suspend fun volumeClaimTemplates(values: List<Output<PersistentVolumeClaimArgs>>)
@JvmName(name = "txfruxbbecxkbuht")
suspend fun volumeClaimTemplates(vararg values: PersistentVolumeClaimArgs)

Parameters

values

volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.


@JvmName(name = "dndxqvqfhktullsv")
suspend fun volumeClaimTemplates(argument: List<suspend PersistentVolumeClaimArgsBuilder.() -> Unit>)
@JvmName(name = "jitnhqqfchbwtlcp")
suspend fun volumeClaimTemplates(vararg argument: suspend PersistentVolumeClaimArgsBuilder.() -> Unit)
@JvmName(name = "abrjyoxhmmxmekly")
suspend fun volumeClaimTemplates(argument: suspend PersistentVolumeClaimArgsBuilder.() -> Unit)

Parameters

argument

volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.