Versions in this module Expand all Collapse all v0 v0.0.2 Aug 8, 2024 Changes in this version + var CustomInlineHeader_InlineHeaderType_name = map[int32]string + var CustomInlineHeader_InlineHeaderType_value = map[string]int32 + var File_envoy_config_bootstrap_v3_bootstrap_proto protoreflect.FileDescriptor + var Watchdog_WatchdogAction_WatchdogEvent_name = map[int32]string + var Watchdog_WatchdogAction_WatchdogEvent_value = map[string]int32 + type Admin struct + AccessLog []*v34.AccessLog + AccessLogPath string + Address *v3.Address + IgnoreGlobalConnLimit bool + ProfilePath string + SocketOptions []*v3.SocketOption + func (*Admin) Descriptor() ([]byte, []int) + func (*Admin) ProtoMessage() + func (x *Admin) GetAccessLog() []*v34.AccessLog + func (x *Admin) GetAccessLogPath() string + func (x *Admin) GetAddress() *v3.Address + func (x *Admin) GetIgnoreGlobalConnLimit() bool + func (x *Admin) GetProfilePath() string + func (x *Admin) GetSocketOptions() []*v3.SocketOption + func (x *Admin) ProtoReflect() protoreflect.Message + func (x *Admin) Reset() + func (x *Admin) String() string + type Bootstrap struct + Admin *Admin + ApplicationLogConfig *Bootstrap_ApplicationLogConfig + BootstrapExtensions []*v3.TypedExtensionConfig + CertificateProviderInstances map[string]*v3.TypedExtensionConfig + ClusterManager *ClusterManager + ConfigSources []*v3.ConfigSource + DefaultConfigSource *v3.ConfigSource + DefaultRegexEngine *v3.TypedExtensionConfig + DefaultSocketInterface string + DeferredStatOptions *Bootstrap_DeferredStatOptions + DnsResolutionConfig *v3.DnsResolutionConfig + DynamicResources *Bootstrap_DynamicResources + EnableDispatcherStats bool + FatalActions []*FatalAction + FlagsPath string + GrpcAsyncClientManagerConfig *Bootstrap_GrpcAsyncClientManagerConfig + HdsConfig *v3.ApiConfigSource + HeaderPrefix string + InlineHeaders []*CustomInlineHeader + LayeredRuntime *LayeredRuntime + ListenerManager *v3.TypedExtensionConfig + MemoryAllocatorManager *MemoryAllocatorManager + Node *v3.Node + NodeContextParams []string + OverloadManager *v33.OverloadManager + PerfTracingFilePath string + StaticResources *Bootstrap_StaticResources + StatsConfig *v31.StatsConfig + StatsFlush isBootstrap_StatsFlush + StatsFlushInterval *durationpb.Duration + StatsServerVersionOverride *wrapperspb.UInt64Value + StatsSinks []*v31.StatsSink + Tracing *v32.Tracing + TypedDnsResolverConfig *v3.TypedExtensionConfig + UseTcpForDnsLookups bool + Watchdog *Watchdog + Watchdogs *Watchdogs + XdsConfigTrackerExtension *v3.TypedExtensionConfig + XdsDelegateExtension *v3.TypedExtensionConfig + func (*Bootstrap) Descriptor() ([]byte, []int) + func (*Bootstrap) ProtoMessage() + func (m *Bootstrap) GetStatsFlush() isBootstrap_StatsFlush + func (x *Bootstrap) GetAdmin() *Admin + func (x *Bootstrap) GetApplicationLogConfig() *Bootstrap_ApplicationLogConfig + func (x *Bootstrap) GetBootstrapExtensions() []*v3.TypedExtensionConfig + func (x *Bootstrap) GetCertificateProviderInstances() map[string]*v3.TypedExtensionConfig + func (x *Bootstrap) GetClusterManager() *ClusterManager + func (x *Bootstrap) GetConfigSources() []*v3.ConfigSource + func (x *Bootstrap) GetDefaultConfigSource() *v3.ConfigSource + func (x *Bootstrap) GetDefaultRegexEngine() *v3.TypedExtensionConfig + func (x *Bootstrap) GetDefaultSocketInterface() string + func (x *Bootstrap) GetDeferredStatOptions() *Bootstrap_DeferredStatOptions + func (x *Bootstrap) GetDnsResolutionConfig() *v3.DnsResolutionConfig + func (x *Bootstrap) GetDynamicResources() *Bootstrap_DynamicResources + func (x *Bootstrap) GetEnableDispatcherStats() bool + func (x *Bootstrap) GetFatalActions() []*FatalAction + func (x *Bootstrap) GetFlagsPath() string + func (x *Bootstrap) GetGrpcAsyncClientManagerConfig() *Bootstrap_GrpcAsyncClientManagerConfig + func (x *Bootstrap) GetHdsConfig() *v3.ApiConfigSource + func (x *Bootstrap) GetHeaderPrefix() string + func (x *Bootstrap) GetInlineHeaders() []*CustomInlineHeader + func (x *Bootstrap) GetLayeredRuntime() *LayeredRuntime + func (x *Bootstrap) GetListenerManager() *v3.TypedExtensionConfig + func (x *Bootstrap) GetMemoryAllocatorManager() *MemoryAllocatorManager + func (x *Bootstrap) GetNode() *v3.Node + func (x *Bootstrap) GetNodeContextParams() []string + func (x *Bootstrap) GetOverloadManager() *v33.OverloadManager + func (x *Bootstrap) GetPerfTracingFilePath() string + func (x *Bootstrap) GetStaticResources() *Bootstrap_StaticResources + func (x *Bootstrap) GetStatsConfig() *v31.StatsConfig + func (x *Bootstrap) GetStatsFlushInterval() *durationpb.Duration + func (x *Bootstrap) GetStatsFlushOnAdmin() bool + func (x *Bootstrap) GetStatsServerVersionOverride() *wrapperspb.UInt64Value + func (x *Bootstrap) GetStatsSinks() []*v31.StatsSink + func (x *Bootstrap) GetTracing() *v32.Tracing + func (x *Bootstrap) GetTypedDnsResolverConfig() *v3.TypedExtensionConfig + func (x *Bootstrap) GetUseTcpForDnsLookups() bool + func (x *Bootstrap) GetWatchdog() *Watchdog + func (x *Bootstrap) GetWatchdogs() *Watchdogs + func (x *Bootstrap) GetXdsConfigTrackerExtension() *v3.TypedExtensionConfig + func (x *Bootstrap) GetXdsDelegateExtension() *v3.TypedExtensionConfig + func (x *Bootstrap) ProtoReflect() protoreflect.Message + func (x *Bootstrap) Reset() + func (x *Bootstrap) String() string + type Bootstrap_ApplicationLogConfig struct + LogFormat *Bootstrap_ApplicationLogConfig_LogFormat + func (*Bootstrap_ApplicationLogConfig) Descriptor() ([]byte, []int) + func (*Bootstrap_ApplicationLogConfig) ProtoMessage() + func (x *Bootstrap_ApplicationLogConfig) GetLogFormat() *Bootstrap_ApplicationLogConfig_LogFormat + func (x *Bootstrap_ApplicationLogConfig) ProtoReflect() protoreflect.Message + func (x *Bootstrap_ApplicationLogConfig) Reset() + func (x *Bootstrap_ApplicationLogConfig) String() string + type Bootstrap_ApplicationLogConfig_LogFormat struct + LogFormat isBootstrap_ApplicationLogConfig_LogFormat_LogFormat + func (*Bootstrap_ApplicationLogConfig_LogFormat) Descriptor() ([]byte, []int) + func (*Bootstrap_ApplicationLogConfig_LogFormat) ProtoMessage() + func (m *Bootstrap_ApplicationLogConfig_LogFormat) GetLogFormat() isBootstrap_ApplicationLogConfig_LogFormat_LogFormat + func (x *Bootstrap_ApplicationLogConfig_LogFormat) GetJsonFormat() *structpb.Struct + func (x *Bootstrap_ApplicationLogConfig_LogFormat) GetTextFormat() string + func (x *Bootstrap_ApplicationLogConfig_LogFormat) ProtoReflect() protoreflect.Message + func (x *Bootstrap_ApplicationLogConfig_LogFormat) Reset() + func (x *Bootstrap_ApplicationLogConfig_LogFormat) String() string + type Bootstrap_ApplicationLogConfig_LogFormat_JsonFormat struct + JsonFormat *structpb.Struct + type Bootstrap_ApplicationLogConfig_LogFormat_TextFormat struct + TextFormat string + type Bootstrap_DeferredStatOptions struct + EnableDeferredCreationStats bool + func (*Bootstrap_DeferredStatOptions) Descriptor() ([]byte, []int) + func (*Bootstrap_DeferredStatOptions) ProtoMessage() + func (x *Bootstrap_DeferredStatOptions) GetEnableDeferredCreationStats() bool + func (x *Bootstrap_DeferredStatOptions) ProtoReflect() protoreflect.Message + func (x *Bootstrap_DeferredStatOptions) Reset() + func (x *Bootstrap_DeferredStatOptions) String() string + type Bootstrap_DynamicResources struct + AdsConfig *v3.ApiConfigSource + CdsConfig *v3.ConfigSource + CdsResourcesLocator string + LdsConfig *v3.ConfigSource + LdsResourcesLocator string + func (*Bootstrap_DynamicResources) Descriptor() ([]byte, []int) + func (*Bootstrap_DynamicResources) ProtoMessage() + func (x *Bootstrap_DynamicResources) GetAdsConfig() *v3.ApiConfigSource + func (x *Bootstrap_DynamicResources) GetCdsConfig() *v3.ConfigSource + func (x *Bootstrap_DynamicResources) GetCdsResourcesLocator() string + func (x *Bootstrap_DynamicResources) GetLdsConfig() *v3.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_GrpcAsyncClientManagerConfig struct + MaxCachedEntryIdleDuration *durationpb.Duration + func (*Bootstrap_GrpcAsyncClientManagerConfig) Descriptor() ([]byte, []int) + func (*Bootstrap_GrpcAsyncClientManagerConfig) ProtoMessage() + func (x *Bootstrap_GrpcAsyncClientManagerConfig) GetMaxCachedEntryIdleDuration() *durationpb.Duration + func (x *Bootstrap_GrpcAsyncClientManagerConfig) ProtoReflect() protoreflect.Message + func (x *Bootstrap_GrpcAsyncClientManagerConfig) Reset() + func (x *Bootstrap_GrpcAsyncClientManagerConfig) String() string + type Bootstrap_StaticResources struct + Clusters []*v37.Cluster + Listeners []*v36.Listener + Secrets []*v38.Secret + func (*Bootstrap_StaticResources) Descriptor() ([]byte, []int) + func (*Bootstrap_StaticResources) ProtoMessage() + func (x *Bootstrap_StaticResources) GetClusters() []*v37.Cluster + func (x *Bootstrap_StaticResources) GetListeners() []*v36.Listener + func (x *Bootstrap_StaticResources) GetSecrets() []*v38.Secret + func (x *Bootstrap_StaticResources) ProtoReflect() protoreflect.Message + func (x *Bootstrap_StaticResources) Reset() + func (x *Bootstrap_StaticResources) String() string + type Bootstrap_StatsFlushOnAdmin struct + StatsFlushOnAdmin bool + type ClusterManager struct + EnableDeferredClusterCreation bool + LoadStatsConfig *v3.ApiConfigSource + LocalClusterName string + OutlierDetection *ClusterManager_OutlierDetection + UpstreamBindConfig *v3.BindConfig + func (*ClusterManager) Descriptor() ([]byte, []int) + func (*ClusterManager) ProtoMessage() + func (x *ClusterManager) GetEnableDeferredClusterCreation() bool + func (x *ClusterManager) GetLoadStatsConfig() *v3.ApiConfigSource + func (x *ClusterManager) GetLocalClusterName() string + func (x *ClusterManager) GetOutlierDetection() *ClusterManager_OutlierDetection + func (x *ClusterManager) GetUpstreamBindConfig() *v3.BindConfig + func (x *ClusterManager) ProtoReflect() protoreflect.Message + func (x *ClusterManager) Reset() + func (x *ClusterManager) String() string + type ClusterManager_OutlierDetection struct + EventLogPath string + EventService *v3.EventServiceConfig + func (*ClusterManager_OutlierDetection) Descriptor() ([]byte, []int) + func (*ClusterManager_OutlierDetection) ProtoMessage() + func (x *ClusterManager_OutlierDetection) GetEventLogPath() string + func (x *ClusterManager_OutlierDetection) GetEventService() *v3.EventServiceConfig + func (x *ClusterManager_OutlierDetection) ProtoReflect() protoreflect.Message + func (x *ClusterManager_OutlierDetection) Reset() + func (x *ClusterManager_OutlierDetection) String() string + type CustomInlineHeader struct + InlineHeaderName string + InlineHeaderType CustomInlineHeader_InlineHeaderType + func (*CustomInlineHeader) Descriptor() ([]byte, []int) + func (*CustomInlineHeader) ProtoMessage() + func (x *CustomInlineHeader) GetInlineHeaderName() string + func (x *CustomInlineHeader) GetInlineHeaderType() CustomInlineHeader_InlineHeaderType + func (x *CustomInlineHeader) ProtoReflect() protoreflect.Message + func (x *CustomInlineHeader) Reset() + func (x *CustomInlineHeader) String() string + type CustomInlineHeader_InlineHeaderType int32 + const CustomInlineHeader_REQUEST_HEADER + const CustomInlineHeader_REQUEST_TRAILER + const CustomInlineHeader_RESPONSE_HEADER + const CustomInlineHeader_RESPONSE_TRAILER + func (CustomInlineHeader_InlineHeaderType) Descriptor() protoreflect.EnumDescriptor + func (CustomInlineHeader_InlineHeaderType) EnumDescriptor() ([]byte, []int) + func (CustomInlineHeader_InlineHeaderType) Type() protoreflect.EnumType + func (x CustomInlineHeader_InlineHeaderType) Enum() *CustomInlineHeader_InlineHeaderType + func (x CustomInlineHeader_InlineHeaderType) Number() protoreflect.EnumNumber + func (x CustomInlineHeader_InlineHeaderType) String() string + type FatalAction struct + Config *v3.TypedExtensionConfig + func (*FatalAction) Descriptor() ([]byte, []int) + func (*FatalAction) ProtoMessage() + func (x *FatalAction) GetConfig() *v3.TypedExtensionConfig + func (x *FatalAction) ProtoReflect() protoreflect.Message + func (x *FatalAction) Reset() + func (x *FatalAction) String() string + type LayeredRuntime struct + Layers []*RuntimeLayer + func (*LayeredRuntime) Descriptor() ([]byte, []int) + func (*LayeredRuntime) ProtoMessage() + func (x *LayeredRuntime) GetLayers() []*RuntimeLayer + func (x *LayeredRuntime) ProtoReflect() protoreflect.Message + func (x *LayeredRuntime) Reset() + func (x *LayeredRuntime) String() string + type MemoryAllocatorManager struct + BytesToRelease uint64 + MemoryReleaseInterval *durationpb.Duration + func (*MemoryAllocatorManager) Descriptor() ([]byte, []int) + func (*MemoryAllocatorManager) ProtoMessage() + func (x *MemoryAllocatorManager) GetBytesToRelease() uint64 + func (x *MemoryAllocatorManager) GetMemoryReleaseInterval() *durationpb.Duration + func (x *MemoryAllocatorManager) ProtoReflect() protoreflect.Message + func (x *MemoryAllocatorManager) Reset() + func (x *MemoryAllocatorManager) String() string + type Runtime struct + Base *structpb.Struct + OverrideSubdirectory string + Subdirectory string + SymlinkRoot string + func (*Runtime) Descriptor() ([]byte, []int) + func (*Runtime) ProtoMessage() + func (x *Runtime) GetBase() *structpb.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 (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() *structpb.Struct + func (x *RuntimeLayer) ProtoReflect() protoreflect.Message + func (x *RuntimeLayer) Reset() + func (x *RuntimeLayer) String() string + type RuntimeLayer_AdminLayer struct + func (*RuntimeLayer_AdminLayer) Descriptor() ([]byte, []int) + func (*RuntimeLayer_AdminLayer) ProtoMessage() + func (x *RuntimeLayer_AdminLayer) ProtoReflect() protoreflect.Message + func (x *RuntimeLayer_AdminLayer) Reset() + func (x *RuntimeLayer_AdminLayer) String() 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 (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_DiskLayer_ struct + DiskLayer *RuntimeLayer_DiskLayer + type RuntimeLayer_RtdsLayer struct + Name string + RtdsConfig *v3.ConfigSource + func (*RuntimeLayer_RtdsLayer) Descriptor() ([]byte, []int) + func (*RuntimeLayer_RtdsLayer) ProtoMessage() + func (x *RuntimeLayer_RtdsLayer) GetName() string + func (x *RuntimeLayer_RtdsLayer) GetRtdsConfig() *v3.ConfigSource + func (x *RuntimeLayer_RtdsLayer) ProtoReflect() protoreflect.Message + func (x *RuntimeLayer_RtdsLayer) Reset() + func (x *RuntimeLayer_RtdsLayer) String() string + type RuntimeLayer_RtdsLayer_ struct + RtdsLayer *RuntimeLayer_RtdsLayer + type RuntimeLayer_StaticLayer struct + StaticLayer *structpb.Struct + type Watchdog struct + Actions []*Watchdog_WatchdogAction + KillTimeout *durationpb.Duration + MaxKillTimeoutJitter *durationpb.Duration + MegamissTimeout *durationpb.Duration + MissTimeout *durationpb.Duration + MultikillThreshold *v35.Percent + MultikillTimeout *durationpb.Duration + func (*Watchdog) Descriptor() ([]byte, []int) + func (*Watchdog) ProtoMessage() + func (x *Watchdog) GetActions() []*Watchdog_WatchdogAction + func (x *Watchdog) GetKillTimeout() *durationpb.Duration + func (x *Watchdog) GetMaxKillTimeoutJitter() *durationpb.Duration + func (x *Watchdog) GetMegamissTimeout() *durationpb.Duration + func (x *Watchdog) GetMissTimeout() *durationpb.Duration + func (x *Watchdog) GetMultikillThreshold() *v35.Percent + func (x *Watchdog) GetMultikillTimeout() *durationpb.Duration + func (x *Watchdog) ProtoReflect() protoreflect.Message + func (x *Watchdog) Reset() + func (x *Watchdog) String() string + type Watchdog_WatchdogAction struct + Config *v3.TypedExtensionConfig + Event Watchdog_WatchdogAction_WatchdogEvent + func (*Watchdog_WatchdogAction) Descriptor() ([]byte, []int) + func (*Watchdog_WatchdogAction) ProtoMessage() + func (x *Watchdog_WatchdogAction) GetConfig() *v3.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_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 (x *Watchdogs) GetMainThreadWatchdog() *Watchdog + func (x *Watchdogs) GetWorkerWatchdog() *Watchdog + func (x *Watchdogs) ProtoReflect() protoreflect.Message + func (x *Watchdogs) Reset() + func (x *Watchdogs) String() string