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