Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpHeadersList ¶ added in v1.15.0
HttpHeadersList contains the allow/deny list of headers
type HubbleRedactSettings ¶ added in v1.15.0
type HubbleRedactSettings struct {
Enabled bool
RedactHTTPQuery bool
RedactHTTPUserInfo bool
RedactKafkaAPIKey bool
RedactHttpHeaders HttpHeadersList
}
HubbleRedactSettings contains all hubble redact related options
type Option ¶
type Option func(*Options)
Option is used to configure parsers
func WithNetworkPolicyCorrelation ¶ added in v1.18.0
WithNetworkPolicyCorrelation configures the Network Policy correlation of Hubble Flows.
func WithRedact ¶ added in v1.18.0
func WithRedact(httpQuery, httpUserInfo, kafkaApiKey bool, allowHeaders, denyHeaders []string) Option
WithRedact configures which data Hubble will redact.
func WithSkipUnknownCGroupIDs ¶ added in v1.18.0
WithSkipUnknownCGroupIDs configures whether Hubble will skip events with unknown CGroup IDs.
Click to show internal directories.
Click to hide internal directories.