Skip to content

Latest commit

 

History

History
85 lines (74 loc) · 4.93 KB

README.md

File metadata and controls

85 lines (74 loc) · 4.93 KB

Go API client for vnks

<br/>https://nks.apigw.ntruss.com/vnks/v2

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: 2023-03-23T09:23:10Z
  • Package version: 1.0.0
  • Build package: io.swagger.codegen.languages.NcpGoForVnksClientCodegen

Installation

Put the package under your project folder and add the following in import:

"./vnks"

Documentation for API Endpoints

All URIs are relative to https://nks.apigw.ntruss.com/vnks/v2

Class Method HTTP request Description
V2Api ClustersGet Get /clusters
V2Api ClustersPost Post /clusters
V2Api ClustersUuidAddSubnetPatch Patch /clusters/{uuid}/add-subnet
V2Api ClustersUuidDelete Delete /clusters/{uuid}
V2Api ClustersUuidGet Get /clusters/{uuid}
V2Api ClustersUuidIpAclGet Get /clusters/{uuid}/ip-acl
V2Api ClustersUuidIpAclPatch Patch /clusters/{uuid}/ip-acl
V2Api ClustersUuidKubeconfigGet Get /clusters/{uuid}/kubeconfig
V2Api ClustersUuidKubeconfigResetPatch Patch /clusters/{uuid}/kubeconfig/reset
V2Api ClustersUuidLogPatch Patch /clusters/{uuid}/log
V2Api ClustersUuidNodePoolGet Get /clusters/{uuid}/node-pool
V2Api ClustersUuidNodePoolInstanceNoDelete Delete /clusters/{uuid}/node-pool/{instanceNo}
V2Api ClustersUuidNodePoolInstanceNoPatch Patch /clusters/{uuid}/node-pool/{instanceNo}
V2Api ClustersUuidNodePoolInstanceNoUpgradePatch Patch /clusters/{uuid}/node-pool/{instanceNo}/upgrade
V2Api ClustersUuidNodePoolPost Post /clusters/{uuid}/node-pool
V2Api ClustersUuidNodesGet Get /clusters/{uuid}/nodes
V2Api ClustersUuidNodesInstanceNoDelete Delete /clusters/{uuid}/nodes/{instanceNo}
V2Api ClustersUuidOidcGet Get /clusters/{uuid}/oidc
V2Api ClustersUuidOidcPatch Patch /clusters/{uuid}/oidc
V2Api ClustersUuidUpgradePatch Patch /clusters/{uuid}/upgrade
V2Api OptionServerImageGet Get /option/server-image
V2Api OptionServerProductCodeGet Get /option/server-product-code
V2Api OptionVersionGet Get /option/version
V2Api RootGet Get /

Documentation For Models