Skip to content

Commit

Permalink
Merge pull request #80 from storageos/v2.5.0-beta1
Browse files Browse the repository at this point in the history
Update for v2.5.0-beta1
  • Loading branch information
croomes authored Sep 15, 2021
2 parents ab9ba27 + 9813e37 commit f265b1c
Show file tree
Hide file tree
Showing 78 changed files with 1,250 additions and 98 deletions.
9 changes: 9 additions & 0 deletions v2/.openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.gitignore
.openapi-generator-ignore
.travis.yml
README.md
api/openapi.yaml
Expand Down Expand Up @@ -46,10 +47,14 @@ docs/ReplicaDeploymentInfoAllOf.md
docs/ReplicaHealth.md
docs/ResizeVolumeRequest.md
docs/SetComputeOnlyNodeData.md
docs/SetCordonedNodeData.md
docs/SetFailureModeIntentRequestData.md
docs/SetFailureModeRequest.md
docs/SetFailureThresholdRequestData.md
docs/SetPlacementStrategyData.md
docs/SetReplicasRequest.md
docs/Strategy.md
docs/StrategyOptions.md
docs/SyncProgress.md
docs/UpdateAuthenticatedUserData.md
docs/UpdateClusterData.md
Expand Down Expand Up @@ -107,10 +112,14 @@ 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_cordoned_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_placement_strategy_data.go
model_set_replicas_request.go
model_strategy.go
model_strategy_options.go
model_sync_progress.go
model_update_authenticated_user_data.go
model_update_cluster_data.go
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
- Package version: 2.4.0
- API version: v2.5.0-beta1
- Package version: v2.5.0-beta1
- Build package: org.openapitools.codegen.languages.GoClientCodegen
For more information, please visit [https://storageos.com](https://storageos.com)

Expand Down Expand Up @@ -67,7 +67,9 @@ 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* | [**SetCordoned**](docs/DefaultApi.md#setcordoned) | **Put** /nodes/{id}/cordon | Modify the cordoned 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* | [**SetPlacementStrategy**](docs/DefaultApi.md#setplacementstrategy) | **Put** /namespaces/{namespaceID}/volumes/{id}/placement-strategy | Sets the placement strategy 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 @@ -124,10 +126,14 @@ Class | Method | HTTP request | Description
- [ReplicaHealth](docs/ReplicaHealth.md)
- [ResizeVolumeRequest](docs/ResizeVolumeRequest.md)
- [SetComputeOnlyNodeData](docs/SetComputeOnlyNodeData.md)
- [SetCordonedNodeData](docs/SetCordonedNodeData.md)
- [SetFailureModeIntentRequestData](docs/SetFailureModeIntentRequestData.md)
- [SetFailureModeRequest](docs/SetFailureModeRequest.md)
- [SetFailureThresholdRequestData](docs/SetFailureThresholdRequestData.md)
- [SetPlacementStrategyData](docs/SetPlacementStrategyData.md)
- [SetReplicasRequest](docs/SetReplicasRequest.md)
- [Strategy](docs/Strategy.md)
- [StrategyOptions](docs/StrategyOptions.md)
- [SyncProgress](docs/SyncProgress.md)
- [UpdateAuthenticatedUserData](docs/UpdateAuthenticatedUserData.md)
- [UpdateClusterData](docs/UpdateClusterData.md)
Expand Down
Loading

0 comments on commit f265b1c

Please sign in to comment.