Commit f071c770 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #38595 from yarntime/fix_typo_storage

Automatic merge from submit-queue fix typo **What this PR does / why we need it**: fix typo. **Release note**: ```NONE ```
parents b7559ad4 a7174192
...@@ -84,7 +84,7 @@ type VolumeIdentityMapper struct { ...@@ -84,7 +84,7 @@ type VolumeIdentityMapper struct {
ps *apps.StatefulSet ps *apps.StatefulSet
} }
// SetIdentity sets storge identity on the pet. // SetIdentity sets storage identity on the pet.
func (v *VolumeIdentityMapper) SetIdentity(id string, pet *v1.Pod) { func (v *VolumeIdentityMapper) SetIdentity(id string, pet *v1.Pod) {
petVolumes := []v1.Volume{} petVolumes := []v1.Volume{}
petClaims := v.GetClaims(id) petClaims := v.GetClaims(id)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment