feat: complete node pool api, sdk and ui

Signed-off-by: allanice001 <allanice001@gmail.com>
This commit is contained in:
allanice001
2025-11-08 10:22:45 +00:00
parent c478a8d10f
commit 334df457ce
130 changed files with 19675 additions and 187 deletions

View File

@@ -1,6 +1,6 @@
# \AnnotationsAPI
All URIs are relative to *http://localhost:8080/api/v1*
All URIs are relative to */api/v1*
Method | HTTP request | Description
------------- | ------------- | -------------

View File

@@ -1,6 +1,6 @@
# \ArcherAdminAPI
All URIs are relative to *http://localhost:8080/api/v1*
All URIs are relative to */api/v1*
Method | HTTP request | Description
------------- | ------------- | -------------

View File

@@ -1,6 +1,6 @@
# \AuthAPI
All URIs are relative to *http://localhost:8080/api/v1*
All URIs are relative to */api/v1*
Method | HTTP request | Description
------------- | ------------- | -------------

View File

@@ -0,0 +1,56 @@
# DtoAttachAnnotationsRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AnnotationIds** | Pointer to **[]string** | | [optional]
## Methods
### NewDtoAttachAnnotationsRequest
`func NewDtoAttachAnnotationsRequest() *DtoAttachAnnotationsRequest`
NewDtoAttachAnnotationsRequest instantiates a new DtoAttachAnnotationsRequest object
This constructor will assign default values to properties that have it defined,
and makes sure properties required by API are set, but the set of arguments
will change when the set of required properties is changed
### NewDtoAttachAnnotationsRequestWithDefaults
`func NewDtoAttachAnnotationsRequestWithDefaults() *DtoAttachAnnotationsRequest`
NewDtoAttachAnnotationsRequestWithDefaults instantiates a new DtoAttachAnnotationsRequest object
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set
### GetAnnotationIds
`func (o *DtoAttachAnnotationsRequest) GetAnnotationIds() []string`
GetAnnotationIds returns the AnnotationIds field if non-nil, zero value otherwise.
### GetAnnotationIdsOk
`func (o *DtoAttachAnnotationsRequest) GetAnnotationIdsOk() (*[]string, bool)`
GetAnnotationIdsOk returns a tuple with the AnnotationIds field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAnnotationIds
`func (o *DtoAttachAnnotationsRequest) SetAnnotationIds(v []string)`
SetAnnotationIds sets AnnotationIds field to given value.
### HasAnnotationIds
`func (o *DtoAttachAnnotationsRequest) HasAnnotationIds() bool`
HasAnnotationIds returns a boolean if a field has been set.
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,56 @@
# DtoAttachLabelsRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**LabelIds** | Pointer to **[]string** | | [optional]
## Methods
### NewDtoAttachLabelsRequest
`func NewDtoAttachLabelsRequest() *DtoAttachLabelsRequest`
NewDtoAttachLabelsRequest instantiates a new DtoAttachLabelsRequest object
This constructor will assign default values to properties that have it defined,
and makes sure properties required by API are set, but the set of arguments
will change when the set of required properties is changed
### NewDtoAttachLabelsRequestWithDefaults
`func NewDtoAttachLabelsRequestWithDefaults() *DtoAttachLabelsRequest`
NewDtoAttachLabelsRequestWithDefaults instantiates a new DtoAttachLabelsRequest object
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set
### GetLabelIds
`func (o *DtoAttachLabelsRequest) GetLabelIds() []string`
GetLabelIds returns the LabelIds field if non-nil, zero value otherwise.
### GetLabelIdsOk
`func (o *DtoAttachLabelsRequest) GetLabelIdsOk() (*[]string, bool)`
GetLabelIdsOk returns a tuple with the LabelIds field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetLabelIds
`func (o *DtoAttachLabelsRequest) SetLabelIds(v []string)`
SetLabelIds sets LabelIds field to given value.
### HasLabelIds
`func (o *DtoAttachLabelsRequest) HasLabelIds() bool`
HasLabelIds returns a boolean if a field has been set.
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,56 @@
# DtoAttachServersRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ServerIds** | Pointer to **[]string** | | [optional]
## Methods
### NewDtoAttachServersRequest
`func NewDtoAttachServersRequest() *DtoAttachServersRequest`
NewDtoAttachServersRequest instantiates a new DtoAttachServersRequest object
This constructor will assign default values to properties that have it defined,
and makes sure properties required by API are set, but the set of arguments
will change when the set of required properties is changed
### NewDtoAttachServersRequestWithDefaults
`func NewDtoAttachServersRequestWithDefaults() *DtoAttachServersRequest`
NewDtoAttachServersRequestWithDefaults instantiates a new DtoAttachServersRequest object
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set
### GetServerIds
`func (o *DtoAttachServersRequest) GetServerIds() []string`
GetServerIds returns the ServerIds field if non-nil, zero value otherwise.
### GetServerIdsOk
`func (o *DtoAttachServersRequest) GetServerIdsOk() (*[]string, bool)`
GetServerIdsOk returns a tuple with the ServerIds field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetServerIds
`func (o *DtoAttachServersRequest) SetServerIds(v []string)`
SetServerIds sets ServerIds field to given value.
### HasServerIds
`func (o *DtoAttachServersRequest) HasServerIds() bool`
HasServerIds returns a boolean if a field has been set.
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,56 @@
# DtoAttachTaintsRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**TaintIds** | Pointer to **[]string** | | [optional]
## Methods
### NewDtoAttachTaintsRequest
`func NewDtoAttachTaintsRequest() *DtoAttachTaintsRequest`
NewDtoAttachTaintsRequest instantiates a new DtoAttachTaintsRequest object
This constructor will assign default values to properties that have it defined,
and makes sure properties required by API are set, but the set of arguments
will change when the set of required properties is changed
### NewDtoAttachTaintsRequestWithDefaults
`func NewDtoAttachTaintsRequestWithDefaults() *DtoAttachTaintsRequest`
NewDtoAttachTaintsRequestWithDefaults instantiates a new DtoAttachTaintsRequest object
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set
### GetTaintIds
`func (o *DtoAttachTaintsRequest) GetTaintIds() []string`
GetTaintIds returns the TaintIds field if non-nil, zero value otherwise.
### GetTaintIdsOk
`func (o *DtoAttachTaintsRequest) GetTaintIdsOk() (*[]string, bool)`
GetTaintIdsOk returns a tuple with the TaintIds field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetTaintIds
`func (o *DtoAttachTaintsRequest) SetTaintIds(v []string)`
SetTaintIds sets TaintIds field to given value.
### HasTaintIds
`func (o *DtoAttachTaintsRequest) HasTaintIds() bool`
HasTaintIds returns a boolean if a field has been set.
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,82 @@
# DtoCreateNodePoolRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | Pointer to **string** | | [optional]
**Role** | Pointer to **string** | | [optional]
## Methods
### NewDtoCreateNodePoolRequest
`func NewDtoCreateNodePoolRequest() *DtoCreateNodePoolRequest`
NewDtoCreateNodePoolRequest instantiates a new DtoCreateNodePoolRequest object
This constructor will assign default values to properties that have it defined,
and makes sure properties required by API are set, but the set of arguments
will change when the set of required properties is changed
### NewDtoCreateNodePoolRequestWithDefaults
`func NewDtoCreateNodePoolRequestWithDefaults() *DtoCreateNodePoolRequest`
NewDtoCreateNodePoolRequestWithDefaults instantiates a new DtoCreateNodePoolRequest object
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set
### GetName
`func (o *DtoCreateNodePoolRequest) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *DtoCreateNodePoolRequest) GetNameOk() (*string, bool)`
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetName
`func (o *DtoCreateNodePoolRequest) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *DtoCreateNodePoolRequest) HasName() bool`
HasName returns a boolean if a field has been set.
### GetRole
`func (o *DtoCreateNodePoolRequest) GetRole() string`
GetRole returns the Role field if non-nil, zero value otherwise.
### GetRoleOk
`func (o *DtoCreateNodePoolRequest) GetRoleOk() (*string, bool)`
GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRole
`func (o *DtoCreateNodePoolRequest) SetRole(v string)`
SetRole sets Role field to given value.
### HasRole
`func (o *DtoCreateNodePoolRequest) HasRole() bool`
HasRole returns a boolean if a field has been set.
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,290 @@
# DtoNodePoolResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Annotations** | Pointer to [**[]DtoAnnotationResponse**](DtoAnnotationResponse.md) | | [optional]
**CreatedAt** | Pointer to **string** | | [optional]
**Id** | Pointer to **string** | | [optional]
**Labels** | Pointer to [**[]DtoLabelResponse**](DtoLabelResponse.md) | | [optional]
**Name** | Pointer to **string** | | [optional]
**OrganizationId** | Pointer to **string** | | [optional]
**Role** | Pointer to **string** | | [optional]
**Servers** | Pointer to [**[]DtoServerResponse**](DtoServerResponse.md) | | [optional]
**Taints** | Pointer to [**[]DtoTaintResponse**](DtoTaintResponse.md) | | [optional]
**UpdatedAt** | Pointer to **string** | | [optional]
## Methods
### NewDtoNodePoolResponse
`func NewDtoNodePoolResponse() *DtoNodePoolResponse`
NewDtoNodePoolResponse instantiates a new DtoNodePoolResponse object
This constructor will assign default values to properties that have it defined,
and makes sure properties required by API are set, but the set of arguments
will change when the set of required properties is changed
### NewDtoNodePoolResponseWithDefaults
`func NewDtoNodePoolResponseWithDefaults() *DtoNodePoolResponse`
NewDtoNodePoolResponseWithDefaults instantiates a new DtoNodePoolResponse object
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set
### GetAnnotations
`func (o *DtoNodePoolResponse) GetAnnotations() []DtoAnnotationResponse`
GetAnnotations returns the Annotations field if non-nil, zero value otherwise.
### GetAnnotationsOk
`func (o *DtoNodePoolResponse) GetAnnotationsOk() (*[]DtoAnnotationResponse, bool)`
GetAnnotationsOk returns a tuple with the Annotations field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAnnotations
`func (o *DtoNodePoolResponse) SetAnnotations(v []DtoAnnotationResponse)`
SetAnnotations sets Annotations field to given value.
### HasAnnotations
`func (o *DtoNodePoolResponse) HasAnnotations() bool`
HasAnnotations returns a boolean if a field has been set.
### GetCreatedAt
`func (o *DtoNodePoolResponse) GetCreatedAt() string`
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
### GetCreatedAtOk
`func (o *DtoNodePoolResponse) GetCreatedAtOk() (*string, bool)`
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCreatedAt
`func (o *DtoNodePoolResponse) SetCreatedAt(v string)`
SetCreatedAt sets CreatedAt field to given value.
### HasCreatedAt
`func (o *DtoNodePoolResponse) HasCreatedAt() bool`
HasCreatedAt returns a boolean if a field has been set.
### GetId
`func (o *DtoNodePoolResponse) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *DtoNodePoolResponse) GetIdOk() (*string, bool)`
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetId
`func (o *DtoNodePoolResponse) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *DtoNodePoolResponse) HasId() bool`
HasId returns a boolean if a field has been set.
### GetLabels
`func (o *DtoNodePoolResponse) GetLabels() []DtoLabelResponse`
GetLabels returns the Labels field if non-nil, zero value otherwise.
### GetLabelsOk
`func (o *DtoNodePoolResponse) GetLabelsOk() (*[]DtoLabelResponse, bool)`
GetLabelsOk returns a tuple with the Labels field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetLabels
`func (o *DtoNodePoolResponse) SetLabels(v []DtoLabelResponse)`
SetLabels sets Labels field to given value.
### HasLabels
`func (o *DtoNodePoolResponse) HasLabels() bool`
HasLabels returns a boolean if a field has been set.
### GetName
`func (o *DtoNodePoolResponse) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *DtoNodePoolResponse) GetNameOk() (*string, bool)`
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetName
`func (o *DtoNodePoolResponse) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *DtoNodePoolResponse) HasName() bool`
HasName returns a boolean if a field has been set.
### GetOrganizationId
`func (o *DtoNodePoolResponse) GetOrganizationId() string`
GetOrganizationId returns the OrganizationId field if non-nil, zero value otherwise.
### GetOrganizationIdOk
`func (o *DtoNodePoolResponse) GetOrganizationIdOk() (*string, bool)`
GetOrganizationIdOk returns a tuple with the OrganizationId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetOrganizationId
`func (o *DtoNodePoolResponse) SetOrganizationId(v string)`
SetOrganizationId sets OrganizationId field to given value.
### HasOrganizationId
`func (o *DtoNodePoolResponse) HasOrganizationId() bool`
HasOrganizationId returns a boolean if a field has been set.
### GetRole
`func (o *DtoNodePoolResponse) GetRole() string`
GetRole returns the Role field if non-nil, zero value otherwise.
### GetRoleOk
`func (o *DtoNodePoolResponse) GetRoleOk() (*string, bool)`
GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRole
`func (o *DtoNodePoolResponse) SetRole(v string)`
SetRole sets Role field to given value.
### HasRole
`func (o *DtoNodePoolResponse) HasRole() bool`
HasRole returns a boolean if a field has been set.
### GetServers
`func (o *DtoNodePoolResponse) GetServers() []DtoServerResponse`
GetServers returns the Servers field if non-nil, zero value otherwise.
### GetServersOk
`func (o *DtoNodePoolResponse) GetServersOk() (*[]DtoServerResponse, bool)`
GetServersOk returns a tuple with the Servers field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetServers
`func (o *DtoNodePoolResponse) SetServers(v []DtoServerResponse)`
SetServers sets Servers field to given value.
### HasServers
`func (o *DtoNodePoolResponse) HasServers() bool`
HasServers returns a boolean if a field has been set.
### GetTaints
`func (o *DtoNodePoolResponse) GetTaints() []DtoTaintResponse`
GetTaints returns the Taints field if non-nil, zero value otherwise.
### GetTaintsOk
`func (o *DtoNodePoolResponse) GetTaintsOk() (*[]DtoTaintResponse, bool)`
GetTaintsOk returns a tuple with the Taints field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetTaints
`func (o *DtoNodePoolResponse) SetTaints(v []DtoTaintResponse)`
SetTaints sets Taints field to given value.
### HasTaints
`func (o *DtoNodePoolResponse) HasTaints() bool`
HasTaints returns a boolean if a field has been set.
### GetUpdatedAt
`func (o *DtoNodePoolResponse) GetUpdatedAt() string`
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
### GetUpdatedAtOk
`func (o *DtoNodePoolResponse) GetUpdatedAtOk() (*string, bool)`
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetUpdatedAt
`func (o *DtoNodePoolResponse) SetUpdatedAt(v string)`
SetUpdatedAt sets UpdatedAt field to given value.
### HasUpdatedAt
`func (o *DtoNodePoolResponse) HasUpdatedAt() bool`
HasUpdatedAt returns a boolean if a field has been set.
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -0,0 +1,82 @@
# DtoUpdateNodePoolRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | Pointer to **string** | | [optional]
**Role** | Pointer to **string** | | [optional]
## Methods
### NewDtoUpdateNodePoolRequest
`func NewDtoUpdateNodePoolRequest() *DtoUpdateNodePoolRequest`
NewDtoUpdateNodePoolRequest instantiates a new DtoUpdateNodePoolRequest object
This constructor will assign default values to properties that have it defined,
and makes sure properties required by API are set, but the set of arguments
will change when the set of required properties is changed
### NewDtoUpdateNodePoolRequestWithDefaults
`func NewDtoUpdateNodePoolRequestWithDefaults() *DtoUpdateNodePoolRequest`
NewDtoUpdateNodePoolRequestWithDefaults instantiates a new DtoUpdateNodePoolRequest object
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set
### GetName
`func (o *DtoUpdateNodePoolRequest) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *DtoUpdateNodePoolRequest) GetNameOk() (*string, bool)`
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetName
`func (o *DtoUpdateNodePoolRequest) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *DtoUpdateNodePoolRequest) HasName() bool`
HasName returns a boolean if a field has been set.
### GetRole
`func (o *DtoUpdateNodePoolRequest) GetRole() string`
GetRole returns the Role field if non-nil, zero value otherwise.
### GetRoleOk
`func (o *DtoUpdateNodePoolRequest) GetRoleOk() (*string, bool)`
GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRole
`func (o *DtoUpdateNodePoolRequest) SetRole(v string)`
SetRole sets Role field to given value.
### HasRole
`func (o *DtoUpdateNodePoolRequest) HasRole() bool`
HasRole returns a boolean if a field has been set.
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -1,6 +1,6 @@
# \HealthAPI
All URIs are relative to *http://localhost:8080/api/v1*
All URIs are relative to */api/v1*
Method | HTTP request | Description
------------- | ------------- | -------------

