pull/6/head
yarntime@163.com 2016-12-12 10:32:06 +08:00
parent bc28aeb8ef
commit a71741929e
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ type VolumeIdentityMapper struct {
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) {
petVolumes := []v1.Volume{}
petClaims := v.GetClaims(id)