# Functions

Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewCreateClusterRequest calls the generic CreateCluster builder with application/json body.
NewCreateClusterRequestWithBody generates requests for CreateCluster with any type of body.
NewDeleteAClusterRequest generates requests for DeleteACluster.
NewGetClusterVersionsRequest generates requests for GetClusterVersions.
NewGettingClusterDetailRequest generates requests for GettingClusterDetail.
NewListClustersRequest generates requests for ListClusters.
ParseCreateClusterResponse parses an HTTP response from a CreateClusterWithResponse call.
ParseDeleteAClusterResponse parses an HTTP response from a DeleteAClusterWithResponse call.
ParseGetClusterVersionsResponse parses an HTTP response from a GetClusterVersionsWithResponse call.
ParseGettingClusterDetailResponse parses an HTTP response from a GettingClusterDetailWithResponse call.
ParseListClustersResponse parses an HTTP response from a ListClustersWithResponse call.
WithBaseURL overrides the baseURL.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.

# Structs

Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
ClusterFields defines model for ClusterFields.
ClusterListResponse defines model for ClusterListResponse.
ClusterResponse defines model for ClusterResponse.
ClusterVersions defines model for ClusterVersions.
CreateClusterPayload defines model for CreateClusterPayload.
No description provided by the author
No description provided by the author
ErrorResponseModel defines model for ErrorResponseModel.
No description provided by the author
No description provided by the author
InstanceFlavorFields defines model for InstanceFlavorFields.
No description provided by the author
ResponseModel defines model for ResponseModel.

# Interfaces

The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
Doer performs HTTP requests.

# Type aliases

ClientOption allows setting custom parameters during construction.
CreateClusterJSONRequestBody defines body for CreateCluster for application/json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.