Signed-off-by: Matthew Clarke <mclarke@spotify.com>
This commit is contained in:
Matthew Clarke
2022-09-15 22:15:26 -04:00
parent 3da0c9a181
commit 5eb54be2ac
+1 -1
View File
@@ -70,7 +70,7 @@ class MockKubernetesClient implements KubernetesApi {
async getCustomObjectsByEntity(
_auth: KubernetesRequestAuth,
_customResources: CustomResourceMatcher[],
entity: Entity,
_entity: Entity,
): Promise<ObjectsByEntityResponse> {
throw new Error('Method not implemented.');
}