parametersRef

@JvmName(name = "eipnmfukyqlblmnt")
suspend fun parametersRef(value: Output<ResourceClassParametersReferenceArgs>)
@JvmName(name = "wopolsrcapcgdhle")
suspend fun parametersRef(value: ResourceClassParametersReferenceArgs?)

Parameters

value

ParametersRef references an arbitrary separate object that may hold parameters that will be used by the driver when allocating a resource that uses this class. A dynamic resource driver can distinguish between parameters stored here and and those stored in ResourceClaimSpec.


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

Parameters

argument

ParametersRef references an arbitrary separate object that may hold parameters that will be used by the driver when allocating a resource that uses this class. A dynamic resource driver can distinguish between parameters stored here and and those stored in ResourceClaimSpec.