Correcting all go vet errors
This commit is contained in:
@@ -180,7 +180,7 @@ func (r *hostPathRecycler) Recycle() error {
|
||||
{
|
||||
Name: "vol",
|
||||
VolumeSource: api.VolumeSource{
|
||||
HostPath: &api.HostPathVolumeSource{r.path},
|
||||
HostPath: &api.HostPathVolumeSource{Path: r.path},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user