Merge pull request #2622 from baude/protectdarwin

Add gating tasks
This commit is contained in:
OpenShift Merge Robot
2019-03-13 11:06:43 -07:00
committed by GitHub
4 changed files with 6 additions and 4 deletions

View File

@ -6,7 +6,7 @@ import (
"context"
)
func (r *Runtime) removeVolume(ctx context.Context, v *Volume, force, prune bool) error {
func (r *Runtime) removeVolume(ctx context.Context, v *Volume, force bool) error {
return ErrNotImplemented
}