tracer

package
v0.0.0-...-722d0c0 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PrivilegedPodTracerService

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

func (*PrivilegedPodTracerService) Cleanup

func (p *PrivilegedPodTracerService) Cleanup() error

func (*PrivilegedPodTracerService) Setup

func (p *PrivilegedPodTracerService) Setup() error

func (*PrivilegedPodTracerService) Start

func (p *PrivilegedPodTracerService) Start(stdOut io.Writer) error

type TracerService

type TracerService interface {
	// Perform all actions required for starting the remote sniffing
	Setup() error

	// Rollback actions performed during the Setup phase
	Cleanup() error

	// Start remote sniffing
	// write remote capture output to the given io writer.
	Start(stdOut io.Writer) error
}

func NewPrivilegedPodRemoteTracingService

func NewPrivilegedPodRemoteTracingService(options *config.DoktorSettings, service kube.KubernetesApiService, bridge runtime.ContainerRuntimeBridge) TracerService

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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