mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-08 03:54:18 +00:00
8 lines
164 B
Go
8 lines
164 B
Go
package api
|
|
|
|
type TrafficFilteringOptions struct {
|
|
IgnoredUserAgents []string
|
|
PlainTextMaskingRegexes []*SerializableRegexp
|
|
EnableRedaction bool
|
|
}
|