Skip to content

Commit 8aac25c

Browse files
authored
Merge pull request #209 from zouyee/okbb
update comment code
2 parents 726fd63 + 065fe8c commit 8aac25c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

collectors/persistentvolumeclaim.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ type persistentVolumeClaimStore interface {
6464
List() (v1.PersistentVolumeClaimList, error)
6565
}
6666

67-
// persistentVolumeClaimCollector collects metrics about all limit ranges in the cluster.
67+
// persistentVolumeClaimCollector collects metrics about all persistentVolumeClaims in the cluster.
6868
type persistentVolumeClaimCollector struct {
6969
store persistentVolumeClaimStore
7070
}

0 commit comments

Comments
 (0)