kubetower icon indicating copy to clipboard operation
kubetower copied to clipboard

GetDeployments error handling and response type added

Open BRTZL opened this issue 4 years ago • 1 comments

Whats Added:

  • error handling on GetDeployments function
  • response type for GetDeployments function

Example Response 🚀

[
  {
    "clusterName": "exampleClusterName",
    "deployments": [],
    "error": null
  }
]

BRTZL avatar Dec 20 '20 22:12 BRTZL

Thanks for your pr. Can you please create an issue for error handling and create seperate pr for it? You can reference to that issue in your commit message.

mstrYoda avatar Dec 21 '20 09:12 mstrYoda