Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadura committed Jul 16, 2024
1 parent 00765cc commit cbad0a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { calculatePodState } from '../../Pods/PodStatus';
import { calculatePodState } from 'resources/Pods/PodStatus';

export function getHealthyReplicasCount(resource) {
return resource?.filter(r => r.status.replicas === r.status.readyReplicas)
Expand Down

0 comments on commit cbad0a9

Please sign in to comment.