From e06b44907fa6ef49d6c1c06274af32d89308bf99 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 3 Oct 2025 08:28:35 +0000
Subject: [PATCH] Update ToolHive reference docs for
toolhive-operator-crds-0.0.31
---
static/api-specs/toolhive-crd-api.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/static/api-specs/toolhive-crd-api.md b/static/api-specs/toolhive-crd-api.md
index fa6a6d8..87271ed 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
|