Documentation ¶
Index ¶
- Variables
- type KeyValueStoreConfig
- func (*KeyValueStoreConfig) Descriptor() ([]byte, []int)deprecated
- func (x *KeyValueStoreConfig) GetConfig() *v3.TypedExtensionConfig
- func (*KeyValueStoreConfig) ProtoMessage()
- func (x *KeyValueStoreConfig) ProtoReflect() protoreflect.Message
- func (x *KeyValueStoreConfig) Reset()
- func (x *KeyValueStoreConfig) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_envoy_config_common_key_value_v3_config_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type KeyValueStoreConfig ¶
type KeyValueStoreConfig struct { // [#extension-category: envoy.common.key_value] Config *v3.TypedExtensionConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
This shared configuration for Envoy key value stores.
func (*KeyValueStoreConfig) Descriptor
deprecated
func (*KeyValueStoreConfig) Descriptor() ([]byte, []int)
Deprecated: Use KeyValueStoreConfig.ProtoReflect.Descriptor instead.
func (*KeyValueStoreConfig) GetConfig ¶
func (x *KeyValueStoreConfig) GetConfig() *v3.TypedExtensionConfig
func (*KeyValueStoreConfig) ProtoMessage ¶
func (*KeyValueStoreConfig) ProtoMessage()
func (*KeyValueStoreConfig) ProtoReflect ¶
func (x *KeyValueStoreConfig) ProtoReflect() protoreflect.Message
func (*KeyValueStoreConfig) Reset ¶
func (x *KeyValueStoreConfig) Reset()
func (*KeyValueStoreConfig) String ¶
func (x *KeyValueStoreConfig) String() string
Click to show internal directories.
Click to hide internal directories.