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
*HealthcheckServiceApi* | [**healthcheck_service_get_dependency_health**](docs/HealthcheckServiceApi.md#healthcheck_service_get_dependency_health) | **GET** /healthcheck/{dependency} | List the current health of a specific Seldon Deploy dependency or all of them
@@ -125,6 +126,59 @@ Name | Type | Description | Notes
125
126
126
127
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**hashes** | [**list[str]**](str.md)| Hashes is an array of git commit hashes to get diffs for |
165
+
**namespace** | **str**| Namespace provides a logical grouping of resources |
166
+
167
+
### Return type
168
+
169
+
[**list[FileDiff]**](FileDiff.md)
170
+
171
+
### Authorization
172
+
173
+
[OAuth2](../README.md#OAuth2)
174
+
175
+
### HTTP request headers
176
+
177
+
-**Content-Type**: application/json
178
+
-**Accept**: application/json
179
+
180
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
181
+
128
182
# **read_git_ops_status**
129
183
> object read_git_ops_status(namespace)
130
184
@@ -501,7 +555,7 @@ Name | Type | Description | Notes
501
555
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
print("Exception when calling GitOpsApi->seldon_deployment_git_restore: %s\n"% e)
@@ -540,6 +595,7 @@ Name | Type | Description | Notes
540
595
**name** | **str**| Name identifies a resource |
541
596
**namespace** | **str**| Namespace provides a logical grouping of resources |
542
597
**hash** | **str**| Hash | [optional]
598
+
**action** | **str**| Action | [optional]
543
599
**message** | **str**| Message | [optional]
544
600
545
601
### Return type
@@ -558,7 +614,7 @@ Name | Type | Description | Notes
558
614
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
@@ -514,3 +515,62 @@ Name | Type | Description | Notes
514
515
515
516
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**namespace** | **str**| Namespace provides a logical grouping of resources |
558
+
**model** | [**Model**](Model.md)| Seldon Model |
559
+
**action** | **str**| Action | [optional]
560
+
**message** | **str**| Message | [optional]
561
+
562
+
### Return type
563
+
564
+
[**SeldonModel**](SeldonModel.md)
565
+
566
+
### Authorization
567
+
568
+
[OAuth2](../README.md#OAuth2)
569
+
570
+
### HTTP request headers
571
+
572
+
-**Content-Type**: application/json
573
+
-**Accept**: application/json
574
+
575
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments