mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Added 'mounterPath' to Mounter interface in 'mount_unsupported.go'.
This commit is contained in:
parent
68e68052be
commit
d2e18d6bd3
@ -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