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
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)
Properties
Link copied to clipboard
Used for variable substitution for this Kustomization after kustomize build.
Link copied to clipboard
The interval at which to re-reconcile the Kustomization on the cluster in the event of failure on reconciliation.
Link copied to clipboard
The interval at which to re-reconcile the Kustomization on the cluster.
Link copied to clipboard
The maximum time to attempt to reconcile the Kustomization on the cluster.