volumeClaimTemplates

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


@JvmName(name = "mndqpkvwfkrioveu")
suspend fun volumeClaimTemplates(values: List<Output<PersistentVolumeClaimArgs>>)
@JvmName(name = "puvmuobrpqbggcij")
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 = "wejhinlmjkflprrl")
suspend fun volumeClaimTemplates(argument: List<suspend PersistentVolumeClaimArgsBuilder.() -> Unit>)
@JvmName(name = "yhpvglflakltesqf")
suspend fun volumeClaimTemplates(vararg argument: suspend PersistentVolumeClaimArgsBuilder.() -> Unit)
@JvmName(name = "srrfymigmkofwmqf")
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.