Versions in this module Expand all Collapse all v1 v1.0.0 Jan 25, 2023 Changes in this version + var File_envoy_config_common_mutation_rules_v3_mutation_rules_proto protoreflect.FileDescriptor + type HeaderMutation struct + Action isHeaderMutation_Action + func (*HeaderMutation) Descriptor() ([]byte, []int) + func (*HeaderMutation) ProtoMessage() + func (m *HeaderMutation) GetAction() isHeaderMutation_Action + func (m *HeaderMutation) Validate() error + func (m *HeaderMutation) ValidateAll() error + func (x *HeaderMutation) GetAppend() *v31.HeaderValueOption + func (x *HeaderMutation) GetRemove() string + func (x *HeaderMutation) ProtoReflect() protoreflect.Message + func (x *HeaderMutation) Reset() + func (x *HeaderMutation) String() string + type HeaderMutationMultiError []error + func (m HeaderMutationMultiError) AllErrors() []error + func (m HeaderMutationMultiError) Error() string + type HeaderMutationRules struct + AllowAllRouting *wrappers.BoolValue + AllowEnvoy *wrappers.BoolValue + AllowExpression *v3.RegexMatcher + DisallowAll *wrappers.BoolValue + DisallowExpression *v3.RegexMatcher + DisallowIsError *wrappers.BoolValue + DisallowSystem *wrappers.BoolValue + func (*HeaderMutationRules) Descriptor() ([]byte, []int) + func (*HeaderMutationRules) ProtoMessage() + func (m *HeaderMutationRules) Validate() error + func (m *HeaderMutationRules) ValidateAll() error + func (x *HeaderMutationRules) GetAllowAllRouting() *wrappers.BoolValue + func (x *HeaderMutationRules) GetAllowEnvoy() *wrappers.BoolValue + func (x *HeaderMutationRules) GetAllowExpression() *v3.RegexMatcher + func (x *HeaderMutationRules) GetDisallowAll() *wrappers.BoolValue + func (x *HeaderMutationRules) GetDisallowExpression() *v3.RegexMatcher + func (x *HeaderMutationRules) GetDisallowIsError() *wrappers.BoolValue + func (x *HeaderMutationRules) GetDisallowSystem() *wrappers.BoolValue + func (x *HeaderMutationRules) ProtoReflect() protoreflect.Message + func (x *HeaderMutationRules) Reset() + func (x *HeaderMutationRules) String() string + type HeaderMutationRulesMultiError []error + func (m HeaderMutationRulesMultiError) AllErrors() []error + func (m HeaderMutationRulesMultiError) Error() string + type HeaderMutationRulesValidationError struct + func (e HeaderMutationRulesValidationError) Cause() error + func (e HeaderMutationRulesValidationError) Error() string + func (e HeaderMutationRulesValidationError) ErrorName() string + func (e HeaderMutationRulesValidationError) Field() string + func (e HeaderMutationRulesValidationError) Key() bool + func (e HeaderMutationRulesValidationError) Reason() string + type HeaderMutationValidationError struct + func (e HeaderMutationValidationError) Cause() error + func (e HeaderMutationValidationError) Error() string + func (e HeaderMutationValidationError) ErrorName() string + func (e HeaderMutationValidationError) Field() string + func (e HeaderMutationValidationError) Key() bool + func (e HeaderMutationValidationError) Reason() string + type HeaderMutation_Append struct + Append *v31.HeaderValueOption + type HeaderMutation_Remove struct + Remove string