Explorar o código

support dry-run for kill command

Signed-off-by: Guillaume Lours <[email protected]>
Guillaume Lours %!s(int64=2) %!d(string=hai) anos
pai
achega
982a8ccb88
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pkg/api/dryrunclient.go

+ 1 - 1
pkg/api/dryrunclient.go

@@ -63,7 +63,7 @@ func (d *DryRunClient) ContainerCreate(ctx context.Context, config *containerTyp
 }
 
 func (d *DryRunClient) ContainerKill(ctx context.Context, container, signal string) error {
-	return ErrNotImplemented
+	return nil
 }
 
 func (d *DryRunClient) ContainerPause(ctx context.Context, container string) error {