ResourceClaimTemplateSpecArgs

data class ResourceClaimTemplateSpecArgs(val metadata: Output<ObjectMetaArgs>? = null, val spec: Output<ResourceClaimSpecArgs>) : ConvertibleToJava<ResourceClaimTemplateSpecArgs>

ResourceClaimTemplateSpec contains the metadata and fields for a ResourceClaim.

Constructors

Link copied to clipboard
constructor(metadata: Output<ObjectMetaArgs>? = null, spec: Output<ResourceClaimSpecArgs>)

Properties

Link copied to clipboard
val metadata: Output<ObjectMetaArgs>? = null

ObjectMeta may contain labels and annotations that will be copied into the ResourceClaim when creating it. No other fields are allowed and will be rejected during validation.

Link copied to clipboard

Spec for the ResourceClaim. The entire content is copied unchanged into the ResourceClaim that gets created from this template. The same fields as in a ResourceClaim are also valid here.

Functions

Link copied to clipboard
open override fun toJava(): ResourceClaimTemplateSpecArgs