Documentation ¶
Index ¶
- Variables
- type KeyValueStoreXdsDelegateConfig
- func (x *KeyValueStoreXdsDelegateConfig) ClearKeyValueStoreConfig()
- func (x *KeyValueStoreXdsDelegateConfig) GetKeyValueStoreConfig() *v3.KeyValueStoreConfig
- func (x *KeyValueStoreXdsDelegateConfig) HasKeyValueStoreConfig() bool
- func (*KeyValueStoreXdsDelegateConfig) ProtoMessage()
- func (x *KeyValueStoreXdsDelegateConfig) ProtoReflect() protoreflect.Message
- func (x *KeyValueStoreXdsDelegateConfig) Reset()
- func (x *KeyValueStoreXdsDelegateConfig) SetKeyValueStoreConfig(v *v3.KeyValueStoreConfig)
- func (x *KeyValueStoreXdsDelegateConfig) String() string
- type KeyValueStoreXdsDelegateConfig_builder
Constants ¶
This section is empty.
Variables ¶
View Source
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) ClearKeyValueStoreConfig ¶
func (x *KeyValueStoreXdsDelegateConfig) ClearKeyValueStoreConfig()
func (*KeyValueStoreXdsDelegateConfig) GetKeyValueStoreConfig ¶
func (x *KeyValueStoreXdsDelegateConfig) GetKeyValueStoreConfig() *v3.KeyValueStoreConfig
func (*KeyValueStoreXdsDelegateConfig) HasKeyValueStoreConfig ¶
func (x *KeyValueStoreXdsDelegateConfig) HasKeyValueStoreConfig() bool
func (*KeyValueStoreXdsDelegateConfig) ProtoMessage ¶
func (*KeyValueStoreXdsDelegateConfig) ProtoMessage()
func (*KeyValueStoreXdsDelegateConfig) ProtoReflect ¶
func (x *KeyValueStoreXdsDelegateConfig) ProtoReflect() protoreflect.Message
func (*KeyValueStoreXdsDelegateConfig) Reset ¶
func (x *KeyValueStoreXdsDelegateConfig) Reset()
func (*KeyValueStoreXdsDelegateConfig) SetKeyValueStoreConfig ¶
func (x *KeyValueStoreXdsDelegateConfig) SetKeyValueStoreConfig(v *v3.KeyValueStoreConfig)
func (*KeyValueStoreXdsDelegateConfig) String ¶
func (x *KeyValueStoreXdsDelegateConfig) String() string
type KeyValueStoreXdsDelegateConfig_builder ¶
type KeyValueStoreXdsDelegateConfig_builder struct { // Configuration for the KeyValueStore that holds the xDS resources. // [#allow-fully-qualified-name:] KeyValueStoreConfig *v3.KeyValueStoreConfig // contains filtered or unexported fields }
func (KeyValueStoreXdsDelegateConfig_builder) Build ¶
func (b0 KeyValueStoreXdsDelegateConfig_builder) Build() *KeyValueStoreXdsDelegateConfig
Click to show internal directories.
Click to hide internal directories.