Skip to content

Commit

Permalink
Merge pull request #78 from storageos/v2.4.0
Browse files Browse the repository at this point in the history
Update for v2.4.0
  • Loading branch information
croomes authored Apr 20, 2021
2 parents 8970636 + a30cf41 commit 9d9169d
Show file tree
Hide file tree
Showing 76 changed files with 1,140 additions and 108 deletions.
9 changes: 8 additions & 1 deletion v2/.openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.gitignore
.openapi-generator-ignore
.travis.yml
README.md
api/openapi.yaml
Expand All @@ -20,6 +19,7 @@ docs/CreateVolumeData.md
docs/DefaultApi.md
docs/DeploymentInfo.md
docs/Error.md
docs/FailureModeIntent.md
docs/FsType.md
docs/Licence.md
docs/LogFormat.md
Expand All @@ -46,6 +46,9 @@ docs/ReplicaDeploymentInfoAllOf.md
docs/ReplicaHealth.md
docs/ResizeVolumeRequest.md
docs/SetComputeOnlyNodeData.md
docs/SetFailureModeIntentRequestData.md
docs/SetFailureModeRequest.md
docs/SetFailureThresholdRequestData.md
docs/SetReplicasRequest.md
docs/SyncProgress.md
docs/UpdateAuthenticatedUserData.md
Expand Down Expand Up @@ -79,6 +82,7 @@ model_create_user_data.go
model_create_volume_data.go
model_deployment_info.go
model_error.go
model_failure_mode_intent.go
model_fs_type.go
model_licence.go
model_log_format.go
Expand All @@ -103,6 +107,9 @@ model_replica_deployment_info_all_of.go
model_replica_health.go
model_resize_volume_request.go
model_set_compute_only_node_data.go
model_set_failure_mode_intent_request_data.go
model_set_failure_mode_request.go
model_set_failure_threshold_request_data.go
model_set_replicas_request.go
model_sync_progress.go
model_update_authenticated_user_data.go
Expand Down
2 changes: 1 addition & 1 deletion v2/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= 2.2.0
VERSION ?= 2.4.0
GIT_USER_ID ?= storageos
GIT_REPO_ID ?= go-api

Expand Down
10 changes: 8 additions & 2 deletions v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ No description provided (generated by Openapi Generator https://github.com/opena
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: 2.4.0-alpha
- Package version: 2.2.0
- API version: 2.4.0
- Package version: 2.4.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
For more information, please visit [https://storageos.com](https://storageos.com)

Expand Down Expand Up @@ -56,6 +56,7 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**GetNamespace**](docs/DefaultApi.md#getnamespace) | **Get** /namespaces/{id} | Fetch a namespace
*DefaultApi* | [**GetNode**](docs/DefaultApi.md#getnode) | **Get** /nodes/{id} | Fetch a node
*DefaultApi* | [**GetPolicyGroup**](docs/DefaultApi.md#getpolicygroup) | **Get** /policies/{id} | Fetch a policy group
*DefaultApi* | [**GetSingleNodeDiagnostics**](docs/DefaultApi.md#getsinglenodediagnostics) | **Get** /diagnostics/{id} | Retrieves a single node diagnostics bundle from the target node
*DefaultApi* | [**GetUser**](docs/DefaultApi.md#getuser) | **Get** /users/{id} | Fetch a user
*DefaultApi* | [**GetVolume**](docs/DefaultApi.md#getvolume) | **Get** /namespaces/{namespaceID}/volumes/{id} | Fetch a volume
*DefaultApi* | [**ListNamespaces**](docs/DefaultApi.md#listnamespaces) | **Get** /namespaces | Fetch the list of namespaces
Expand All @@ -66,6 +67,7 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**RefreshJwt**](docs/DefaultApi.md#refreshjwt) | **Post** /auth/refresh | Refresh the JWT
*DefaultApi* | [**ResizeVolume**](docs/DefaultApi.md#resizevolume) | **Put** /namespaces/{namespaceID}/volumes/{id}/size | Increase the size of a volume.
*DefaultApi* | [**SetComputeOnly**](docs/DefaultApi.md#setcomputeonly) | **Put** /nodes/{id}/compute-only | Modify the computeonly behaviour state for a node
*DefaultApi* | [**SetFailureMode**](docs/DefaultApi.md#setfailuremode) | **Put** /namespaces/{namespaceID}/volumes/{id}/failure-mode | Set the failure mode of the volume.
*DefaultApi* | [**SetReplicas**](docs/DefaultApi.md#setreplicas) | **Put** /namespaces/{namespaceID}/volumes/{id}/replicas | Set the number of replicas to maintain for the volume.
*DefaultApi* | [**Spec**](docs/DefaultApi.md#spec) | **Get** /openapi | Serves this openapi spec file
*DefaultApi* | [**UpdateAuthenticatedUser**](docs/DefaultApi.md#updateauthenticateduser) | **Put** /users/self | Update the authenticated user's information
Expand Down Expand Up @@ -95,6 +97,7 @@ Class | Method | HTTP request | Description
- [CreateVolumeData](docs/CreateVolumeData.md)
- [DeploymentInfo](docs/DeploymentInfo.md)
- [Error](docs/Error.md)
- [FailureModeIntent](docs/FailureModeIntent.md)
- [FsType](docs/FsType.md)
- [Licence](docs/Licence.md)
- [LogFormat](docs/LogFormat.md)
Expand All @@ -121,6 +124,9 @@ Class | Method | HTTP request | Description
- [ReplicaHealth](docs/ReplicaHealth.md)
- [ResizeVolumeRequest](docs/ResizeVolumeRequest.md)
- [SetComputeOnlyNodeData](docs/SetComputeOnlyNodeData.md)
- [SetFailureModeIntentRequestData](docs/SetFailureModeIntentRequestData.md)
- [SetFailureModeRequest](docs/SetFailureModeRequest.md)
- [SetFailureThresholdRequestData](docs/SetFailureThresholdRequestData.md)
- [SetReplicasRequest](docs/SetReplicasRequest.md)
- [SyncProgress](docs/SyncProgress.md)
- [UpdateAuthenticatedUserData](docs/UpdateAuthenticatedUserData.md)
Expand Down
Loading

0 comments on commit 9d9169d

Please sign in to comment.