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 ¶
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
type SelectorScraper ¶
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
Click to show internal directories.
Click to hide internal directories.