vmware-samples / cloud-native-storage-self-service-manager

Cloud Native Storage (CNS) Manager is a diagnostic and self-service tool that helps detect and auto-remediate some of the known issues in storage control plane.
Apache License 2.0
15 stars 4 forks source link

Add orphan volume endpoints #14

Closed gohilankit closed 1 year ago

gohilankit commented 1 year ago

This MR adds following:

  1. Orphan volume endpoints to Swagger yaml.
  2. Required changes in basicauth/oauth2 deployment manifests
  3. Increased timeout for /waitforjob API in nginx conf
  4. client-sdk for orphan volume APIs as well as missing models in client-sdk
  5. Orphan volume API client examples in basicauth_client.go.