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