Add authuser param to GKE cluster link formatter in k8s plugin

Signed-off-by: Tomasz Szuba <tszuba@box.com>
This commit is contained in:
Tomasz Szuba
2023-12-13 17:36:30 +01:00
parent 8b13af849a
commit d5d2c67ca8
5 changed files with 212 additions and 157 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ export const kubernetesPlugin = createPlugin({
}),
createApiFactory({
api: kubernetesClusterLinkFormatterApiRef,
deps: {},
deps: { googleAuthApi: googleAuthApiRef },
factory: deps => {
const formatters = getDefaultFormatters(deps);
return new KubernetesClusterLinkFormatter({