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

18
docs/SwarmSpec.md Normal file
View file

@ -0,0 +1,18 @@
# SwarmSpec
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> | Name of the swarm. | [optional]
**labels** | Option<**std::collections::HashMap<String, String>**> | User-defined key/value metadata. | [optional]
**orchestration** | Option<[**models::SwarmSpecOrchestration**](SwarmSpec_Orchestration.md)> | | [optional]
**raft** | Option<[**models::SwarmSpecRaft**](SwarmSpec_Raft.md)> | | [optional]
**dispatcher** | Option<[**models::SwarmSpecDispatcher**](SwarmSpec_Dispatcher.md)> | | [optional]
**ca_config** | Option<[**models::SwarmSpecCaConfig**](SwarmSpec_CAConfig.md)> | | [optional]
**encryption_config** | Option<[**models::SwarmSpecEncryptionConfig**](SwarmSpec_EncryptionConfig.md)> | | [optional]
**task_defaults** | Option<[**models::SwarmSpecTaskDefaults**](SwarmSpec_TaskDefaults.md)> | | [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)