package
0.1.2
Repository: https://github.com/iovisor/kubectl-trace.git
Documentation: pkg.go.dev

# Functions

NewAttachCommand provides the attach command wrapping AttachOptions.
NewAttachOptions provides an instance of AttachOptions with default values.
NewDeleteCommand provides the delete command wrapping DeleteOptions.
NewDeleteOptions provides an instance of DeleteOptions with default values.
NewGetCommand provides the get command wrapping GetOptions.
NewGetOptions provides an instance of GetOptions with default values.
NewLogCommand provides the log command wrapping LogOptions.
NewLogOptions provides an instance of LogOptions with default values.
NewRunCommand provides the run command wrapping RunOptions.
NewRunOptions provides an instance of RunOptions with default values.
NewTraceCommand creates the trace command and its nested children.
NewTraceOptions provides an instance of TraceOptions with default values.
No description provided by the author
No description provided by the author
NewVersionCommand provides the version command.

# Variables

DefaultDeadline is the maximum time a tracejob is allowed to run, in seconds.
DefaultDeadlineGracePeriod is the maximum time to wait to print a map or histogram, in seconds note that it must account for startup time, as the deadline as based on start time.
ImageName represents the default tracerunner image.
ImageTag represents the tag to fetch for ImageName.
InitImageName represents the default init container image.
InitImageTag represents the tag to fetch for InitImage.

# Structs

AttachOptions ...
DeleteOptions ...
GetOptions ...
LogOptions ...
RunOptions ...
TraceOptions ...
No description provided by the author