Documentation ¶
Index ¶
Constants ¶
View Source
const (
CueTemplateName = "trace_template.cue"
)
Variables ¶
This section is empty.
Functions ¶
func NewTraceCmd ¶
Types ¶
type CreateOptions ¶
type CreateOptions struct { action.CreateOptions `json:"-"` ClusterName string `json:"clusterName,omitempty"` Locale string `json:"locale,omitempty"` Depth int64 `json:"depth,omitempty"` CelStateEvaluationExpression string `json:"celStateEvaluationExpression,omitempty"` }
func (*CreateOptions) Complete ¶
func (o *CreateOptions) Complete() error
func (*CreateOptions) Run ¶
func (o *CreateOptions) Run() error
type UpdateOptions ¶
type UpdateOptions struct { *action.PatchOptions Locale string `json:"locale,omitempty"` Depth int64 `json:"depth,omitempty"` CelStateEvaluationExpression string `json:"celStateEvaluationExpression,omitempty"` }
func (*UpdateOptions) CmdComplete ¶
func (o *UpdateOptions) CmdComplete(cmd *cobra.Command) error
Directories ¶
Path | Synopsis |
---|---|
timeserieslinechart
Package timeserieslinechart implements a linechart that draws lines for time series data points
|
Package timeserieslinechart implements a linechart that draws lines for time series data points |
Click to show internal directories.
Click to hide internal directories.