Flux Configuration Kustomization
data class FluxConfigurationKustomization(val dependsOns: List<String>? = null, val garbageCollectionEnabled: Boolean? = null, val name: String, val path: String? = null, val recreatingEnabled: Boolean? = null, val retryIntervalInSeconds: Int? = null, val syncIntervalInSeconds: Int? = null, val timeoutInSeconds: Int? = null)