Skip to content

Commit

Permalink
Merge pull request #71 from storageos/release/v2.3.0
Browse files Browse the repository at this point in the history
Release/v2.3.0
  • Loading branch information
croomes authored Oct 20, 2020
2 parents d6e6bab + 6de0cd7 commit 2ba106b
Show file tree
Hide file tree
Showing 73 changed files with 2,107 additions and 109 deletions.
18 changes: 18 additions & 0 deletions v2/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ api_default.go
client.go
configuration.go
docs/AcceptedMessage.md
docs/AttachNfsVolumeData.md
docs/AttachType.md
docs/AttachVolumeData.md
docs/AuthUserData.md
docs/CapacityStats.md
Expand All @@ -25,6 +27,13 @@ docs/MasterDeploymentInfo.md
docs/MasterDeploymentInfoAllOf.md
docs/MasterHealth.md
docs/Namespace.md
docs/NfsAcl.md
docs/NfsAclIdentity.md
docs/NfsAclSquashConfig.md
docs/NfsConfig.md
docs/NfsExportConfig.md
docs/NfsVolumeExports.md
docs/NfsVolumeMountEndpoint.md
docs/Node.md
docs/NodeHealth.md
docs/PoliciesIdSpecs.md
Expand Down Expand Up @@ -56,6 +65,8 @@ go.sum
model__policies__id__specs.go
model__policies_specs.go
model_accepted_message.go
model_attach_nfs_volume_data.go
model_attach_type.go
model_attach_volume_data.go
model_auth_user_data.go
model_capacity_stats.go
Expand All @@ -74,6 +85,13 @@ model_master_deployment_info.go
model_master_deployment_info_all_of.go
model_master_health.go
model_namespace.go
model_nfs_acl.go
model_nfs_acl_identity.go
model_nfs_acl_squash_config.go
model_nfs_config.go
model_nfs_export_config.go
model_nfs_volume_exports.go
model_nfs_volume_mount_endpoint.go
model_node.go
model_node_health.go
model_policy_group.go
Expand Down
14 changes: 13 additions & 1 deletion v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.2.0
- API version: 2.3.0
- Package version: 2.2.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
For more information, please visit [https://storageos.com](https://storageos.com)
Expand Down Expand Up @@ -33,6 +33,7 @@ All URIs are relative to *http://localhost/v2*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*DefaultApi* | [**AttachNFSVolume**](docs/DefaultApi.md#attachnfsvolume) | **Post** /namespaces/{namespaceID}/volumes/{id}/nfs/attach | attach and share the volume using NFS
*DefaultApi* | [**AttachVolume**](docs/DefaultApi.md#attachvolume) | **Post** /namespaces/{namespaceID}/volumes/{id}/attach | Attach a volume to the given node
*DefaultApi* | [**AuthenticateUser**](docs/DefaultApi.md#authenticateuser) | **Post** /auth/login | Authenticate a user
*DefaultApi* | [**CreateNamespace**](docs/DefaultApi.md#createnamespace) | **Post** /namespaces | Create a new namespace
Expand Down Expand Up @@ -69,6 +70,8 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**UpdateAuthenticatedUser**](docs/DefaultApi.md#updateauthenticateduser) | **Put** /users/self | Update the authenticated user's information
*DefaultApi* | [**UpdateCluster**](docs/DefaultApi.md#updatecluster) | **Put** /cluster | Update the cluster's global configuration settings
*DefaultApi* | [**UpdateLicence**](docs/DefaultApi.md#updatelicence) | **Put** /cluster/licence | Update the licence global configuration settings
*DefaultApi* | [**UpdateNFSVolumeExports**](docs/DefaultApi.md#updatenfsvolumeexports) | **Put** /namespaces/{namespaceID}/volumes/{id}/nfs/export-config | Update an nfs volume's export configuration
*DefaultApi* | [**UpdateNFSVolumeMountEndpoint**](docs/DefaultApi.md#updatenfsvolumemountendpoint) | **Put** /namespaces/{namespaceID}/volumes/{id}/nfs/mount-endpoint | Update an nfs volume's mount endpoint
*DefaultApi* | [**UpdateNamespace**](docs/DefaultApi.md#updatenamespace) | **Put** /namespaces/{id} | Update a namespace
*DefaultApi* | [**UpdateNode**](docs/DefaultApi.md#updatenode) | **Put** /nodes/{id} | Update a node
*DefaultApi* | [**UpdatePolicyGroup**](docs/DefaultApi.md#updatepolicygroup) | **Put** /policies/{id} | Update a policy group
Expand All @@ -79,6 +82,8 @@ Class | Method | HTTP request | Description
## Documentation For Models

- [AcceptedMessage](docs/AcceptedMessage.md)
- [AttachNfsVolumeData](docs/AttachNfsVolumeData.md)
- [AttachType](docs/AttachType.md)
- [AttachVolumeData](docs/AttachVolumeData.md)
- [AuthUserData](docs/AuthUserData.md)
- [CapacityStats](docs/CapacityStats.md)
Expand All @@ -97,6 +102,13 @@ Class | Method | HTTP request | Description
- [MasterDeploymentInfoAllOf](docs/MasterDeploymentInfoAllOf.md)
- [MasterHealth](docs/MasterHealth.md)
- [Namespace](docs/Namespace.md)
- [NfsAcl](docs/NfsAcl.md)
- [NfsAclIdentity](docs/NfsAclIdentity.md)
- [NfsAclSquashConfig](docs/NfsAclSquashConfig.md)
- [NfsConfig](docs/NfsConfig.md)
- [NfsExportConfig](docs/NfsExportConfig.md)
- [NfsVolumeExports](docs/NfsVolumeExports.md)
- [NfsVolumeMountEndpoint](docs/NfsVolumeMountEndpoint.md)
- [Node](docs/Node.md)
- [NodeHealth](docs/NodeHealth.md)
- [PoliciesIdSpecs](docs/PoliciesIdSpecs.md)
Expand Down
Loading

0 comments on commit 2ba106b

Please sign in to comment.