Versions in this module Expand all Collapse all v0 v0.9.82 Jan 31, 2021 Changes in this version + var File_envoy_config_bootstrap_v4alpha_bootstrap_proto protoreflect.FileDescriptor + var Watchdog_WatchdogAction_WatchdogEvent_name = map[int32]string + var Watchdog_WatchdogAction_WatchdogEvent_value = map[string]int32 + type Admin struct + AccessLogPath string + Address *v4alpha.Address + ProfilePath string + SocketOptions []*v4alpha.SocketOption + func (*Admin) Descriptor() ([]byte, []int) + func (*Admin) ProtoMessage() + func (m *Admin) Validate() error + func (x *Admin) GetAccessLogPath() string + func (x *Admin) GetAddress() *v4alpha.Address + func (x *Admin) GetProfilePath() string + func (x *Admin) GetSocketOptions() []*v4alpha.SocketOption + func (x *Admin) ProtoReflect() protoreflect.Message + func (x *Admin) Reset() + func (x *Admin) String() string + type AdminValidationError struct + func (e AdminValidationError) Cause() error + func (e AdminValidationError) Error() string + func (e AdminValidationError) ErrorName() string + func (e AdminValidationError) Field() string + func (e AdminValidationError) Key() bool + func (e AdminValidationError) Reason() string + type Bootstrap struct + Admin *Admin + BootstrapExtensions []*v4alpha.TypedExtensionConfig + CertificateProviderInstances map[string]*v4alpha.TypedExtensionConfig + ClusterManager *ClusterManager + ConfigSources []*v4alpha.ConfigSource + DefaultConfigSource *v4alpha.ConfigSource + DefaultSocketInterface string + DynamicResources *Bootstrap_DynamicResources + EnableDispatcherStats bool + FatalActions []*FatalAction + FlagsPath string + HdsConfig *v4alpha.ApiConfigSource + HeaderPrefix string + HiddenEnvoyDeprecatedTracing *v4alpha2.Tracing + HiddenEnvoyDeprecatedWatchdog *Watchdog + LayeredRuntime *LayeredRuntime + Node *v4alpha.Node + NodeContextParams []string + OverloadManager *v3.OverloadManager + StaticResources *Bootstrap_StaticResources + StatsConfig *v4alpha1.StatsConfig + StatsFlush isBootstrap_StatsFlush + StatsServerVersionOverride *wrappers.UInt64Value + StatsSinks []*v4alpha1.StatsSink + UseTcpForDnsLookups bool + Watchdogs *Watchdogs + func (*Bootstrap) Descriptor() ([]byte, []int) + func (*Bootstrap) ProtoMessage() + func (m *Bootstrap) GetStatsFlush() isBootstrap_StatsFlush + func (m *Bootstrap) Validate() error + func (x *Bootstrap) GetAdmin() *Admin + func (x *Bootstrap) GetBootstrapExtensions() []*v4alpha.TypedExtensionConfig + func (x *Bootstrap) GetCertificateProviderInstances() map[string]*v4alpha.TypedExtensionConfig + func (x *Bootstrap) GetClusterManager() *ClusterManager + func (x *Bootstrap) GetConfigSources() []*v4alpha.ConfigSource + func (x *Bootstrap) GetDefaultConfigSource() *v4alpha.ConfigSource + func (x *Bootstrap) GetDefaultSocketInterface() string + func (x *Bootstrap) GetDynamicResources() *Bootstrap_DynamicResources + func (x *Bootstrap) GetEnableDispatcherStats() bool + func (x *Bootstrap) GetFatalActions() []*FatalAction + func (x *Bootstrap) GetFlagsPath() string + func (x *Bootstrap) GetHdsConfig() *v4alpha.ApiConfigSource + func (x *Bootstrap) GetHeaderPrefix() string + func (x *Bootstrap) GetHiddenEnvoyDeprecatedTracing() *v4alpha2.Tracing + func (x *Bootstrap) GetHiddenEnvoyDeprecatedWatchdog() *Watchdog + func (x *Bootstrap) GetLayeredRuntime() *LayeredRuntime + func (x *Bootstrap) GetNode() *v4alpha.Node + func (x *Bootstrap) GetNodeContextParams() []string + func (x *Bootstrap) GetOverloadManager() *v3.OverloadManager + func (x *Bootstrap) GetStaticResources() *Bootstrap_StaticResources + func (x *Bootstrap) GetStatsConfig() *v4alpha1.StatsConfig + func (x *Bootstrap) GetStatsFlushInterval() *duration.Duration + func (x *Bootstrap) GetStatsFlushOnAdmin() bool + func (x *Bootstrap) GetStatsServerVersionOverride() *wrappers.UInt64Value + func (x *Bootstrap) GetStatsSinks() []*v4alpha1.StatsSink + func (x *Bootstrap) GetUseTcpForDnsLookups() bool + func (x *Bootstrap) GetWatchdogs() *Watchdogs + func (x *Bootstrap) ProtoReflect() protoreflect.Message + func (x *Bootstrap) Reset() + func (x *Bootstrap) String() string + type BootstrapValidationError struct + func (e BootstrapValidationError) Cause() error + func (e BootstrapValidationError) Error() string + func (e BootstrapValidationError) ErrorName() string + func (e BootstrapValidationError) Field() string + func (e BootstrapValidationError) Key() bool + func (e BootstrapValidationError) Reason() string + type Bootstrap_DynamicResources struct + AdsConfig *v4alpha.ApiConfigSource + CdsConfig *v4alpha.ConfigSource + CdsResourcesLocator string + LdsConfig *v4alpha.ConfigSource + LdsResourcesLocator string + func (*Bootstrap_DynamicResources) Descriptor() ([]byte, []int) + func (*Bootstrap_DynamicResources) ProtoMessage() + func (m *Bootstrap_DynamicResources) Validate() error + func (x *Bootstrap_DynamicResources) GetAdsConfig() *v4alpha.ApiConfigSource + func (x *Bootstrap_DynamicResources) GetCdsConfig() *v4alpha.ConfigSource + func (x *Bootstrap_DynamicResources) GetCdsResourcesLocator() string + func (x *Bootstrap_DynamicResources) GetLdsConfig() *v4alpha.ConfigSource + func (x *Bootstrap_DynamicResources) GetLdsResourcesLocator() string + func (x *Bootstrap_DynamicResources) ProtoReflect() protoreflect.Message + func (x *Bootstrap_DynamicResources) Reset() + func (x *Bootstrap_DynamicResources) String() string + type Bootstrap_DynamicResourcesValidationError struct + func (e Bootstrap_DynamicResourcesValidationError) Cause() error + func (e Bootstrap_DynamicResourcesValidationError) Error() string + func (e Bootstrap_DynamicResourcesValidationError) ErrorName() string + func (e Bootstrap_DynamicResourcesValidationError) Field() string + func (e Bootstrap_DynamicResourcesValidationError) Key() bool + func (e Bootstrap_DynamicResourcesValidationError) Reason() string + type Bootstrap_StaticResources struct + Clusters []*v4alpha4.Cluster + Listeners []*v4alpha3.Listener + Secrets []*v4alpha5.Secret + func (*Bootstrap_StaticResources) Descriptor() ([]byte, []int) + func (*Bootstrap_StaticResources) ProtoMessage() + func (m *Bootstrap_StaticResources) Validate() error + func (x *Bootstrap_StaticResources) GetClusters() []*v4alpha4.Cluster + func (x *Bootstrap_StaticResources) GetListeners() []*v4alpha3.Listener + func (x *Bootstrap_StaticResources) GetSecrets() []*v4alpha5.Secret + func (x *Bootstrap_StaticResources) ProtoReflect() protoreflect.Message + func (x *Bootstrap_StaticResources) Reset() + func (x *Bootstrap_StaticResources) String() string + type Bootstrap_StaticResourcesValidationError struct + func (e Bootstrap_StaticResourcesValidationError) Cause() error + func (e Bootstrap_StaticResourcesValidationError) Error() string + func (e Bootstrap_StaticResourcesValidationError) ErrorName() string + func (e Bootstrap_StaticResourcesValidationError) Field() string + func (e Bootstrap_StaticResourcesValidationError) Key() bool + func (e Bootstrap_StaticResourcesValidationError) Reason() string + type Bootstrap_StatsFlushInterval struct + StatsFlushInterval *duration.Duration + type Bootstrap_StatsFlushOnAdmin struct + StatsFlushOnAdmin bool + type ClusterManager struct + LoadStatsConfig *v4alpha.ApiConfigSource + LocalClusterName string + OutlierDetection *ClusterManager_OutlierDetection + UpstreamBindConfig *v4alpha.BindConfig + func (*ClusterManager) Descriptor() ([]byte, []int) + func (*ClusterManager) ProtoMessage() + func (m *ClusterManager) Validate() error + func (x *ClusterManager) GetLoadStatsConfig() *v4alpha.ApiConfigSource + func (x *ClusterManager) GetLocalClusterName() string + func (x *ClusterManager) GetOutlierDetection() *ClusterManager_OutlierDetection + func (x *ClusterManager) GetUpstreamBindConfig() *v4alpha.BindConfig + func (x *ClusterManager) ProtoReflect() protoreflect.Message + func (x *ClusterManager) Reset() + func (x *ClusterManager) String() string + type ClusterManagerValidationError struct + func (e ClusterManagerValidationError) Cause() error + func (e ClusterManagerValidationError) Error() string + func (e ClusterManagerValidationError) ErrorName() string + func (e ClusterManagerValidationError) Field() string + func (e ClusterManagerValidationError) Key() bool + func (e ClusterManagerValidationError) Reason() string + type ClusterManager_OutlierDetection struct + EventLogPath string + EventService *v4alpha.EventServiceConfig + func (*ClusterManager_OutlierDetection) Descriptor() ([]byte, []int) + func (*ClusterManager_OutlierDetection) ProtoMessage() + func (m *ClusterManager_OutlierDetection) Validate() error + func (x *ClusterManager_OutlierDetection) GetEventLogPath() string + func (x *ClusterManager_OutlierDetection) GetEventService() *v4alpha.EventServiceConfig + func (x *ClusterManager_OutlierDetection) ProtoReflect() protoreflect.Message + func (x *ClusterManager_OutlierDetection) Reset() + func (x *ClusterManager_OutlierDetection) String() string + type ClusterManager_OutlierDetectionValidationError struct + func (e ClusterManager_OutlierDetectionValidationError) Cause() error + func (e ClusterManager_OutlierDetectionValidationError) Error() string + func (e ClusterManager_OutlierDetectionValidationError) ErrorName() string + func (e ClusterManager_OutlierDetectionValidationError) Field() string + func (e ClusterManager_OutlierDetectionValidationError) Key() bool + func (e ClusterManager_OutlierDetectionValidationError) Reason() string + type FatalAction struct + Config *v4alpha.TypedExtensionConfig + func (*FatalAction) Descriptor() ([]byte, []int) + func (*FatalAction) ProtoMessage() + func (m *FatalAction) Validate() error + func (x *FatalAction) GetConfig() *v4alpha.TypedExtensionConfig + func (x *FatalAction) ProtoReflect() protoreflect.Message + func (x *FatalAction) Reset() + func (x *FatalAction) String() string + type FatalActionValidationError struct + func (e FatalActionValidationError) Cause() error + func (e FatalActionValidationError) Error() string + func (e FatalActionValidationError) ErrorName() string + func (e FatalActionValidationError) Field() string + func (e FatalActionValidationError) Key() bool + func (e FatalActionValidationError) Reason() string + type LayeredRuntime struct + Layers []*RuntimeLayer + func (*LayeredRuntime) Descriptor() ([]byte, []int) + func (*LayeredRuntime) ProtoMessage() + func (m *LayeredRuntime) Validate() error + func (x *LayeredRuntime) GetLayers() []*RuntimeLayer + func (x *LayeredRuntime) ProtoReflect() protoreflect.Message + func (x *LayeredRuntime) Reset() + func (x *LayeredRuntime) String() string + type LayeredRuntimeValidationError struct + func (e LayeredRuntimeValidationError) Cause() error + func (e LayeredRuntimeValidationError) Error() string + func (e LayeredRuntimeValidationError) ErrorName() string + func (e LayeredRuntimeValidationError) Field() string + func (e LayeredRuntimeValidationError) Key() bool + func (e LayeredRuntimeValidationError) Reason() string + type Runtime struct + Base *_struct.Struct + OverrideSubdirectory string + Subdirectory string + SymlinkRoot string + func (*Runtime) Descriptor() ([]byte, []int) + func (*Runtime) ProtoMessage() + func (m *Runtime) Validate() error + func (x *Runtime) GetBase() *_struct.Struct + func (x *Runtime) GetOverrideSubdirectory() string + func (x *Runtime) GetSubdirectory() string + func (x *Runtime) GetSymlinkRoot() string + func (x *Runtime) ProtoReflect() protoreflect.Message + func (x *Runtime) Reset() + func (x *Runtime) String() string + type RuntimeLayer struct + LayerSpecifier isRuntimeLayer_LayerSpecifier + Name string + func (*RuntimeLayer) Descriptor() ([]byte, []int) + func (*RuntimeLayer) ProtoMessage() + func (m *RuntimeLayer) GetLayerSpecifier() isRuntimeLayer_LayerSpecifier + func (m *RuntimeLayer) Validate() error + func (x *RuntimeLayer) GetAdminLayer() *RuntimeLayer_AdminLayer + func (x *RuntimeLayer) GetDiskLayer() *RuntimeLayer_DiskLayer + func (x *RuntimeLayer) GetName() string + func (x *RuntimeLayer) GetRtdsLayer() *RuntimeLayer_RtdsLayer + func (x *RuntimeLayer) GetStaticLayer() *_struct.Struct + func (x *RuntimeLayer) ProtoReflect() protoreflect.Message + func (x *RuntimeLayer) Reset() + func (x *RuntimeLayer) String() string + type RuntimeLayerValidationError struct + func (e RuntimeLayerValidationError) Cause() error + func (e RuntimeLayerValidationError) Error() string + func (e RuntimeLayerValidationError) ErrorName() string + func (e RuntimeLayerValidationError) Field() string + func (e RuntimeLayerValidationError) Key() bool + func (e RuntimeLayerValidationError) Reason() string + type RuntimeLayer_AdminLayer struct + func (*RuntimeLayer_AdminLayer) Descriptor() ([]byte, []int) + func (*RuntimeLayer_AdminLayer) ProtoMessage() + func (m *RuntimeLayer_AdminLayer) Validate() error + func (x *RuntimeLayer_AdminLayer) ProtoReflect() protoreflect.Message + func (x *RuntimeLayer_AdminLayer) Reset() + func (x *RuntimeLayer_AdminLayer) String() string + type RuntimeLayer_AdminLayerValidationError struct + func (e RuntimeLayer_AdminLayerValidationError) Cause() error + func (e RuntimeLayer_AdminLayerValidationError) Error() string + func (e RuntimeLayer_AdminLayerValidationError) ErrorName() string + func (e RuntimeLayer_AdminLayerValidationError) Field() string + func (e RuntimeLayer_AdminLayerValidationError) Key() bool + func (e RuntimeLayer_AdminLayerValidationError) Reason() string + type RuntimeLayer_AdminLayer_ struct + AdminLayer *RuntimeLayer_AdminLayer + type RuntimeLayer_DiskLayer struct + AppendServiceCluster bool + Subdirectory string + SymlinkRoot string + func (*RuntimeLayer_DiskLayer) Descriptor() ([]byte, []int) + func (*RuntimeLayer_DiskLayer) ProtoMessage() + func (m *RuntimeLayer_DiskLayer) Validate() error + func (x *RuntimeLayer_DiskLayer) GetAppendServiceCluster() bool + func (x *RuntimeLayer_DiskLayer) GetSubdirectory() string + func (x *RuntimeLayer_DiskLayer) GetSymlinkRoot() string + func (x *RuntimeLayer_DiskLayer) ProtoReflect() protoreflect.Message + func (x *RuntimeLayer_DiskLayer) Reset() + func (x *RuntimeLayer_DiskLayer) String() string + type RuntimeLayer_DiskLayerValidationError struct + func (e RuntimeLayer_DiskLayerValidationError) Cause() error + func (e RuntimeLayer_DiskLayerValidationError) Error() string + func (e RuntimeLayer_DiskLayerValidationError) ErrorName() string + func (e RuntimeLayer_DiskLayerValidationError) Field() string + func (e RuntimeLayer_DiskLayerValidationError) Key() bool + func (e RuntimeLayer_DiskLayerValidationError) Reason() string + type RuntimeLayer_DiskLayer_ struct + DiskLayer *RuntimeLayer_DiskLayer + type RuntimeLayer_RtdsLayer struct + Name string + RtdsConfig *v4alpha.ConfigSource + func (*RuntimeLayer_RtdsLayer) Descriptor() ([]byte, []int) + func (*RuntimeLayer_RtdsLayer) ProtoMessage() + func (m *RuntimeLayer_RtdsLayer) Validate() error + func (x *RuntimeLayer_RtdsLayer) GetName() string + func (x *RuntimeLayer_RtdsLayer) GetRtdsConfig() *v4alpha.ConfigSource + func (x *RuntimeLayer_RtdsLayer) ProtoReflect() protoreflect.Message + func (x *RuntimeLayer_RtdsLayer) Reset() + func (x *RuntimeLayer_RtdsLayer) String() string + type RuntimeLayer_RtdsLayerValidationError struct + func (e RuntimeLayer_RtdsLayerValidationError) Cause() error + func (e RuntimeLayer_RtdsLayerValidationError) Error() string + func (e RuntimeLayer_RtdsLayerValidationError) ErrorName() string + func (e RuntimeLayer_RtdsLayerValidationError) Field() string + func (e RuntimeLayer_RtdsLayerValidationError) Key() bool + func (e RuntimeLayer_RtdsLayerValidationError) Reason() string + type RuntimeLayer_RtdsLayer_ struct + RtdsLayer *RuntimeLayer_RtdsLayer + type RuntimeLayer_StaticLayer struct + StaticLayer *_struct.Struct + type RuntimeValidationError struct + func (e RuntimeValidationError) Cause() error + func (e RuntimeValidationError) Error() string + func (e RuntimeValidationError) ErrorName() string + func (e RuntimeValidationError) Field() string + func (e RuntimeValidationError) Key() bool + func (e RuntimeValidationError) Reason() string + type Watchdog struct + Actions []*Watchdog_WatchdogAction + KillTimeout *duration.Duration + MaxKillTimeoutJitter *duration.Duration + MegamissTimeout *duration.Duration + MissTimeout *duration.Duration + MultikillThreshold *v31.Percent + MultikillTimeout *duration.Duration + func (*Watchdog) Descriptor() ([]byte, []int) + func (*Watchdog) ProtoMessage() + func (m *Watchdog) Validate() error + func (x *Watchdog) GetActions() []*Watchdog_WatchdogAction + func (x *Watchdog) GetKillTimeout() *duration.Duration + func (x *Watchdog) GetMaxKillTimeoutJitter() *duration.Duration + func (x *Watchdog) GetMegamissTimeout() *duration.Duration + func (x *Watchdog) GetMissTimeout() *duration.Duration + func (x *Watchdog) GetMultikillThreshold() *v31.Percent + func (x *Watchdog) GetMultikillTimeout() *duration.Duration + func (x *Watchdog) ProtoReflect() protoreflect.Message + func (x *Watchdog) Reset() + func (x *Watchdog) String() string + type WatchdogValidationError struct + func (e WatchdogValidationError) Cause() error + func (e WatchdogValidationError) Error() string + func (e WatchdogValidationError) ErrorName() string + func (e WatchdogValidationError) Field() string + func (e WatchdogValidationError) Key() bool + func (e WatchdogValidationError) Reason() string + type Watchdog_WatchdogAction struct + Config *v4alpha.TypedExtensionConfig + Event Watchdog_WatchdogAction_WatchdogEvent + func (*Watchdog_WatchdogAction) Descriptor() ([]byte, []int) + func (*Watchdog_WatchdogAction) ProtoMessage() + func (m *Watchdog_WatchdogAction) Validate() error + func (x *Watchdog_WatchdogAction) GetConfig() *v4alpha.TypedExtensionConfig + func (x *Watchdog_WatchdogAction) GetEvent() Watchdog_WatchdogAction_WatchdogEvent + func (x *Watchdog_WatchdogAction) ProtoReflect() protoreflect.Message + func (x *Watchdog_WatchdogAction) Reset() + func (x *Watchdog_WatchdogAction) String() string + type Watchdog_WatchdogActionValidationError struct + func (e Watchdog_WatchdogActionValidationError) Cause() error + func (e Watchdog_WatchdogActionValidationError) Error() string + func (e Watchdog_WatchdogActionValidationError) ErrorName() string + func (e Watchdog_WatchdogActionValidationError) Field() string + func (e Watchdog_WatchdogActionValidationError) Key() bool + func (e Watchdog_WatchdogActionValidationError) Reason() string + type Watchdog_WatchdogAction_WatchdogEvent int32 + const Watchdog_WatchdogAction_KILL + const Watchdog_WatchdogAction_MEGAMISS + const Watchdog_WatchdogAction_MISS + const Watchdog_WatchdogAction_MULTIKILL + const Watchdog_WatchdogAction_UNKNOWN + func (Watchdog_WatchdogAction_WatchdogEvent) Descriptor() protoreflect.EnumDescriptor + func (Watchdog_WatchdogAction_WatchdogEvent) EnumDescriptor() ([]byte, []int) + func (Watchdog_WatchdogAction_WatchdogEvent) Type() protoreflect.EnumType + func (x Watchdog_WatchdogAction_WatchdogEvent) Enum() *Watchdog_WatchdogAction_WatchdogEvent + func (x Watchdog_WatchdogAction_WatchdogEvent) Number() protoreflect.EnumNumber + func (x Watchdog_WatchdogAction_WatchdogEvent) String() string + type Watchdogs struct + MainThreadWatchdog *Watchdog + WorkerWatchdog *Watchdog + func (*Watchdogs) Descriptor() ([]byte, []int) + func (*Watchdogs) ProtoMessage() + func (m *Watchdogs) Validate() error + func (x *Watchdogs) GetMainThreadWatchdog() *Watchdog + func (x *Watchdogs) GetWorkerWatchdog() *Watchdog + func (x *Watchdogs) ProtoReflect() protoreflect.Message + func (x *Watchdogs) Reset() + func (x *Watchdogs) String() string + type WatchdogsValidationError struct + func (e WatchdogsValidationError) Cause() error + func (e WatchdogsValidationError) Error() string + func (e WatchdogsValidationError) ErrorName() string + func (e WatchdogsValidationError) Field() string + func (e WatchdogsValidationError) Key() bool + func (e WatchdogsValidationError) Reason() string