diff --git a/static/api-specs/toolhive-crd-api.md b/static/api-specs/toolhive-crd-api.md index fa6a6d8d..87271edc 100644 --- a/static/api-specs/toolhive-crd-api.md +++ b/static/api-specs/toolhive-crd-api.md @@ -876,14 +876,13 @@ _Underlying type:_ _string_ SyncPhase represents the data synchronization state _Validation:_ -- Enum: [Idle Syncing Complete Failed] +- Enum: [Syncing Complete Failed] _Appears in:_ - [SyncStatus](#syncstatus) | Field | Description | | --- | --- | -| `Idle` | SyncPhaseIdle means no sync is needed or scheduled
| | `Syncing` | SyncPhaseSyncing means sync is currently in progress
| | `Complete` | SyncPhaseComplete means sync completed successfully
| | `Failed` | SyncPhaseFailed means sync failed
| @@ -921,7 +920,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `phase` _[SyncPhase](#syncphase)_ | Phase represents the current synchronization phase | | Enum: [Idle Syncing Complete Failed]
| +| `phase` _[SyncPhase](#syncphase)_ | Phase represents the current synchronization phase | | Enum: [Syncing Complete Failed]
| | `message` _string_ | Message provides additional information about the sync status | | | | `lastAttempt` _[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#time-v1-meta)_ | LastAttempt is the timestamp of the last sync attempt | | | | `attemptCount` _integer_ | AttemptCount is the number of sync attempts since last success | | Minimum: 0
|