mirror of
https://github.com/rancher/plugins.git
synced 2025-09-05 00:05:54 +00:00
Windows: Updates Windows Vendoring
Updates windows dependent libraries for vendoing.
This commit is contained in:
11
vendor/github.com/Microsoft/hcsshim/pkg/go-runhcs/runhcs_kill.go
generated
vendored
Normal file
11
vendor/github.com/Microsoft/hcsshim/pkg/go-runhcs/runhcs_kill.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
package runhcs
|
||||
|
||||
import (
|
||||
"context"
|
||||
)
|
||||
|
||||
// Kill sends the specified signal (default: SIGTERM) to the container's init
|
||||
// process.
|
||||
func (r *Runhcs) Kill(context context.Context, id, signal string) error {
|
||||
return r.runOrError(r.command(context, "kill", id, signal))
|
||||
}
|
Reference in New Issue
Block a user