conditions

@JvmName(name = "yfbjyyxvirmiknsc")
suspend fun conditions(value: Output<List<PersistentVolumeClaimConditionPatchArgs>>)
@JvmName(name = "tldrlndbbwsaljxl")
suspend fun conditions(value: List<PersistentVolumeClaimConditionPatchArgs>?)

Parameters

value

conditions is the current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'.


@JvmName(name = "vjghxqypyijwmhut")
suspend fun conditions(vararg values: Output<PersistentVolumeClaimConditionPatchArgs>)


@JvmName(name = "vyrawwebbidrnvdm")
suspend fun conditions(values: List<Output<PersistentVolumeClaimConditionPatchArgs>>)
@JvmName(name = "psioorqtwrdvvmkr")
suspend fun conditions(vararg values: PersistentVolumeClaimConditionPatchArgs)

Parameters

values

conditions is the current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'.


@JvmName(name = "rvbhsnwettwlrfkf")
suspend fun conditions(argument: List<suspend PersistentVolumeClaimConditionPatchArgsBuilder.() -> Unit>)
@JvmName(name = "nrebsdslvggevsqn")
suspend fun conditions(vararg argument: suspend PersistentVolumeClaimConditionPatchArgsBuilder.() -> Unit)
@JvmName(name = "gapsxsfjyxxjqmpf")
suspend fun conditions(argument: suspend PersistentVolumeClaimConditionPatchArgsBuilder.() -> Unit)

Parameters

argument

conditions is the current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'.