mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-04-06 10:47:49 +00:00
8 lines
179 B
Go
8 lines
179 B
Go
package api
|
|
|
|
type TrafficFilteringOptions struct {
|
|
HealthChecksUserAgentHeaders []string
|
|
PlainTextMaskingRegexes []*SerializableRegexp
|
|
DisableRedaction bool
|
|
}
|