Skip to content

Commit e23cecb

Browse files
authored
Merge pull request #76 from windayski/fix-typo
Update util.go
2 parents 0004cf3 + 19087eb commit e23cecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/util/util.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ func getPatchData(oldObj, newObj interface{}) ([]byte, error) {
176176
}
177177

178178
// HasFileSystemResizePendingCondition returns true if a pvc has a FileSystemResizePending condition.
179-
// This means the controller side resize operation is finished, and kublete side operation is in progress.
179+
// This means the controller side resize operation is finished, and kubelet side operation is in progress.
180180
func HasFileSystemResizePendingCondition(pvc *v1.PersistentVolumeClaim) bool {
181181
for _, condition := range pvc.Status.Conditions {
182182
if condition.Type == v1.PersistentVolumeClaimFileSystemResizePending && condition.Status == v1.ConditionTrue {

0 commit comments

Comments
 (0)