spec

suspend fun spec(name: String, block: suspend SpecResourceBuilder.() -> Unit): Spec

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Spec.


fun spec(name: String): Spec

See also

Parameters

name

The unique name of the resulting resource.