package envoy_extensions_cache_simple_http_cache_v3alpha
import "github.com/envoyproxy/go-control-plane/envoy/extensions/cache/simple_http_cache/v3alpha"
Index ¶
- Variables
- type SimpleHttpCacheConfig
- func (*SimpleHttpCacheConfig) Descriptor() ([]byte, []int)
- func (*SimpleHttpCacheConfig) ProtoMessage()
- func (x *SimpleHttpCacheConfig) ProtoReflect() protoreflect.Message
- func (x *SimpleHttpCacheConfig) Reset()
- func (x *SimpleHttpCacheConfig) String() string
- func (m *SimpleHttpCacheConfig) Validate() error
- type SimpleHttpCacheConfigValidationError
- func (e SimpleHttpCacheConfigValidationError) Cause() error
- func (e SimpleHttpCacheConfigValidationError) Error() string
- func (e SimpleHttpCacheConfigValidationError) ErrorName() string
- func (e SimpleHttpCacheConfigValidationError) Field() string
- func (e SimpleHttpCacheConfigValidationError) Key() bool
- func (e SimpleHttpCacheConfigValidationError) Reason() string
Variables ¶
var File_envoy_extensions_cache_simple_http_cache_v3alpha_config_proto protoreflect.FileDescriptor
Types ¶
type SimpleHttpCacheConfig ¶
type SimpleHttpCacheConfig struct {
// contains filtered or unexported fields
}
[#extension: envoy.cache.simple_http_cache]
func (*SimpleHttpCacheConfig) Descriptor ¶
func (*SimpleHttpCacheConfig) Descriptor() ([]byte, []int)
Deprecated: Use SimpleHttpCacheConfig.ProtoReflect.Descriptor instead.
func (*SimpleHttpCacheConfig) ProtoMessage ¶
func (*SimpleHttpCacheConfig) ProtoMessage()
func (*SimpleHttpCacheConfig) ProtoReflect ¶
func (x *SimpleHttpCacheConfig) ProtoReflect() protoreflect.Message
func (*SimpleHttpCacheConfig) Reset ¶
func (x *SimpleHttpCacheConfig) Reset()
func (*SimpleHttpCacheConfig) String ¶
func (x *SimpleHttpCacheConfig) String() string
func (*SimpleHttpCacheConfig) Validate ¶
func (m *SimpleHttpCacheConfig) Validate() error
Validate checks the field values on SimpleHttpCacheConfig with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type SimpleHttpCacheConfigValidationError ¶
type SimpleHttpCacheConfigValidationError struct {
// contains filtered or unexported fields
}
SimpleHttpCacheConfigValidationError is the validation error returned by SimpleHttpCacheConfig.Validate if the designated constraints aren't met.
func (SimpleHttpCacheConfigValidationError) Cause ¶
func (e SimpleHttpCacheConfigValidationError) Cause() error
Cause function returns cause value.
func (SimpleHttpCacheConfigValidationError) Error ¶
func (e SimpleHttpCacheConfigValidationError) Error() string
Error satisfies the builtin error interface
func (SimpleHttpCacheConfigValidationError) ErrorName ¶
func (e SimpleHttpCacheConfigValidationError) ErrorName() string
ErrorName returns error name.
func (SimpleHttpCacheConfigValidationError) Field ¶
func (e SimpleHttpCacheConfigValidationError) Field() string
Field function returns field value.
func (SimpleHttpCacheConfigValidationError) Key ¶
func (e SimpleHttpCacheConfigValidationError) Key() bool
Key function returns key value.
func (SimpleHttpCacheConfigValidationError) Reason ¶
func (e SimpleHttpCacheConfigValidationError) Reason() string
Reason function returns reason value.
Source Files ¶
config.pb.go config.pb.validate.go
- Version
- v0.9.9
- Published
- May 21, 2021
- Platform
- js/wasm
- Imports
- 17 packages
- Last checked
- 2 hours ago –
Tools for package owners.