common

package
v2.3.0-rc3.0...-dacd7d6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 20, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const KillGracePeriod = 30

killGracePeriod is the time in seconds after sending SIGTERM before forcefully killing the sidecar with SIGKILL (value matches k8s)

Variables

This section is empty.

Functions

func CopyArchive

func CopyArchive(ctx context.Context, c KubernetesClientInterface, containerID, sourcePath, destPath string) error

CopyArchive downloads files and directories as a tarball and saves it to a specified path.

func GetContainerID

func GetContainerID(container *v1.ContainerStatus) string

GetContainerID returns container ID of a ContainerStatus resource

func KillGracefully

func KillGracefully(ctx context.Context, c KubernetesClientInterface, containerID string) error

KillGracefully kills a container gracefully.

func TerminatePodWithContainerID

func TerminatePodWithContainerID(ctx context.Context, c KubernetesClientInterface, containerID string, sig syscall.Signal) error

TerminatePodWithContainerID invoke the given SIG against the PID1 of the container. No-op if the container is on the hostPID

func WaitForTermination

func WaitForTermination(ctx context.Context, c KubernetesClientInterface, containerID string, timeout time.Duration) error

WaitForTermination of the given containerID, set the timeout to 0 to discard it

Types

type KubernetesClientInterface

type KubernetesClientInterface interface {
	GetContainerStatus(ctx context.Context, containerID string) (*v1.Pod, *v1.ContainerStatus, error)
	KillContainer(pod *v1.Pod, container *v1.ContainerStatus, sig syscall.Signal) error
	CreateArchive(ctx context.Context, containerID, sourcePath string) (*bytes.Buffer, error)
}

KubernetesClientInterface is the interface to implement getContainerStatus method

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL