conditions

@JvmName(name = "vpordjufbrajrwdp")
suspend fun conditions(value: Output<List<PersistentVolumeClaimConditionArgs>>)
@JvmName(name = "tjwwthenvqgnjuap")
suspend fun conditions(value: List<PersistentVolumeClaimConditionArgs>?)

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 = "rjivthfjccyxehdw")
suspend fun conditions(vararg values: Output<PersistentVolumeClaimConditionArgs>)


@JvmName(name = "rcdlnimxqrxyiais")
suspend fun conditions(values: List<Output<PersistentVolumeClaimConditionArgs>>)
@JvmName(name = "xcmtnyivdfatbnab")
suspend fun conditions(vararg values: PersistentVolumeClaimConditionArgs)

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 = "bfvvqhgwtqpqubrp")
suspend fun conditions(argument: List<suspend PersistentVolumeClaimConditionArgsBuilder.() -> Unit>)
@JvmName(name = "ubdauhtwiypcpirh")
suspend fun conditions(vararg argument: suspend PersistentVolumeClaimConditionArgsBuilder.() -> Unit)
@JvmName(name = "hmmagdaakbwoedvk")
suspend fun conditions(argument: suspend PersistentVolumeClaimConditionArgsBuilder.() -> 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'.