mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 03:38:15 +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:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user