cronJob

suspend fun cronJob(name: String, block: suspend CronJobResourceBuilder.() -> Unit): CronJob

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for CronJob.


fun cronJob(name: String): CronJob

See also

Parameters

name

The unique name of the resulting resource.