mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
fix typo
This commit is contained in:
parent
bc28aeb8ef
commit
a71741929e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue