template

@JvmName(name = "vsrvukssqgtcmfjq")
suspend fun template(value: Output<PodTemplateSpecArgs>)
@JvmName(name = "lrviksxsdlfqlspf")
suspend fun template(value: PodTemplateSpecArgs?)

Parameters

value

Template is the object that describes the pod that will be created if insufficient replicas are detected. This takes precedence over a TemplateRef. The only allowed template.spec.restartPolicy value is "Always". More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template


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

Parameters

argument

Template is the object that describes the pod that will be created if insufficient replicas are detected. This takes precedence over a TemplateRef. The only allowed template.spec.restartPolicy value is "Always". More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template