Documentation ¶
Index ¶
- Constants
- Variables
- func NewCaptureCmd(logger *zap.Logger, configFlag *genericclioptions.ConfigFlags, ...) *cobra.Command
- func NewGetCmd() *cobra.Command
- func NewGetProfileTypesCmd() *cobra.Command
- func NewGetProfilesCmd() *cobra.Command
- func NewGetServicesCmd() *cobra.Command
- func NewKProfefeCmd(logger *zap.Logger, streams genericclioptions.IOStreams) *cobra.Command
- func NewLoadCmd() *cobra.Command
- func NewProfefeCmd(logger *zap.Logger, streams genericclioptions.IOStreams) *cobra.Command
- type ProfefeCmdOptions
Constants ¶
View Source
const (
DefaultForwardHost = "http://localhost"
)
Variables ¶
View Source
var ( OutputDir string ProfefeHostPort string ProfefeHostPortE string )
View Source
var (
ErrFromAheadOfTo = fmt.Errorf("From value ahead of to")
)
View Source
var (
JaegerAddress string
)
View Source
var Tracer string
Functions ¶
func NewCaptureCmd ¶
func NewCaptureCmd(logger *zap.Logger, configFlag *genericclioptions.ConfigFlags, rbFlags *genericclioptions.ResourceBuilderFlags, streams genericclioptions.IOStreams) *cobra.Command
func NewGetProfileTypesCmd ¶
func NewGetProfilesCmd ¶
func NewGetServicesCmd ¶ added in v0.1.0
func NewKProfefeCmd ¶
func NewLoadCmd ¶ added in v0.0.9
func NewProfefeCmd ¶
Types ¶
type ProfefeCmdOptions ¶
type ProfefeCmdOptions struct { genericclioptions.IOStreams // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.