klogs

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2020 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Execute is the entrypoint for the CLI.

Types

type LogOp

type LogOp struct {
	Config          *config2.Config
	PodFilter       *regexp.Regexp
	ContainerFilter *regexp.Regexp
	// contains filtered or unexported fields
}

LogOp satisfies the Op interface and hold the filters and configs for the process.

func (*LogOp) Run

func (l *LogOp) Run() error

Run is the entrypoint for fetching logs from all targets. It starts the ui thread as well.

type Op

type Op interface {
	Run() error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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