Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Trace CRD used for traceloop has a special label "type" which permits // to differentiate between two different types. LabelType string = "type" // Trace CRD used for traceloop can be of the "global" type. // This Trace CRD is long lived and used to interact with the gadget. LabelGlobal string = "global" // Trace CRD used for traceloop can be of the "collecting" type. // This Trace CRD is short lived and only used to exchange data. LabelCollecting string = "collecting" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.