mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +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.
|
||||
func (r *VolumeReactor) MarkVolumeAvaiable(name string) {
|
||||
// MarkVolumeAvailable marks a PV available by name.
|
||||
func (r *VolumeReactor) MarkVolumeAvailable(name string) {
|
||||
r.lock.Lock()
|
||||
defer r.lock.Unlock()
|
||||
if volume, ok := r.volumes[name]; ok {
|
||||
|
Loading…
Reference in New Issue
Block a user