log

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2021 License: Apache-2.0 Imports: 19 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Print

func Print(ctx context.Context, client kubernetes.Interface, integration *v1.Integration, out io.Writer) error

Print prints integrations logs to the stdout

func PrintUsingSelector added in v1.3.0

func PrintUsingSelector(ctx context.Context, client kubernetes.Interface, namespace, defaultContainerName, selector string, out io.Writer) error

PrintUsingSelector prints pod logs using a selector

Types

type PodScraper

type PodScraper struct {
	L klog.Logger
	// contains filtered or unexported fields
}

PodScraper scrapes logs of a specific pod

func NewPodScraper

func NewPodScraper(c kubernetes.Interface, namespace string, podName string, defaultContainerName string) *PodScraper

NewPodScraper creates a new pod scraper

func (*PodScraper) Start

func (s *PodScraper) Start(ctx context.Context) *bufio.Reader

Start returns a reader that streams the pod logs

type SelectorScraper

type SelectorScraper struct {
	L klog.Logger
	// contains filtered or unexported fields
}

SelectorScraper scrapes all pods with a given selector

func NewSelectorScraper

func NewSelectorScraper(client kubernetes.Interface, namespace string, defaultContainerName string, labelSelector string) *SelectorScraper

NewSelectorScraper creates a new SelectorScraper

func (*SelectorScraper) Start

func (s *SelectorScraper) Start(ctx context.Context) *bufio.Reader

Start returns a reader that streams the log of all selected pods

Jump to

Keyboard shortcuts

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