Flux Configuration Kustomization Args
data class FluxConfigurationKustomizationArgs(val dependsOns: Output<List<String>>? = null, val garbageCollectionEnabled: Output<Boolean>? = null, val name: Output<String>, val path: Output<String>? = null, val recreatingEnabled: Output<Boolean>? = null, val retryIntervalInSeconds: Output<Int>? = null, val syncIntervalInSeconds: Output<Int>? = null, val timeoutInSeconds: Output<Int>? = null) : ConvertibleToJava<FluxConfigurationKustomizationArgs>
Constructors
Link copied to clipboard
fun FluxConfigurationKustomizationArgs(dependsOns: Output<List<String>>? = null, garbageCollectionEnabled: Output<Boolean>? = null, name: Output<String>, path: Output<String>? = null, recreatingEnabled: Output<Boolean>? = null, retryIntervalInSeconds: Output<Int>? = null, syncIntervalInSeconds: Output<Int>? = null, timeoutInSeconds: Output<Int>? = null)