Skip to content

Commit 3d48871

Browse files
committed
Vendor in k8s/pkg/util/mount
1 parent eced10c commit 3d48871

File tree

71 files changed

+110620
-106893
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+110620
-106893
lines changed

Gopkg.lock

+12-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/gce-pd-csi-driver/gce-pd-driver.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ func NewFakeSafeFormatAndMounter(mountErrs []error) mount.SafeFormatAndMount {
174174
return []byte(script.output), script.err
175175
*/
176176
}
177-
fakeMounter := mount.ErrorMounter{&mount.FakeMounter{}, 0, mountErrs}
177+
fakeMounter := &mount.FakeMounter{MountPoints: []mount.MountPoint{}, Log: []mount.FakeAction{}}
178178
fakeExec := mount.NewFakeExec(execCallback)
179179
return mount.SafeFormatAndMount{
180-
Interface: &fakeMounter,
180+
Interface: fakeMounter,
181181
Exec: fakeExec,
182182
}
183183
}

vendor/github.com/davecgh/go-spew/LICENSE

-15
This file was deleted.

vendor/github.com/davecgh/go-spew/spew/bypass.go

-152
This file was deleted.

vendor/github.com/davecgh/go-spew/spew/bypasssafe.go

-38
This file was deleted.

0 commit comments

Comments
 (0)