Documentation
¶
Index ¶
- Variables
- type Tap
- func (x *Tap) ClearCommonConfig()
- func (x *Tap) GetCommonConfig() *v2alpha.CommonExtensionConfig
- func (x *Tap) HasCommonConfig() bool
- func (*Tap) ProtoMessage()
- func (x *Tap) ProtoReflect() protoreflect.Message
- func (x *Tap) Reset()
- func (x *Tap) SetCommonConfig(v *v2alpha.CommonExtensionConfig)
- func (x *Tap) String() string
- type Tap_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_envoy_config_filter_http_tap_v2alpha_tap_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Tap ¶
type Tap struct {
// Common configuration for the HTTP tap filter.
CommonConfig *v2alpha.CommonExtensionConfig `protobuf:"bytes,1,opt,name=common_config,json=commonConfig,proto3" json:"common_config,omitempty"`
// contains filtered or unexported fields
}
Top level configuration for the tap filter.
func (*Tap) GetCommonConfig ¶
func (x *Tap) GetCommonConfig() *v2alpha.CommonExtensionConfig
func (*Tap) ProtoReflect ¶
func (x *Tap) ProtoReflect() protoreflect.Message
func (*Tap) SetCommonConfig ¶
func (x *Tap) SetCommonConfig(v *v2alpha.CommonExtensionConfig)
type Tap_builder ¶
type Tap_builder struct {
// Common configuration for the HTTP tap filter.
CommonConfig *v2alpha.CommonExtensionConfig
// contains filtered or unexported fields
}
func (Tap_builder) Build ¶
func (b0 Tap_builder) Build() *Tap
Source Files
¶
- tap.pb.go
Click to show internal directories.
Click to hide internal directories.