pod

suspend fun pod(name: String, block: suspend PodResourceBuilder.() -> Unit): Pod

Parameters

name

The unique name of the resulting resource.

block

Builder for Pod.

See also


fun pod(name: String): Pod

Parameters

name

The unique name of the resulting resource.

See also