Kustomization Definition Response
data class KustomizationDefinitionResponse(val dependsOn: List<String>? = null, val force: Boolean? = null, val name: String, val path: String? = null, val postBuild: PostBuildDefinitionResponse? = null, val prune: Boolean? = null, val retryIntervalInSeconds: Double? = null, val syncIntervalInSeconds: Double? = null, val timeoutInSeconds: Double? = null, val wait: Boolean? = null)
The Kustomization defining how to reconcile the artifact pulled by the source type on the cluster.
Constructors
Link copied to clipboard
constructor(dependsOn: List<String>? = null, force: Boolean? = null, name: String, path: String? = null, postBuild: PostBuildDefinitionResponse? = null, prune: Boolean? = null, retryIntervalInSeconds: Double? = null, syncIntervalInSeconds: Double? = null, timeoutInSeconds: Double? = null, wait: 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.