mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-28 13:55:47 +00:00
8 lines
179 B
Go
8 lines
179 B
Go
package api
|
|
|
|
type TrafficFilteringOptions struct {
|
|
HealthChecksUserAgentHeaders []string
|
|
PlainTextMaskingRegexes []*SerializableRegexp
|
|
DisableRedaction bool
|
|
}
|