Skip to content

Commit 09d3d24

Browse files
authored
Update storage-metrics.md
1 parent bc90c9d commit 09d3d24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributors/design-proposals/storage-metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ type VolumeStats struct {
5959
}
6060
6161
// PVCReference contains enough information to locate the referenced PVC.
62-
type PodReference struct {
62+
type PVCReference struct {
6363
Name string `json:"name"`
6464
Namespace string `json:"namespace"`
6565
UID string `json:"uid"`
6666
}
6767
6868
// PVReference contains enough information to locate the referenced PV.
69-
type PodReference struct {
69+
type PVReference struct {
7070
Name string `json:"name"`
7171
UID string `json:"uid"`
7272
}

0 commit comments

Comments
 (0)