template

@JvmName(name = "odhmktwaxiojpgkc")
suspend fun template(value: Output<PodTemplateSpecPatchArgs>)
@JvmName(name = "hctcidvrpdrxspxi")
suspend fun template(value: PodTemplateSpecPatchArgs?)

Parameters

value

An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template


@JvmName(name = "xrksyphiwtvcxjtm")
suspend fun template(argument: suspend PodTemplateSpecPatchArgsBuilder.() -> Unit)

Parameters

argument

An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template