# 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 /

ClassMethodHTTP requestDescription
V1ClusterControllerApiV1ClustersClusterIdDeleteDelete /v1/clusters/{clusterId}
V1ClusterControllerApiV1ClustersClusterIdGetGet /v1/clusters/{clusterId}
V1ClusterControllerApiV1ClustersClusterIdKubeconfigGetGet /v1/clusters/{clusterId}/kubeconfig
V1ClusterControllerApiV1ClustersClusterIdPutPut /v1/clusters/{clusterId}
V1ClusterControllerApiV1ClustersGetGet /v1/clusters
V1ClusterControllerApiV1ClustersPostPost /v1/clusters
V1NodeGroupControllerApiV1ClustersClusterIdNodeGroupsGetGet /v1/clusters/{clusterId}/node-groups
V1NodeGroupControllerApiV1ClustersClusterIdNodeGroupsNodeGroupIdDeleteDelete /v1/clusters/{clusterId}/node-groups/{nodeGroupId}
V1NodeGroupControllerApiV1ClustersClusterIdNodeGroupsNodeGroupIdGetGet /v1/clusters/{clusterId}/node-groups/{nodeGroupId}
V1NodeGroupControllerApiV1ClustersClusterIdNodeGroupsNodeGroupIdNodesGetGet /v1/clusters/{clusterId}/node-groups/{nodeGroupId}/nodes
V1NodeGroupControllerApiV1ClustersClusterIdNodeGroupsNodeGroupIdPutPut /v1/clusters/{clusterId}/node-groups/{nodeGroupId}
V1NodeGroupControllerApiV1ClustersClusterIdNodeGroupsPostPost /v1/clusters/{clusterId}/node-groups
V1NodeGroupImageControllerApiV1NodeGroupImagesGetGet /v1/node-group-images
V1WorkspaceControllerApiV1WorkspaceGetGet /v1/workspace
V1WorkspaceControllerApiV1WorkspacePostPost /v1/workspace
V1WorkspaceControllerApiV1WorkspaceResetServiceAccountPostPost /v1/workspace/reset-service-account

Documentation For Models

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