Commit a7174192 authored by yarntime@163.com's avatar yarntime@163.com

fix typo

parent bc28aeb8
...@@ -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