Versions in this module Expand all Collapse all v0 v0.9.9 Apr 21, 2021 Changes in this version + var File_envoy_config_tap_v4alpha_common_proto protoreflect.FileDescriptor + var OutputSink_Format_name = map[int32]string + var OutputSink_Format_value = map[string]int32 + type FilePerTapSink struct + PathPrefix string + func (*FilePerTapSink) Descriptor() ([]byte, []int) + func (*FilePerTapSink) ProtoMessage() + func (m *FilePerTapSink) Validate() error + func (x *FilePerTapSink) GetPathPrefix() string + func (x *FilePerTapSink) ProtoReflect() protoreflect.Message + func (x *FilePerTapSink) Reset() + func (x *FilePerTapSink) String() string + type FilePerTapSinkValidationError struct + func (e FilePerTapSinkValidationError) Cause() error + func (e FilePerTapSinkValidationError) Error() string + func (e FilePerTapSinkValidationError) ErrorName() string + func (e FilePerTapSinkValidationError) Field() string + func (e FilePerTapSinkValidationError) Key() bool + func (e FilePerTapSinkValidationError) Reason() string + type HttpGenericBodyMatch struct + BytesLimit uint32 + Patterns []*HttpGenericBodyMatch_GenericTextMatch + func (*HttpGenericBodyMatch) Descriptor() ([]byte, []int) + func (*HttpGenericBodyMatch) ProtoMessage() + func (m *HttpGenericBodyMatch) Validate() error + func (x *HttpGenericBodyMatch) GetBytesLimit() uint32 + func (x *HttpGenericBodyMatch) GetPatterns() []*HttpGenericBodyMatch_GenericTextMatch + func (x *HttpGenericBodyMatch) ProtoReflect() protoreflect.Message + func (x *HttpGenericBodyMatch) Reset() + func (x *HttpGenericBodyMatch) String() string + type HttpGenericBodyMatchValidationError struct + func (e HttpGenericBodyMatchValidationError) Cause() error + func (e HttpGenericBodyMatchValidationError) Error() string + func (e HttpGenericBodyMatchValidationError) ErrorName() string + func (e HttpGenericBodyMatchValidationError) Field() string + func (e HttpGenericBodyMatchValidationError) Key() bool + func (e HttpGenericBodyMatchValidationError) Reason() string + type HttpGenericBodyMatch_GenericTextMatch struct + Rule isHttpGenericBodyMatch_GenericTextMatch_Rule + func (*HttpGenericBodyMatch_GenericTextMatch) Descriptor() ([]byte, []int) + func (*HttpGenericBodyMatch_GenericTextMatch) ProtoMessage() + func (m *HttpGenericBodyMatch_GenericTextMatch) GetRule() isHttpGenericBodyMatch_GenericTextMatch_Rule + func (m *HttpGenericBodyMatch_GenericTextMatch) Validate() error + func (x *HttpGenericBodyMatch_GenericTextMatch) GetBinaryMatch() []byte + func (x *HttpGenericBodyMatch_GenericTextMatch) GetStringMatch() string + func (x *HttpGenericBodyMatch_GenericTextMatch) ProtoReflect() protoreflect.Message + func (x *HttpGenericBodyMatch_GenericTextMatch) Reset() + func (x *HttpGenericBodyMatch_GenericTextMatch) String() string + type HttpGenericBodyMatch_GenericTextMatchValidationError struct + func (e HttpGenericBodyMatch_GenericTextMatchValidationError) Cause() error + func (e HttpGenericBodyMatch_GenericTextMatchValidationError) Error() string + func (e HttpGenericBodyMatch_GenericTextMatchValidationError) ErrorName() string + func (e HttpGenericBodyMatch_GenericTextMatchValidationError) Field() string + func (e HttpGenericBodyMatch_GenericTextMatchValidationError) Key() bool + func (e HttpGenericBodyMatch_GenericTextMatchValidationError) Reason() string + type HttpGenericBodyMatch_GenericTextMatch_BinaryMatch struct + BinaryMatch []byte + type HttpGenericBodyMatch_GenericTextMatch_StringMatch struct + StringMatch string + type HttpHeadersMatch struct + Headers []*v4alpha2.HeaderMatcher + func (*HttpHeadersMatch) Descriptor() ([]byte, []int) + func (*HttpHeadersMatch) ProtoMessage() + func (m *HttpHeadersMatch) Validate() error + func (x *HttpHeadersMatch) GetHeaders() []*v4alpha2.HeaderMatcher + func (x *HttpHeadersMatch) ProtoReflect() protoreflect.Message + func (x *HttpHeadersMatch) Reset() + func (x *HttpHeadersMatch) String() string + type HttpHeadersMatchValidationError struct + func (e HttpHeadersMatchValidationError) Cause() error + func (e HttpHeadersMatchValidationError) Error() string + func (e HttpHeadersMatchValidationError) ErrorName() string + func (e HttpHeadersMatchValidationError) Field() string + func (e HttpHeadersMatchValidationError) Key() bool + func (e HttpHeadersMatchValidationError) Reason() string + type MatchPredicate struct + Rule isMatchPredicate_Rule + func (*MatchPredicate) Descriptor() ([]byte, []int) + func (*MatchPredicate) ProtoMessage() + func (m *MatchPredicate) GetRule() isMatchPredicate_Rule + func (m *MatchPredicate) Validate() error + func (x *MatchPredicate) GetAndMatch() *MatchPredicate_MatchSet + func (x *MatchPredicate) GetAnyMatch() bool + func (x *MatchPredicate) GetHttpRequestGenericBodyMatch() *HttpGenericBodyMatch + func (x *MatchPredicate) GetHttpRequestHeadersMatch() *HttpHeadersMatch + func (x *MatchPredicate) GetHttpRequestTrailersMatch() *HttpHeadersMatch + func (x *MatchPredicate) GetHttpResponseGenericBodyMatch() *HttpGenericBodyMatch + func (x *MatchPredicate) GetHttpResponseHeadersMatch() *HttpHeadersMatch + func (x *MatchPredicate) GetHttpResponseTrailersMatch() *HttpHeadersMatch + func (x *MatchPredicate) GetNotMatch() *MatchPredicate + func (x *MatchPredicate) GetOrMatch() *MatchPredicate_MatchSet + func (x *MatchPredicate) ProtoReflect() protoreflect.Message + func (x *MatchPredicate) Reset() + func (x *MatchPredicate) String() string + type MatchPredicateValidationError struct + func (e MatchPredicateValidationError) Cause() error + func (e MatchPredicateValidationError) Error() string + func (e MatchPredicateValidationError) ErrorName() string + func (e MatchPredicateValidationError) Field() string + func (e MatchPredicateValidationError) Key() bool + func (e MatchPredicateValidationError) Reason() string + type MatchPredicate_AndMatch struct + AndMatch *MatchPredicate_MatchSet + type MatchPredicate_AnyMatch struct + AnyMatch bool + type MatchPredicate_HttpRequestGenericBodyMatch struct + HttpRequestGenericBodyMatch *HttpGenericBodyMatch + type MatchPredicate_HttpRequestHeadersMatch struct + HttpRequestHeadersMatch *HttpHeadersMatch + type MatchPredicate_HttpRequestTrailersMatch struct + HttpRequestTrailersMatch *HttpHeadersMatch + type MatchPredicate_HttpResponseGenericBodyMatch struct + HttpResponseGenericBodyMatch *HttpGenericBodyMatch + type MatchPredicate_HttpResponseHeadersMatch struct + HttpResponseHeadersMatch *HttpHeadersMatch + type MatchPredicate_HttpResponseTrailersMatch struct + HttpResponseTrailersMatch *HttpHeadersMatch + type MatchPredicate_MatchSet struct + Rules []*MatchPredicate + func (*MatchPredicate_MatchSet) Descriptor() ([]byte, []int) + func (*MatchPredicate_MatchSet) ProtoMessage() + func (m *MatchPredicate_MatchSet) Validate() error + func (x *MatchPredicate_MatchSet) GetRules() []*MatchPredicate + func (x *MatchPredicate_MatchSet) ProtoReflect() protoreflect.Message + func (x *MatchPredicate_MatchSet) Reset() + func (x *MatchPredicate_MatchSet) String() string + type MatchPredicate_MatchSetValidationError struct + func (e MatchPredicate_MatchSetValidationError) Cause() error + func (e MatchPredicate_MatchSetValidationError) Error() string + func (e MatchPredicate_MatchSetValidationError) ErrorName() string + func (e MatchPredicate_MatchSetValidationError) Field() string + func (e MatchPredicate_MatchSetValidationError) Key() bool + func (e MatchPredicate_MatchSetValidationError) Reason() string + type MatchPredicate_NotMatch struct + NotMatch *MatchPredicate + type MatchPredicate_OrMatch struct + OrMatch *MatchPredicate_MatchSet + type OutputConfig struct + MaxBufferedRxBytes *wrappers.UInt32Value + MaxBufferedTxBytes *wrappers.UInt32Value + Sinks []*OutputSink + Streaming bool + func (*OutputConfig) Descriptor() ([]byte, []int) + func (*OutputConfig) ProtoMessage() + func (m *OutputConfig) Validate() error + func (x *OutputConfig) GetMaxBufferedRxBytes() *wrappers.UInt32Value + func (x *OutputConfig) GetMaxBufferedTxBytes() *wrappers.UInt32Value + func (x *OutputConfig) GetSinks() []*OutputSink + func (x *OutputConfig) GetStreaming() bool + func (x *OutputConfig) ProtoReflect() protoreflect.Message + func (x *OutputConfig) Reset() + func (x *OutputConfig) String() string + type OutputConfigValidationError struct + func (e OutputConfigValidationError) Cause() error + func (e OutputConfigValidationError) Error() string + func (e OutputConfigValidationError) ErrorName() string + func (e OutputConfigValidationError) Field() string + func (e OutputConfigValidationError) Key() bool + func (e OutputConfigValidationError) Reason() string + type OutputSink struct + Format OutputSink_Format + OutputSinkType isOutputSink_OutputSinkType + func (*OutputSink) Descriptor() ([]byte, []int) + func (*OutputSink) ProtoMessage() + func (m *OutputSink) GetOutputSinkType() isOutputSink_OutputSinkType + func (m *OutputSink) Validate() error + func (x *OutputSink) GetFilePerTap() *FilePerTapSink + func (x *OutputSink) GetFormat() OutputSink_Format + func (x *OutputSink) GetStreamingAdmin() *StreamingAdminSink + func (x *OutputSink) GetStreamingGrpc() *StreamingGrpcSink + func (x *OutputSink) ProtoReflect() protoreflect.Message + func (x *OutputSink) Reset() + func (x *OutputSink) String() string + type OutputSinkValidationError struct + func (e OutputSinkValidationError) Cause() error + func (e OutputSinkValidationError) Error() string + func (e OutputSinkValidationError) ErrorName() string + func (e OutputSinkValidationError) Field() string + func (e OutputSinkValidationError) Key() bool + func (e OutputSinkValidationError) Reason() string + type OutputSink_FilePerTap struct + FilePerTap *FilePerTapSink + type OutputSink_Format int32 + const OutputSink_JSON_BODY_AS_BYTES + const OutputSink_JSON_BODY_AS_STRING + const OutputSink_PROTO_BINARY + const OutputSink_PROTO_BINARY_LENGTH_DELIMITED + const OutputSink_PROTO_TEXT + func (OutputSink_Format) Descriptor() protoreflect.EnumDescriptor + func (OutputSink_Format) EnumDescriptor() ([]byte, []int) + func (OutputSink_Format) Type() protoreflect.EnumType + func (x OutputSink_Format) Enum() *OutputSink_Format + func (x OutputSink_Format) Number() protoreflect.EnumNumber + func (x OutputSink_Format) String() string + type OutputSink_StreamingAdmin struct + StreamingAdmin *StreamingAdminSink + type OutputSink_StreamingGrpc struct + StreamingGrpc *StreamingGrpcSink + type StreamingAdminSink struct + func (*StreamingAdminSink) Descriptor() ([]byte, []int) + func (*StreamingAdminSink) ProtoMessage() + func (m *StreamingAdminSink) Validate() error + func (x *StreamingAdminSink) ProtoReflect() protoreflect.Message + func (x *StreamingAdminSink) Reset() + func (x *StreamingAdminSink) String() string + type StreamingAdminSinkValidationError struct + func (e StreamingAdminSinkValidationError) Cause() error + func (e StreamingAdminSinkValidationError) Error() string + func (e StreamingAdminSinkValidationError) ErrorName() string + func (e StreamingAdminSinkValidationError) Field() string + func (e StreamingAdminSinkValidationError) Key() bool + func (e StreamingAdminSinkValidationError) Reason() string + type StreamingGrpcSink struct + GrpcService *v4alpha1.GrpcService + TapId string + func (*StreamingGrpcSink) Descriptor() ([]byte, []int) + func (*StreamingGrpcSink) ProtoMessage() + func (m *StreamingGrpcSink) Validate() error + func (x *StreamingGrpcSink) GetGrpcService() *v4alpha1.GrpcService + func (x *StreamingGrpcSink) GetTapId() string + func (x *StreamingGrpcSink) ProtoReflect() protoreflect.Message + func (x *StreamingGrpcSink) Reset() + func (x *StreamingGrpcSink) String() string + type StreamingGrpcSinkValidationError struct + func (e StreamingGrpcSinkValidationError) Cause() error + func (e StreamingGrpcSinkValidationError) Error() string + func (e StreamingGrpcSinkValidationError) ErrorName() string + func (e StreamingGrpcSinkValidationError) Field() string + func (e StreamingGrpcSinkValidationError) Key() bool + func (e StreamingGrpcSinkValidationError) Reason() string + type TapConfig struct + HiddenEnvoyDeprecatedMatchConfig *MatchPredicate + Match *v4alpha.MatchPredicate + OutputConfig *OutputConfig + TapEnabled *v4alpha1.RuntimeFractionalPercent + func (*TapConfig) Descriptor() ([]byte, []int) + func (*TapConfig) ProtoMessage() + func (m *TapConfig) Validate() error + func (x *TapConfig) GetHiddenEnvoyDeprecatedMatchConfig() *MatchPredicate + func (x *TapConfig) GetMatch() *v4alpha.MatchPredicate + func (x *TapConfig) GetOutputConfig() *OutputConfig + func (x *TapConfig) GetTapEnabled() *v4alpha1.RuntimeFractionalPercent + func (x *TapConfig) ProtoReflect() protoreflect.Message + func (x *TapConfig) Reset() + func (x *TapConfig) String() string + type TapConfigValidationError struct + func (e TapConfigValidationError) Cause() error + func (e TapConfigValidationError) Error() string + func (e TapConfigValidationError) ErrorName() string + func (e TapConfigValidationError) Field() string + func (e TapConfigValidationError) Key() bool + func (e TapConfigValidationError) Reason() string