chore: woops

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-04-27 15:25:48 +02:00
parent b738ef79fe
commit bdd26de653
2 changed files with 2 additions and 1 deletions
@@ -40,7 +40,7 @@
"resolutions": {
"@types/react": "^17",
"@types/react-dom": "^17",
"@octokit/openapi-types": "16^"
"@octokit/openapi-types": "^16"
},
"prettier": "@spotify/prettier-config",
"lint-staged": {
+1
View File
@@ -298,6 +298,7 @@ export interface KubernetesFetcher {
fetchPodMetricsByNamespaces(
clusterDetails: ClusterDetails,
namespaces: Set<string>,
labelSelector?: string,
): Promise<FetchResponseWrapper>;
}