Skip to content

Commit

Permalink
chore: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
amlannandy committed Dec 12, 2024
1 parent 6d60e80 commit 182dea3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions frontend/src/container/InfraMonitoringK8s/Volumes/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,6 @@ export const getK8sVolumesListQuery = (): K8sVolumesListPayload => ({
orderBy: { columnName: 'cpu', order: 'desc' },
});

// - Available Replicas
// - Desired Replicas
// - CPU Request Utilization (% of limit)
// - CPU Limit Utilization (% of request)
// - CPU Utilization (cores)
// - Memory Request Utilization (% of limit)
// - Memory Limit Utilization (% of request)
// - Memory Utilization (bytes)
// - Container Restarts

const columnsConfig = [
{
title: <div className="column-header-left">Volume</div>,
Expand Down

0 comments on commit 182dea3

Please sign in to comment.