Versions in this module Expand all Collapse all v0 v0.9.82 Jan 31, 2021 Changes in this version + var File_envoy_config_common_tap_v2alpha_common_proto protoreflect.FileDescriptor type AdminConfig + func (x *AdminConfig) ProtoReflect() protoreflect.Message type CommonExtensionConfig + func (x *CommonExtensionConfig) ProtoReflect() protoreflect.Message v0.7.1 Apr 19, 2019 v0.7.0 Apr 8, 2019 Changes in this version type AdminConfigValidationError + func (e AdminConfigValidationError) ErrorName() string type CommonExtensionConfigValidationError + func (e CommonExtensionConfigValidationError) ErrorName() string v0.6.9 Mar 11, 2019 v0.6.8 Mar 1, 2019 Changes in this version + var ErrIntOverflowCommon = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthCommon = fmt.Errorf("proto: negative length found during unmarshaling") + type AdminConfig struct + ConfigId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*AdminConfig) Descriptor() ([]byte, []int) + func (*AdminConfig) ProtoMessage() + func (m *AdminConfig) GetConfigId() string + func (m *AdminConfig) Marshal() (dAtA []byte, err error) + func (m *AdminConfig) MarshalTo(dAtA []byte) (int, error) + func (m *AdminConfig) Reset() + func (m *AdminConfig) Size() (n int) + func (m *AdminConfig) String() string + func (m *AdminConfig) Unmarshal(dAtA []byte) error + func (m *AdminConfig) Validate() error + func (m *AdminConfig) XXX_DiscardUnknown() + func (m *AdminConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AdminConfig) XXX_Merge(src proto.Message) + func (m *AdminConfig) XXX_Size() int + func (m *AdminConfig) XXX_Unmarshal(b []byte) error + type AdminConfigValidationError struct + Cause error + Field string + Key bool + Reason string + func (e AdminConfigValidationError) Error() string + type CommonExtensionConfig struct + ConfigType isCommonExtensionConfig_ConfigType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CommonExtensionConfig) Descriptor() ([]byte, []int) + func (*CommonExtensionConfig) ProtoMessage() + func (*CommonExtensionConfig) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *CommonExtensionConfig) GetAdminConfig() *AdminConfig + func (m *CommonExtensionConfig) GetConfigType() isCommonExtensionConfig_ConfigType + func (m *CommonExtensionConfig) GetStaticConfig() *v2alpha.TapConfig + func (m *CommonExtensionConfig) Marshal() (dAtA []byte, err error) + func (m *CommonExtensionConfig) MarshalTo(dAtA []byte) (int, error) + func (m *CommonExtensionConfig) Reset() + func (m *CommonExtensionConfig) Size() (n int) + func (m *CommonExtensionConfig) String() string + func (m *CommonExtensionConfig) Unmarshal(dAtA []byte) error + func (m *CommonExtensionConfig) Validate() error + func (m *CommonExtensionConfig) XXX_DiscardUnknown() + func (m *CommonExtensionConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CommonExtensionConfig) XXX_Merge(src proto.Message) + func (m *CommonExtensionConfig) XXX_Size() int + func (m *CommonExtensionConfig) XXX_Unmarshal(b []byte) error + type CommonExtensionConfigValidationError struct + Cause error + Field string + Key bool + Reason string + func (e CommonExtensionConfigValidationError) Error() string + type CommonExtensionConfig_AdminConfig struct + AdminConfig *AdminConfig + func (m *CommonExtensionConfig_AdminConfig) MarshalTo(dAtA []byte) (int, error) + func (m *CommonExtensionConfig_AdminConfig) Size() (n int) + type CommonExtensionConfig_StaticConfig struct + StaticConfig *v2alpha.TapConfig + func (m *CommonExtensionConfig_StaticConfig) MarshalTo(dAtA []byte) (int, error) + func (m *CommonExtensionConfig_StaticConfig) Size() (n int)