logs

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2019 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PodContainerLog

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

func NewPodContainerLog

func NewPodContainerLog(
	pod corev1.Pod,
	container string,
	podsClient typedcorev1.PodInterface,
	tag string,
	opts PodLogOpts,
) PodContainerLog

func (PodContainerLog) Tail

func (l PodContainerLog) Tail(ui ui.UI, cancelCh chan struct{}) error

type PodLog

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

func NewPodLog

func NewPodLog(
	pod corev1.Pod,
	podsClient typedcorev1.PodInterface,
	tagFunc func(corev1.Container) string,
	opts PodLogOpts,
) PodLog

func (PodLog) TailAll

func (l PodLog) TailAll(ui ui.UI, cancelCh chan struct{}) error

TailAll will tail all logs from all containers in a single Pod

type PodLogOpts

type PodLogOpts struct {
	Follow bool
	Lines  *int64
}

Jump to

Keyboard shortcuts

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