mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
fix some typos in testing.go
This commit is contained in:
parent
34791349d6
commit
d266b79a39
@ -557,8 +557,8 @@ func (r *VolumeReactor) AddClaimBoundToVolume(claim *v1.PersistentVolumeClaim) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// MarkVolumeAvaiable marks a PV available by name.
|
// MarkVolumeAvailable marks a PV available by name.
|
||||||
func (r *VolumeReactor) MarkVolumeAvaiable(name string) {
|
func (r *VolumeReactor) MarkVolumeAvailable(name string) {
|
||||||
r.lock.Lock()
|
r.lock.Lock()
|
||||||
defer r.lock.Unlock()
|
defer r.lock.Unlock()
|
||||||
if volume, ok := r.volumes[name]; ok {
|
if volume, ok := r.volumes[name]; ok {
|
||||||
|
Loading…
Reference in New Issue
Block a user