From 23338b3a04b6f4a992592346d7d51e4698f68825 Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 2 Feb 2021 20:19:12 +0200 Subject: [PATCH] fix unit test: make public Cluster.canUseWatchApi() Signed-off-by: Roman --- src/main/cluster.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/cluster.ts b/src/main/cluster.ts index 1328c96c33..6d755f0dc1 100644 --- a/src/main/cluster.ts +++ b/src/main/cluster.ts @@ -588,7 +588,7 @@ export class Cluster implements ClusterModel, ClusterState { /** * @internal */ - private async canUseWatchApi(customizeResource: V1ResourceAttributes = {}): Promise { + async canUseWatchApi(customizeResource: V1ResourceAttributes = {}): Promise { return this.canI({ verb: "watch", resource: "*",