mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
Rename mount.NewOsExec to mount.NewOSExec
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user