volumeClaimTemplates

@JvmName(name = "nqycsshdswtqfxdn")
suspend fun volumeClaimTemplates(value: Output<List<PersistentVolumeClaimArgs>>)
@JvmName(name = "alvmikbrernsjfoa")
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 = "wwvdgenkqgkqcjqv")
suspend fun volumeClaimTemplates(vararg values: Output<PersistentVolumeClaimArgs>)


@JvmName(name = "jgecdprkfdpgaueq")
suspend fun volumeClaimTemplates(values: List<Output<PersistentVolumeClaimArgs>>)
@JvmName(name = "midyafeujlfhpoqy")
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 = "lleguppklepyduve")
suspend fun volumeClaimTemplates(argument: List<suspend PersistentVolumeClaimArgsBuilder.() -> Unit>)
@JvmName(name = "raumdahcahlpamch")
suspend fun volumeClaimTemplates(vararg argument: suspend PersistentVolumeClaimArgsBuilder.() -> Unit)
@JvmName(name = "gqctcsafbvljeyhf")
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.