mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #38595 from yarntime/fix_typo_storage
Automatic merge from submit-queue fix typo **What this PR does / why we need it**: fix typo. **Release note**: ```NONE ```
This commit is contained in:
commit
f071c7701d
@ -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