Versions in this module Expand all Collapse all v1 v1.32.3 Jan 3, 2025 v1.32.2 Dec 23, 2024 Changes in this version + 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_v2alpha_certs_proto protoreflect.FileDescriptor + var File_envoy_admin_v2alpha_clusters_proto protoreflect.FileDescriptor + var File_envoy_admin_v2alpha_config_dump_proto protoreflect.FileDescriptor + var File_envoy_admin_v2alpha_listeners_proto protoreflect.FileDescriptor + var File_envoy_admin_v2alpha_memory_proto protoreflect.FileDescriptor + var File_envoy_admin_v2alpha_metrics_proto protoreflect.FileDescriptor + var File_envoy_admin_v2alpha_mutex_stats_proto protoreflect.FileDescriptor + var File_envoy_admin_v2alpha_server_info_proto protoreflect.FileDescriptor + var File_envoy_admin_v2alpha_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 *v2.Bootstrap + LastUpdated *timestamppb.Timestamp + func (*BootstrapConfigDump) Descriptor() ([]byte, []int) + func (*BootstrapConfigDump) ProtoMessage() + func (m *BootstrapConfigDump) Validate() error + func (m *BootstrapConfigDump) ValidateAll() error + func (x *BootstrapConfigDump) GetBootstrap() *v2.Bootstrap + func (x *BootstrapConfigDump) GetLastUpdated() *timestamppb.Timestamp + func (x *BootstrapConfigDump) ProtoReflect() protoreflect.Message + func (x *BootstrapConfigDump) Reset() + func (x *BootstrapConfigDump) String() string + type BootstrapConfigDumpMultiError []error + func (m BootstrapConfigDumpMultiError) AllErrors() []error + func (m BootstrapConfigDumpMultiError) Error() string + type BootstrapConfigDumpValidationError struct + func (e BootstrapConfigDumpValidationError) Cause() error + func (e BootstrapConfigDumpValidationError) Error() string + func (e BootstrapConfigDumpValidationError) ErrorName() string + func (e BootstrapConfigDumpValidationError) Field() string + func (e BootstrapConfigDumpValidationError) Key() bool + func (e BootstrapConfigDumpValidationError) Reason() string + type Certificate struct + CaCert []*CertificateDetails + CertChain []*CertificateDetails + func (*Certificate) Descriptor() ([]byte, []int) + func (*Certificate) ProtoMessage() + func (m *Certificate) Validate() error + func (m *Certificate) ValidateAll() error + 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 + Path string + SerialNumber string + SubjectAltNames []*SubjectAlternateName + ValidFrom *timestamppb.Timestamp + func (*CertificateDetails) Descriptor() ([]byte, []int) + func (*CertificateDetails) ProtoMessage() + func (m *CertificateDetails) Validate() error + func (m *CertificateDetails) ValidateAll() error + func (x *CertificateDetails) GetDaysUntilExpiration() uint64 + func (x *CertificateDetails) GetExpirationTime() *timestamppb.Timestamp + 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 CertificateDetailsMultiError []error + func (m CertificateDetailsMultiError) AllErrors() []error + func (m CertificateDetailsMultiError) Error() string + type CertificateDetailsValidationError struct + func (e CertificateDetailsValidationError) Cause() error + func (e CertificateDetailsValidationError) Error() string + func (e CertificateDetailsValidationError) ErrorName() string + func (e CertificateDetailsValidationError) Field() string + func (e CertificateDetailsValidationError) Key() bool + func (e CertificateDetailsValidationError) Reason() string + type CertificateMultiError []error + func (m CertificateMultiError) AllErrors() []error + func (m CertificateMultiError) Error() string + type CertificateValidationError struct + func (e CertificateValidationError) Cause() error + func (e CertificateValidationError) Error() string + func (e CertificateValidationError) ErrorName() string + func (e CertificateValidationError) Field() string + func (e CertificateValidationError) Key() bool + func (e CertificateValidationError) Reason() string + type Certificates struct + Certificates []*Certificate + func (*Certificates) Descriptor() ([]byte, []int) + func (*Certificates) ProtoMessage() + func (m *Certificates) Validate() error + func (m *Certificates) ValidateAll() error + func (x *Certificates) GetCertificates() []*Certificate + func (x *Certificates) ProtoReflect() protoreflect.Message + func (x *Certificates) Reset() + func (x *Certificates) String() string + type CertificatesMultiError []error + func (m CertificatesMultiError) AllErrors() []error + func (m CertificatesMultiError) Error() string + type CertificatesValidationError struct + func (e CertificatesValidationError) Cause() error + func (e CertificatesValidationError) Error() string + func (e CertificatesValidationError) ErrorName() string + func (e CertificatesValidationError) Field() string + func (e CertificatesValidationError) Key() bool + func (e CertificatesValidationError) Reason() string + type ClusterStatus struct + AddedViaApi bool + HostStatuses []*HostStatus + LocalOriginSuccessRateEjectionThreshold *_type.Percent + Name string + SuccessRateEjectionThreshold *_type.Percent + func (*ClusterStatus) Descriptor() ([]byte, []int) + func (*ClusterStatus) ProtoMessage() + func (m *ClusterStatus) Validate() error + func (m *ClusterStatus) ValidateAll() error + func (x *ClusterStatus) GetAddedViaApi() bool + func (x *ClusterStatus) GetHostStatuses() []*HostStatus + func (x *ClusterStatus) GetLocalOriginSuccessRateEjectionThreshold() *_type.Percent + func (x *ClusterStatus) GetName() string + func (x *ClusterStatus) GetSuccessRateEjectionThreshold() *_type.Percent + func (x *ClusterStatus) ProtoReflect() protoreflect.Message + func (x *ClusterStatus) Reset() + func (x *ClusterStatus) String() string + type ClusterStatusMultiError []error + func (m ClusterStatusMultiError) AllErrors() []error + func (m ClusterStatusMultiError) Error() string + type ClusterStatusValidationError struct + func (e ClusterStatusValidationError) Cause() error + func (e ClusterStatusValidationError) Error() string + func (e ClusterStatusValidationError) ErrorName() string + func (e ClusterStatusValidationError) Field() string + func (e ClusterStatusValidationError) Key() bool + func (e ClusterStatusValidationError) Reason() string + type Clusters struct + ClusterStatuses []*ClusterStatus + func (*Clusters) Descriptor() ([]byte, []int) + func (*Clusters) ProtoMessage() + func (m *Clusters) Validate() error + func (m *Clusters) ValidateAll() error + 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 (m *ClustersConfigDump) Validate() error + func (m *ClustersConfigDump) ValidateAll() error + 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 ClustersConfigDumpMultiError []error + func (m ClustersConfigDumpMultiError) AllErrors() []error + func (m ClustersConfigDumpMultiError) Error() string + type ClustersConfigDumpValidationError struct + func (e ClustersConfigDumpValidationError) Cause() error + func (e ClustersConfigDumpValidationError) Error() string + func (e ClustersConfigDumpValidationError) ErrorName() string + func (e ClustersConfigDumpValidationError) Field() string + func (e ClustersConfigDumpValidationError) Key() bool + func (e ClustersConfigDumpValidationError) Reason() string + type ClustersConfigDump_DynamicCluster struct + Cluster *anypb.Any + LastUpdated *timestamppb.Timestamp + VersionInfo string + func (*ClustersConfigDump_DynamicCluster) Descriptor() ([]byte, []int) + func (*ClustersConfigDump_DynamicCluster) ProtoMessage() + func (m *ClustersConfigDump_DynamicCluster) Validate() error + func (m *ClustersConfigDump_DynamicCluster) ValidateAll() error + func (x *ClustersConfigDump_DynamicCluster) GetCluster() *anypb.Any + 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_DynamicClusterMultiError []error + func (m ClustersConfigDump_DynamicClusterMultiError) AllErrors() []error + func (m ClustersConfigDump_DynamicClusterMultiError) Error() string + type ClustersConfigDump_DynamicClusterValidationError struct + func (e ClustersConfigDump_DynamicClusterValidationError) Cause() error + func (e ClustersConfigDump_DynamicClusterValidationError) Error() string + func (e ClustersConfigDump_DynamicClusterValidationError) ErrorName() string + func (e ClustersConfigDump_DynamicClusterValidationError) Field() string + func (e ClustersConfigDump_DynamicClusterValidationError) Key() bool + func (e ClustersConfigDump_DynamicClusterValidationError) Reason() string + type ClustersConfigDump_StaticCluster struct + Cluster *anypb.Any + LastUpdated *timestamppb.Timestamp + func (*ClustersConfigDump_StaticCluster) Descriptor() ([]byte, []int) + func (*ClustersConfigDump_StaticCluster) ProtoMessage() + func (m *ClustersConfigDump_StaticCluster) Validate() error + func (m *ClustersConfigDump_StaticCluster) ValidateAll() error + 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 ClustersConfigDump_StaticClusterMultiError []error + func (m ClustersConfigDump_StaticClusterMultiError) AllErrors() []error + func (m ClustersConfigDump_StaticClusterMultiError) Error() string + type ClustersConfigDump_StaticClusterValidationError struct + func (e ClustersConfigDump_StaticClusterValidationError) Cause() error + func (e ClustersConfigDump_StaticClusterValidationError) Error() string + func (e ClustersConfigDump_StaticClusterValidationError) ErrorName() string + func (e ClustersConfigDump_StaticClusterValidationError) Field() string + func (e ClustersConfigDump_StaticClusterValidationError) Key() bool + func (e ClustersConfigDump_StaticClusterValidationError) Reason() string + type ClustersMultiError []error + func (m ClustersMultiError) AllErrors() []error + func (m ClustersMultiError) Error() string + type ClustersValidationError struct + func (e ClustersValidationError) Cause() error + func (e ClustersValidationError) Error() string + func (e ClustersValidationError) ErrorName() string + func (e ClustersValidationError) Field() string + func (e ClustersValidationError) Key() bool + func (e ClustersValidationError) Reason() string + type CommandLineOptions struct + AdminAddressPath string + AllowUnknownStaticFields bool + BaseId uint64 + ComponentLogLevel string + Concurrency uint32 + ConfigPath string + ConfigYaml string + CpusetThreads bool + DisableHotRestart bool + DisabledExtensions []string + DrainTime *durationpb.Duration + EnableMutexTracing bool + FileFlushInterval *durationpb.Duration + LocalAddressIpVersion CommandLineOptions_IpVersion + LogFormat string + LogFormatEscaped bool + LogLevel string + LogPath string + MaxObjNameLen uint64 + MaxStats uint64 + Mode CommandLineOptions_Mode + ParentShutdownTime *durationpb.Duration + RejectUnknownDynamicFields bool + RestartEpoch uint32 + ServiceCluster string + ServiceNode string + ServiceZone string + func (*CommandLineOptions) Descriptor() ([]byte, []int) + func (*CommandLineOptions) ProtoMessage() + func (m *CommandLineOptions) Validate() error + func (m *CommandLineOptions) ValidateAll() error + func (x *CommandLineOptions) GetAdminAddressPath() string + func (x *CommandLineOptions) GetAllowUnknownStaticFields() bool + func (x *CommandLineOptions) GetBaseId() uint64 + 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) GetDrainTime() *durationpb.Duration + func (x *CommandLineOptions) GetEnableMutexTracing() bool + func (x *CommandLineOptions) GetFileFlushInterval() *durationpb.Duration + 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) GetMaxObjNameLen() uint64 + func (x *CommandLineOptions) GetMaxStats() uint64 + 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) ProtoReflect() protoreflect.Message + func (x *CommandLineOptions) Reset() + func (x *CommandLineOptions) String() string + type CommandLineOptionsMultiError []error + func (m CommandLineOptionsMultiError) AllErrors() []error + func (m CommandLineOptionsMultiError) Error() string + type CommandLineOptionsValidationError struct + func (e CommandLineOptionsValidationError) Cause() error + func (e CommandLineOptionsValidationError) Error() string + func (e CommandLineOptionsValidationError) ErrorName() string + func (e CommandLineOptionsValidationError) Field() string + func (e CommandLineOptionsValidationError) Key() bool + func (e CommandLineOptionsValidationError) Reason() 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 (m *ConfigDump) Validate() error + func (m *ConfigDump) ValidateAll() error + func (x *ConfigDump) GetConfigs() []*anypb.Any + func (x *ConfigDump) ProtoReflect() protoreflect.Message + func (x *ConfigDump) Reset() + func (x *ConfigDump) String() string + type ConfigDumpMultiError []error + func (m ConfigDumpMultiError) AllErrors() []error + func (m ConfigDumpMultiError) Error() string + type ConfigDumpValidationError struct + func (e ConfigDumpValidationError) Cause() error + func (e ConfigDumpValidationError) Error() string + func (e ConfigDumpValidationError) ErrorName() string + func (e ConfigDumpValidationError) Field() string + func (e ConfigDumpValidationError) Key() bool + func (e ConfigDumpValidationError) Reason() string + type HostHealthStatus struct + EdsHealthStatus core.HealthStatus + FailedActiveDegradedCheck bool + FailedActiveHealthCheck bool + FailedOutlierCheck bool + PendingActiveHc bool + PendingDynamicRemoval bool + func (*HostHealthStatus) Descriptor() ([]byte, []int) + func (*HostHealthStatus) ProtoMessage() + func (m *HostHealthStatus) Validate() error + func (m *HostHealthStatus) ValidateAll() error + func (x *HostHealthStatus) GetEdsHealthStatus() core.HealthStatus + 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 HostHealthStatusMultiError []error + func (m HostHealthStatusMultiError) AllErrors() []error + func (m HostHealthStatusMultiError) Error() string + type HostHealthStatusValidationError struct + func (e HostHealthStatusValidationError) Cause() error + func (e HostHealthStatusValidationError) Error() string + func (e HostHealthStatusValidationError) ErrorName() string + func (e HostHealthStatusValidationError) Field() string + func (e HostHealthStatusValidationError) Key() bool + func (e HostHealthStatusValidationError) Reason() string + type HostStatus struct + Address *core.Address + HealthStatus *HostHealthStatus + Hostname string + LocalOriginSuccessRate *_type.Percent + Locality *core.Locality + Priority uint32 + Stats []*SimpleMetric + SuccessRate *_type.Percent + Weight uint32 + func (*HostStatus) Descriptor() ([]byte, []int) + func (*HostStatus) ProtoMessage() + func (m *HostStatus) Validate() error + func (m *HostStatus) ValidateAll() error + func (x *HostStatus) GetAddress() *core.Address + func (x *HostStatus) GetHealthStatus() *HostHealthStatus + func (x *HostStatus) GetHostname() string + func (x *HostStatus) GetLocalOriginSuccessRate() *_type.Percent + func (x *HostStatus) GetLocality() *core.Locality + func (x *HostStatus) GetPriority() uint32 + func (x *HostStatus) GetStats() []*SimpleMetric + func (x *HostStatus) GetSuccessRate() *_type.Percent + func (x *HostStatus) GetWeight() uint32 + func (x *HostStatus) ProtoReflect() protoreflect.Message + func (x *HostStatus) Reset() + func (x *HostStatus) String() string + type HostStatusMultiError []error + func (m HostStatusMultiError) AllErrors() []error + func (m HostStatusMultiError) Error() string + type HostStatusValidationError struct + func (e HostStatusValidationError) Cause() error + func (e HostStatusValidationError) Error() string + func (e HostStatusValidationError) ErrorName() string + func (e HostStatusValidationError) Field() string + func (e HostStatusValidationError) Key() bool + func (e HostStatusValidationError) Reason() string + type ListenerStatus struct + LocalAddress *core.Address + Name string + func (*ListenerStatus) Descriptor() ([]byte, []int) + func (*ListenerStatus) ProtoMessage() + func (m *ListenerStatus) Validate() error + func (m *ListenerStatus) ValidateAll() error + func (x *ListenerStatus) GetLocalAddress() *core.Address + func (x *ListenerStatus) GetName() string + func (x *ListenerStatus) ProtoReflect() protoreflect.Message + func (x *ListenerStatus) Reset() + func (x *ListenerStatus) String() string + type ListenerStatusMultiError []error + func (m ListenerStatusMultiError) AllErrors() []error + func (m ListenerStatusMultiError) Error() string + type ListenerStatusValidationError struct + func (e ListenerStatusValidationError) Cause() error + func (e ListenerStatusValidationError) Error() string + func (e ListenerStatusValidationError) ErrorName() string + func (e ListenerStatusValidationError) Field() string + func (e ListenerStatusValidationError) Key() bool + func (e ListenerStatusValidationError) Reason() string + type Listeners struct + ListenerStatuses []*ListenerStatus + func (*Listeners) Descriptor() ([]byte, []int) + func (*Listeners) ProtoMessage() + func (m *Listeners) Validate() error + func (m *Listeners) ValidateAll() error + 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 (m *ListenersConfigDump) Validate() error + func (m *ListenersConfigDump) ValidateAll() error + 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 ListenersConfigDumpMultiError []error + func (m ListenersConfigDumpMultiError) AllErrors() []error + func (m ListenersConfigDumpMultiError) Error() string + type ListenersConfigDumpValidationError struct + func (e ListenersConfigDumpValidationError) Cause() error + func (e ListenersConfigDumpValidationError) Error() string + func (e ListenersConfigDumpValidationError) ErrorName() string + func (e ListenersConfigDumpValidationError) Field() string + func (e ListenersConfigDumpValidationError) Key() bool + func (e ListenersConfigDumpValidationError) Reason() string + type ListenersConfigDump_DynamicListener struct + ActiveState *ListenersConfigDump_DynamicListenerState + DrainingState *ListenersConfigDump_DynamicListenerState + ErrorState *UpdateFailureState + Name string + WarmingState *ListenersConfigDump_DynamicListenerState + func (*ListenersConfigDump_DynamicListener) Descriptor() ([]byte, []int) + func (*ListenersConfigDump_DynamicListener) ProtoMessage() + func (m *ListenersConfigDump_DynamicListener) Validate() error + func (m *ListenersConfigDump_DynamicListener) ValidateAll() error + func (x *ListenersConfigDump_DynamicListener) GetActiveState() *ListenersConfigDump_DynamicListenerState + 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_DynamicListenerMultiError []error + func (m ListenersConfigDump_DynamicListenerMultiError) AllErrors() []error + func (m ListenersConfigDump_DynamicListenerMultiError) Error() string + type ListenersConfigDump_DynamicListenerState struct + LastUpdated *timestamppb.Timestamp + Listener *anypb.Any + VersionInfo string + func (*ListenersConfigDump_DynamicListenerState) Descriptor() ([]byte, []int) + func (*ListenersConfigDump_DynamicListenerState) ProtoMessage() + func (m *ListenersConfigDump_DynamicListenerState) Validate() error + func (m *ListenersConfigDump_DynamicListenerState) ValidateAll() error + 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_DynamicListenerStateMultiError []error + func (m ListenersConfigDump_DynamicListenerStateMultiError) AllErrors() []error + func (m ListenersConfigDump_DynamicListenerStateMultiError) Error() string + type ListenersConfigDump_DynamicListenerStateValidationError struct + func (e ListenersConfigDump_DynamicListenerStateValidationError) Cause() error + func (e ListenersConfigDump_DynamicListenerStateValidationError) Error() string + func (e ListenersConfigDump_DynamicListenerStateValidationError) ErrorName() string + func (e ListenersConfigDump_DynamicListenerStateValidationError) Field() string + func (e ListenersConfigDump_DynamicListenerStateValidationError) Key() bool + func (e ListenersConfigDump_DynamicListenerStateValidationError) Reason() string + type ListenersConfigDump_DynamicListenerValidationError struct + func (e ListenersConfigDump_DynamicListenerValidationError) Cause() error + func (e ListenersConfigDump_DynamicListenerValidationError) Error() string + func (e ListenersConfigDump_DynamicListenerValidationError) ErrorName() string + func (e ListenersConfigDump_DynamicListenerValidationError) Field() string + func (e ListenersConfigDump_DynamicListenerValidationError) Key() bool + func (e ListenersConfigDump_DynamicListenerValidationError) Reason() string + type ListenersConfigDump_StaticListener struct + LastUpdated *timestamppb.Timestamp + Listener *anypb.Any + func (*ListenersConfigDump_StaticListener) Descriptor() ([]byte, []int) + func (*ListenersConfigDump_StaticListener) ProtoMessage() + func (m *ListenersConfigDump_StaticListener) Validate() error + func (m *ListenersConfigDump_StaticListener) ValidateAll() error + 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 ListenersConfigDump_StaticListenerMultiError []error + func (m ListenersConfigDump_StaticListenerMultiError) AllErrors() []error + func (m ListenersConfigDump_StaticListenerMultiError) Error() string + type ListenersConfigDump_StaticListenerValidationError struct + func (e ListenersConfigDump_StaticListenerValidationError) Cause() error + func (e ListenersConfigDump_StaticListenerValidationError) Error() string + func (e ListenersConfigDump_StaticListenerValidationError) ErrorName() string + func (e ListenersConfigDump_StaticListenerValidationError) Field() string + func (e ListenersConfigDump_StaticListenerValidationError) Key() bool + func (e ListenersConfigDump_StaticListenerValidationError) Reason() string + type ListenersMultiError []error + func (m ListenersMultiError) AllErrors() []error + func (m ListenersMultiError) Error() string + type ListenersValidationError struct + func (e ListenersValidationError) Cause() error + func (e ListenersValidationError) Error() string + func (e ListenersValidationError) ErrorName() string + func (e ListenersValidationError) Field() string + func (e ListenersValidationError) Key() bool + func (e ListenersValidationError) Reason() 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 (m *Memory) Validate() error + func (m *Memory) ValidateAll() error + 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 MemoryMultiError []error + func (m MemoryMultiError) AllErrors() []error + func (m MemoryMultiError) Error() string + type MemoryValidationError struct + func (e MemoryValidationError) Cause() error + func (e MemoryValidationError) Error() string + func (e MemoryValidationError) ErrorName() string + func (e MemoryValidationError) Field() string + func (e MemoryValidationError) Key() bool + func (e MemoryValidationError) Reason() string + type MutexStats struct + CurrentWaitCycles uint64 + LifetimeWaitCycles uint64 + NumContentions uint64 + func (*MutexStats) Descriptor() ([]byte, []int) + func (*MutexStats) ProtoMessage() + func (m *MutexStats) Validate() error + func (m *MutexStats) ValidateAll() error + 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 MutexStatsMultiError []error + func (m MutexStatsMultiError) AllErrors() []error + func (m MutexStatsMultiError) Error() string + type MutexStatsValidationError struct + func (e MutexStatsValidationError) Cause() error + func (e MutexStatsValidationError) Error() string + func (e MutexStatsValidationError) ErrorName() string + func (e MutexStatsValidationError) Field() string + func (e MutexStatsValidationError) Key() bool + func (e MutexStatsValidationError) Reason() string + type RoutesConfigDump struct + DynamicRouteConfigs []*RoutesConfigDump_DynamicRouteConfig + StaticRouteConfigs []*RoutesConfigDump_StaticRouteConfig + func (*RoutesConfigDump) Descriptor() ([]byte, []int) + func (*RoutesConfigDump) ProtoMessage() + func (m *RoutesConfigDump) Validate() error + func (m *RoutesConfigDump) ValidateAll() error + 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 RoutesConfigDumpMultiError []error + func (m RoutesConfigDumpMultiError) AllErrors() []error + func (m RoutesConfigDumpMultiError) Error() string + type RoutesConfigDumpValidationError struct + func (e RoutesConfigDumpValidationError) Cause() error + func (e RoutesConfigDumpValidationError) Error() string + func (e RoutesConfigDumpValidationError) ErrorName() string + func (e RoutesConfigDumpValidationError) Field() string + func (e RoutesConfigDumpValidationError) Key() bool + func (e RoutesConfigDumpValidationError) Reason() string + type RoutesConfigDump_DynamicRouteConfig struct + LastUpdated *timestamppb.Timestamp + RouteConfig *anypb.Any + VersionInfo string + func (*RoutesConfigDump_DynamicRouteConfig) Descriptor() ([]byte, []int) + func (*RoutesConfigDump_DynamicRouteConfig) ProtoMessage() + func (m *RoutesConfigDump_DynamicRouteConfig) Validate() error + func (m *RoutesConfigDump_DynamicRouteConfig) ValidateAll() error + 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_DynamicRouteConfigMultiError []error + func (m RoutesConfigDump_DynamicRouteConfigMultiError) AllErrors() []error + func (m RoutesConfigDump_DynamicRouteConfigMultiError) Error() string + type RoutesConfigDump_DynamicRouteConfigValidationError struct + func (e RoutesConfigDump_DynamicRouteConfigValidationError) Cause() error + func (e RoutesConfigDump_DynamicRouteConfigValidationError) Error() string + func (e RoutesConfigDump_DynamicRouteConfigValidationError) ErrorName() string + func (e RoutesConfigDump_DynamicRouteConfigValidationError) Field() string + func (e RoutesConfigDump_DynamicRouteConfigValidationError) Key() bool + func (e RoutesConfigDump_DynamicRouteConfigValidationError) Reason() string + type RoutesConfigDump_StaticRouteConfig struct + LastUpdated *timestamppb.Timestamp + RouteConfig *anypb.Any + func (*RoutesConfigDump_StaticRouteConfig) Descriptor() ([]byte, []int) + func (*RoutesConfigDump_StaticRouteConfig) ProtoMessage() + func (m *RoutesConfigDump_StaticRouteConfig) Validate() error + func (m *RoutesConfigDump_StaticRouteConfig) ValidateAll() error + 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 RoutesConfigDump_StaticRouteConfigMultiError []error + func (m RoutesConfigDump_StaticRouteConfigMultiError) AllErrors() []error + func (m RoutesConfigDump_StaticRouteConfigMultiError) Error() string + type RoutesConfigDump_StaticRouteConfigValidationError struct + func (e RoutesConfigDump_StaticRouteConfigValidationError) Cause() error + func (e RoutesConfigDump_StaticRouteConfigValidationError) Error() string + func (e RoutesConfigDump_StaticRouteConfigValidationError) ErrorName() string + func (e RoutesConfigDump_StaticRouteConfigValidationError) Field() string + func (e RoutesConfigDump_StaticRouteConfigValidationError) Key() bool + func (e RoutesConfigDump_StaticRouteConfigValidationError) Reason() string + type ScopedRoutesConfigDump struct + DynamicScopedRouteConfigs []*ScopedRoutesConfigDump_DynamicScopedRouteConfigs + InlineScopedRouteConfigs []*ScopedRoutesConfigDump_InlineScopedRouteConfigs + func (*ScopedRoutesConfigDump) Descriptor() ([]byte, []int) + func (*ScopedRoutesConfigDump) ProtoMessage() + func (m *ScopedRoutesConfigDump) Validate() error + func (m *ScopedRoutesConfigDump) ValidateAll() error + 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 ScopedRoutesConfigDumpMultiError []error + func (m ScopedRoutesConfigDumpMultiError) AllErrors() []error + func (m ScopedRoutesConfigDumpMultiError) Error() string + type ScopedRoutesConfigDumpValidationError struct + func (e ScopedRoutesConfigDumpValidationError) Cause() error + func (e ScopedRoutesConfigDumpValidationError) Error() string + func (e ScopedRoutesConfigDumpValidationError) ErrorName() string + func (e ScopedRoutesConfigDumpValidationError) Field() string + func (e ScopedRoutesConfigDumpValidationError) Key() bool + func (e ScopedRoutesConfigDumpValidationError) Reason() string + type ScopedRoutesConfigDump_DynamicScopedRouteConfigs struct + LastUpdated *timestamppb.Timestamp + Name string + ScopedRouteConfigs []*anypb.Any + VersionInfo string + func (*ScopedRoutesConfigDump_DynamicScopedRouteConfigs) Descriptor() ([]byte, []int) + func (*ScopedRoutesConfigDump_DynamicScopedRouteConfigs) ProtoMessage() + func (m *ScopedRoutesConfigDump_DynamicScopedRouteConfigs) Validate() error + func (m *ScopedRoutesConfigDump_DynamicScopedRouteConfigs) ValidateAll() error + 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_DynamicScopedRouteConfigsMultiError []error + func (m ScopedRoutesConfigDump_DynamicScopedRouteConfigsMultiError) AllErrors() []error + func (m ScopedRoutesConfigDump_DynamicScopedRouteConfigsMultiError) Error() string + type ScopedRoutesConfigDump_DynamicScopedRouteConfigsValidationError struct + func (e ScopedRoutesConfigDump_DynamicScopedRouteConfigsValidationError) Cause() error + func (e ScopedRoutesConfigDump_DynamicScopedRouteConfigsValidationError) Error() string + func (e ScopedRoutesConfigDump_DynamicScopedRouteConfigsValidationError) ErrorName() string + func (e ScopedRoutesConfigDump_DynamicScopedRouteConfigsValidationError) Field() string + func (e ScopedRoutesConfigDump_DynamicScopedRouteConfigsValidationError) Key() bool + func (e ScopedRoutesConfigDump_DynamicScopedRouteConfigsValidationError) Reason() string + type ScopedRoutesConfigDump_InlineScopedRouteConfigs struct + LastUpdated *timestamppb.Timestamp + Name string + ScopedRouteConfigs []*anypb.Any + func (*ScopedRoutesConfigDump_InlineScopedRouteConfigs) Descriptor() ([]byte, []int) + func (*ScopedRoutesConfigDump_InlineScopedRouteConfigs) ProtoMessage() + func (m *ScopedRoutesConfigDump_InlineScopedRouteConfigs) Validate() error + func (m *ScopedRoutesConfigDump_InlineScopedRouteConfigs) ValidateAll() error + 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 ScopedRoutesConfigDump_InlineScopedRouteConfigsMultiError []error + func (m ScopedRoutesConfigDump_InlineScopedRouteConfigsMultiError) AllErrors() []error + func (m ScopedRoutesConfigDump_InlineScopedRouteConfigsMultiError) Error() string + type ScopedRoutesConfigDump_InlineScopedRouteConfigsValidationError struct + func (e ScopedRoutesConfigDump_InlineScopedRouteConfigsValidationError) Cause() error + func (e ScopedRoutesConfigDump_InlineScopedRouteConfigsValidationError) Error() string + func (e ScopedRoutesConfigDump_InlineScopedRouteConfigsValidationError) ErrorName() string + func (e ScopedRoutesConfigDump_InlineScopedRouteConfigsValidationError) Field() string + func (e ScopedRoutesConfigDump_InlineScopedRouteConfigsValidationError) Key() bool + func (e ScopedRoutesConfigDump_InlineScopedRouteConfigsValidationError) Reason() string + type SecretsConfigDump struct + DynamicActiveSecrets []*SecretsConfigDump_DynamicSecret + DynamicWarmingSecrets []*SecretsConfigDump_DynamicSecret + StaticSecrets []*SecretsConfigDump_StaticSecret + func (*SecretsConfigDump) Descriptor() ([]byte, []int) + func (*SecretsConfigDump) ProtoMessage() + func (m *SecretsConfigDump) Validate() error + func (m *SecretsConfigDump) ValidateAll() error + 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 SecretsConfigDumpMultiError []error + func (m SecretsConfigDumpMultiError) AllErrors() []error + func (m SecretsConfigDumpMultiError) Error() string + type SecretsConfigDumpValidationError struct + func (e SecretsConfigDumpValidationError) Cause() error + func (e SecretsConfigDumpValidationError) Error() string + func (e SecretsConfigDumpValidationError) ErrorName() string + func (e SecretsConfigDumpValidationError) Field() string + func (e SecretsConfigDumpValidationError) Key() bool + func (e SecretsConfigDumpValidationError) Reason() string + type SecretsConfigDump_DynamicSecret struct + LastUpdated *timestamppb.Timestamp + Name string + Secret *anypb.Any + VersionInfo string + func (*SecretsConfigDump_DynamicSecret) Descriptor() ([]byte, []int) + func (*SecretsConfigDump_DynamicSecret) ProtoMessage() + func (m *SecretsConfigDump_DynamicSecret) Validate() error + func (m *SecretsConfigDump_DynamicSecret) ValidateAll() error + 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_DynamicSecretMultiError []error + func (m SecretsConfigDump_DynamicSecretMultiError) AllErrors() []error + func (m SecretsConfigDump_DynamicSecretMultiError) Error() string + type SecretsConfigDump_DynamicSecretValidationError struct + func (e SecretsConfigDump_DynamicSecretValidationError) Cause() error + func (e SecretsConfigDump_DynamicSecretValidationError) Error() string + func (e SecretsConfigDump_DynamicSecretValidationError) ErrorName() string + func (e SecretsConfigDump_DynamicSecretValidationError) Field() string + func (e SecretsConfigDump_DynamicSecretValidationError) Key() bool + func (e SecretsConfigDump_DynamicSecretValidationError) Reason() string + type SecretsConfigDump_StaticSecret struct + LastUpdated *timestamppb.Timestamp + Name string + Secret *anypb.Any + func (*SecretsConfigDump_StaticSecret) Descriptor() ([]byte, []int) + func (*SecretsConfigDump_StaticSecret) ProtoMessage() + func (m *SecretsConfigDump_StaticSecret) Validate() error + func (m *SecretsConfigDump_StaticSecret) ValidateAll() error + 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 SecretsConfigDump_StaticSecretMultiError []error + func (m SecretsConfigDump_StaticSecretMultiError) AllErrors() []error + func (m SecretsConfigDump_StaticSecretMultiError) Error() string + type SecretsConfigDump_StaticSecretValidationError struct + func (e SecretsConfigDump_StaticSecretValidationError) Cause() error + func (e SecretsConfigDump_StaticSecretValidationError) Error() string + func (e SecretsConfigDump_StaticSecretValidationError) ErrorName() string + func (e SecretsConfigDump_StaticSecretValidationError) Field() string + func (e SecretsConfigDump_StaticSecretValidationError) Key() bool + func (e SecretsConfigDump_StaticSecretValidationError) Reason() string + type ServerInfo struct + CommandLineOptions *CommandLineOptions + HotRestartVersion string + State ServerInfo_State + UptimeAllEpochs *durationpb.Duration + UptimeCurrentEpoch *durationpb.Duration + Version string + func (*ServerInfo) Descriptor() ([]byte, []int) + func (*ServerInfo) ProtoMessage() + func (m *ServerInfo) Validate() error + func (m *ServerInfo) ValidateAll() error + func (x *ServerInfo) GetCommandLineOptions() *CommandLineOptions + func (x *ServerInfo) GetHotRestartVersion() string + 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 ServerInfoMultiError []error + func (m ServerInfoMultiError) AllErrors() []error + func (m ServerInfoMultiError) Error() string + type ServerInfoValidationError struct + func (e ServerInfoValidationError) Cause() error + func (e ServerInfoValidationError) Error() string + func (e ServerInfoValidationError) ErrorName() string + func (e ServerInfoValidationError) Field() string + func (e ServerInfoValidationError) Key() bool + func (e ServerInfoValidationError) Reason() 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 (m *SimpleMetric) Validate() error + func (m *SimpleMetric) ValidateAll() error + 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 SimpleMetricMultiError []error + func (m SimpleMetricMultiError) AllErrors() []error + func (m SimpleMetricMultiError) Error() string + type SimpleMetricValidationError struct + func (e SimpleMetricValidationError) Cause() error + func (e SimpleMetricValidationError) Error() string + func (e SimpleMetricValidationError) ErrorName() string + func (e SimpleMetricValidationError) Field() string + func (e SimpleMetricValidationError) Key() bool + func (e SimpleMetricValidationError) Reason() 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 (m *SubjectAlternateName) Validate() error + func (m *SubjectAlternateName) ValidateAll() error + 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 SubjectAlternateNameMultiError []error + func (m SubjectAlternateNameMultiError) AllErrors() []error + func (m SubjectAlternateNameMultiError) Error() string + type SubjectAlternateNameValidationError struct + func (e SubjectAlternateNameValidationError) Cause() error + func (e SubjectAlternateNameValidationError) Error() string + func (e SubjectAlternateNameValidationError) ErrorName() string + func (e SubjectAlternateNameValidationError) Field() string + func (e SubjectAlternateNameValidationError) Key() bool + func (e SubjectAlternateNameValidationError) Reason() 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 *v2alpha.TapConfig + func (*TapRequest) Descriptor() ([]byte, []int) + func (*TapRequest) ProtoMessage() + func (m *TapRequest) Validate() error + func (m *TapRequest) ValidateAll() error + func (x *TapRequest) GetConfigId() string + func (x *TapRequest) GetTapConfig() *v2alpha.TapConfig + func (x *TapRequest) ProtoReflect() protoreflect.Message + func (x *TapRequest) Reset() + func (x *TapRequest) String() string + type TapRequestMultiError []error + func (m TapRequestMultiError) AllErrors() []error + func (m TapRequestMultiError) Error() string + type TapRequestValidationError struct + func (e TapRequestValidationError) Cause() error + func (e TapRequestValidationError) Error() string + func (e TapRequestValidationError) ErrorName() string + func (e TapRequestValidationError) Field() string + func (e TapRequestValidationError) Key() bool + func (e TapRequestValidationError) Reason() string + type UpdateFailureState struct + Details string + FailedConfiguration *anypb.Any + LastUpdateAttempt *timestamppb.Timestamp + func (*UpdateFailureState) Descriptor() ([]byte, []int) + func (*UpdateFailureState) ProtoMessage() + func (m *UpdateFailureState) Validate() error + func (m *UpdateFailureState) ValidateAll() error + func (x *UpdateFailureState) GetDetails() string + func (x *UpdateFailureState) GetFailedConfiguration() *anypb.Any + func (x *UpdateFailureState) GetLastUpdateAttempt() *timestamppb.Timestamp + func (x *UpdateFailureState) ProtoReflect() protoreflect.Message + func (x *UpdateFailureState) Reset() + func (x *UpdateFailureState) String() string + type UpdateFailureStateMultiError []error + func (m UpdateFailureStateMultiError) AllErrors() []error + func (m UpdateFailureStateMultiError) Error() string + type UpdateFailureStateValidationError struct + func (e UpdateFailureStateValidationError) Cause() error + func (e UpdateFailureStateValidationError) Error() string + func (e UpdateFailureStateValidationError) ErrorName() string + func (e UpdateFailureStateValidationError) Field() string + func (e UpdateFailureStateValidationError) Key() bool + func (e UpdateFailureStateValidationError) Reason() string Other modules containing this package github.com/envoyproxy/go-control-plane