mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Merge pull request #35271 from k82cn/k8s_35257
Added 'mounterPath' to Mounter interface in 'mount_unsupported.go'.
This commit is contained in:
commit
c4d2f95c06
@ -18,7 +18,9 @@ limitations under the License.
|
||||
|
||||
package mount
|
||||
|
||||
type Mounter struct{}
|
||||
type Mounter struct {
|
||||
mounterPath string
|
||||
}
|
||||
|
||||
func (mounter *Mounter) Mount(source string, target string, fstype string, options []string) error {
|
||||
return nil
|
||||
|
Loading…
Reference in New Issue
Block a user