Documentation ¶
Index ¶
- Variables
- type KeyValueStoreConfig
- func (x *KeyValueStoreConfig) ClearConfig()
- func (x *KeyValueStoreConfig) GetConfig() *v3.TypedExtensionConfig
- func (x *KeyValueStoreConfig) HasConfig() bool
- func (*KeyValueStoreConfig) ProtoMessage()
- func (x *KeyValueStoreConfig) ProtoReflect() protoreflect.Message
- func (x *KeyValueStoreConfig) Reset()
- func (x *KeyValueStoreConfig) SetConfig(v *v3.TypedExtensionConfig)
- func (x *KeyValueStoreConfig) String() string
- type KeyValueStoreConfig_builder
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) ClearConfig ¶
func (x *KeyValueStoreConfig) ClearConfig()
func (*KeyValueStoreConfig) GetConfig ¶
func (x *KeyValueStoreConfig) GetConfig() *v3.TypedExtensionConfig
func (*KeyValueStoreConfig) HasConfig ¶
func (x *KeyValueStoreConfig) HasConfig() bool
func (*KeyValueStoreConfig) ProtoMessage ¶
func (*KeyValueStoreConfig) ProtoMessage()
func (*KeyValueStoreConfig) ProtoReflect ¶
func (x *KeyValueStoreConfig) ProtoReflect() protoreflect.Message
func (*KeyValueStoreConfig) Reset ¶
func (x *KeyValueStoreConfig) Reset()
func (*KeyValueStoreConfig) SetConfig ¶
func (x *KeyValueStoreConfig) SetConfig(v *v3.TypedExtensionConfig)
func (*KeyValueStoreConfig) String ¶
func (x *KeyValueStoreConfig) String() string
type KeyValueStoreConfig_builder ¶
type KeyValueStoreConfig_builder struct { // [#extension-category: envoy.common.key_value] Config *v3.TypedExtensionConfig // contains filtered or unexported fields }
func (KeyValueStoreConfig_builder) Build ¶
func (b0 KeyValueStoreConfig_builder) Build() *KeyValueStoreConfig
Click to show internal directories.
Click to hide internal directories.