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
fun KustomizationDefinitionResponse(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)