Persistent Volume Claim Patch Args
data class PersistentVolumeClaimPatchArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaPatchArgs>? = null, val spec: Output<PersistentVolumeClaimSpecPatchArgs>? = null, val status: Output<PersistentVolumeClaimStatusPatchArgs>? = null) : ConvertibleToJava<PersistentVolumeClaimPatchArgs>
PersistentVolumeClaim is a user's request for and claim to a persistent volume
Constructors
Link copied to clipboard
fun PersistentVolumeClaimPatchArgs(apiVersion: Output<String>? = null, kind: Output<String>? = null, metadata: Output<ObjectMetaPatchArgs>? = null, spec: Output<PersistentVolumeClaimSpecPatchArgs>? = null, status: Output<PersistentVolumeClaimStatusPatchArgs>? = null)