parametersRef

@JvmName(name = "dkptdcxmquyejimq")
suspend fun parametersRef(value: Output<ResourceClaimParametersReferenceArgs>)
@JvmName(name = "qnuxffgtawfxbaiy")
suspend fun parametersRef(value: ResourceClaimParametersReferenceArgs?)

Parameters

value

ParametersRef references a separate object with arbitrary parameters that will be used by the driver when allocating a resource for the claim. The object must be in the same namespace as the ResourceClaim.


@JvmName(name = "yxpvcowkgxopsndn")
suspend fun parametersRef(argument: suspend ResourceClaimParametersReferenceArgsBuilder.() -> Unit)

Parameters

argument

ParametersRef references a separate object with arbitrary parameters that will be used by the driver when allocating a resource for the claim. The object must be in the same namespace as the ResourceClaim.