mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
fix typo
This commit is contained in:
parent
bc28aeb8ef
commit
a71741929e
@ -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 New Issue
Block a user