genereated from openapi generator

This commit is contained in:
Pakin 2025-06-16 16:37:36 +07:00
commit 381e758fdf
500 changed files with 25844 additions and 0 deletions

12
docs/EndpointSpec.md Normal file
View file

@ -0,0 +1,12 @@
# EndpointSpec
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**mode** | Option<**String**> | The mode of resolution to use for internal load balancing between tasks. | [optional][default to Vip]
**ports** | Option<[**Vec<models::EndpointPortConfig>**](EndpointPortConfig.md)> | List of exposed ports that this service is accessible on from the outside. Ports can only be provided if `vip` resolution mode is used. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)