Store GKE dashboard parameters in catalog

Signed-off-by: Tomasz Szuba <tszuba@box.com>
This commit is contained in:
Tomasz Szuba
2023-10-02 19:09:43 +02:00
parent b3be214807
commit 62180df4ee
12 changed files with 214 additions and 127 deletions
@@ -77,6 +77,13 @@ export const ANNOTATION_KUBERNETES_DASHBOARD_URL =
export const ANNOTATION_KUBERNETES_DASHBOARD_APP =
'kubernetes.io/dashboard-app';
/**
* Annotation for specifying the dashboard app parameters for a Kubernetes cluster.
*
* @public
*/
export const ANNOTATION_KUBERNETES_DASHBOARD_PARAMETERS =
'kubernetes.io/dashboard-parameters';
/**
* Annotation for specifying the assume role use to authenticate with AWS.
*