Kustomization Definition Args
data class KustomizationDefinitionArgs(val dependsOn: Output<List<DependsOnDefinitionArgs>>? = null, val force: Output<Boolean>? = null, val path: Output<String>? = null, val prune: Output<Boolean>? = null, val retryIntervalInSeconds: Output<Double>? = null, val syncIntervalInSeconds: Output<Double>? = null, val timeoutInSeconds: Output<Double>? = null, val validation: Output<Either<String, KustomizationValidationType>>? = 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<DependsOnDefinitionArgs>>? = null, force: Output<Boolean>? = null, path: Output<String>? = null, prune: Output<Boolean>? = null, retryIntervalInSeconds: Output<Double>? = null, syncIntervalInSeconds: Output<Double>? = null, timeoutInSeconds: Output<Double>? = null, validation: Output<Either<String, KustomizationValidationType>>? = null)