You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: static/api-specs/toolhive-crd-api.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ _Appears in:_
173
173
174
174
| Field | Description | Default | Validation |
175
175
| --- | --- | --- | --- |
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 /> |
177
177
|`branch`_string_| Branch is the Git branch to use (mutually exclusive with Tag and Commit) || MinLength: 1 <br /> |
178
178
|`tag`_string_| Tag is the Git tag to use (mutually exclusive with Branch and Commit) || MinLength: 1 <br /> |
179
179
|`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:_
248
248
249
249
250
250
MCPRegistry is the Schema for the mcpregistries API
251
-
⚠️ Experimental API (v1alpha1) — subject to change.
252
251
253
252
254
253
@@ -363,6 +362,7 @@ _Appears in:_
363
362
|`message`_string_| Message provides additional information about the current phase |||
364
363
|`syncStatus`_[SyncStatus](#syncstatus)_| SyncStatus provides detailed information about data synchronization |||
365
364
|`apiStatus`_[APIStatus](#apistatus)_| APIStatus provides detailed information about the API service |||
365
+
|`lastAppliedFilterHash`_string_| LastAppliedFilterHash is the hash of the last applied filter |||
366
366
|`storageRef`_[StorageReference](#storagereference)_| StorageRef is a reference to the internal storage location |||
367
367
|`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 |||
368
368
|`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