Documentation
¶
Index ¶
- Variables
- type SimpleHttpCacheV2Config
- func (*SimpleHttpCacheV2Config) Descriptor() ([]byte, []int)deprecated
- func (*SimpleHttpCacheV2Config) ProtoMessage()
- func (x *SimpleHttpCacheV2Config) ProtoReflect() protoreflect.Message
- func (x *SimpleHttpCacheV2Config) Reset()
- func (x *SimpleHttpCacheV2Config) String() string
- func (m *SimpleHttpCacheV2Config) Validate() error
- func (m *SimpleHttpCacheV2Config) ValidateAll() error
- type SimpleHttpCacheV2ConfigMultiError
- type SimpleHttpCacheV2ConfigValidationError
- func (e SimpleHttpCacheV2ConfigValidationError) Cause() error
- func (e SimpleHttpCacheV2ConfigValidationError) Error() string
- func (e SimpleHttpCacheV2ConfigValidationError) ErrorName() string
- func (e SimpleHttpCacheV2ConfigValidationError) Field() string
- func (e SimpleHttpCacheV2ConfigValidationError) Key() bool
- func (e SimpleHttpCacheV2ConfigValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
var File_envoy_extensions_http_cache_v2_simple_http_cache_v3_config_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type SimpleHttpCacheV2Config ¶
type SimpleHttpCacheV2Config struct {
// contains filtered or unexported fields
}
[#extension: envoy.extensions.http.cache_v2.simple]
func (*SimpleHttpCacheV2Config) Descriptor
deprecated
func (*SimpleHttpCacheV2Config) Descriptor() ([]byte, []int)
Deprecated: Use SimpleHttpCacheV2Config.ProtoReflect.Descriptor instead.
func (*SimpleHttpCacheV2Config) ProtoMessage ¶
func (*SimpleHttpCacheV2Config) ProtoMessage()
func (*SimpleHttpCacheV2Config) ProtoReflect ¶
func (x *SimpleHttpCacheV2Config) ProtoReflect() protoreflect.Message
func (*SimpleHttpCacheV2Config) Reset ¶
func (x *SimpleHttpCacheV2Config) Reset()
func (*SimpleHttpCacheV2Config) String ¶
func (x *SimpleHttpCacheV2Config) String() string
func (*SimpleHttpCacheV2Config) Validate ¶
func (m *SimpleHttpCacheV2Config) Validate() error
Validate checks the field values on SimpleHttpCacheV2Config with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SimpleHttpCacheV2Config) ValidateAll ¶
func (m *SimpleHttpCacheV2Config) ValidateAll() error
ValidateAll checks the field values on SimpleHttpCacheV2Config with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SimpleHttpCacheV2ConfigMultiError, or nil if none found.
type SimpleHttpCacheV2ConfigMultiError ¶
type SimpleHttpCacheV2ConfigMultiError []error
SimpleHttpCacheV2ConfigMultiError is an error wrapping multiple validation errors returned by SimpleHttpCacheV2Config.ValidateAll() if the designated constraints aren't met.
func (SimpleHttpCacheV2ConfigMultiError) AllErrors ¶
func (m SimpleHttpCacheV2ConfigMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SimpleHttpCacheV2ConfigMultiError) Error ¶
func (m SimpleHttpCacheV2ConfigMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SimpleHttpCacheV2ConfigValidationError ¶
type SimpleHttpCacheV2ConfigValidationError struct {
// contains filtered or unexported fields
}
SimpleHttpCacheV2ConfigValidationError is the validation error returned by SimpleHttpCacheV2Config.Validate if the designated constraints aren't met.
func (SimpleHttpCacheV2ConfigValidationError) Cause ¶
func (e SimpleHttpCacheV2ConfigValidationError) Cause() error
Cause function returns cause value.
func (SimpleHttpCacheV2ConfigValidationError) Error ¶
func (e SimpleHttpCacheV2ConfigValidationError) Error() string
Error satisfies the builtin error interface
func (SimpleHttpCacheV2ConfigValidationError) ErrorName ¶
func (e SimpleHttpCacheV2ConfigValidationError) ErrorName() string
ErrorName returns error name.
func (SimpleHttpCacheV2ConfigValidationError) Field ¶
func (e SimpleHttpCacheV2ConfigValidationError) Field() string
Field function returns field value.
func (SimpleHttpCacheV2ConfigValidationError) Key ¶
func (e SimpleHttpCacheV2ConfigValidationError) Key() bool
Key function returns key value.
func (SimpleHttpCacheV2ConfigValidationError) Reason ¶
func (e SimpleHttpCacheV2ConfigValidationError) Reason() string
Reason function returns reason value.