All URIs are relative to http://localhost
Method | HTTP request | Description |
---|---|---|
ClusterCreate | Post /1.3/provisioner/clusters | |
ClusterDelete | Delete /1.3/provisioner/clusters/{cluster_name} | |
ClusterInfo | Get /1.8/provisioner/clusters/{cluster_name} | |
ClusterList | Get /1.3/provisioner/clusters | |
ClusterUpdate | Post /1.4/provisioner/clusters/{cluster_name} | |
ProvisionerList | Get /1.7/provisioner |
ClusterCreate(ctx, cluster)
Create cluster.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
cluster | Cluster |
(empty response body)
- Content-Type: application/json
- Accept: application/x-json-stream
[Back to top] [Back to API list] [Back to Model list] [Back to README]
ClusterDelete(ctx, clusterName)
Delete cluster.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
clusterName | string | Cluster name. |
(empty response body)
- Content-Type: Not defined
- Accept: application/x-json-stream
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Cluster ClusterInfo(ctx, clusterName)
Cluster info
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
clusterName | string | Cluster name. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Cluster ClusterList(ctx, )
List cluster
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
ClusterUpdate(ctx, clusterName, cluster)
Update cluster.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
clusterName | string | Cluster name. | |
cluster | Cluster |
(empty response body)
- Content-Type: application/json
- Accept: application/x-json-stream
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Provisioner ProvisionerList(ctx, )
List provisioners
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]