Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TracingPolicy ¶
type TracingPolicy interface { // TpName returns the name of the policy. TpName() string // TpSpec returns the specification of the policy TpSpec() *v1alpha1.TracingPolicySpec // TpInfo returns a description of the policy TpInfo() string }
TracingPolicy is an interface for a tracing policy This is implemented by v1alpha1.types.TracingPolicy and config.GenericTracingConf. The former is what is the k8s API server uses, and the latter is used when we load files directly (e.g., via the cli).
Click to show internal directories.
Click to hide internal directories.