components
Parameters
value
The components to deploy. This is a dictionary, where each key is the name of a component, and each key's value is the version and configuration to deploy for that component.
suspend fun components(vararg argument: Pair<String, suspend DeploymentComponentDeploymentSpecificationArgsBuilder.() -> Unit>)
Parameters
argument
The components to deploy. This is a dictionary, where each key is the name of a component, and each key's value is the version and configuration to deploy for that component.
Parameters
values
The components to deploy. This is a dictionary, where each key is the name of a component, and each key's value is the version and configuration to deploy for that component.