Versions in this module Expand all Collapse all v0 v0.6.1 Oct 15, 2018 Changes in this version + var ErrIntOverflowCerts = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthCerts = fmt.Errorf("proto: negative length found during unmarshaling") + type Certificate struct + CaCert []*CertificateDetails + CertChain []*CertificateDetails + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Certificate) Descriptor() ([]byte, []int) + func (*Certificate) ProtoMessage() + func (dst *Certificate) XXX_Merge(src proto.Message) + func (m *Certificate) GetCaCert() []*CertificateDetails + func (m *Certificate) GetCertChain() []*CertificateDetails + func (m *Certificate) Marshal() (dAtA []byte, err error) + func (m *Certificate) MarshalTo(dAtA []byte) (int, error) + func (m *Certificate) Reset() + func (m *Certificate) Size() (n int) + func (m *Certificate) String() string + func (m *Certificate) Unmarshal(dAtA []byte) error + func (m *Certificate) Validate() error + func (m *Certificate) XXX_DiscardUnknown() + func (m *Certificate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Certificate) XXX_Size() int + func (m *Certificate) XXX_Unmarshal(b []byte) error + type CertificateDetails struct + DaysUntilExpiration uint64 + Path string + SerialNumber string + SubjectAltNames []*SubjectAlternateName + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CertificateDetails) Descriptor() ([]byte, []int) + func (*CertificateDetails) ProtoMessage() + func (dst *CertificateDetails) XXX_Merge(src proto.Message) + func (m *CertificateDetails) GetDaysUntilExpiration() uint64 + func (m *CertificateDetails) GetPath() string + func (m *CertificateDetails) GetSerialNumber() string + func (m *CertificateDetails) GetSubjectAltNames() []*SubjectAlternateName + func (m *CertificateDetails) Marshal() (dAtA []byte, err error) + func (m *CertificateDetails) MarshalTo(dAtA []byte) (int, error) + func (m *CertificateDetails) Reset() + func (m *CertificateDetails) Size() (n int) + func (m *CertificateDetails) String() string + func (m *CertificateDetails) Unmarshal(dAtA []byte) error + func (m *CertificateDetails) Validate() error + func (m *CertificateDetails) XXX_DiscardUnknown() + func (m *CertificateDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CertificateDetails) XXX_Size() int + func (m *CertificateDetails) XXX_Unmarshal(b []byte) error + type CertificateDetailsValidationError struct + Cause error + Field string + Key bool + Reason string + func (e CertificateDetailsValidationError) Error() string + type CertificateValidationError struct + Cause error + Field string + Key bool + Reason string + func (e CertificateValidationError) Error() string + type Certificates struct + Certificates []*Certificate + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Certificates) Descriptor() ([]byte, []int) + func (*Certificates) ProtoMessage() + func (dst *Certificates) XXX_Merge(src proto.Message) + func (m *Certificates) GetCertificates() []*Certificate + func (m *Certificates) Marshal() (dAtA []byte, err error) + func (m *Certificates) MarshalTo(dAtA []byte) (int, error) + func (m *Certificates) Reset() + func (m *Certificates) Size() (n int) + func (m *Certificates) String() string + func (m *Certificates) Unmarshal(dAtA []byte) error + func (m *Certificates) Validate() error + func (m *Certificates) XXX_DiscardUnknown() + func (m *Certificates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Certificates) XXX_Size() int + func (m *Certificates) XXX_Unmarshal(b []byte) error + type CertificatesValidationError struct + Cause error + Field string + Key bool + Reason string + func (e CertificatesValidationError) Error() string + type SubjectAlternateName struct + Name isSubjectAlternateName_Name + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SubjectAlternateName) Descriptor() ([]byte, []int) + func (*SubjectAlternateName) ProtoMessage() + func (*SubjectAlternateName) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *SubjectAlternateName) XXX_Merge(src proto.Message) + func (m *SubjectAlternateName) GetDns() string + func (m *SubjectAlternateName) GetName() isSubjectAlternateName_Name + func (m *SubjectAlternateName) GetUri() string + func (m *SubjectAlternateName) Marshal() (dAtA []byte, err error) + func (m *SubjectAlternateName) MarshalTo(dAtA []byte) (int, error) + func (m *SubjectAlternateName) Reset() + func (m *SubjectAlternateName) Size() (n int) + func (m *SubjectAlternateName) String() string + func (m *SubjectAlternateName) Unmarshal(dAtA []byte) error + func (m *SubjectAlternateName) Validate() error + func (m *SubjectAlternateName) XXX_DiscardUnknown() + func (m *SubjectAlternateName) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SubjectAlternateName) XXX_Size() int + func (m *SubjectAlternateName) XXX_Unmarshal(b []byte) error + type SubjectAlternateNameValidationError struct + Cause error + Field string + Key bool + Reason string + func (e SubjectAlternateNameValidationError) Error() string + type SubjectAlternateName_Dns struct + Dns string + func (m *SubjectAlternateName_Dns) MarshalTo(dAtA []byte) (int, error) + func (m *SubjectAlternateName_Dns) Size() (n int) + type SubjectAlternateName_Uri struct + Uri string + func (m *SubjectAlternateName_Uri) MarshalTo(dAtA []byte) (int, error) + func (m *SubjectAlternateName_Uri) Size() (n int) v0.6.0 Sep 25, 2018 Changes in this version + var ErrIntOverflowMemory = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthMemory = fmt.Errorf("proto: negative length found during unmarshaling") + type Memory struct + Allocated uint64 + HeapSize uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Memory) Descriptor() ([]byte, []int) + func (*Memory) ProtoMessage() + func (dst *Memory) XXX_Merge(src proto.Message) + func (m *Memory) GetAllocated() uint64 + func (m *Memory) GetHeapSize() uint64 + func (m *Memory) Marshal() (dAtA []byte, err error) + func (m *Memory) MarshalTo(dAtA []byte) (int, error) + func (m *Memory) Reset() + func (m *Memory) Size() (n int) + func (m *Memory) String() string + func (m *Memory) Unmarshal(dAtA []byte) error + func (m *Memory) Validate() error + func (m *Memory) XXX_DiscardUnknown() + func (m *Memory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Memory) XXX_Size() int + func (m *Memory) XXX_Unmarshal(b []byte) error + type MemoryValidationError struct + Cause error + Field string + Key bool + Reason string + func (e MemoryValidationError) Error() string type SimpleMetric + Name string + func (m *SimpleMetric) GetName() string v0.5.0 Aug 14, 2018 Changes in this version + var ErrIntOverflowClusters = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowConfigDump = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowMetrics = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthClusters = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthConfigDump = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthMetrics = fmt.Errorf("proto: negative length found during unmarshaling") + var SimpleMetric_Type_name = map[int32]string + var SimpleMetric_Type_value = map[string]int32 + type BootstrapConfigDump struct + Bootstrap v2.Bootstrap + LastUpdated *types.Timestamp + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BootstrapConfigDump) Descriptor() ([]byte, []int) + func (*BootstrapConfigDump) ProtoMessage() + func (dst *BootstrapConfigDump) XXX_Merge(src proto.Message) + func (m *BootstrapConfigDump) GetBootstrap() v2.Bootstrap + func (m *BootstrapConfigDump) GetLastUpdated() *types.Timestamp + func (m *BootstrapConfigDump) Marshal() (dAtA []byte, err error) + func (m *BootstrapConfigDump) MarshalTo(dAtA []byte) (int, error) + func (m *BootstrapConfigDump) Reset() + func (m *BootstrapConfigDump) Size() (n int) + func (m *BootstrapConfigDump) String() string + func (m *BootstrapConfigDump) Unmarshal(dAtA []byte) error + func (m *BootstrapConfigDump) Validate() error + func (m *BootstrapConfigDump) XXX_DiscardUnknown() + func (m *BootstrapConfigDump) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BootstrapConfigDump) XXX_Size() int + func (m *BootstrapConfigDump) XXX_Unmarshal(b []byte) error + type BootstrapConfigDumpValidationError struct + Cause error + Field string + Key bool + Reason string + func (e BootstrapConfigDumpValidationError) Error() string + type ClusterStatus struct + AddedViaApi bool + HostStatuses []*HostStatus + Name string + SuccessRateEjectionThreshold *_type.Percent + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ClusterStatus) Descriptor() ([]byte, []int) + func (*ClusterStatus) ProtoMessage() + func (dst *ClusterStatus) XXX_Merge(src proto.Message) + func (m *ClusterStatus) GetAddedViaApi() bool + func (m *ClusterStatus) GetHostStatuses() []*HostStatus + func (m *ClusterStatus) GetName() string + func (m *ClusterStatus) GetSuccessRateEjectionThreshold() *_type.Percent + func (m *ClusterStatus) Marshal() (dAtA []byte, err error) + func (m *ClusterStatus) MarshalTo(dAtA []byte) (int, error) + func (m *ClusterStatus) Reset() + func (m *ClusterStatus) Size() (n int) + func (m *ClusterStatus) String() string + func (m *ClusterStatus) Unmarshal(dAtA []byte) error + func (m *ClusterStatus) Validate() error + func (m *ClusterStatus) XXX_DiscardUnknown() + func (m *ClusterStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ClusterStatus) XXX_Size() int + func (m *ClusterStatus) XXX_Unmarshal(b []byte) error + type ClusterStatusValidationError struct + Cause error + Field string + Key bool + Reason string + func (e ClusterStatusValidationError) Error() string + type Clusters struct + ClusterStatuses []*ClusterStatus + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Clusters) Descriptor() ([]byte, []int) + func (*Clusters) ProtoMessage() + func (dst *Clusters) XXX_Merge(src proto.Message) + func (m *Clusters) GetClusterStatuses() []*ClusterStatus + func (m *Clusters) Marshal() (dAtA []byte, err error) + func (m *Clusters) MarshalTo(dAtA []byte) (int, error) + func (m *Clusters) Reset() + func (m *Clusters) Size() (n int) + func (m *Clusters) String() string + func (m *Clusters) Unmarshal(dAtA []byte) error + func (m *Clusters) Validate() error + func (m *Clusters) XXX_DiscardUnknown() + func (m *Clusters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Clusters) XXX_Size() int + func (m *Clusters) XXX_Unmarshal(b []byte) error + type ClustersConfigDump struct + DynamicActiveClusters []ClustersConfigDump_DynamicCluster + DynamicWarmingClusters []ClustersConfigDump_DynamicCluster + StaticClusters []ClustersConfigDump_StaticCluster + VersionInfo string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ClustersConfigDump) Descriptor() ([]byte, []int) + func (*ClustersConfigDump) ProtoMessage() + func (dst *ClustersConfigDump) XXX_Merge(src proto.Message) + func (m *ClustersConfigDump) GetDynamicActiveClusters() []ClustersConfigDump_DynamicCluster + func (m *ClustersConfigDump) GetDynamicWarmingClusters() []ClustersConfigDump_DynamicCluster + func (m *ClustersConfigDump) GetStaticClusters() []ClustersConfigDump_StaticCluster + func (m *ClustersConfigDump) GetVersionInfo() string + func (m *ClustersConfigDump) Marshal() (dAtA []byte, err error) + func (m *ClustersConfigDump) MarshalTo(dAtA []byte) (int, error) + func (m *ClustersConfigDump) Reset() + func (m *ClustersConfigDump) Size() (n int) + func (m *ClustersConfigDump) String() string + func (m *ClustersConfigDump) Unmarshal(dAtA []byte) error + func (m *ClustersConfigDump) Validate() error + func (m *ClustersConfigDump) XXX_DiscardUnknown() + func (m *ClustersConfigDump) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ClustersConfigDump) XXX_Size() int + func (m *ClustersConfigDump) XXX_Unmarshal(b []byte) error + type ClustersConfigDumpValidationError struct + Cause error + Field string + Key bool + Reason string + func (e ClustersConfigDumpValidationError) Error() string + type ClustersConfigDump_DynamicCluster struct + Cluster *v21.Cluster + LastUpdated *types.Timestamp + VersionInfo string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ClustersConfigDump_DynamicCluster) Descriptor() ([]byte, []int) + func (*ClustersConfigDump_DynamicCluster) ProtoMessage() + func (dst *ClustersConfigDump_DynamicCluster) XXX_Merge(src proto.Message) + func (m *ClustersConfigDump_DynamicCluster) GetCluster() *v21.Cluster + func (m *ClustersConfigDump_DynamicCluster) GetLastUpdated() *types.Timestamp + func (m *ClustersConfigDump_DynamicCluster) GetVersionInfo() string + func (m *ClustersConfigDump_DynamicCluster) Marshal() (dAtA []byte, err error) + func (m *ClustersConfigDump_DynamicCluster) MarshalTo(dAtA []byte) (int, error) + func (m *ClustersConfigDump_DynamicCluster) Reset() + func (m *ClustersConfigDump_DynamicCluster) Size() (n int) + func (m *ClustersConfigDump_DynamicCluster) String() string + func (m *ClustersConfigDump_DynamicCluster) Unmarshal(dAtA []byte) error + func (m *ClustersConfigDump_DynamicCluster) Validate() error + func (m *ClustersConfigDump_DynamicCluster) XXX_DiscardUnknown() + func (m *ClustersConfigDump_DynamicCluster) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ClustersConfigDump_DynamicCluster) XXX_Size() int + func (m *ClustersConfigDump_DynamicCluster) XXX_Unmarshal(b []byte) error + type ClustersConfigDump_DynamicClusterValidationError struct + Cause error + Field string + Key bool + Reason string + func (e ClustersConfigDump_DynamicClusterValidationError) Error() string + type ClustersConfigDump_StaticCluster struct + Cluster *v21.Cluster + LastUpdated *types.Timestamp + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ClustersConfigDump_StaticCluster) Descriptor() ([]byte, []int) + func (*ClustersConfigDump_StaticCluster) ProtoMessage() + func (dst *ClustersConfigDump_StaticCluster) XXX_Merge(src proto.Message) + func (m *ClustersConfigDump_StaticCluster) GetCluster() *v21.Cluster + func (m *ClustersConfigDump_StaticCluster) GetLastUpdated() *types.Timestamp + func (m *ClustersConfigDump_StaticCluster) Marshal() (dAtA []byte, err error) + func (m *ClustersConfigDump_StaticCluster) MarshalTo(dAtA []byte) (int, error) + func (m *ClustersConfigDump_StaticCluster) Reset() + func (m *ClustersConfigDump_StaticCluster) Size() (n int) + func (m *ClustersConfigDump_StaticCluster) String() string + func (m *ClustersConfigDump_StaticCluster) Unmarshal(dAtA []byte) error + func (m *ClustersConfigDump_StaticCluster) Validate() error + func (m *ClustersConfigDump_StaticCluster) XXX_DiscardUnknown() + func (m *ClustersConfigDump_StaticCluster) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ClustersConfigDump_StaticCluster) XXX_Size() int + func (m *ClustersConfigDump_StaticCluster) XXX_Unmarshal(b []byte) error + type ClustersConfigDump_StaticClusterValidationError struct + Cause error + Field string + Key bool + Reason string + func (e ClustersConfigDump_StaticClusterValidationError) Error() string + type ClustersValidationError struct + Cause error + Field string + Key bool + Reason string + func (e ClustersValidationError) Error() string + type ConfigDump struct + Configs map[string]types.Any + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ConfigDump) Descriptor() ([]byte, []int) + func (*ConfigDump) ProtoMessage() + func (dst *ConfigDump) XXX_Merge(src proto.Message) + func (m *ConfigDump) GetConfigs() map[string]types.Any + func (m *ConfigDump) Marshal() (dAtA []byte, err error) + func (m *ConfigDump) MarshalTo(dAtA []byte) (int, error) + func (m *ConfigDump) Reset() + func (m *ConfigDump) Size() (n int) + func (m *ConfigDump) String() string + func (m *ConfigDump) Unmarshal(dAtA []byte) error + func (m *ConfigDump) Validate() error + func (m *ConfigDump) XXX_DiscardUnknown() + func (m *ConfigDump) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ConfigDump) XXX_Size() int + func (m *ConfigDump) XXX_Unmarshal(b []byte) error + type ConfigDumpValidationError struct + Cause error + Field string + Key bool + Reason string + func (e ConfigDumpValidationError) Error() string + type HostHealthStatus struct + EdsHealthStatus core.HealthStatus + FailedActiveHealthCheck bool + FailedOutlierCheck bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HostHealthStatus) Descriptor() ([]byte, []int) + func (*HostHealthStatus) ProtoMessage() + func (dst *HostHealthStatus) XXX_Merge(src proto.Message) + func (m *HostHealthStatus) GetEdsHealthStatus() core.HealthStatus + func (m *HostHealthStatus) GetFailedActiveHealthCheck() bool + func (m *HostHealthStatus) GetFailedOutlierCheck() bool + func (m *HostHealthStatus) Marshal() (dAtA []byte, err error) + func (m *HostHealthStatus) MarshalTo(dAtA []byte) (int, error) + func (m *HostHealthStatus) Reset() + func (m *HostHealthStatus) Size() (n int) + func (m *HostHealthStatus) String() string + func (m *HostHealthStatus) Unmarshal(dAtA []byte) error + func (m *HostHealthStatus) Validate() error + func (m *HostHealthStatus) XXX_DiscardUnknown() + func (m *HostHealthStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HostHealthStatus) XXX_Size() int + func (m *HostHealthStatus) XXX_Unmarshal(b []byte) error + type HostHealthStatusValidationError struct + Cause error + Field string + Key bool + Reason string + func (e HostHealthStatusValidationError) Error() string + type HostStatus struct + Address *core.Address + HealthStatus *HostHealthStatus + Stats map[string]*SimpleMetric + SuccessRate *_type.Percent + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HostStatus) Descriptor() ([]byte, []int) + func (*HostStatus) ProtoMessage() + func (dst *HostStatus) XXX_Merge(src proto.Message) + func (m *HostStatus) GetAddress() *core.Address + func (m *HostStatus) GetHealthStatus() *HostHealthStatus + func (m *HostStatus) GetStats() map[string]*SimpleMetric + func (m *HostStatus) GetSuccessRate() *_type.Percent + func (m *HostStatus) Marshal() (dAtA []byte, err error) + func (m *HostStatus) MarshalTo(dAtA []byte) (int, error) + func (m *HostStatus) Reset() + func (m *HostStatus) Size() (n int) + func (m *HostStatus) String() string + func (m *HostStatus) Unmarshal(dAtA []byte) error + func (m *HostStatus) Validate() error + func (m *HostStatus) XXX_DiscardUnknown() + func (m *HostStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HostStatus) XXX_Size() int + func (m *HostStatus) XXX_Unmarshal(b []byte) error + type HostStatusValidationError struct + Cause error + Field string + Key bool + Reason string + func (e HostStatusValidationError) Error() string + type ListenersConfigDump struct + DynamicActiveListeners []ListenersConfigDump_DynamicListener + DynamicDrainingListeners []ListenersConfigDump_DynamicListener + DynamicWarmingListeners []ListenersConfigDump_DynamicListener + StaticListeners []ListenersConfigDump_StaticListener + VersionInfo string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ListenersConfigDump) Descriptor() ([]byte, []int) + func (*ListenersConfigDump) ProtoMessage() + func (dst *ListenersConfigDump) XXX_Merge(src proto.Message) + func (m *ListenersConfigDump) GetDynamicActiveListeners() []ListenersConfigDump_DynamicListener + func (m *ListenersConfigDump) GetDynamicDrainingListeners() []ListenersConfigDump_DynamicListener + func (m *ListenersConfigDump) GetDynamicWarmingListeners() []ListenersConfigDump_DynamicListener + func (m *ListenersConfigDump) GetStaticListeners() []ListenersConfigDump_StaticListener + func (m *ListenersConfigDump) GetVersionInfo() string + func (m *ListenersConfigDump) Marshal() (dAtA []byte, err error) + func (m *ListenersConfigDump) MarshalTo(dAtA []byte) (int, error) + func (m *ListenersConfigDump) Reset() + func (m *ListenersConfigDump) Size() (n int) + func (m *ListenersConfigDump) String() string + func (m *ListenersConfigDump) Unmarshal(dAtA []byte) error + func (m *ListenersConfigDump) Validate() error + func (m *ListenersConfigDump) XXX_DiscardUnknown() + func (m *ListenersConfigDump) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListenersConfigDump) XXX_Size() int + func (m *ListenersConfigDump) XXX_Unmarshal(b []byte) error + type ListenersConfigDumpValidationError struct + Cause error + Field string + Key bool + Reason string + func (e ListenersConfigDumpValidationError) Error() string + type ListenersConfigDump_DynamicListener struct + LastUpdated *types.Timestamp + Listener *v21.Listener + VersionInfo string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ListenersConfigDump_DynamicListener) Descriptor() ([]byte, []int) + func (*ListenersConfigDump_DynamicListener) ProtoMessage() + func (dst *ListenersConfigDump_DynamicListener) XXX_Merge(src proto.Message) + func (m *ListenersConfigDump_DynamicListener) GetLastUpdated() *types.Timestamp + func (m *ListenersConfigDump_DynamicListener) GetListener() *v21.Listener + func (m *ListenersConfigDump_DynamicListener) GetVersionInfo() string + func (m *ListenersConfigDump_DynamicListener) Marshal() (dAtA []byte, err error) + func (m *ListenersConfigDump_DynamicListener) MarshalTo(dAtA []byte) (int, error) + func (m *ListenersConfigDump_DynamicListener) Reset() + func (m *ListenersConfigDump_DynamicListener) Size() (n int) + func (m *ListenersConfigDump_DynamicListener) String() string + func (m *ListenersConfigDump_DynamicListener) Unmarshal(dAtA []byte) error + func (m *ListenersConfigDump_DynamicListener) Validate() error + func (m *ListenersConfigDump_DynamicListener) XXX_DiscardUnknown() + func (m *ListenersConfigDump_DynamicListener) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListenersConfigDump_DynamicListener) XXX_Size() int + func (m *ListenersConfigDump_DynamicListener) XXX_Unmarshal(b []byte) error + type ListenersConfigDump_DynamicListenerValidationError struct + Cause error + Field string + Key bool + Reason string + func (e ListenersConfigDump_DynamicListenerValidationError) Error() string + type ListenersConfigDump_StaticListener struct + LastUpdated *types.Timestamp + Listener *v21.Listener + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ListenersConfigDump_StaticListener) Descriptor() ([]byte, []int) + func (*ListenersConfigDump_StaticListener) ProtoMessage() + func (dst *ListenersConfigDump_StaticListener) XXX_Merge(src proto.Message) + func (m *ListenersConfigDump_StaticListener) GetLastUpdated() *types.Timestamp + func (m *ListenersConfigDump_StaticListener) GetListener() *v21.Listener + func (m *ListenersConfigDump_StaticListener) Marshal() (dAtA []byte, err error) + func (m *ListenersConfigDump_StaticListener) MarshalTo(dAtA []byte) (int, error) + func (m *ListenersConfigDump_StaticListener) Reset() + func (m *ListenersConfigDump_StaticListener) Size() (n int) + func (m *ListenersConfigDump_StaticListener) String() string + func (m *ListenersConfigDump_StaticListener) Unmarshal(dAtA []byte) error + func (m *ListenersConfigDump_StaticListener) Validate() error + func (m *ListenersConfigDump_StaticListener) XXX_DiscardUnknown() + func (m *ListenersConfigDump_StaticListener) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListenersConfigDump_StaticListener) XXX_Size() int + func (m *ListenersConfigDump_StaticListener) XXX_Unmarshal(b []byte) error + type ListenersConfigDump_StaticListenerValidationError struct + Cause error + Field string + Key bool + Reason string + func (e ListenersConfigDump_StaticListenerValidationError) Error() string + type RoutesConfigDump struct + DynamicRouteConfigs []RoutesConfigDump_DynamicRouteConfig + StaticRouteConfigs []RoutesConfigDump_StaticRouteConfig + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*RoutesConfigDump) Descriptor() ([]byte, []int) + func (*RoutesConfigDump) ProtoMessage() + func (dst *RoutesConfigDump) XXX_Merge(src proto.Message) + func (m *RoutesConfigDump) GetDynamicRouteConfigs() []RoutesConfigDump_DynamicRouteConfig + func (m *RoutesConfigDump) GetStaticRouteConfigs() []RoutesConfigDump_StaticRouteConfig + func (m *RoutesConfigDump) Marshal() (dAtA []byte, err error) + func (m *RoutesConfigDump) MarshalTo(dAtA []byte) (int, error) + func (m *RoutesConfigDump) Reset() + func (m *RoutesConfigDump) Size() (n int) + func (m *RoutesConfigDump) String() string + func (m *RoutesConfigDump) Unmarshal(dAtA []byte) error + func (m *RoutesConfigDump) Validate() error + func (m *RoutesConfigDump) XXX_DiscardUnknown() + func (m *RoutesConfigDump) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RoutesConfigDump) XXX_Size() int + func (m *RoutesConfigDump) XXX_Unmarshal(b []byte) error + type RoutesConfigDumpValidationError struct + Cause error + Field string + Key bool + Reason string + func (e RoutesConfigDumpValidationError) Error() string + type RoutesConfigDump_DynamicRouteConfig struct + LastUpdated *types.Timestamp + RouteConfig *v21.RouteConfiguration + VersionInfo string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*RoutesConfigDump_DynamicRouteConfig) Descriptor() ([]byte, []int) + func (*RoutesConfigDump_DynamicRouteConfig) ProtoMessage() + func (dst *RoutesConfigDump_DynamicRouteConfig) XXX_Merge(src proto.Message) + func (m *RoutesConfigDump_DynamicRouteConfig) GetLastUpdated() *types.Timestamp + func (m *RoutesConfigDump_DynamicRouteConfig) GetRouteConfig() *v21.RouteConfiguration + func (m *RoutesConfigDump_DynamicRouteConfig) GetVersionInfo() string + func (m *RoutesConfigDump_DynamicRouteConfig) Marshal() (dAtA []byte, err error) + func (m *RoutesConfigDump_DynamicRouteConfig) MarshalTo(dAtA []byte) (int, error) + func (m *RoutesConfigDump_DynamicRouteConfig) Reset() + func (m *RoutesConfigDump_DynamicRouteConfig) Size() (n int) + func (m *RoutesConfigDump_DynamicRouteConfig) String() string + func (m *RoutesConfigDump_DynamicRouteConfig) Unmarshal(dAtA []byte) error + func (m *RoutesConfigDump_DynamicRouteConfig) Validate() error + func (m *RoutesConfigDump_DynamicRouteConfig) XXX_DiscardUnknown() + func (m *RoutesConfigDump_DynamicRouteConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RoutesConfigDump_DynamicRouteConfig) XXX_Size() int + func (m *RoutesConfigDump_DynamicRouteConfig) XXX_Unmarshal(b []byte) error + type RoutesConfigDump_DynamicRouteConfigValidationError struct + Cause error + Field string + Key bool + Reason string + func (e RoutesConfigDump_DynamicRouteConfigValidationError) Error() string + type RoutesConfigDump_StaticRouteConfig struct + LastUpdated *types.Timestamp + RouteConfig *v21.RouteConfiguration + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*RoutesConfigDump_StaticRouteConfig) Descriptor() ([]byte, []int) + func (*RoutesConfigDump_StaticRouteConfig) ProtoMessage() + func (dst *RoutesConfigDump_StaticRouteConfig) XXX_Merge(src proto.Message) + func (m *RoutesConfigDump_StaticRouteConfig) GetLastUpdated() *types.Timestamp + func (m *RoutesConfigDump_StaticRouteConfig) GetRouteConfig() *v21.RouteConfiguration + func (m *RoutesConfigDump_StaticRouteConfig) Marshal() (dAtA []byte, err error) + func (m *RoutesConfigDump_StaticRouteConfig) MarshalTo(dAtA []byte) (int, error) + func (m *RoutesConfigDump_StaticRouteConfig) Reset() + func (m *RoutesConfigDump_StaticRouteConfig) Size() (n int) + func (m *RoutesConfigDump_StaticRouteConfig) String() string + func (m *RoutesConfigDump_StaticRouteConfig) Unmarshal(dAtA []byte) error + func (m *RoutesConfigDump_StaticRouteConfig) Validate() error + func (m *RoutesConfigDump_StaticRouteConfig) XXX_DiscardUnknown() + func (m *RoutesConfigDump_StaticRouteConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RoutesConfigDump_StaticRouteConfig) XXX_Size() int + func (m *RoutesConfigDump_StaticRouteConfig) XXX_Unmarshal(b []byte) error + type RoutesConfigDump_StaticRouteConfigValidationError struct + Cause error + Field string + Key bool + Reason string + func (e RoutesConfigDump_StaticRouteConfigValidationError) Error() string + type SimpleMetric struct + Type SimpleMetric_Type + Value uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SimpleMetric) Descriptor() ([]byte, []int) + func (*SimpleMetric) ProtoMessage() + func (dst *SimpleMetric) XXX_Merge(src proto.Message) + func (m *SimpleMetric) GetType() SimpleMetric_Type + func (m *SimpleMetric) GetValue() uint64 + func (m *SimpleMetric) Marshal() (dAtA []byte, err error) + func (m *SimpleMetric) MarshalTo(dAtA []byte) (int, error) + func (m *SimpleMetric) Reset() + func (m *SimpleMetric) Size() (n int) + func (m *SimpleMetric) String() string + func (m *SimpleMetric) Unmarshal(dAtA []byte) error + func (m *SimpleMetric) Validate() error + func (m *SimpleMetric) XXX_DiscardUnknown() + func (m *SimpleMetric) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SimpleMetric) XXX_Size() int + func (m *SimpleMetric) XXX_Unmarshal(b []byte) error + type SimpleMetricValidationError struct + Cause error + Field string + Key bool + Reason string + func (e SimpleMetricValidationError) Error() string + type SimpleMetric_Type int32 + const SimpleMetric_COUNTER + const SimpleMetric_GAUGE + func (SimpleMetric_Type) EnumDescriptor() ([]byte, []int) + func (x SimpleMetric_Type) String() string