Rename mount.NewOsExec to mount.NewOSExec

This commit is contained in:
Travis Rhoden
2019-08-08 14:06:10 -06:00
parent acaac181dc
commit 4574473753
6 changed files with 11 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ import (
"k8s.io/klog"
authenticationv1 "k8s.io/api/authentication/v1"
"k8s.io/api/core/v1"
v1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/types"
"k8s.io/apimachinery/pkg/util/runtime"
@@ -374,7 +374,7 @@ func (expc *expandController) GetMounter(pluginName string) mount.Interface {
}
func (expc *expandController) GetExec(pluginName string) mount.Exec {
return mount.NewOsExec()
return mount.NewOSExec()
}
func (expc *expandController) GetHostName() string {