mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-13 12:46:59 +00:00
8 lines
179 B
Go
8 lines
179 B
Go
package api
|
|
|
|
type TrafficFilteringOptions struct {
|
|
HealthChecksUserAgentHeaders []string
|
|
PlainTextMaskingRegexes []*SerializableRegexp
|
|
DisableRedaction bool
|
|
}
|