Documentation ¶
Index ¶
- Variables
- type PreserveCaseFormatterConfig
- func (*PreserveCaseFormatterConfig) Descriptor() ([]byte, []int)deprecated
- func (*PreserveCaseFormatterConfig) ProtoMessage()
- func (x *PreserveCaseFormatterConfig) ProtoReflect() protoreflect.Message
- func (x *PreserveCaseFormatterConfig) Reset()
- func (x *PreserveCaseFormatterConfig) String() string
- func (m *PreserveCaseFormatterConfig) Validate() error
- type PreserveCaseFormatterConfigValidationError
- func (e PreserveCaseFormatterConfigValidationError) Cause() error
- func (e PreserveCaseFormatterConfigValidationError) Error() string
- func (e PreserveCaseFormatterConfigValidationError) ErrorName() string
- func (e PreserveCaseFormatterConfigValidationError) Field() string
- func (e PreserveCaseFormatterConfigValidationError) Key() bool
- func (e PreserveCaseFormatterConfigValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
var File_envoy_extensions_http_header_formatters_preserve_case_v3_preserve_case_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type PreserveCaseFormatterConfig ¶
type PreserveCaseFormatterConfig struct {
// contains filtered or unexported fields
}
Configuration for the preserve case header formatter. See the :ref:`header casing <config_http_conn_man_header_casing>` configuration guide for more information.
func (*PreserveCaseFormatterConfig) Descriptor
deprecated
func (*PreserveCaseFormatterConfig) Descriptor() ([]byte, []int)
Deprecated: Use PreserveCaseFormatterConfig.ProtoReflect.Descriptor instead.
func (*PreserveCaseFormatterConfig) ProtoMessage ¶
func (*PreserveCaseFormatterConfig) ProtoMessage()
func (*PreserveCaseFormatterConfig) ProtoReflect ¶
func (x *PreserveCaseFormatterConfig) ProtoReflect() protoreflect.Message
func (*PreserveCaseFormatterConfig) Reset ¶
func (x *PreserveCaseFormatterConfig) Reset()
func (*PreserveCaseFormatterConfig) String ¶
func (x *PreserveCaseFormatterConfig) String() string
func (*PreserveCaseFormatterConfig) Validate ¶
func (m *PreserveCaseFormatterConfig) Validate() error
Validate checks the field values on PreserveCaseFormatterConfig with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type PreserveCaseFormatterConfigValidationError ¶
type PreserveCaseFormatterConfigValidationError struct {
// contains filtered or unexported fields
}
PreserveCaseFormatterConfigValidationError is the validation error returned by PreserveCaseFormatterConfig.Validate if the designated constraints aren't met.
func (PreserveCaseFormatterConfigValidationError) Cause ¶
func (e PreserveCaseFormatterConfigValidationError) Cause() error
Cause function returns cause value.
func (PreserveCaseFormatterConfigValidationError) Error ¶
func (e PreserveCaseFormatterConfigValidationError) Error() string
Error satisfies the builtin error interface
func (PreserveCaseFormatterConfigValidationError) ErrorName ¶
func (e PreserveCaseFormatterConfigValidationError) ErrorName() string
ErrorName returns error name.
func (PreserveCaseFormatterConfigValidationError) Field ¶
func (e PreserveCaseFormatterConfigValidationError) Field() string
Field function returns field value.
func (PreserveCaseFormatterConfigValidationError) Key ¶
func (e PreserveCaseFormatterConfigValidationError) Key() bool
Key function returns key value.
func (PreserveCaseFormatterConfigValidationError) Reason ¶
func (e PreserveCaseFormatterConfigValidationError) Reason() string
Reason function returns reason value.