View File

@@ -1,6 +1,6 @@
# \LabelsAPI
All URIs are relative to *http://localhost:8080/api/v1*
All URIs are relative to */api/v1*
Method | HTTP request | Description
------------- | ------------- | -------------

View File

@@ -1,6 +1,6 @@
# \MeAPI
All URIs are relative to *http://localhost:8080/api/v1*
All URIs are relative to */api/v1*
Method | HTTP request | Description
------------- | ------------- | -------------

View File

@@ -1,6 +1,6 @@
# \MeAPIKeysAPI
All URIs are relative to *http://localhost:8080/api/v1*
All URIs are relative to */api/v1*
Method | HTTP request | Description
------------- | ------------- | -------------

1239
sdk/go/docs/NodePoolsAPI.md Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
# \OrgsAPI
All URIs are relative to *http://localhost:8080/api/v1*
All URIs are relative to */api/v1*
Method | HTTP request | Description
------------- | ------------- | -------------

View File

@@ -1,6 +1,6 @@
# \ServersAPI
All URIs are relative to *http://localhost:8080/api/v1*
All URIs are relative to */api/v1*
Method | HTTP request | Description
------------- | ------------- | -------------

View File

@@ -1,6 +1,6 @@
# \SshAPI
All URIs are relative to *http://localhost:8080/api/v1*
All URIs are relative to */api/v1*
Method | HTTP request | Description
------------- | ------------- | -------------

View File

@@ -1,6 +1,6 @@
# \TaintsAPI
All URIs are relative to *http://localhost:8080/api/v1*
All URIs are relative to */api/v1*
Method | HTTP request | Description
------------- | ------------- | -------------