kustomizations

@JvmName(name = "atxvojvaefqkyqsa")
suspend fun kustomizations(value: Output<Map<String, KustomizationDefinitionArgs>>)
@JvmName(name = "oyvffgfkcitbpsoy")
suspend fun kustomizations(value: Map<String, KustomizationDefinitionArgs>?)

Parameters

value

Array of kustomizations used to reconcile the artifact pulled by the source type on the cluster.


@JvmName(name = "dmapumkhnqhqjdvb")
suspend fun kustomizations(vararg argument: Pair<String, suspend KustomizationDefinitionArgsBuilder.() -> Unit>)

Parameters

argument

Array of kustomizations used to reconcile the artifact pulled by the source type on the cluster.


@JvmName(name = "pdmrvlkfxgclragu")
fun kustomizations(vararg values: Pair<String, KustomizationDefinitionArgs>)

Parameters

values

Array of kustomizations used to reconcile the artifact pulled by the source type on the cluster.