Versions in this module Expand all Collapse all v0 v0.0.2 Aug 8, 2024 Changes in this version + var ClientResourceStatus_name = map[int32]string + var ClientResourceStatus_value = map[string]int32 + var CommandLineOptions_DrainStrategy_name = map[int32]string + var CommandLineOptions_DrainStrategy_value = map[string]int32 + var CommandLineOptions_IpVersion_name = map[int32]string + var CommandLineOptions_IpVersion_value = map[string]int32 + var CommandLineOptions_Mode_name = map[int32]string + var CommandLineOptions_Mode_value = map[string]int32 + var File_envoy_admin_v3_certs_proto protoreflect.FileDescriptor + var File_envoy_admin_v3_clusters_proto protoreflect.FileDescriptor + var File_envoy_admin_v3_config_dump_proto protoreflect.FileDescriptor + var File_envoy_admin_v3_config_dump_shared_proto protoreflect.FileDescriptor + var File_envoy_admin_v3_init_dump_proto protoreflect.FileDescriptor + var File_envoy_admin_v3_listeners_proto protoreflect.FileDescriptor + var File_envoy_admin_v3_memory_proto protoreflect.FileDescriptor + var File_envoy_admin_v3_metrics_proto protoreflect.FileDescriptor + var File_envoy_admin_v3_mutex_stats_proto protoreflect.FileDescriptor + var File_envoy_admin_v3_server_info_proto protoreflect.FileDescriptor + var File_envoy_admin_v3_tap_proto protoreflect.FileDescriptor + var ServerInfo_State_name = map[int32]string + var ServerInfo_State_value = map[string]int32 + var SimpleMetric_Type_name = map[int32]string + var SimpleMetric_Type_value = map[string]int32 + type BootstrapConfigDump struct + Bootstrap *v3.Bootstrap + LastUpdated *timestamppb.Timestamp + func (*BootstrapConfigDump) Descriptor() ([]byte, []int) + func (*BootstrapConfigDump) ProtoMessage() + func (x *BootstrapConfigDump) GetBootstrap() *v3.Bootstrap + func (x *BootstrapConfigDump) GetLastUpdated() *timestamppb.Timestamp + func (x *BootstrapConfigDump) ProtoReflect() protoreflect.Message + func (x *BootstrapConfigDump) Reset() + func (x *BootstrapConfigDump) String() string + type Certificate struct + CaCert []*CertificateDetails + CertChain []*CertificateDetails + func (*Certificate) Descriptor() ([]byte, []int) + func (*Certificate) ProtoMessage() + func (x *Certificate) GetCaCert() []*CertificateDetails + func (x *Certificate) GetCertChain() []*CertificateDetails + func (x *Certificate) ProtoReflect() protoreflect.Message + func (x *Certificate) Reset() + func (x *Certificate) String() string + type CertificateDetails struct + DaysUntilExpiration uint64 + ExpirationTime *timestamppb.Timestamp + OcspDetails *CertificateDetails_OcspDetails + Path string + SerialNumber string + SubjectAltNames []*SubjectAlternateName + ValidFrom *timestamppb.Timestamp + func (*CertificateDetails) Descriptor() ([]byte, []int) + func (*CertificateDetails) ProtoMessage() + func (x *CertificateDetails) GetDaysUntilExpiration() uint64 + func (x *CertificateDetails) GetExpirationTime() *timestamppb.Timestamp + func (x *CertificateDetails) GetOcspDetails() *CertificateDetails_OcspDetails + func (x *CertificateDetails) GetPath() string + func (x *CertificateDetails) GetSerialNumber() string + func (x *CertificateDetails) GetSubjectAltNames() []*SubjectAlternateName + func (x *CertificateDetails) GetValidFrom() *timestamppb.Timestamp + func (x *CertificateDetails) ProtoReflect() protoreflect.Message + func (x *CertificateDetails) Reset() + func (x *CertificateDetails) String() string + type CertificateDetails_OcspDetails struct + Expiration *timestamppb.Timestamp + ValidFrom *timestamppb.Timestamp + func (*CertificateDetails_OcspDetails) Descriptor() ([]byte, []int) + func (*CertificateDetails_OcspDetails) ProtoMessage() + func (x *CertificateDetails_OcspDetails) GetExpiration() *timestamppb.Timestamp + func (x *CertificateDetails_OcspDetails) GetValidFrom() *timestamppb.Timestamp + func (x *CertificateDetails_OcspDetails) ProtoReflect() protoreflect.Message + func (x *CertificateDetails_OcspDetails) Reset() + func (x *CertificateDetails_OcspDetails) String() string + type Certificates struct + Certificates []*Certificate + func (*Certificates) Descriptor() ([]byte, []int) + func (*Certificates) ProtoMessage() + func (x *Certificates) GetCertificates() []*Certificate + func (x *Certificates) ProtoReflect() protoreflect.Message + func (x *Certificates) Reset() + func (x *Certificates) String() string + type ClientResourceStatus int32 + const ClientResourceStatus_ACKED + const ClientResourceStatus_DOES_NOT_EXIST + const ClientResourceStatus_NACKED + const ClientResourceStatus_REQUESTED + const ClientResourceStatus_UNKNOWN + func (ClientResourceStatus) Descriptor() protoreflect.EnumDescriptor + func (ClientResourceStatus) EnumDescriptor() ([]byte, []int) + func (ClientResourceStatus) Type() protoreflect.EnumType + func (x ClientResourceStatus) Enum() *ClientResourceStatus + func (x ClientResourceStatus) Number() protoreflect.EnumNumber + func (x ClientResourceStatus) String() string + type ClusterStatus struct + AddedViaApi bool + CircuitBreakers *v31.CircuitBreakers + EdsServiceName string + HostStatuses []*HostStatus + LocalOriginSuccessRateEjectionThreshold *v3.Percent + Name string + ObservabilityName string + SuccessRateEjectionThreshold *v3.Percent + func (*ClusterStatus) Descriptor() ([]byte, []int) + func (*ClusterStatus) ProtoMessage() + func (x *ClusterStatus) GetAddedViaApi() bool + func (x *ClusterStatus) GetCircuitBreakers() *v31.CircuitBreakers + func (x *ClusterStatus) GetEdsServiceName() string + func (x *ClusterStatus) GetHostStatuses() []*HostStatus + func (x *ClusterStatus) GetLocalOriginSuccessRateEjectionThreshold() *v3.Percent + func (x *ClusterStatus) GetName() string + func (x *ClusterStatus) GetObservabilityName() string + func (x *ClusterStatus) GetSuccessRateEjectionThreshold() *v3.Percent + func (x *ClusterStatus) ProtoReflect() protoreflect.Message + func (x *ClusterStatus) Reset() + func (x *ClusterStatus) String() string + type Clusters struct + ClusterStatuses []*ClusterStatus + func (*Clusters) Descriptor() ([]byte, []int) + func (*Clusters) ProtoMessage() + func (x *Clusters) GetClusterStatuses() []*ClusterStatus + func (x *Clusters) ProtoReflect() protoreflect.Message + func (x *Clusters) Reset() + func (x *Clusters) String() string + type ClustersConfigDump struct + DynamicActiveClusters []*ClustersConfigDump_DynamicCluster + DynamicWarmingClusters []*ClustersConfigDump_DynamicCluster + StaticClusters []*ClustersConfigDump_StaticCluster + VersionInfo string + func (*ClustersConfigDump) Descriptor() ([]byte, []int) + func (*ClustersConfigDump) ProtoMessage() + func (x *ClustersConfigDump) GetDynamicActiveClusters() []*ClustersConfigDump_DynamicCluster + func (x *ClustersConfigDump) GetDynamicWarmingClusters() []*ClustersConfigDump_DynamicCluster + func (x *ClustersConfigDump) GetStaticClusters() []*ClustersConfigDump_StaticCluster + func (x *ClustersConfigDump) GetVersionInfo() string + func (x *ClustersConfigDump) ProtoReflect() protoreflect.Message + func (x *ClustersConfigDump) Reset() + func (x *ClustersConfigDump) String() string + type ClustersConfigDump_DynamicCluster struct + ClientStatus ClientResourceStatus + Cluster *anypb.Any + ErrorState *UpdateFailureState + LastUpdated *timestamppb.Timestamp + VersionInfo string + func (*ClustersConfigDump_DynamicCluster) Descriptor() ([]byte, []int) + func (*ClustersConfigDump_DynamicCluster) ProtoMessage() + func (x *ClustersConfigDump_DynamicCluster) GetClientStatus() ClientResourceStatus + func (x *ClustersConfigDump_DynamicCluster) GetCluster() *anypb.Any + func (x *ClustersConfigDump_DynamicCluster) GetErrorState() *UpdateFailureState + func (x *ClustersConfigDump_DynamicCluster) GetLastUpdated() *timestamppb.Timestamp + func (x *ClustersConfigDump_DynamicCluster) GetVersionInfo() string + func (x *ClustersConfigDump_DynamicCluster) ProtoReflect() protoreflect.Message + func (x *ClustersConfigDump_DynamicCluster) Reset() + func (x *ClustersConfigDump_DynamicCluster) String() string + type ClustersConfigDump_StaticCluster struct + Cluster *anypb.Any + LastUpdated *timestamppb.Timestamp + func (*ClustersConfigDump_StaticCluster) Descriptor() ([]byte, []int) + func (*ClustersConfigDump_StaticCluster) ProtoMessage() + func (x *ClustersConfigDump_StaticCluster) GetCluster() *anypb.Any + func (x *ClustersConfigDump_StaticCluster) GetLastUpdated() *timestamppb.Timestamp + func (x *ClustersConfigDump_StaticCluster) ProtoReflect() protoreflect.Message + func (x *ClustersConfigDump_StaticCluster) Reset() + func (x *ClustersConfigDump_StaticCluster) String() string + type CommandLineOptions struct + AdminAddressPath string + AllowUnknownStaticFields bool + BaseId uint64 + BaseIdPath string + ComponentLogLevel string + Concurrency uint32 + ConfigPath string + ConfigYaml string + CpusetThreads bool + DisableHotRestart bool + DisabledExtensions []string + DrainStrategy CommandLineOptions_DrainStrategy + DrainTime *durationpb.Duration + EnableCoreDump bool + EnableFineGrainLogging bool + EnableMutexTracing bool + FileFlushInterval *durationpb.Duration + IgnoreUnknownDynamicFields bool + LocalAddressIpVersion CommandLineOptions_IpVersion + LogFormat string + LogFormatEscaped bool + LogLevel string + LogPath string + Mode CommandLineOptions_Mode + ParentShutdownTime *durationpb.Duration + RejectUnknownDynamicFields bool + RestartEpoch uint32 + ServiceCluster string + ServiceNode string + ServiceZone string + SkipHotRestartOnNoParent bool + SkipHotRestartParentStats bool + SocketMode uint32 + SocketPath string + StatsTag []string + UseDynamicBaseId bool + func (*CommandLineOptions) Descriptor() ([]byte, []int) + func (*CommandLineOptions) ProtoMessage() + func (x *CommandLineOptions) GetAdminAddressPath() string + func (x *CommandLineOptions) GetAllowUnknownStaticFields() bool + func (x *CommandLineOptions) GetBaseId() uint64 + func (x *CommandLineOptions) GetBaseIdPath() string + func (x *CommandLineOptions) GetComponentLogLevel() string + func (x *CommandLineOptions) GetConcurrency() uint32 + func (x *CommandLineOptions) GetConfigPath() string + func (x *CommandLineOptions) GetConfigYaml() string + func (x *CommandLineOptions) GetCpusetThreads() bool + func (x *CommandLineOptions) GetDisableHotRestart() bool + func (x *CommandLineOptions) GetDisabledExtensions() []string + func (x *CommandLineOptions) GetDrainStrategy() CommandLineOptions_DrainStrategy + func (x *CommandLineOptions) GetDrainTime() *durationpb.Duration + func (x *CommandLineOptions) GetEnableCoreDump() bool + func (x *CommandLineOptions) GetEnableFineGrainLogging() bool + func (x *CommandLineOptions) GetEnableMutexTracing() bool + func (x *CommandLineOptions) GetFileFlushInterval() *durationpb.Duration + func (x *CommandLineOptions) GetIgnoreUnknownDynamicFields() bool + func (x *CommandLineOptions) GetLocalAddressIpVersion() CommandLineOptions_IpVersion + func (x *CommandLineOptions) GetLogFormat() string + func (x *CommandLineOptions) GetLogFormatEscaped() bool + func (x *CommandLineOptions) GetLogLevel() string + func (x *CommandLineOptions) GetLogPath() string + func (x *CommandLineOptions) GetMode() CommandLineOptions_Mode + func (x *CommandLineOptions) GetParentShutdownTime() *durationpb.Duration + func (x *CommandLineOptions) GetRejectUnknownDynamicFields() bool + func (x *CommandLineOptions) GetRestartEpoch() uint32 + func (x *CommandLineOptions) GetServiceCluster() string + func (x *CommandLineOptions) GetServiceNode() string + func (x *CommandLineOptions) GetServiceZone() string + func (x *CommandLineOptions) GetSkipHotRestartOnNoParent() bool + func (x *CommandLineOptions) GetSkipHotRestartParentStats() bool + func (x *CommandLineOptions) GetSocketMode() uint32 + func (x *CommandLineOptions) GetSocketPath() string + func (x *CommandLineOptions) GetStatsTag() []string + func (x *CommandLineOptions) GetUseDynamicBaseId() bool + func (x *CommandLineOptions) ProtoReflect() protoreflect.Message + func (x *CommandLineOptions) Reset() + func (x *CommandLineOptions) String() string + type CommandLineOptions_DrainStrategy int32 + const CommandLineOptions_Gradual + const CommandLineOptions_Immediate + func (CommandLineOptions_DrainStrategy) Descriptor() protoreflect.EnumDescriptor + func (CommandLineOptions_DrainStrategy) EnumDescriptor() ([]byte, []int) + func (CommandLineOptions_DrainStrategy) Type() protoreflect.EnumType + func (x CommandLineOptions_DrainStrategy) Enum() *CommandLineOptions_DrainStrategy + func (x CommandLineOptions_DrainStrategy) Number() protoreflect.EnumNumber + func (x CommandLineOptions_DrainStrategy) String() string + type CommandLineOptions_IpVersion int32 + const CommandLineOptions_v4 + const CommandLineOptions_v6 + func (CommandLineOptions_IpVersion) Descriptor() protoreflect.EnumDescriptor + func (CommandLineOptions_IpVersion) EnumDescriptor() ([]byte, []int) + func (CommandLineOptions_IpVersion) Type() protoreflect.EnumType + func (x CommandLineOptions_IpVersion) Enum() *CommandLineOptions_IpVersion + func (x CommandLineOptions_IpVersion) Number() protoreflect.EnumNumber + func (x CommandLineOptions_IpVersion) String() string + type CommandLineOptions_Mode int32 + const CommandLineOptions_InitOnly + const CommandLineOptions_Serve + const CommandLineOptions_Validate + func (CommandLineOptions_Mode) Descriptor() protoreflect.EnumDescriptor + func (CommandLineOptions_Mode) EnumDescriptor() ([]byte, []int) + func (CommandLineOptions_Mode) Type() protoreflect.EnumType + func (x CommandLineOptions_Mode) Enum() *CommandLineOptions_Mode + func (x CommandLineOptions_Mode) Number() protoreflect.EnumNumber + func (x CommandLineOptions_Mode) String() string + type ConfigDump struct + Configs []*anypb.Any + func (*ConfigDump) Descriptor() ([]byte, []int) + func (*ConfigDump) ProtoMessage() + func (x *ConfigDump) GetConfigs() []*anypb.Any + func (x *ConfigDump) ProtoReflect() protoreflect.Message + func (x *ConfigDump) Reset() + func (x *ConfigDump) String() string + type EcdsConfigDump struct + EcdsFilters []*EcdsConfigDump_EcdsFilterConfig + func (*EcdsConfigDump) Descriptor() ([]byte, []int) + func (*EcdsConfigDump) ProtoMessage() + func (x *EcdsConfigDump) GetEcdsFilters() []*EcdsConfigDump_EcdsFilterConfig + func (x *EcdsConfigDump) ProtoReflect() protoreflect.Message + func (x *EcdsConfigDump) Reset() + func (x *EcdsConfigDump) String() string + type EcdsConfigDump_EcdsFilterConfig struct + ClientStatus ClientResourceStatus + EcdsFilter *anypb.Any + ErrorState *UpdateFailureState + LastUpdated *timestamppb.Timestamp + VersionInfo string + func (*EcdsConfigDump_EcdsFilterConfig) Descriptor() ([]byte, []int) + func (*EcdsConfigDump_EcdsFilterConfig) ProtoMessage() + func (x *EcdsConfigDump_EcdsFilterConfig) GetClientStatus() ClientResourceStatus + func (x *EcdsConfigDump_EcdsFilterConfig) GetEcdsFilter() *anypb.Any + func (x *EcdsConfigDump_EcdsFilterConfig) GetErrorState() *UpdateFailureState + func (x *EcdsConfigDump_EcdsFilterConfig) GetLastUpdated() *timestamppb.Timestamp + func (x *EcdsConfigDump_EcdsFilterConfig) GetVersionInfo() string + func (x *EcdsConfigDump_EcdsFilterConfig) ProtoReflect() protoreflect.Message + func (x *EcdsConfigDump_EcdsFilterConfig) Reset() + func (x *EcdsConfigDump_EcdsFilterConfig) String() string + type EndpointsConfigDump struct + DynamicEndpointConfigs []*EndpointsConfigDump_DynamicEndpointConfig + StaticEndpointConfigs []*EndpointsConfigDump_StaticEndpointConfig + func (*EndpointsConfigDump) Descriptor() ([]byte, []int) + func (*EndpointsConfigDump) ProtoMessage() + func (x *EndpointsConfigDump) GetDynamicEndpointConfigs() []*EndpointsConfigDump_DynamicEndpointConfig + func (x *EndpointsConfigDump) GetStaticEndpointConfigs() []*EndpointsConfigDump_StaticEndpointConfig + func (x *EndpointsConfigDump) ProtoReflect() protoreflect.Message + func (x *EndpointsConfigDump) Reset() + func (x *EndpointsConfigDump) String() string + type EndpointsConfigDump_DynamicEndpointConfig struct + ClientStatus ClientResourceStatus + EndpointConfig *anypb.Any + ErrorState *UpdateFailureState + LastUpdated *timestamppb.Timestamp + VersionInfo string + func (*EndpointsConfigDump_DynamicEndpointConfig) Descriptor() ([]byte, []int) + func (*EndpointsConfigDump_DynamicEndpointConfig) ProtoMessage() + func (x *EndpointsConfigDump_DynamicEndpointConfig) GetClientStatus() ClientResourceStatus + func (x *EndpointsConfigDump_DynamicEndpointConfig) GetEndpointConfig() *anypb.Any + func (x *EndpointsConfigDump_DynamicEndpointConfig) GetErrorState() *UpdateFailureState + func (x *EndpointsConfigDump_DynamicEndpointConfig) GetLastUpdated() *timestamppb.Timestamp + func (x *EndpointsConfigDump_DynamicEndpointConfig) GetVersionInfo() string + func (x *EndpointsConfigDump_DynamicEndpointConfig) ProtoReflect() protoreflect.Message + func (x *EndpointsConfigDump_DynamicEndpointConfig) Reset() + func (x *EndpointsConfigDump_DynamicEndpointConfig) String() string + type EndpointsConfigDump_StaticEndpointConfig struct + EndpointConfig *anypb.Any + LastUpdated *timestamppb.Timestamp + func (*EndpointsConfigDump_StaticEndpointConfig) Descriptor() ([]byte, []int) + func (*EndpointsConfigDump_StaticEndpointConfig) ProtoMessage() + func (x *EndpointsConfigDump_StaticEndpointConfig) GetEndpointConfig() *anypb.Any + func (x *EndpointsConfigDump_StaticEndpointConfig) GetLastUpdated() *timestamppb.Timestamp + func (x *EndpointsConfigDump_StaticEndpointConfig) ProtoReflect() protoreflect.Message + func (x *EndpointsConfigDump_StaticEndpointConfig) Reset() + func (x *EndpointsConfigDump_StaticEndpointConfig) String() string + type HostHealthStatus struct + ActiveHcTimeout bool + EdsHealthStatus v32.HealthStatus + ExcludedViaImmediateHcFail bool + FailedActiveDegradedCheck bool + FailedActiveHealthCheck bool + FailedOutlierCheck bool + PendingActiveHc bool + PendingDynamicRemoval bool + func (*HostHealthStatus) Descriptor() ([]byte, []int) + func (*HostHealthStatus) ProtoMessage() + func (x *HostHealthStatus) GetActiveHcTimeout() bool + func (x *HostHealthStatus) GetEdsHealthStatus() v32.HealthStatus + func (x *HostHealthStatus) GetExcludedViaImmediateHcFail() bool + func (x *HostHealthStatus) GetFailedActiveDegradedCheck() bool + func (x *HostHealthStatus) GetFailedActiveHealthCheck() bool + func (x *HostHealthStatus) GetFailedOutlierCheck() bool + func (x *HostHealthStatus) GetPendingActiveHc() bool + func (x *HostHealthStatus) GetPendingDynamicRemoval() bool + func (x *HostHealthStatus) ProtoReflect() protoreflect.Message + func (x *HostHealthStatus) Reset() + func (x *HostHealthStatus) String() string + type HostStatus struct + Address *v32.Address + HealthStatus *HostHealthStatus + Hostname string + LocalOriginSuccessRate *v3.Percent + Locality *v32.Locality + Priority uint32 + Stats []*SimpleMetric + SuccessRate *v3.Percent + Weight uint32 + func (*HostStatus) Descriptor() ([]byte, []int) + func (*HostStatus) ProtoMessage() + func (x *HostStatus) GetAddress() *v32.Address + func (x *HostStatus) GetHealthStatus() *HostHealthStatus + func (x *HostStatus) GetHostname() string + func (x *HostStatus) GetLocalOriginSuccessRate() *v3.Percent + func (x *HostStatus) GetLocality() *v32.Locality + func (x *HostStatus) GetPriority() uint32 + func (x *HostStatus) GetStats() []*SimpleMetric + func (x *HostStatus) GetSuccessRate() *v3.Percent + func (x *HostStatus) GetWeight() uint32 + func (x *HostStatus) ProtoReflect() protoreflect.Message + func (x *HostStatus) Reset() + func (x *HostStatus) String() string + type ListenerStatus struct + AdditionalLocalAddresses []*v3.Address + LocalAddress *v3.Address + Name string + func (*ListenerStatus) Descriptor() ([]byte, []int) + func (*ListenerStatus) ProtoMessage() + func (x *ListenerStatus) GetAdditionalLocalAddresses() []*v3.Address + func (x *ListenerStatus) GetLocalAddress() *v3.Address + func (x *ListenerStatus) GetName() string + func (x *ListenerStatus) ProtoReflect() protoreflect.Message + func (x *ListenerStatus) Reset() + func (x *ListenerStatus) String() string + type Listeners struct + ListenerStatuses []*ListenerStatus + func (*Listeners) Descriptor() ([]byte, []int) + func (*Listeners) ProtoMessage() + func (x *Listeners) GetListenerStatuses() []*ListenerStatus + func (x *Listeners) ProtoReflect() protoreflect.Message + func (x *Listeners) Reset() + func (x *Listeners) String() string + type ListenersConfigDump struct + DynamicListeners []*ListenersConfigDump_DynamicListener + StaticListeners []*ListenersConfigDump_StaticListener + VersionInfo string + func (*ListenersConfigDump) Descriptor() ([]byte, []int) + func (*ListenersConfigDump) ProtoMessage() + func (x *ListenersConfigDump) GetDynamicListeners() []*ListenersConfigDump_DynamicListener + func (x *ListenersConfigDump) GetStaticListeners() []*ListenersConfigDump_StaticListener + func (x *ListenersConfigDump) GetVersionInfo() string + func (x *ListenersConfigDump) ProtoReflect() protoreflect.Message + func (x *ListenersConfigDump) Reset() + func (x *ListenersConfigDump) String() string + type ListenersConfigDump_DynamicListener struct + ActiveState *ListenersConfigDump_DynamicListenerState + ClientStatus ClientResourceStatus + DrainingState *ListenersConfigDump_DynamicListenerState + ErrorState *UpdateFailureState + Name string + WarmingState *ListenersConfigDump_DynamicListenerState + func (*ListenersConfigDump_DynamicListener) Descriptor() ([]byte, []int) + func (*ListenersConfigDump_DynamicListener) ProtoMessage() + func (x *ListenersConfigDump_DynamicListener) GetActiveState() *ListenersConfigDump_DynamicListenerState + func (x *ListenersConfigDump_DynamicListener) GetClientStatus() ClientResourceStatus + func (x *ListenersConfigDump_DynamicListener) GetDrainingState() *ListenersConfigDump_DynamicListenerState + func (x *ListenersConfigDump_DynamicListener) GetErrorState() *UpdateFailureState + func (x *ListenersConfigDump_DynamicListener) GetName() string + func (x *ListenersConfigDump_DynamicListener) GetWarmingState() *ListenersConfigDump_DynamicListenerState + func (x *ListenersConfigDump_DynamicListener) ProtoReflect() protoreflect.Message + func (x *ListenersConfigDump_DynamicListener) Reset() + func (x *ListenersConfigDump_DynamicListener) String() string + type ListenersConfigDump_DynamicListenerState struct + LastUpdated *timestamppb.Timestamp + Listener *anypb.Any + VersionInfo string + func (*ListenersConfigDump_DynamicListenerState) Descriptor() ([]byte, []int) + func (*ListenersConfigDump_DynamicListenerState) ProtoMessage() + func (x *ListenersConfigDump_DynamicListenerState) GetLastUpdated() *timestamppb.Timestamp + func (x *ListenersConfigDump_DynamicListenerState) GetListener() *anypb.Any + func (x *ListenersConfigDump_DynamicListenerState) GetVersionInfo() string + func (x *ListenersConfigDump_DynamicListenerState) ProtoReflect() protoreflect.Message + func (x *ListenersConfigDump_DynamicListenerState) Reset() + func (x *ListenersConfigDump_DynamicListenerState) String() string + type ListenersConfigDump_StaticListener struct + LastUpdated *timestamppb.Timestamp + Listener *anypb.Any + func (*ListenersConfigDump_StaticListener) Descriptor() ([]byte, []int) + func (*ListenersConfigDump_StaticListener) ProtoMessage() + func (x *ListenersConfigDump_StaticListener) GetLastUpdated() *timestamppb.Timestamp + func (x *ListenersConfigDump_StaticListener) GetListener() *anypb.Any + func (x *ListenersConfigDump_StaticListener) ProtoReflect() protoreflect.Message + func (x *ListenersConfigDump_StaticListener) Reset() + func (x *ListenersConfigDump_StaticListener) String() string + type Memory struct + Allocated uint64 + HeapSize uint64 + PageheapFree uint64 + PageheapUnmapped uint64 + TotalPhysicalBytes uint64 + TotalThreadCache uint64 + func (*Memory) Descriptor() ([]byte, []int) + func (*Memory) ProtoMessage() + func (x *Memory) GetAllocated() uint64 + func (x *Memory) GetHeapSize() uint64 + func (x *Memory) GetPageheapFree() uint64 + func (x *Memory) GetPageheapUnmapped() uint64 + func (x *Memory) GetTotalPhysicalBytes() uint64 + func (x *Memory) GetTotalThreadCache() uint64 + func (x *Memory) ProtoReflect() protoreflect.Message + func (x *Memory) Reset() + func (x *Memory) String() string + type MutexStats struct + CurrentWaitCycles uint64 + LifetimeWaitCycles uint64 + NumContentions uint64 + func (*MutexStats) Descriptor() ([]byte, []int) + func (*MutexStats) ProtoMessage() + func (x *MutexStats) GetCurrentWaitCycles() uint64 + func (x *MutexStats) GetLifetimeWaitCycles() uint64 + func (x *MutexStats) GetNumContentions() uint64 + func (x *MutexStats) ProtoReflect() protoreflect.Message + func (x *MutexStats) Reset() + func (x *MutexStats) String() string + type RoutesConfigDump struct + DynamicRouteConfigs []*RoutesConfigDump_DynamicRouteConfig + StaticRouteConfigs []*RoutesConfigDump_StaticRouteConfig + func (*RoutesConfigDump) Descriptor() ([]byte, []int) + func (*RoutesConfigDump) ProtoMessage() + func (x *RoutesConfigDump) GetDynamicRouteConfigs() []*RoutesConfigDump_DynamicRouteConfig + func (x *RoutesConfigDump) GetStaticRouteConfigs() []*RoutesConfigDump_StaticRouteConfig + func (x *RoutesConfigDump) ProtoReflect() protoreflect.Message + func (x *RoutesConfigDump) Reset() + func (x *RoutesConfigDump) String() string + type RoutesConfigDump_DynamicRouteConfig struct + ClientStatus ClientResourceStatus + ErrorState *UpdateFailureState + LastUpdated *timestamppb.Timestamp + RouteConfig *anypb.Any + VersionInfo string + func (*RoutesConfigDump_DynamicRouteConfig) Descriptor() ([]byte, []int) + func (*RoutesConfigDump_DynamicRouteConfig) ProtoMessage() + func (x *RoutesConfigDump_DynamicRouteConfig) GetClientStatus() ClientResourceStatus + func (x *RoutesConfigDump_DynamicRouteConfig) GetErrorState() *UpdateFailureState + func (x *RoutesConfigDump_DynamicRouteConfig) GetLastUpdated() *timestamppb.Timestamp + func (x *RoutesConfigDump_DynamicRouteConfig) GetRouteConfig() *anypb.Any + func (x *RoutesConfigDump_DynamicRouteConfig) GetVersionInfo() string + func (x *RoutesConfigDump_DynamicRouteConfig) ProtoReflect() protoreflect.Message + func (x *RoutesConfigDump_DynamicRouteConfig) Reset() + func (x *RoutesConfigDump_DynamicRouteConfig) String() string + type RoutesConfigDump_StaticRouteConfig struct + LastUpdated *timestamppb.Timestamp + RouteConfig *anypb.Any + func (*RoutesConfigDump_StaticRouteConfig) Descriptor() ([]byte, []int) + func (*RoutesConfigDump_StaticRouteConfig) ProtoMessage() + func (x *RoutesConfigDump_StaticRouteConfig) GetLastUpdated() *timestamppb.Timestamp + func (x *RoutesConfigDump_StaticRouteConfig) GetRouteConfig() *anypb.Any + func (x *RoutesConfigDump_StaticRouteConfig) ProtoReflect() protoreflect.Message + func (x *RoutesConfigDump_StaticRouteConfig) Reset() + func (x *RoutesConfigDump_StaticRouteConfig) String() string + type ScopedRoutesConfigDump struct + DynamicScopedRouteConfigs []*ScopedRoutesConfigDump_DynamicScopedRouteConfigs + InlineScopedRouteConfigs []*ScopedRoutesConfigDump_InlineScopedRouteConfigs + func (*ScopedRoutesConfigDump) Descriptor() ([]byte, []int) + func (*ScopedRoutesConfigDump) ProtoMessage() + func (x *ScopedRoutesConfigDump) GetDynamicScopedRouteConfigs() []*ScopedRoutesConfigDump_DynamicScopedRouteConfigs + func (x *ScopedRoutesConfigDump) GetInlineScopedRouteConfigs() []*ScopedRoutesConfigDump_InlineScopedRouteConfigs + func (x *ScopedRoutesConfigDump) ProtoReflect() protoreflect.Message + func (x *ScopedRoutesConfigDump) Reset() + func (x *ScopedRoutesConfigDump) String() string + type ScopedRoutesConfigDump_DynamicScopedRouteConfigs struct + ClientStatus ClientResourceStatus + ErrorState *UpdateFailureState + LastUpdated *timestamppb.Timestamp + Name string + ScopedRouteConfigs []*anypb.Any + VersionInfo string + func (*ScopedRoutesConfigDump_DynamicScopedRouteConfigs) Descriptor() ([]byte, []int) + func (*ScopedRoutesConfigDump_DynamicScopedRouteConfigs) ProtoMessage() + func (x *ScopedRoutesConfigDump_DynamicScopedRouteConfigs) GetClientStatus() ClientResourceStatus + func (x *ScopedRoutesConfigDump_DynamicScopedRouteConfigs) GetErrorState() *UpdateFailureState + func (x *ScopedRoutesConfigDump_DynamicScopedRouteConfigs) GetLastUpdated() *timestamppb.Timestamp + func (x *ScopedRoutesConfigDump_DynamicScopedRouteConfigs) GetName() string + func (x *ScopedRoutesConfigDump_DynamicScopedRouteConfigs) GetScopedRouteConfigs() []*anypb.Any + func (x *ScopedRoutesConfigDump_DynamicScopedRouteConfigs) GetVersionInfo() string + func (x *ScopedRoutesConfigDump_DynamicScopedRouteConfigs) ProtoReflect() protoreflect.Message + func (x *ScopedRoutesConfigDump_DynamicScopedRouteConfigs) Reset() + func (x *ScopedRoutesConfigDump_DynamicScopedRouteConfigs) String() string + type ScopedRoutesConfigDump_InlineScopedRouteConfigs struct + LastUpdated *timestamppb.Timestamp + Name string + ScopedRouteConfigs []*anypb.Any + func (*ScopedRoutesConfigDump_InlineScopedRouteConfigs) Descriptor() ([]byte, []int) + func (*ScopedRoutesConfigDump_InlineScopedRouteConfigs) ProtoMessage() + func (x *ScopedRoutesConfigDump_InlineScopedRouteConfigs) GetLastUpdated() *timestamppb.Timestamp + func (x *ScopedRoutesConfigDump_InlineScopedRouteConfigs) GetName() string + func (x *ScopedRoutesConfigDump_InlineScopedRouteConfigs) GetScopedRouteConfigs() []*anypb.Any + func (x *ScopedRoutesConfigDump_InlineScopedRouteConfigs) ProtoReflect() protoreflect.Message + func (x *ScopedRoutesConfigDump_InlineScopedRouteConfigs) Reset() + func (x *ScopedRoutesConfigDump_InlineScopedRouteConfigs) String() string + type SecretsConfigDump struct + DynamicActiveSecrets []*SecretsConfigDump_DynamicSecret + DynamicWarmingSecrets []*SecretsConfigDump_DynamicSecret + StaticSecrets []*SecretsConfigDump_StaticSecret + func (*SecretsConfigDump) Descriptor() ([]byte, []int) + func (*SecretsConfigDump) ProtoMessage() + func (x *SecretsConfigDump) GetDynamicActiveSecrets() []*SecretsConfigDump_DynamicSecret + func (x *SecretsConfigDump) GetDynamicWarmingSecrets() []*SecretsConfigDump_DynamicSecret + func (x *SecretsConfigDump) GetStaticSecrets() []*SecretsConfigDump_StaticSecret + func (x *SecretsConfigDump) ProtoReflect() protoreflect.Message + func (x *SecretsConfigDump) Reset() + func (x *SecretsConfigDump) String() string + type SecretsConfigDump_DynamicSecret struct + ClientStatus ClientResourceStatus + ErrorState *UpdateFailureState + LastUpdated *timestamppb.Timestamp + Name string + Secret *anypb.Any + VersionInfo string + func (*SecretsConfigDump_DynamicSecret) Descriptor() ([]byte, []int) + func (*SecretsConfigDump_DynamicSecret) ProtoMessage() + func (x *SecretsConfigDump_DynamicSecret) GetClientStatus() ClientResourceStatus + func (x *SecretsConfigDump_DynamicSecret) GetErrorState() *UpdateFailureState + func (x *SecretsConfigDump_DynamicSecret) GetLastUpdated() *timestamppb.Timestamp + func (x *SecretsConfigDump_DynamicSecret) GetName() string + func (x *SecretsConfigDump_DynamicSecret) GetSecret() *anypb.Any + func (x *SecretsConfigDump_DynamicSecret) GetVersionInfo() string + func (x *SecretsConfigDump_DynamicSecret) ProtoReflect() protoreflect.Message + func (x *SecretsConfigDump_DynamicSecret) Reset() + func (x *SecretsConfigDump_DynamicSecret) String() string + type SecretsConfigDump_StaticSecret struct + LastUpdated *timestamppb.Timestamp + Name string + Secret *anypb.Any + func (*SecretsConfigDump_StaticSecret) Descriptor() ([]byte, []int) + func (*SecretsConfigDump_StaticSecret) ProtoMessage() + func (x *SecretsConfigDump_StaticSecret) GetLastUpdated() *timestamppb.Timestamp + func (x *SecretsConfigDump_StaticSecret) GetName() string + func (x *SecretsConfigDump_StaticSecret) GetSecret() *anypb.Any + func (x *SecretsConfigDump_StaticSecret) ProtoReflect() protoreflect.Message + func (x *SecretsConfigDump_StaticSecret) Reset() + func (x *SecretsConfigDump_StaticSecret) String() string + type ServerInfo struct + CommandLineOptions *CommandLineOptions + HotRestartVersion string + Node *v3.Node + State ServerInfo_State + UptimeAllEpochs *durationpb.Duration + UptimeCurrentEpoch *durationpb.Duration + Version string + func (*ServerInfo) Descriptor() ([]byte, []int) + func (*ServerInfo) ProtoMessage() + func (x *ServerInfo) GetCommandLineOptions() *CommandLineOptions + func (x *ServerInfo) GetHotRestartVersion() string + func (x *ServerInfo) GetNode() *v3.Node + func (x *ServerInfo) GetState() ServerInfo_State + func (x *ServerInfo) GetUptimeAllEpochs() *durationpb.Duration + func (x *ServerInfo) GetUptimeCurrentEpoch() *durationpb.Duration + func (x *ServerInfo) GetVersion() string + func (x *ServerInfo) ProtoReflect() protoreflect.Message + func (x *ServerInfo) Reset() + func (x *ServerInfo) String() string + type ServerInfo_State int32 + const ServerInfo_DRAINING + const ServerInfo_INITIALIZING + const ServerInfo_LIVE + const ServerInfo_PRE_INITIALIZING + func (ServerInfo_State) Descriptor() protoreflect.EnumDescriptor + func (ServerInfo_State) EnumDescriptor() ([]byte, []int) + func (ServerInfo_State) Type() protoreflect.EnumType + func (x ServerInfo_State) Enum() *ServerInfo_State + func (x ServerInfo_State) Number() protoreflect.EnumNumber + func (x ServerInfo_State) String() string + type SimpleMetric struct + Name string + Type SimpleMetric_Type + Value uint64 + func (*SimpleMetric) Descriptor() ([]byte, []int) + func (*SimpleMetric) ProtoMessage() + func (x *SimpleMetric) GetName() string + func (x *SimpleMetric) GetType() SimpleMetric_Type + func (x *SimpleMetric) GetValue() uint64 + func (x *SimpleMetric) ProtoReflect() protoreflect.Message + func (x *SimpleMetric) Reset() + func (x *SimpleMetric) String() string + type SimpleMetric_Type int32 + const SimpleMetric_COUNTER + const SimpleMetric_GAUGE + func (SimpleMetric_Type) Descriptor() protoreflect.EnumDescriptor + func (SimpleMetric_Type) EnumDescriptor() ([]byte, []int) + func (SimpleMetric_Type) Type() protoreflect.EnumType + func (x SimpleMetric_Type) Enum() *SimpleMetric_Type + func (x SimpleMetric_Type) Number() protoreflect.EnumNumber + func (x SimpleMetric_Type) String() string + type SubjectAlternateName struct + Name isSubjectAlternateName_Name + func (*SubjectAlternateName) Descriptor() ([]byte, []int) + func (*SubjectAlternateName) ProtoMessage() + func (m *SubjectAlternateName) GetName() isSubjectAlternateName_Name + func (x *SubjectAlternateName) GetDns() string + func (x *SubjectAlternateName) GetIpAddress() string + func (x *SubjectAlternateName) GetUri() string + func (x *SubjectAlternateName) ProtoReflect() protoreflect.Message + func (x *SubjectAlternateName) Reset() + func (x *SubjectAlternateName) String() string + type SubjectAlternateName_Dns struct + Dns string + type SubjectAlternateName_IpAddress struct + IpAddress string + type SubjectAlternateName_Uri struct + Uri string + type TapRequest struct + ConfigId string + TapConfig *v3.TapConfig + func (*TapRequest) Descriptor() ([]byte, []int) + func (*TapRequest) ProtoMessage() + func (x *TapRequest) GetConfigId() string + func (x *TapRequest) GetTapConfig() *v3.TapConfig + func (x *TapRequest) ProtoReflect() protoreflect.Message + func (x *TapRequest) Reset() + func (x *TapRequest) String() string + type UnreadyTargetsDumps struct + UnreadyTargetsDumps []*UnreadyTargetsDumps_UnreadyTargetsDump + func (*UnreadyTargetsDumps) Descriptor() ([]byte, []int) + func (*UnreadyTargetsDumps) ProtoMessage() + func (x *UnreadyTargetsDumps) GetUnreadyTargetsDumps() []*UnreadyTargetsDumps_UnreadyTargetsDump + func (x *UnreadyTargetsDumps) ProtoReflect() protoreflect.Message + func (x *UnreadyTargetsDumps) Reset() + func (x *UnreadyTargetsDumps) String() string + type UnreadyTargetsDumps_UnreadyTargetsDump struct + Name string + TargetNames []string + func (*UnreadyTargetsDumps_UnreadyTargetsDump) Descriptor() ([]byte, []int) + func (*UnreadyTargetsDumps_UnreadyTargetsDump) ProtoMessage() + func (x *UnreadyTargetsDumps_UnreadyTargetsDump) GetName() string + func (x *UnreadyTargetsDumps_UnreadyTargetsDump) GetTargetNames() []string + func (x *UnreadyTargetsDumps_UnreadyTargetsDump) ProtoReflect() protoreflect.Message + func (x *UnreadyTargetsDumps_UnreadyTargetsDump) Reset() + func (x *UnreadyTargetsDumps_UnreadyTargetsDump) String() string + type UpdateFailureState struct + Details string + FailedConfiguration *anypb.Any + LastUpdateAttempt *timestamppb.Timestamp + VersionInfo string + func (*UpdateFailureState) Descriptor() ([]byte, []int) + func (*UpdateFailureState) ProtoMessage() + func (x *UpdateFailureState) GetDetails() string + func (x *UpdateFailureState) GetFailedConfiguration() *anypb.Any + func (x *UpdateFailureState) GetLastUpdateAttempt() *timestamppb.Timestamp + func (x *UpdateFailureState) GetVersionInfo() string + func (x *UpdateFailureState) ProtoReflect() protoreflect.Message + func (x *UpdateFailureState) Reset() + func (x *UpdateFailureState) String() string