Kustomization Definition Args
constructor(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)