Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
func NewFactory() gadgets.TraceFactory
Types ¶
type SeccompProfileNsName ¶
type SeccompProfileNsName struct {
// contains filtered or unexported fields
}
type Trace ¶
type Trace struct {
// contains filtered or unexported fields
}
func (*Trace) Generate ¶
func (t *Trace) Generate(trace *gadgetv1alpha1.Trace)
func (*Trace) Start ¶
func (t *Trace) Start(trace *gadgetv1alpha1.Trace)
func (*Trace) Stop ¶
func (t *Trace) Stop(trace *gadgetv1alpha1.Trace)
type TraceFactory ¶
type TraceFactory struct {
gadgets.BaseFactory
}
func (*TraceFactory) AddToScheme ¶
func (f *TraceFactory) AddToScheme(scheme *apimachineryruntime.Scheme)
func (*TraceFactory) Description ¶
func (f *TraceFactory) Description() string
func (*TraceFactory) Operations ¶
func (f *TraceFactory) Operations() map[gadgetv1alpha1.Operation]gadgets.TraceOperation
func (*TraceFactory) OutputModesSupported ¶
func (f *TraceFactory) OutputModesSupported() map[gadgetv1alpha1.TraceOutputMode]struct{}
type TraceSingleton ¶
type TraceSingleton struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.