Files
kubeshark/shared/options.go
T

8 lines
167 B
Go

package shared
type TrafficFilteringOptions struct {
IgnoredUserAgents []string
PlainTextMaskingRegexes []*SerializableRegexp
DisableRedaction bool
}