conditions

@JvmName(name = "lqwemahecialxjls")
suspend fun conditions(value: Output<List<PersistentVolumeClaimConditionPatchArgs>>)
@JvmName(name = "wiebygnjgptcyqyd")
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 'Resizing'.


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


@JvmName(name = "xgbhgxmghaupbqrr")
suspend fun conditions(values: List<Output<PersistentVolumeClaimConditionPatchArgs>>)
@JvmName(name = "frwmujauopwawscc")
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 'Resizing'.


@JvmName(name = "miotbyvnpcvkkiwi")
suspend fun conditions(argument: List<suspend PersistentVolumeClaimConditionPatchArgsBuilder.() -> Unit>)
@JvmName(name = "okxoxuututjdgtoa")
suspend fun conditions(vararg argument: suspend PersistentVolumeClaimConditionPatchArgsBuilder.() -> Unit)
@JvmName(name = "dgeqotdmnqndxylp")
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 'Resizing'.