nodeTypeFlexibility

@JvmName(name = "rykkwythqwrismtl")
suspend fun nodeTypeFlexibility(value: Output<NodeTemplateNodeTypeFlexibilityArgs>)
@JvmName(name = "mxaamfpmoxbnuuia")
suspend fun nodeTypeFlexibility(value: NodeTemplateNodeTypeFlexibilityArgs?)

Parameters

value

Flexible properties for the desired node type. Node groups that use this node template will create nodes of a type that matches these properties. Only one of nodeTypeFlexibility and nodeType can be specified. Structure is documented below.


@JvmName(name = "muuqtqcsjatydxhv")
suspend fun nodeTypeFlexibility(argument: suspend NodeTemplateNodeTypeFlexibilityArgsBuilder.() -> Unit)

Parameters

argument

Flexible properties for the desired node type. Node groups that use this node template will create nodes of a type that matches these properties. Only one of nodeTypeFlexibility and nodeType can be specified. Structure is documented below.