logs

package
v0.62.0 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 13 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) StartTail added in v0.62.0

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

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
	ContainerNames []string
	ContainerTag   bool
	LinePrefix     string
}

type PodWatcher

type PodWatcher interface {
	Watch(podsToWatchCh chan corev1.Pod, cancelCh chan struct{}) error
}

type View

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

func NewView

func NewView(
	tailOpts PodLogOpts,
	podWatcher PodWatcher,
	contFilterFunc func(pod corev1.Pod) []string,
	coreClient kubernetes.Interface,
	ui ui.UI,
) View

func (View) Show

func (v View) Show(cancelCh chan struct{}) error

Jump to

Keyboard shortcuts

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