blob: 412805d04d947d15481b76a70ec8fd3539483b01 [file] [log] [blame]
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
// protoc v3.20.0
// source: api/mesh/v1alpha1/mesh_insight.proto
package v1alpha1
import (
reflect "reflect"
sync "sync"
)
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
)
import (
_ "github.com/apache/dubbo-kubernetes/api/mesh"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
// MeshInsight defines the observed state of a Mesh.
type MeshInsight struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Dataplanes *MeshInsight_DataplaneStat `protobuf:"bytes,2,opt,name=dataplanes,proto3" json:"dataplanes,omitempty"`
Policies map[string]*MeshInsight_PolicyStat `protobuf:"bytes,3,rep,name=policies,proto3" json:"policies,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
DpVersions *MeshInsight_DpVersions `protobuf:"bytes,4,opt,name=dpVersions,proto3" json:"dpVersions,omitempty"`
// mTLS statistics
MTLS *MeshInsight_MTLS `protobuf:"bytes,5,opt,name=mTLS,proto3" json:"mTLS,omitempty"`
Services *MeshInsight_ServiceStat `protobuf:"bytes,6,opt,name=services,proto3" json:"services,omitempty"`
DataplanesByType *MeshInsight_DataplanesByType `protobuf:"bytes,7,opt,name=dataplanesByType,proto3" json:"dataplanesByType,omitempty"`
}
func (x *MeshInsight) Reset() {
*x = MeshInsight{}
if protoimpl.UnsafeEnabled {
mi := &file_api_mesh_v1alpha1_mesh_insight_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MeshInsight) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MeshInsight) ProtoMessage() {}
func (x *MeshInsight) ProtoReflect() protoreflect.Message {
mi := &file_api_mesh_v1alpha1_mesh_insight_proto_msgTypes[0]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use MeshInsight.ProtoReflect.Descriptor instead.
func (*MeshInsight) Descriptor() ([]byte, []int) {
return file_api_mesh_v1alpha1_mesh_insight_proto_rawDescGZIP(), []int{0}
}
func (x *MeshInsight) GetDataplanes() *MeshInsight_DataplaneStat {
if x != nil {
return x.Dataplanes
}
return nil
}
func (x *MeshInsight) GetPolicies() map[string]*MeshInsight_PolicyStat {
if x != nil {
return x.Policies
}
return nil
}
func (x *MeshInsight) GetDpVersions() *MeshInsight_DpVersions {
if x != nil {
return x.DpVersions
}
return nil
}
func (x *MeshInsight) GetMTLS() *MeshInsight_MTLS {
if x != nil {
return x.MTLS
}
return nil
}
func (x *MeshInsight) GetServices() *MeshInsight_ServiceStat {
if x != nil {
return x.Services
}
return nil
}
func (x *MeshInsight) GetDataplanesByType() *MeshInsight_DataplanesByType {
if x != nil {
return x.DataplanesByType
}
return nil
}
// DataplaneStat defines statistic specifically for Dataplane
type MeshInsight_DataplaneStat struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Total uint32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
Online uint32 `protobuf:"varint,2,opt,name=online,proto3" json:"online,omitempty"`
Offline uint32 `protobuf:"varint,3,opt,name=offline,proto3" json:"offline,omitempty"`
PartiallyDegraded uint32 `protobuf:"varint,4,opt,name=partially_degraded,json=partiallyDegraded,proto3" json:"partially_degraded,omitempty"`
}
func (x *MeshInsight_DataplaneStat) Reset() {
*x = MeshInsight_DataplaneStat{}
if protoimpl.UnsafeEnabled {
mi := &file_api_mesh_v1alpha1_mesh_insight_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MeshInsight_DataplaneStat) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MeshInsight_DataplaneStat) ProtoMessage() {}
func (x *MeshInsight_DataplaneStat) ProtoReflect() protoreflect.Message {
mi := &file_api_mesh_v1alpha1_mesh_insight_proto_msgTypes[1]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use MeshInsight_DataplaneStat.ProtoReflect.Descriptor instead.
func (*MeshInsight_DataplaneStat) Descriptor() ([]byte, []int) {
return file_api_mesh_v1alpha1_mesh_insight_proto_rawDescGZIP(), []int{0, 0}
}
func (x *MeshInsight_DataplaneStat) GetTotal() uint32 {
if x != nil {
return x.Total
}
return 0
}
func (x *MeshInsight_DataplaneStat) GetOnline() uint32 {
if x != nil {
return x.Online
}
return 0
}
func (x *MeshInsight_DataplaneStat) GetOffline() uint32 {
if x != nil {
return x.Offline
}
return 0
}
func (x *MeshInsight_DataplaneStat) GetPartiallyDegraded() uint32 {
if x != nil {
return x.PartiallyDegraded
}
return 0
}
// PolicyStat defines statistic for all policies in general
type MeshInsight_PolicyStat struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Total uint32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
}
func (x *MeshInsight_PolicyStat) Reset() {
*x = MeshInsight_PolicyStat{}
if protoimpl.UnsafeEnabled {
mi := &file_api_mesh_v1alpha1_mesh_insight_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MeshInsight_PolicyStat) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MeshInsight_PolicyStat) ProtoMessage() {}
func (x *MeshInsight_PolicyStat) ProtoReflect() protoreflect.Message {
mi := &file_api_mesh_v1alpha1_mesh_insight_proto_msgTypes[2]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use MeshInsight_PolicyStat.ProtoReflect.Descriptor instead.
func (*MeshInsight_PolicyStat) Descriptor() ([]byte, []int) {
return file_api_mesh_v1alpha1_mesh_insight_proto_rawDescGZIP(), []int{0, 1}
}
func (x *MeshInsight_PolicyStat) GetTotal() uint32 {
if x != nil {
return x.Total
}
return 0
}
// DpVersions defines statistics grouped by dataplane versions
type MeshInsight_DpVersions struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Dataplane stats grouped by DubboDP version
DubboDp map[string]*MeshInsight_DataplaneStat `protobuf:"bytes,1,rep,name=dubboDp,proto3" json:"dubboDp,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
// Dataplane stats grouped by Envoy version
Envoy map[string]*MeshInsight_DataplaneStat `protobuf:"bytes,2,rep,name=envoy,proto3" json:"envoy,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
}
func (x *MeshInsight_DpVersions) Reset() {
*x = MeshInsight_DpVersions{}
if protoimpl.UnsafeEnabled {
mi := &file_api_mesh_v1alpha1_mesh_insight_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MeshInsight_DpVersions) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MeshInsight_DpVersions) ProtoMessage() {}
func (x *MeshInsight_DpVersions) ProtoReflect() protoreflect.Message {
mi := &file_api_mesh_v1alpha1_mesh_insight_proto_msgTypes[4]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use MeshInsight_DpVersions.ProtoReflect.Descriptor instead.
func (*MeshInsight_DpVersions) Descriptor() ([]byte, []int) {
return file_api_mesh_v1alpha1_mesh_insight_proto_rawDescGZIP(), []int{0, 3}
}
func (x *MeshInsight_DpVersions) GetDubboDp() map[string]*MeshInsight_DataplaneStat {
if x != nil {
return x.DubboDp
}
return nil
}
func (x *MeshInsight_DpVersions) GetEnvoy() map[string]*MeshInsight_DataplaneStat {
if x != nil {
return x.Envoy
}
return nil
}
type MeshInsight_MTLS struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Dataplanes grouped by issued backends.
IssuedBackends map[string]*MeshInsight_DataplaneStat `protobuf:"bytes,1,rep,name=issuedBackends,proto3" json:"issuedBackends,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
// Dataplanes grouped by supported backends.
SupportedBackends map[string]*MeshInsight_DataplaneStat `protobuf:"bytes,2,rep,name=supportedBackends,proto3" json:"supportedBackends,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
}
func (x *MeshInsight_MTLS) Reset() {
*x = MeshInsight_MTLS{}
if protoimpl.UnsafeEnabled {
mi := &file_api_mesh_v1alpha1_mesh_insight_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MeshInsight_MTLS) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MeshInsight_MTLS) ProtoMessage() {}
func (x *MeshInsight_MTLS) ProtoReflect() protoreflect.Message {
mi := &file_api_mesh_v1alpha1_mesh_insight_proto_msgTypes[5]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use MeshInsight_MTLS.ProtoReflect.Descriptor instead.
func (*MeshInsight_MTLS) Descriptor() ([]byte, []int) {
return file_api_mesh_v1alpha1_mesh_insight_proto_rawDescGZIP(), []int{0, 4}
}
func (x *MeshInsight_MTLS) GetIssuedBackends() map[string]*MeshInsight_DataplaneStat {
if x != nil {
return x.IssuedBackends
}
return nil
}
func (x *MeshInsight_MTLS) GetSupportedBackends() map[string]*MeshInsight_DataplaneStat {
if x != nil {
return x.SupportedBackends
}
return nil
}
// ServiceStat defines statistics of mesh services
type MeshInsight_ServiceStat struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Total uint32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
Internal uint32 `protobuf:"varint,2,opt,name=internal,proto3" json:"internal,omitempty"`
External uint32 `protobuf:"varint,3,opt,name=external,proto3" json:"external,omitempty"`
}
func (x *MeshInsight_ServiceStat) Reset() {
*x = MeshInsight_ServiceStat{}
if protoimpl.UnsafeEnabled {
mi := &file_api_mesh_v1alpha1_mesh_insight_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MeshInsight_ServiceStat) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MeshInsight_ServiceStat) ProtoMessage() {}
func (x *MeshInsight_ServiceStat) ProtoReflect() protoreflect.Message {
mi := &file_api_mesh_v1alpha1_mesh_insight_proto_msgTypes[6]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use MeshInsight_ServiceStat.ProtoReflect.Descriptor instead.
func (*MeshInsight_ServiceStat) Descriptor() ([]byte, []int) {
return file_api_mesh_v1alpha1_mesh_insight_proto_rawDescGZIP(), []int{0, 5}
}
func (x *MeshInsight_ServiceStat) GetTotal() uint32 {
if x != nil {
return x.Total
}
return 0
}
func (x *MeshInsight_ServiceStat) GetInternal() uint32 {
if x != nil {
return x.Internal
}
return 0
}
func (x *MeshInsight_ServiceStat) GetExternal() uint32 {
if x != nil {
return x.External
}
return 0
}
// DataplanesByType defines statistics splitted by dataplane types
type MeshInsight_DataplanesByType struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Standard *MeshInsight_DataplaneStat `protobuf:"bytes,1,opt,name=standard,proto3" json:"standard,omitempty"`
}
func (x *MeshInsight_DataplanesByType) Reset() {
*x = MeshInsight_DataplanesByType{}
if protoimpl.UnsafeEnabled {
mi := &file_api_mesh_v1alpha1_mesh_insight_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MeshInsight_DataplanesByType) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MeshInsight_DataplanesByType) ProtoMessage() {}
func (x *MeshInsight_DataplanesByType) ProtoReflect() protoreflect.Message {
mi := &file_api_mesh_v1alpha1_mesh_insight_proto_msgTypes[7]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use MeshInsight_DataplanesByType.ProtoReflect.Descriptor instead.
func (*MeshInsight_DataplanesByType) Descriptor() ([]byte, []int) {
return file_api_mesh_v1alpha1_mesh_insight_proto_rawDescGZIP(), []int{0, 6}
}
func (x *MeshInsight_DataplanesByType) GetStandard() *MeshInsight_DataplaneStat {
if x != nil {
return x.Standard
}
return nil
}
var File_api_mesh_v1alpha1_mesh_insight_proto protoreflect.FileDescriptor
var file_api_mesh_v1alpha1_mesh_insight_proto_rawDesc = []byte{
0x0a, 0x24, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x65, 0x73, 0x68, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70,
0x68, 0x61, 0x31, 0x2f, 0x6d, 0x65, 0x73, 0x68, 0x5f, 0x69, 0x6e, 0x73, 0x69, 0x67, 0x68, 0x74,
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x13, 0x64, 0x75, 0x62, 0x62, 0x6f, 0x2e, 0x6d, 0x65,
0x73, 0x68, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x1a, 0x16, 0x61, 0x70, 0x69,
0x2f, 0x6d, 0x65, 0x73, 0x68, 0x2f, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72,
0x6f, 0x74, 0x6f, 0x22, 0xe0, 0x0e, 0x0a, 0x0b, 0x4d, 0x65, 0x73, 0x68, 0x49, 0x6e, 0x73, 0x69,
0x67, 0x68, 0x74, 0x12, 0x4e, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x70, 0x6c, 0x61, 0x6e, 0x65,
0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x64, 0x75, 0x62, 0x62, 0x6f, 0x2e,
0x6d, 0x65, 0x73, 0x68, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 0x4d, 0x65,
0x73, 0x68, 0x49, 0x6e, 0x73, 0x69, 0x67, 0x68, 0x74, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x70, 0x6c,
0x61, 0x6e, 0x65, 0x53, 0x74, 0x61, 0x74, 0x52, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x70, 0x6c, 0x61,
0x6e, 0x65, 0x73, 0x12, 0x4a, 0x0a, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x18,
0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x64, 0x75, 0x62, 0x62, 0x6f, 0x2e, 0x6d, 0x65,
0x73, 0x68, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 0x4d, 0x65, 0x73, 0x68,
0x49, 0x6e, 0x73, 0x69, 0x67, 0x68, 0x74, 0x2e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73,
0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12,
0x4b, 0x0a, 0x0a, 0x64, 0x70, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x04, 0x20,
0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x64, 0x75, 0x62, 0x62, 0x6f, 0x2e, 0x6d, 0x65, 0x73, 0x68,
0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 0x4d, 0x65, 0x73, 0x68, 0x49, 0x6e,
0x73, 0x69, 0x67, 0x68, 0x74, 0x2e, 0x44, 0x70, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73,
0x52, 0x0a, 0x64, 0x70, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x39, 0x0a, 0x04,
0x6d, 0x54, 0x4c, 0x53, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x64, 0x75, 0x62,
0x62, 0x6f, 0x2e, 0x6d, 0x65, 0x73, 0x68, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31,
0x2e, 0x4d, 0x65, 0x73, 0x68, 0x49, 0x6e, 0x73, 0x69, 0x67, 0x68, 0x74, 0x2e, 0x4d, 0x54, 0x4c,
0x53, 0x52, 0x04, 0x6d, 0x54, 0x4c, 0x53, 0x12, 0x48, 0x0a, 0x08, 0x73, 0x65, 0x72, 0x76, 0x69,
0x63, 0x65, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x64, 0x75, 0x62, 0x62,
0x6f, 0x2e, 0x6d, 0x65, 0x73, 0x68, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e,
0x4d, 0x65, 0x73, 0x68, 0x49, 0x6e, 0x73, 0x69, 0x67, 0x68, 0x74, 0x2e, 0x53, 0x65, 0x72, 0x76,
0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x52, 0x08, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
0x73, 0x12, 0x5d, 0x0a, 0x10, 0x64, 0x61, 0x74, 0x61, 0x70, 0x6c, 0x61, 0x6e, 0x65, 0x73, 0x42,
0x79, 0x54, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x64, 0x75,
0x62, 0x62, 0x6f, 0x2e, 0x6d, 0x65, 0x73, 0x68, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61,
0x31, 0x2e, 0x4d, 0x65, 0x73, 0x68, 0x49, 0x6e, 0x73, 0x69, 0x67, 0x68, 0x74, 0x2e, 0x44, 0x61,
0x74, 0x61, 0x70, 0x6c, 0x61, 0x6e, 0x65, 0x73, 0x42, 0x79, 0x54, 0x79, 0x70, 0x65, 0x52, 0x10,
0x64, 0x61, 0x74, 0x61, 0x70, 0x6c, 0x61, 0x6e, 0x65, 0x73, 0x42, 0x79, 0x54, 0x79, 0x70, 0x65,
0x1a, 0x86, 0x01, 0x0a, 0x0d, 0x44, 0x61, 0x74, 0x61, 0x70, 0x6c, 0x61, 0x6e, 0x65, 0x53, 0x74,
0x61, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28,
0x0d, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x6e, 0x6c, 0x69,
0x6e, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65,
0x12, 0x18, 0x0a, 0x07, 0x6f, 0x66, 0x66, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
0x0d, 0x52, 0x07, 0x6f, 0x66, 0x66, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x2d, 0x0a, 0x12, 0x70, 0x61,
0x72, 0x74, 0x69, 0x61, 0x6c, 0x6c, 0x79, 0x5f, 0x64, 0x65, 0x67, 0x72, 0x61, 0x64, 0x65, 0x64,
0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x11, 0x70, 0x61, 0x72, 0x74, 0x69, 0x61, 0x6c, 0x6c,
0x79, 0x44, 0x65, 0x67, 0x72, 0x61, 0x64, 0x65, 0x64, 0x1a, 0x22, 0x0a, 0x0a, 0x50, 0x6f, 0x6c,
0x69, 0x63, 0x79, 0x53, 0x74, 0x61, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c,
0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x1a, 0x68, 0x0a,
0x0d, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10,
0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79,
0x12, 0x41, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
0x2b, 0x2e, 0x64, 0x75, 0x62, 0x62, 0x6f, 0x2e, 0x6d, 0x65, 0x73, 0x68, 0x2e, 0x76, 0x31, 0x61,
0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 0x4d, 0x65, 0x73, 0x68, 0x49, 0x6e, 0x73, 0x69, 0x67, 0x68,
0x74, 0x2e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x53, 0x74, 0x61, 0x74, 0x52, 0x05, 0x76, 0x61,
0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x84, 0x03, 0x0a, 0x0a, 0x44, 0x70, 0x56, 0x65,
0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x52, 0x0a, 0x07, 0x64, 0x75, 0x62, 0x62, 0x6f, 0x44,
0x70, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x64, 0x75, 0x62, 0x62, 0x6f, 0x2e,
0x6d, 0x65, 0x73, 0x68, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 0x4d, 0x65,
0x73, 0x68, 0x49, 0x6e, 0x73, 0x69, 0x67, 0x68, 0x74, 0x2e, 0x44, 0x70, 0x56, 0x65, 0x72, 0x73,
0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x44, 0x75, 0x62, 0x62, 0x6f, 0x44, 0x70, 0x45, 0x6e, 0x74, 0x72,
0x79, 0x52, 0x07, 0x64, 0x75, 0x62, 0x62, 0x6f, 0x44, 0x70, 0x12, 0x4c, 0x0a, 0x05, 0x65, 0x6e,
0x76, 0x6f, 0x79, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x64, 0x75, 0x62, 0x62,
0x6f, 0x2e, 0x6d, 0x65, 0x73, 0x68, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e,
0x4d, 0x65, 0x73, 0x68, 0x49, 0x6e, 0x73, 0x69, 0x67, 0x68, 0x74, 0x2e, 0x44, 0x70, 0x56, 0x65,
0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x45, 0x6e, 0x76, 0x6f, 0x79, 0x45, 0x6e, 0x74, 0x72,
0x79, 0x52, 0x05, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x1a, 0x6a, 0x0a, 0x0c, 0x44, 0x75, 0x62, 0x62,
0x6f, 0x44, 0x70, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18,
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x44, 0x0a, 0x05, 0x76, 0x61,
0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x64, 0x75, 0x62, 0x62,
0x6f, 0x2e, 0x6d, 0x65, 0x73, 0x68, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e,
0x4d, 0x65, 0x73, 0x68, 0x49, 0x6e, 0x73, 0x69, 0x67, 0x68, 0x74, 0x2e, 0x44, 0x61, 0x74, 0x61,
0x70, 0x6c, 0x61, 0x6e, 0x65, 0x53, 0x74, 0x61, 0x74, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
0x3a, 0x02, 0x38, 0x01, 0x1a, 0x68, 0x0a, 0x0a, 0x45, 0x6e, 0x76, 0x6f, 0x79, 0x45, 0x6e, 0x74,
0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
0x03, 0x6b, 0x65, 0x79, 0x12, 0x44, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20,
0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x64, 0x75, 0x62, 0x62, 0x6f, 0x2e, 0x6d, 0x65, 0x73, 0x68,
0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 0x4d, 0x65, 0x73, 0x68, 0x49, 0x6e,
0x73, 0x69, 0x67, 0x68, 0x74, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x70, 0x6c, 0x61, 0x6e, 0x65, 0x53,
0x74, 0x61, 0x74, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0xbe,
0x03, 0x0a, 0x04, 0x4d, 0x54, 0x4c, 0x53, 0x12, 0x61, 0x0a, 0x0e, 0x69, 0x73, 0x73, 0x75, 0x65,
0x64, 0x42, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32,
0x39, 0x2e, 0x64, 0x75, 0x62, 0x62, 0x6f, 0x2e, 0x6d, 0x65, 0x73, 0x68, 0x2e, 0x76, 0x31, 0x61,
0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 0x4d, 0x65, 0x73, 0x68, 0x49, 0x6e, 0x73, 0x69, 0x67, 0x68,
0x74, 0x2e, 0x4d, 0x54, 0x4c, 0x53, 0x2e, 0x49, 0x73, 0x73, 0x75, 0x65, 0x64, 0x42, 0x61, 0x63,
0x6b, 0x65, 0x6e, 0x64, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0e, 0x69, 0x73, 0x73, 0x75,
0x65, 0x64, 0x42, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x73, 0x12, 0x6a, 0x0a, 0x11, 0x73, 0x75,
0x70, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x42, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x73, 0x18,
0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x64, 0x75, 0x62, 0x62, 0x6f, 0x2e, 0x6d, 0x65,
0x73, 0x68, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 0x4d, 0x65, 0x73, 0x68,
0x49, 0x6e, 0x73, 0x69, 0x67, 0x68, 0x74, 0x2e, 0x4d, 0x54, 0x4c, 0x53, 0x2e, 0x53, 0x75, 0x70,
0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x42, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x73, 0x45, 0x6e,
0x74, 0x72, 0x79, 0x52, 0x11, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x42, 0x61,
0x63, 0x6b, 0x65, 0x6e, 0x64, 0x73, 0x1a, 0x71, 0x0a, 0x13, 0x49, 0x73, 0x73, 0x75, 0x65, 0x64,
0x42, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a,
0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12,
0x44, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e,
0x2e, 0x64, 0x75, 0x62, 0x62, 0x6f, 0x2e, 0x6d, 0x65, 0x73, 0x68, 0x2e, 0x76, 0x31, 0x61, 0x6c,
0x70, 0x68, 0x61, 0x31, 0x2e, 0x4d, 0x65, 0x73, 0x68, 0x49, 0x6e, 0x73, 0x69, 0x67, 0x68, 0x74,
0x2e, 0x44, 0x61, 0x74, 0x61, 0x70, 0x6c, 0x61, 0x6e, 0x65, 0x53, 0x74, 0x61, 0x74, 0x52, 0x05,
0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x74, 0x0a, 0x16, 0x53, 0x75, 0x70,
0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x42, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x73, 0x45, 0x6e,
0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x44, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02,
0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x64, 0x75, 0x62, 0x62, 0x6f, 0x2e, 0x6d, 0x65, 0x73,
0x68, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 0x4d, 0x65, 0x73, 0x68, 0x49,
0x6e, 0x73, 0x69, 0x67, 0x68, 0x74, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x70, 0x6c, 0x61, 0x6e, 0x65,
0x53, 0x74, 0x61, 0x74, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a,
0x5b, 0x0a, 0x0b, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x12, 0x14,
0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x74,
0x6f, 0x74, 0x61, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c,
0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c,
0x12, 0x1a, 0x0a, 0x08, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x18, 0x03, 0x20, 0x01,
0x28, 0x0d, 0x52, 0x08, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x1a, 0x5e, 0x0a, 0x10,
0x44, 0x61, 0x74, 0x61, 0x70, 0x6c, 0x61, 0x6e, 0x65, 0x73, 0x42, 0x79, 0x54, 0x79, 0x70, 0x65,
0x12, 0x4a, 0x0a, 0x08, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x18, 0x01, 0x20, 0x01,
0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x64, 0x75, 0x62, 0x62, 0x6f, 0x2e, 0x6d, 0x65, 0x73, 0x68, 0x2e,
0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 0x4d, 0x65, 0x73, 0x68, 0x49, 0x6e, 0x73,
0x69, 0x67, 0x68, 0x74, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x70, 0x6c, 0x61, 0x6e, 0x65, 0x53, 0x74,
0x61, 0x74, 0x52, 0x08, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x3a, 0x62, 0xaa, 0x8c,
0x89, 0xa6, 0x01, 0x15, 0x0a, 0x13, 0x4d, 0x65, 0x73, 0x68, 0x49, 0x6e, 0x73, 0x69, 0x67, 0x68,
0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0xaa, 0x8c, 0x89, 0xa6, 0x01, 0x0d, 0x12,
0x0b, 0x4d, 0x65, 0x73, 0x68, 0x49, 0x6e, 0x73, 0x69, 0x67, 0x68, 0x74, 0xaa, 0x8c, 0x89, 0xa6,
0x01, 0x02, 0x18, 0x01, 0xaa, 0x8c, 0x89, 0xa6, 0x01, 0x06, 0x22, 0x04, 0x6d, 0x65, 0x73, 0x68,
0xaa, 0x8c, 0x89, 0xa6, 0x01, 0x10, 0x3a, 0x0e, 0x0a, 0x0c, 0x6d, 0x65, 0x73, 0x68, 0x2d, 0x69,
0x6e, 0x73, 0x69, 0x67, 0x68, 0x74, 0xaa, 0x8c, 0x89, 0xa6, 0x01, 0x04, 0x3a, 0x02, 0x18, 0x01,
0x4a, 0x04, 0x08, 0x01, 0x10, 0x02, 0x42, 0x36, 0x5a, 0x34, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62,
0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x61, 0x70, 0x61, 0x63, 0x68, 0x65, 0x2f, 0x64, 0x75, 0x62, 0x62,
0x6f, 0x2d, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2f, 0x61, 0x70, 0x69,
0x2f, 0x6d, 0x65, 0x73, 0x68, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06,
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_api_mesh_v1alpha1_mesh_insight_proto_rawDescOnce sync.Once
file_api_mesh_v1alpha1_mesh_insight_proto_rawDescData = file_api_mesh_v1alpha1_mesh_insight_proto_rawDesc
)
func file_api_mesh_v1alpha1_mesh_insight_proto_rawDescGZIP() []byte {
file_api_mesh_v1alpha1_mesh_insight_proto_rawDescOnce.Do(func() {
file_api_mesh_v1alpha1_mesh_insight_proto_rawDescData = protoimpl.X.CompressGZIP(file_api_mesh_v1alpha1_mesh_insight_proto_rawDescData)
})
return file_api_mesh_v1alpha1_mesh_insight_proto_rawDescData
}
var file_api_mesh_v1alpha1_mesh_insight_proto_msgTypes = make([]protoimpl.MessageInfo, 12)
var file_api_mesh_v1alpha1_mesh_insight_proto_goTypes = []interface{}{
(*MeshInsight)(nil), // 0: dubbo.mesh.v1alpha1.MeshInsight
(*MeshInsight_DataplaneStat)(nil), // 1: dubbo.mesh.v1alpha1.MeshInsight.DataplaneStat
(*MeshInsight_PolicyStat)(nil), // 2: dubbo.mesh.v1alpha1.MeshInsight.PolicyStat
nil, // 3: dubbo.mesh.v1alpha1.MeshInsight.PoliciesEntry
(*MeshInsight_DpVersions)(nil), // 4: dubbo.mesh.v1alpha1.MeshInsight.DpVersions
(*MeshInsight_MTLS)(nil), // 5: dubbo.mesh.v1alpha1.MeshInsight.MTLS
(*MeshInsight_ServiceStat)(nil), // 6: dubbo.mesh.v1alpha1.MeshInsight.ServiceStat
(*MeshInsight_DataplanesByType)(nil), // 7: dubbo.mesh.v1alpha1.MeshInsight.DataplanesByType
nil, // 8: dubbo.mesh.v1alpha1.MeshInsight.DpVersions.DubboDpEntry
nil, // 9: dubbo.mesh.v1alpha1.MeshInsight.DpVersions.EnvoyEntry
nil, // 10: dubbo.mesh.v1alpha1.MeshInsight.MTLS.IssuedBackendsEntry
nil, // 11: dubbo.mesh.v1alpha1.MeshInsight.MTLS.SupportedBackendsEntry
}
var file_api_mesh_v1alpha1_mesh_insight_proto_depIdxs = []int32{
1, // 0: dubbo.mesh.v1alpha1.MeshInsight.dataplanes:type_name -> dubbo.mesh.v1alpha1.MeshInsight.DataplaneStat
3, // 1: dubbo.mesh.v1alpha1.MeshInsight.policies:type_name -> dubbo.mesh.v1alpha1.MeshInsight.PoliciesEntry
4, // 2: dubbo.mesh.v1alpha1.MeshInsight.dpVersions:type_name -> dubbo.mesh.v1alpha1.MeshInsight.DpVersions
5, // 3: dubbo.mesh.v1alpha1.MeshInsight.mTLS:type_name -> dubbo.mesh.v1alpha1.MeshInsight.MTLS
6, // 4: dubbo.mesh.v1alpha1.MeshInsight.services:type_name -> dubbo.mesh.v1alpha1.MeshInsight.ServiceStat
7, // 5: dubbo.mesh.v1alpha1.MeshInsight.dataplanesByType:type_name -> dubbo.mesh.v1alpha1.MeshInsight.DataplanesByType
2, // 6: dubbo.mesh.v1alpha1.MeshInsight.PoliciesEntry.value:type_name -> dubbo.mesh.v1alpha1.MeshInsight.PolicyStat
8, // 7: dubbo.mesh.v1alpha1.MeshInsight.DpVersions.dubboDp:type_name -> dubbo.mesh.v1alpha1.MeshInsight.DpVersions.DubboDpEntry
9, // 8: dubbo.mesh.v1alpha1.MeshInsight.DpVersions.envoy:type_name -> dubbo.mesh.v1alpha1.MeshInsight.DpVersions.EnvoyEntry
10, // 9: dubbo.mesh.v1alpha1.MeshInsight.MTLS.issuedBackends:type_name -> dubbo.mesh.v1alpha1.MeshInsight.MTLS.IssuedBackendsEntry
11, // 10: dubbo.mesh.v1alpha1.MeshInsight.MTLS.supportedBackends:type_name -> dubbo.mesh.v1alpha1.MeshInsight.MTLS.SupportedBackendsEntry
1, // 11: dubbo.mesh.v1alpha1.MeshInsight.DataplanesByType.standard:type_name -> dubbo.mesh.v1alpha1.MeshInsight.DataplaneStat
1, // 12: dubbo.mesh.v1alpha1.MeshInsight.DpVersions.DubboDpEntry.value:type_name -> dubbo.mesh.v1alpha1.MeshInsight.DataplaneStat
1, // 13: dubbo.mesh.v1alpha1.MeshInsight.DpVersions.EnvoyEntry.value:type_name -> dubbo.mesh.v1alpha1.MeshInsight.DataplaneStat
1, // 14: dubbo.mesh.v1alpha1.MeshInsight.MTLS.IssuedBackendsEntry.value:type_name -> dubbo.mesh.v1alpha1.MeshInsight.DataplaneStat
1, // 15: dubbo.mesh.v1alpha1.MeshInsight.MTLS.SupportedBackendsEntry.value:type_name -> dubbo.mesh.v1alpha1.MeshInsight.DataplaneStat
16, // [16:16] is the sub-list for method output_type
16, // [16:16] is the sub-list for method input_type
16, // [16:16] is the sub-list for extension type_name
16, // [16:16] is the sub-list for extension extendee
0, // [0:16] is the sub-list for field type_name
}
func init() { file_api_mesh_v1alpha1_mesh_insight_proto_init() }
func file_api_mesh_v1alpha1_mesh_insight_proto_init() {
if File_api_mesh_v1alpha1_mesh_insight_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_api_mesh_v1alpha1_mesh_insight_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*MeshInsight); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_mesh_v1alpha1_mesh_insight_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*MeshInsight_DataplaneStat); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_mesh_v1alpha1_mesh_insight_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*MeshInsight_PolicyStat); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_mesh_v1alpha1_mesh_insight_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*MeshInsight_DpVersions); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_mesh_v1alpha1_mesh_insight_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*MeshInsight_MTLS); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_mesh_v1alpha1_mesh_insight_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*MeshInsight_ServiceStat); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_mesh_v1alpha1_mesh_insight_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*MeshInsight_DataplanesByType); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_api_mesh_v1alpha1_mesh_insight_proto_rawDesc,
NumEnums: 0,
NumMessages: 12,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_api_mesh_v1alpha1_mesh_insight_proto_goTypes,
DependencyIndexes: file_api_mesh_v1alpha1_mesh_insight_proto_depIdxs,
MessageInfos: file_api_mesh_v1alpha1_mesh_insight_proto_msgTypes,
}.Build()
File_api_mesh_v1alpha1_mesh_insight_proto = out.File
file_api_mesh_v1alpha1_mesh_insight_proto_rawDesc = nil
file_api_mesh_v1alpha1_mesh_insight_proto_goTypes = nil
file_api_mesh_v1alpha1_mesh_insight_proto_depIdxs = nil
}