Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController( log *logging.Logger, cfg Config, apiClient *castai.Client, containersClient *containers.Client, netStatsReader *netstats.Reader, ct conntrack.Client, tracer *ebpftracer.Tracer, signatureEngine *signature.SignatureEngine, enrichmentService *enrichment.Service, kubeClient *kube.Client, ) *Controller
func (*Controller) IsMutedNamespace ¶
func (c *Controller) IsMutedNamespace(namespace string) bool
func (*Controller) MuteNamespace ¶
func (c *Controller) MuteNamespace(namespace string) error
func (*Controller) UnmuteNamespace ¶
func (c *Controller) UnmuteNamespace(namespace string) error
Click to show internal directories.
Click to hide internal directories.