Resource Claim Args
data class ResourceClaimArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaArgs>? = null, val spec: Output<ResourceClaimSpecArgs>, val status: Output<ResourceClaimStatusArgs>? = null) : ConvertibleToJava<ResourceClaimArgs>
ResourceClaim describes which resources are needed by a resource consumer. Its status tracks whether the resource has been allocated and what the resulting attributes are. This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
Constructors
Link copied to clipboard
fun ResourceClaimArgs(apiVersion: Output<String>? = null, kind: Output<String>? = null, metadata: Output<ObjectMetaArgs>? = null, spec: Output<ResourceClaimSpecArgs>, status: Output<ResourceClaimStatusArgs>? = null)