volumeClaimTemplates

@JvmName(name = "sarffxtkceujaxws")
suspend fun volumeClaimTemplates(value: Output<List<PersistentVolumeClaimPatchArgs>>)
@JvmName(name = "anaeucidobiamtwc")
suspend fun volumeClaimTemplates(value: List<PersistentVolumeClaimPatchArgs>?)

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 = "pfxpkqnymbburxfm")
suspend fun volumeClaimTemplates(vararg values: Output<PersistentVolumeClaimPatchArgs>)


@JvmName(name = "vqshrkbgklhdgucd")
suspend fun volumeClaimTemplates(values: List<Output<PersistentVolumeClaimPatchArgs>>)
@JvmName(name = "ftvnewrrxvccjbqa")
suspend fun volumeClaimTemplates(vararg values: PersistentVolumeClaimPatchArgs)

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 = "aguubpfbderdugwv")
suspend fun volumeClaimTemplates(argument: List<suspend PersistentVolumeClaimPatchArgsBuilder.() -> Unit>)
@JvmName(name = "oquhqwdllwakgdjj")
suspend fun volumeClaimTemplates(vararg argument: suspend PersistentVolumeClaimPatchArgsBuilder.() -> Unit)
@JvmName(name = "gentycdetrqmljiw")
suspend fun volumeClaimTemplates(argument: suspend PersistentVolumeClaimPatchArgsBuilder.() -> 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.