Kustomization Definition Args
data class KustomizationDefinitionArgs(val dependsOn: Output<List<String>>? = null, val force: Output<Boolean>? = null, val path: Output<String>? = null, val postBuild: Output<PostBuildDefinitionArgs>? = null, val prune: Output<Boolean>? = null, val retryIntervalInSeconds: Output<Double>? = null, val syncIntervalInSeconds: Output<Double>? = null, val timeoutInSeconds: Output<Double>? = null, val wait: Output<Boolean>? = null) : ConvertibleToJava<KustomizationDefinitionArgs>
The Kustomization defining how to reconcile the artifact pulled by the source type on the cluster.
Constructors
Link copied to clipboard
fun KustomizationDefinitionArgs(dependsOn: Output<List<String>>? = null, force: Output<Boolean>? = null, path: Output<String>? = null, postBuild: Output<PostBuildDefinitionArgs>? = null, prune: Output<Boolean>? = null, retryIntervalInSeconds: Output<Double>? = null, syncIntervalInSeconds: Output<Double>? = null, timeoutInSeconds: Output<Double>? = null, wait: Output<Boolean>? = null)