We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc90c9d commit 09d3d24Copy full SHA for 09d3d24
contributors/design-proposals/storage-metrics.md
@@ -59,14 +59,14 @@ type VolumeStats struct {
59
}
60
61
// PVCReference contains enough information to locate the referenced PVC.
62
-type PodReference struct {
+type PVCReference struct {
63
Name string `json:"name"`
64
Namespace string `json:"namespace"`
65
UID string `json:"uid"`
66
67
68
// PVReference contains enough information to locate the referenced PV.
69
+type PVReference struct {
70
71
72
0 commit comments