Documentation ¶
Overview ¶
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2023, Unikraft GmbH and The KraftKit Authors. Licensed under the BSD-3-Clause License (the "License"). You may not use this file except in compliance with the License.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Kill ¶
type Kill struct { // This flag is being deprecated (opencontainers/runc#3864) but needs to be // retained for backwards compatibility with containerd's CRI implementation // (Kubernetes). All bool `long:"all" short:"a" usage:"send the specified signal to all processes"` }
Kill implements the OCI "kill" command.
Click to show internal directories.
Click to hide internal directories.