Kustomization Definition Response
data class KustomizationDefinitionResponse(val dependsOn: List<DependsOnDefinitionResponse>? = null, val force: Boolean? = null, val path: String? = null, val prune: Boolean? = null, val retryIntervalInSeconds: Double? = null, val syncIntervalInSeconds: Double? = null, val timeoutInSeconds: Double? = null, val validation: String? = null)
The Kustomization defining how to reconcile the artifact pulled by the source type on the cluster.
Constructors
Link copied to clipboard
fun KustomizationDefinitionResponse(dependsOn: List<DependsOnDefinitionResponse>? = null, force: Boolean? = null, path: String? = null, prune: Boolean? = null, retryIntervalInSeconds: Double? = null, syncIntervalInSeconds: Double? = null, timeoutInSeconds: Double? = null, validation: String? = null)