1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Remove left comments

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2023-01-18 15:43:19 +03:00
parent 3b88b370cd
commit f73ccf2608

View File

@ -47,11 +47,6 @@ const hpaV2Beta1 = {
},
};
// const hpaV2Beta2 = {
// ...hpaV2Beta1,
// apiVersion: "autoscaling/v2beta2",
// }
describe("getHorizontalPodAutoscalerMetrics", () => {
let di: DiContainer;
let getMetrics: (hpa: HorizontalPodAutoscaler) => string[];