kustomizations

@JvmName(name = "mscpkaoyswqgfiav")
suspend fun kustomizations(value: Output<Map<String, KustomizationDefinitionArgs>>)
@JvmName(name = "nyoadtcilksxjgxk")
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 = "flhhdrmobnkbhqpm")
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 = "bcirritxgiglbnsq")
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.