conditions

@JvmName(name = "sgujwsiwkbnbwadp")
suspend fun conditions(value: Output<List<PersistentVolumeClaimConditionPatchArgs>>)
@JvmName(name = "lmnvaplmihjkotwc")
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 = "voxqbkbluaqyovln")
suspend fun conditions(vararg values: Output<PersistentVolumeClaimConditionPatchArgs>)


@JvmName(name = "gdfybvrbxuxtswqy")
suspend fun conditions(values: List<Output<PersistentVolumeClaimConditionPatchArgs>>)
@JvmName(name = "krsgdhpswrjmggro")
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 = "dtkdtdncpnqefybx")
suspend fun conditions(argument: List<suspend PersistentVolumeClaimConditionPatchArgsBuilder.() -> Unit>)
@JvmName(name = "ahevdbhcsaxvixja")
suspend fun conditions(vararg argument: suspend PersistentVolumeClaimConditionPatchArgsBuilder.() -> Unit)
@JvmName(name = "jgoksibbgsgtdhqv")
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'.