Documentation ¶
Index ¶
- Variables
- type KeyValueStoreXdsDelegateConfig
- func (*KeyValueStoreXdsDelegateConfig) Descriptor() ([]byte, []int)deprecated
- func (x *KeyValueStoreXdsDelegateConfig) GetKeyValueStoreConfig() *v3.KeyValueStoreConfig
- func (*KeyValueStoreXdsDelegateConfig) ProtoMessage()
- func (x *KeyValueStoreXdsDelegateConfig) ProtoReflect() protoreflect.Message
- func (x *KeyValueStoreXdsDelegateConfig) Reset()
- func (x *KeyValueStoreXdsDelegateConfig) String() string
Constants ¶
This section is empty.
Variables ¶
var File_contrib_envoy_extensions_config_v3alpha_kv_store_xds_delegate_config_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type KeyValueStoreXdsDelegateConfig ¶
type KeyValueStoreXdsDelegateConfig struct { // Configuration for the KeyValueStore that holds the xDS resources. // [#allow-fully-qualified-name:] KeyValueStoreConfig *v3.KeyValueStoreConfig `protobuf:"bytes,1,opt,name=key_value_store_config,json=keyValueStoreConfig,proto3" json:"key_value_store_config,omitempty"` // contains filtered or unexported fields }
[#extension: envoy.xds_delegates.kv_store]
Configuration for a KeyValueStore-based XdsResourcesDelegate implementation. This implementation updates the underlying KV store with xDS resources received from the configured management servers, enabling configuration to be persisted locally and used on startup in case connectivity with the xDS management servers could not be established.
The KV Store based delegate's handling of wildcard resources (empty resource list or "*") is designed for use with O(100) resources or fewer, so it's not currently advised to use this feature for large configurations with heavy use of wildcard resources.
func (*KeyValueStoreXdsDelegateConfig) Descriptor
deprecated
func (*KeyValueStoreXdsDelegateConfig) Descriptor() ([]byte, []int)
Deprecated: Use KeyValueStoreXdsDelegateConfig.ProtoReflect.Descriptor instead.
func (*KeyValueStoreXdsDelegateConfig) GetKeyValueStoreConfig ¶
func (x *KeyValueStoreXdsDelegateConfig) GetKeyValueStoreConfig() *v3.KeyValueStoreConfig
func (*KeyValueStoreXdsDelegateConfig) ProtoMessage ¶
func (*KeyValueStoreXdsDelegateConfig) ProtoMessage()
func (*KeyValueStoreXdsDelegateConfig) ProtoReflect ¶
func (x *KeyValueStoreXdsDelegateConfig) ProtoReflect() protoreflect.Message
func (*KeyValueStoreXdsDelegateConfig) Reset ¶
func (x *KeyValueStoreXdsDelegateConfig) Reset()
func (*KeyValueStoreXdsDelegateConfig) String ¶
func (x *KeyValueStoreXdsDelegateConfig) String() string