mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
Revert "Merge pull request #35821 from vishh/gci-mounter-scope"
This reverts commit973fa6b334, reversing changes made to41b5fe86b6.
This commit is contained in:
@@ -19,7 +19,8 @@ limitations under the License.
|
||||
package mount
|
||||
|
||||
type Mounter struct {
|
||||
mounterPath string
|
||||
mounterPath string
|
||||
mounterRootfsPath string
|
||||
}
|
||||
|
||||
func (mounter *Mounter) Mount(source string, target string, fstype string, options []string) error {
|
||||
|
||||
Reference in New Issue
Block a user