Resource Claim Parameters Reference Patch
data class ResourceClaimParametersReferencePatch(val apiGroup: String? = null, val kind: String? = null, val name: String? = null)
ResourceClaimParametersReference contains enough information to let you locate the parameters for a ResourceClaim. The object must be in the same namespace as the ResourceClaim.
Constructors
Link copied to clipboard
fun ResourceClaimParametersReferencePatch(apiGroup: String? = null, kind: String? = null, name: String? = null)