pns

package
v2.5.0-rc8+incompatible Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2020 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PNSExecutor

type PNSExecutor struct {
	// contains filtered or unexported fields
}

func NewPNSExecutor

func NewPNSExecutor(clientset *kubernetes.Clientset, podName, namespace string, hasOutputs bool) (*PNSExecutor, error)

func (*PNSExecutor) CopyFile

func (p *PNSExecutor) CopyFile(containerID string, sourcePath string, destPath string) (err error)

CopyFile copies a source file in a container to a local path

func (*PNSExecutor) GetFileContents

func (p *PNSExecutor) GetFileContents(containerID string, sourcePath string) (string, error)

func (*PNSExecutor) GetOutputStream

func (p *PNSExecutor) GetOutputStream(containerID string, combinedOutput bool) (io.ReadCloser, error)

func (*PNSExecutor) Kill

func (p *PNSExecutor) Kill(containerIDs []string) error

Kill a list of containerIDs first with a SIGTERM then with a SIGKILL after a grace period

func (*PNSExecutor) Wait

func (p *PNSExecutor) Wait(containerID string) error

Wait for the container to complete

func (*PNSExecutor) WaitInit

func (p *PNSExecutor) WaitInit() error

Jump to

Keyboard shortcuts

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