types

package
v0.1.9 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BatchResults

func BatchResults(batchSize int, results []Result) [][]Result

Types

type ExecResult

type ExecResult struct {
	StdOut string
	StdErr string
	Error  error
}

type Result

type Result struct {
	ExecResult ExecResult
	Pod        v1.Pod
	Container  v1.Container
}

func (*Result) Print

func (result *Result) Print()

Jump to

Keyboard shortcuts

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