Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Command *cobra.Command
)
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct { Name string `json:"name" yaml:"name"` // Traceflow name Phase v1alpha1.TraceflowPhase `json:"phase,omitempty" yaml:"phase,omitempty"` // Traceflow phase Source string `json:"source,omitempty" yaml:"source,omitempty"` // Traceflow source, e.g. "default/pod0" Destination string `json:"destination,omitempty" yaml:"destination,omitempty"` // Traceflow destination, e.g. "default/pod1" NodeResults []v1alpha1.NodeResult `json:"results,omitempty" yaml:"results,omitempty"` // Traceflow node results }
Response is the response of antctl Traceflow.
Click to show internal directories.
Click to hide internal directories.