Skip to content

Commit cd6abdf

Browse files
Update ToolHive reference docs for toolhive-operator-crds-0.0.34 (#232)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 12b0dda commit cd6abdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/api-specs/toolhive-crd-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ _Appears in:_
173173

174174
| Field | Description | Default | Validation |
175175
| --- | --- | --- | --- |
176-
| `repository` _string_ | Repository is the Git repository URL (HTTP/HTTPS/SSH) | | MinLength: 1 <br />Pattern: `^(https?://\|git@\|ssh://\|git://).*` <br />Required: \{\} <br /> |
176+
| `repository` _string_ | Repository is the Git repository URL (HTTP/HTTPS/SSH) | | MinLength: 1 <br />Pattern: `^(file:///\|https?://\|git@\|ssh://\|git://).*` <br />Required: \{\} <br /> |
177177
| `branch` _string_ | Branch is the Git branch to use (mutually exclusive with Tag and Commit) | | MinLength: 1 <br /> |
178178
| `tag` _string_ | Tag is the Git tag to use (mutually exclusive with Branch and Commit) | | MinLength: 1 <br /> |
179179
| `commit` _string_ | Commit is the Git commit SHA to use (mutually exclusive with Branch and Tag) | | MinLength: 1 <br /> |
@@ -248,7 +248,6 @@ _Appears in:_
248248

249249

250250
MCPRegistry is the Schema for the mcpregistries API
251-
⚠️ Experimental API (v1alpha1) — subject to change.
252251

253252

254253

@@ -363,6 +362,7 @@ _Appears in:_
363362
| `message` _string_ | Message provides additional information about the current phase | | |
364363
| `syncStatus` _[SyncStatus](#syncstatus)_ | SyncStatus provides detailed information about data synchronization | | |
365364
| `apiStatus` _[APIStatus](#apistatus)_ | APIStatus provides detailed information about the API service | | |
365+
| `lastAppliedFilterHash` _string_ | LastAppliedFilterHash is the hash of the last applied filter | | |
366366
| `storageRef` _[StorageReference](#storagereference)_ | StorageRef is a reference to the internal storage location | | |
367367
| `lastManualSyncTrigger` _string_ | LastManualSyncTrigger tracks the last processed manual sync annotation value<br />Used to detect new manual sync requests via toolhive.stacklok.dev/sync-trigger annotation | | |
368368
| `conditions` _[Condition](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#condition-v1-meta) array_ | Conditions represent the latest available observations of the MCPRegistry's state | | |

0 commit comments

Comments
 (0)