mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
bump k8s.io/utils version
This commit is contained in:
@@ -34,7 +34,7 @@ func TestInit(tt *testing.T) {
|
||||
plugin.Init(plugin.host)
|
||||
}
|
||||
|
||||
func fakeVolumeNameOutput(name string) testingexec.FakeCombinedOutputAction {
|
||||
func fakeVolumeNameOutput(name string) testingexec.FakeAction {
|
||||
return fakeResultOutput(&DriverStatus{
|
||||
Status: StatusSuccess,
|
||||
VolumeName: name,
|
||||
|
||||
Reference in New Issue
Block a user