Pod Resource Claim Patch Args
data class PodResourceClaimPatchArgs(val name: Output<String>? = null, val source: Output<ClaimSourcePatchArgs>? = null) : ConvertibleToJava<PodResourceClaimPatchArgs>
PodResourceClaim references exactly one ResourceClaim through a ClaimSource. It adds a name to it that uniquely identifies the ResourceClaim inside the Pod. Containers that need access to the ResourceClaim reference it with this name.