volumeClaimTemplates

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


@JvmName(name = "iewdmysxbrevvchw")
suspend fun volumeClaimTemplates(values: List<Output<PersistentVolumeClaimArgs>>)
@JvmName(name = "qqhrbqikidrmftrm")
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 = "fretkrdilvhrhxwn")
suspend fun volumeClaimTemplates(argument: List<suspend PersistentVolumeClaimArgsBuilder.() -> Unit>)
@JvmName(name = "tlixfujljitmjqvp")
suspend fun volumeClaimTemplates(vararg argument: suspend PersistentVolumeClaimArgsBuilder.() -> Unit)
@JvmName(name = "jtsdqfwjvqbnjvik")
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.