# README
Go API client for swagger
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
Overview
This API client was generated by the swagger-codegen project. By using the swagger-spec from a remote server, you can easily generate an API client.
- API version: 1.0-SNAPSHOT
- Package version: 1.0.0
- Build package: io.swagger.codegen.v3.generators.go.GoClientCodegen
Installation
Put the package under your project folder and add the following in import:
import "./swagger"
Documentation for API Endpoints
All URIs are relative to /
Class | Method | HTTP request | Description |
---|---|---|---|
V1ClusterControllerApi | V1ClustersClusterIdDelete | Delete /v1/clusters/{clusterId} | |
V1ClusterControllerApi | V1ClustersClusterIdGet | Get /v1/clusters/{clusterId} | |
V1ClusterControllerApi | V1ClustersClusterIdKubeconfigGet | Get /v1/clusters/{clusterId}/kubeconfig | |
V1ClusterControllerApi | V1ClustersClusterIdPut | Put /v1/clusters/{clusterId} | |
V1ClusterControllerApi | V1ClustersGet | Get /v1/clusters | |
V1ClusterControllerApi | V1ClustersPost | Post /v1/clusters | |
V1NodeGroupControllerApi | V1ClustersClusterIdNodeGroupsGet | Get /v1/clusters/{clusterId}/node-groups | |
V1NodeGroupControllerApi | V1ClustersClusterIdNodeGroupsNodeGroupIdDelete | Delete /v1/clusters/{clusterId}/node-groups/{nodeGroupId} | |
V1NodeGroupControllerApi | V1ClustersClusterIdNodeGroupsNodeGroupIdGet | Get /v1/clusters/{clusterId}/node-groups/{nodeGroupId} | |
V1NodeGroupControllerApi | V1ClustersClusterIdNodeGroupsNodeGroupIdNodesGet | Get /v1/clusters/{clusterId}/node-groups/{nodeGroupId}/nodes | |
V1NodeGroupControllerApi | V1ClustersClusterIdNodeGroupsNodeGroupIdPut | Put /v1/clusters/{clusterId}/node-groups/{nodeGroupId} | |
V1NodeGroupControllerApi | V1ClustersClusterIdNodeGroupsPost | Post /v1/clusters/{clusterId}/node-groups | |
V1NodeGroupImageControllerApi | V1NodeGroupImagesGet | Get /v1/node-group-images | |
V1WorkspaceControllerApi | V1WorkspaceGet | Get /v1/workspace | |
V1WorkspaceControllerApi | V1WorkspacePost | Post /v1/workspace | |
V1WorkspaceControllerApi | V1WorkspaceResetServiceAccountPost | Post /v1/workspace/reset-service-account |
Documentation For Models
- ClusterDetailDto
- ClusterDto
- CreateClusterComboDto
- CreateNodeGroupDto
- NetworkType
- NodeDto
- NodeGroupAutoScaleConfigDto
- NodeGroupDetailDto
- NodeGroupDto
- NodeGroupImageDto
- NodeGroupTaintDto
- NodeGroupUpgradeConfigDto
- PagingResultDtoClusterDto
- PagingResultDtoNodeDto
- PagingResultDtoNodeGroupDto
- UpdateClusterDto
- UpdateNodeGroupDto
- WorkspaceDto
Documentation For Authorization
Endpoints do not require authorization.
Author
# Functions
CacheExpires helper function to determine remaining time before repeating a request.
NewAPIClient creates a new API client.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
List of NetworkType.
List of NetworkType.
List of NetworkType.
List of NetworkType.
# Variables
ContextAccessToken takes a string oauth2 access token as authentication for the request.
ContextAPIKey takes an APIKey as authentication for the request.
ContextBasicAuth takes BasicAuth as authentication for the request.
ContextOAuth2 takes a oauth2.TokenSource as authentication for the request.
# Structs
APIClient manages communication with the vks-api API API v1.0-SNAPSHOT In most cases there should be only one, shared, APIClient.
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
No description provided by the author
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GenericSwaggerError Provides access to the body, error and model on returned errors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author