template

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

Parameters

value

template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.


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

Parameters

argument

template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.