daemonSet

suspend fun daemonSet(name: String, block: suspend DaemonSetResourceBuilder.() -> Unit): DaemonSet

Deprecated

apps/v1beta2/DaemonSet is deprecated by apps/v1/DaemonSet and not supported by Kubernetes v1.16+ clusters.

Parameters

name

The unique name of the resulting resource.

block

Builder for DaemonSet.

See also


Deprecated

apps/v1beta2/DaemonSet is deprecated by apps/v1/DaemonSet and not supported by Kubernetes v1.16+ clusters.

Parameters

name

The unique name of the resulting resource.

See also