mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
change value of ClusterMetricsResourceType:VolumeClaim to match that of kube object type
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
parent
4f2ba5df48
commit
87a245c74a
@ -167,7 +167,7 @@ export enum ClusterMetricsResourceType {
|
||||
StatefulSet = "StatefulSet",
|
||||
Container = "Container",
|
||||
Ingress = "Ingress",
|
||||
VolumeClaim = "VolumeClaim",
|
||||
VolumeClaim = "PersistentVolumeClaim",
|
||||
ReplicaSet = "ReplicaSet",
|
||||
DaemonSet = "DaemonSet",
|
||||
Job = "Job",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user