minor changes after code review

Signed-off-by: Morgan Martinet <morgan.martinet@montreal.ca>
This commit is contained in:
Morgan Martinet
2021-09-05 20:02:07 -04:00
parent 991356f3af
commit a65206d5a4
17 changed files with 83 additions and 28 deletions
+2 -2
View File
@@ -40,9 +40,9 @@ export interface ClusterAttributes {
/**
* Specifies the link to the Kubernetes dashboard managing this cluster.
* @remarks
* Note that you need to specify the app used for the dashboard
* Note that you should specify the app used for the dashboard
* using the dashboardApp property, in order to properly format
* links to kubernetes resources.
* links to kubernetes resources, otherwise it will assume that you're running the standard one.
* @see dashboardApp
*/
dashboardUrl?: string;