Add authuser param to GKE cluster link formatter in k8s plugin
Signed-off-by: Tomasz Szuba <tszuba@box.com>
This commit is contained in:
@@ -103,7 +103,7 @@ export const kubernetesPlugin = createPlugin({
|
||||
}),
|
||||
createApiFactory({
|
||||
api: kubernetesClusterLinkFormatterApiRef,
|
||||
deps: {},
|
||||
deps: { googleAuthApi: googleAuthApiRef },
|
||||
factory: deps => {
|
||||
const formatters = getDefaultFormatters(deps);
|
||||
return new KubernetesClusterLinkFormatter({
|
||||
|
||||
Reference in New Issue
Block a user