| // Code generated by protoc-gen-go. DO NOT EDIT. |
| // versions: |
| // protoc-gen-go v1.35.1 |
| // protoc v3.12.4 |
| // source: api/mesh/v1alpha1/runtime_instance.proto |
| |
| package v1alpha1 |
| |
| import ( |
| _ "github.com/apache/dubbo-admin/api/mesh" |
| protoreflect "google.golang.org/protobuf/reflect/protoreflect" |
| protoimpl "google.golang.org/protobuf/runtime/protoimpl" |
| reflect "reflect" |
| sync "sync" |
| ) |
| |
| 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) |
| ) |
| |
| // RuntimeInstance is retrieved from Engine, defines the attributes of instance in runtime environments |
| type RuntimeInstance struct { |
| state protoimpl.MessageState |
| sizeCache protoimpl.SizeCache |
| unknownFields protoimpl.UnknownFields |
| |
| Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| Ip string `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip,omitempty"` |
| RpcPort int64 `protobuf:"varint,3,opt,name=rpcPort,proto3" json:"rpcPort,omitempty"` |
| Image string `protobuf:"bytes,4,opt,name=image,proto3" json:"image,omitempty"` |
| AppName string `protobuf:"bytes,5,opt,name=appName,proto3" json:"appName,omitempty"` |
| CreateTime string `protobuf:"bytes,6,opt,name=createTime,proto3" json:"createTime,omitempty"` |
| StartTime string `protobuf:"bytes,7,opt,name=startTime,proto3" json:"startTime,omitempty"` |
| ReadyTime string `protobuf:"bytes,8,opt,name=readyTime,proto3" json:"readyTime,omitempty"` |
| Phase string `protobuf:"bytes,9,opt,name=phase,proto3" json:"phase,omitempty"` |
| WorkloadName string `protobuf:"bytes,10,opt,name=workloadName,proto3" json:"workloadName,omitempty"` |
| WorkloadType string `protobuf:"bytes,11,opt,name=workloadType,proto3" json:"workloadType,omitempty"` |
| Node string `protobuf:"bytes,12,opt,name=node,proto3" json:"node,omitempty"` |
| Probes []*Probe `protobuf:"bytes,13,rep,name=probes,proto3" json:"probes,omitempty"` |
| Conditions []*Condition `protobuf:"bytes,14,rep,name=conditions,proto3" json:"conditions,omitempty"` |
| // start from 50 for extra fields which is added by components in admin |
| // sourceEngine is the engine name of runtime instance running on |
| SourceEngine string `protobuf:"bytes,51,opt,name=sourceEngine,proto3" json:"sourceEngine,omitempty"` |
| // sourceEngineType is the engine type of runtime instance running on |
| SourceEngineType string `protobuf:"bytes,52,opt,name=sourceEngineType,proto3" json:"sourceEngineType,omitempty"` |
| } |
| |
| func (x *RuntimeInstance) Reset() { |
| *x = RuntimeInstance{} |
| mi := &file_api_mesh_v1alpha1_runtime_instance_proto_msgTypes[0] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *RuntimeInstance) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*RuntimeInstance) ProtoMessage() {} |
| |
| func (x *RuntimeInstance) ProtoReflect() protoreflect.Message { |
| mi := &file_api_mesh_v1alpha1_runtime_instance_proto_msgTypes[0] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use RuntimeInstance.ProtoReflect.Descriptor instead. |
| func (*RuntimeInstance) Descriptor() ([]byte, []int) { |
| return file_api_mesh_v1alpha1_runtime_instance_proto_rawDescGZIP(), []int{0} |
| } |
| |
| func (x *RuntimeInstance) GetName() string { |
| if x != nil { |
| return x.Name |
| } |
| return "" |
| } |
| |
| func (x *RuntimeInstance) GetIp() string { |
| if x != nil { |
| return x.Ip |
| } |
| return "" |
| } |
| |
| func (x *RuntimeInstance) GetRpcPort() int64 { |
| if x != nil { |
| return x.RpcPort |
| } |
| return 0 |
| } |
| |
| func (x *RuntimeInstance) GetImage() string { |
| if x != nil { |
| return x.Image |
| } |
| return "" |
| } |
| |
| func (x *RuntimeInstance) GetAppName() string { |
| if x != nil { |
| return x.AppName |
| } |
| return "" |
| } |
| |
| func (x *RuntimeInstance) GetCreateTime() string { |
| if x != nil { |
| return x.CreateTime |
| } |
| return "" |
| } |
| |
| func (x *RuntimeInstance) GetStartTime() string { |
| if x != nil { |
| return x.StartTime |
| } |
| return "" |
| } |
| |
| func (x *RuntimeInstance) GetReadyTime() string { |
| if x != nil { |
| return x.ReadyTime |
| } |
| return "" |
| } |
| |
| func (x *RuntimeInstance) GetPhase() string { |
| if x != nil { |
| return x.Phase |
| } |
| return "" |
| } |
| |
| func (x *RuntimeInstance) GetWorkloadName() string { |
| if x != nil { |
| return x.WorkloadName |
| } |
| return "" |
| } |
| |
| func (x *RuntimeInstance) GetWorkloadType() string { |
| if x != nil { |
| return x.WorkloadType |
| } |
| return "" |
| } |
| |
| func (x *RuntimeInstance) GetNode() string { |
| if x != nil { |
| return x.Node |
| } |
| return "" |
| } |
| |
| func (x *RuntimeInstance) GetProbes() []*Probe { |
| if x != nil { |
| return x.Probes |
| } |
| return nil |
| } |
| |
| func (x *RuntimeInstance) GetConditions() []*Condition { |
| if x != nil { |
| return x.Conditions |
| } |
| return nil |
| } |
| |
| func (x *RuntimeInstance) GetSourceEngine() string { |
| if x != nil { |
| return x.SourceEngine |
| } |
| return "" |
| } |
| |
| func (x *RuntimeInstance) GetSourceEngineType() string { |
| if x != nil { |
| return x.SourceEngineType |
| } |
| return "" |
| } |
| |
| type Probe struct { |
| state protoimpl.MessageState |
| sizeCache protoimpl.SizeCache |
| unknownFields protoimpl.UnknownFields |
| |
| Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` |
| Port int32 `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"` |
| } |
| |
| func (x *Probe) Reset() { |
| *x = Probe{} |
| mi := &file_api_mesh_v1alpha1_runtime_instance_proto_msgTypes[1] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *Probe) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*Probe) ProtoMessage() {} |
| |
| func (x *Probe) ProtoReflect() protoreflect.Message { |
| mi := &file_api_mesh_v1alpha1_runtime_instance_proto_msgTypes[1] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use Probe.ProtoReflect.Descriptor instead. |
| func (*Probe) Descriptor() ([]byte, []int) { |
| return file_api_mesh_v1alpha1_runtime_instance_proto_rawDescGZIP(), []int{1} |
| } |
| |
| func (x *Probe) GetType() string { |
| if x != nil { |
| return x.Type |
| } |
| return "" |
| } |
| |
| func (x *Probe) GetPort() int32 { |
| if x != nil { |
| return x.Port |
| } |
| return 0 |
| } |
| |
| // reference: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions |
| type Condition struct { |
| state protoimpl.MessageState |
| sizeCache protoimpl.SizeCache |
| unknownFields protoimpl.UnknownFields |
| |
| Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` |
| Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` |
| LastTransitionTime string `protobuf:"bytes,3,opt,name=lastTransitionTime,proto3" json:"lastTransitionTime,omitempty"` |
| Reason string `protobuf:"bytes,4,opt,name=reason,proto3" json:"reason,omitempty"` |
| Message string `protobuf:"bytes,5,opt,name=message,proto3" json:"message,omitempty"` |
| } |
| |
| func (x *Condition) Reset() { |
| *x = Condition{} |
| mi := &file_api_mesh_v1alpha1_runtime_instance_proto_msgTypes[2] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *Condition) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*Condition) ProtoMessage() {} |
| |
| func (x *Condition) ProtoReflect() protoreflect.Message { |
| mi := &file_api_mesh_v1alpha1_runtime_instance_proto_msgTypes[2] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use Condition.ProtoReflect.Descriptor instead. |
| func (*Condition) Descriptor() ([]byte, []int) { |
| return file_api_mesh_v1alpha1_runtime_instance_proto_rawDescGZIP(), []int{2} |
| } |
| |
| func (x *Condition) GetType() string { |
| if x != nil { |
| return x.Type |
| } |
| return "" |
| } |
| |
| func (x *Condition) GetStatus() string { |
| if x != nil { |
| return x.Status |
| } |
| return "" |
| } |
| |
| func (x *Condition) GetLastTransitionTime() string { |
| if x != nil { |
| return x.LastTransitionTime |
| } |
| return "" |
| } |
| |
| func (x *Condition) GetReason() string { |
| if x != nil { |
| return x.Reason |
| } |
| return "" |
| } |
| |
| func (x *Condition) GetMessage() string { |
| if x != nil { |
| return x.Message |
| } |
| return "" |
| } |
| |
| var File_api_mesh_v1alpha1_runtime_instance_proto protoreflect.FileDescriptor |
| |
| var file_api_mesh_v1alpha1_runtime_instance_proto_rawDesc = []byte{ |
| 0x0a, 0x28, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x65, 0x73, 0x68, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, |
| 0x68, 0x61, 0x31, 0x2f, 0x72, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x5f, 0x69, 0x6e, 0x73, 0x74, |
| 0x61, 0x6e, 0x63, 0x65, 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, 0xca, 0x04, 0x0a, 0x0f, 0x52, 0x75, 0x6e, 0x74, |
| 0x69, 0x6d, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, |
| 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, |
| 0x0e, 0x0a, 0x02, 0x69, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x70, 0x12, |
| 0x18, 0x0a, 0x07, 0x72, 0x70, 0x63, 0x50, 0x6f, 0x72, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, |
| 0x52, 0x07, 0x72, 0x70, 0x63, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6d, 0x61, |
| 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, |
| 0x18, 0x0a, 0x07, 0x61, 0x70, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, |
| 0x52, 0x07, 0x61, 0x70, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x72, 0x65, |
| 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, |
| 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, |
| 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, |
| 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x61, 0x64, 0x79, |
| 0x54, 0x69, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x72, 0x65, 0x61, 0x64, |
| 0x79, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x61, 0x73, 0x65, 0x18, 0x09, |
| 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x61, 0x73, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x77, |
| 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, |
| 0x09, 0x52, 0x0c, 0x77, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x12, |
| 0x22, 0x0a, 0x0c, 0x77, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x54, 0x79, 0x70, 0x65, 0x18, |
| 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x77, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x54, |
| 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x6f, 0x64, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, |
| 0x09, 0x52, 0x04, 0x6e, 0x6f, 0x64, 0x65, 0x12, 0x32, 0x0a, 0x06, 0x70, 0x72, 0x6f, 0x62, 0x65, |
| 0x73, 0x18, 0x0d, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x64, 0x75, 0x62, 0x62, 0x6f, 0x2e, |
| 0x6d, 0x65, 0x73, 0x68, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 0x50, 0x72, |
| 0x6f, 0x62, 0x65, 0x52, 0x06, 0x70, 0x72, 0x6f, 0x62, 0x65, 0x73, 0x12, 0x3e, 0x0a, 0x0a, 0x63, |
| 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x0e, 0x20, 0x03, 0x28, 0x0b, 0x32, |
| 0x1e, 0x2e, 0x64, 0x75, 0x62, 0x62, 0x6f, 0x2e, 0x6d, 0x65, 0x73, 0x68, 0x2e, 0x76, 0x31, 0x61, |
| 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, |
| 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x22, 0x0a, 0x0c, 0x73, |
| 0x6f, 0x75, 0x72, 0x63, 0x65, 0x45, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x18, 0x33, 0x20, 0x01, 0x28, |
| 0x09, 0x52, 0x0c, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x45, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x12, |
| 0x2a, 0x0a, 0x10, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x45, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x54, |
| 0x79, 0x70, 0x65, 0x18, 0x34, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x73, 0x6f, 0x75, 0x72, 0x63, |
| 0x65, 0x45, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x54, 0x79, 0x70, 0x65, 0x3a, 0x31, 0xaa, 0x8c, 0x89, |
| 0xa6, 0x01, 0x2b, 0x0a, 0x0f, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x49, 0x6e, 0x73, 0x74, |
| 0x61, 0x6e, 0x63, 0x65, 0x12, 0x10, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x49, 0x6e, 0x73, |
| 0x74, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x1a, 0x04, 0x6d, 0x65, 0x73, 0x68, 0x20, 0x01, 0x4a, 0x04, |
| 0x08, 0x0f, 0x10, 0x33, 0x22, 0x2f, 0x0a, 0x05, 0x50, 0x72, 0x6f, 0x62, 0x65, 0x12, 0x12, 0x0a, |
| 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, |
| 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, |
| 0x04, 0x70, 0x6f, 0x72, 0x74, 0x22, 0x99, 0x01, 0x0a, 0x09, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, |
| 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, |
| 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, |
| 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, |
| 0x2e, 0x0a, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, |
| 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x6c, 0x61, 0x73, |
| 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12, |
| 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, |
| 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, |
| 0x67, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, |
| 0x65, 0x42, 0x31, 0x5a, 0x2f, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, |
| 0x61, 0x70, 0x61, 0x63, 0x68, 0x65, 0x2f, 0x64, 0x75, 0x62, 0x62, 0x6f, 0x2d, 0x61, 0x64, 0x6d, |
| 0x69, 0x6e, 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_runtime_instance_proto_rawDescOnce sync.Once |
| file_api_mesh_v1alpha1_runtime_instance_proto_rawDescData = file_api_mesh_v1alpha1_runtime_instance_proto_rawDesc |
| ) |
| |
| func file_api_mesh_v1alpha1_runtime_instance_proto_rawDescGZIP() []byte { |
| file_api_mesh_v1alpha1_runtime_instance_proto_rawDescOnce.Do(func() { |
| file_api_mesh_v1alpha1_runtime_instance_proto_rawDescData = protoimpl.X.CompressGZIP(file_api_mesh_v1alpha1_runtime_instance_proto_rawDescData) |
| }) |
| return file_api_mesh_v1alpha1_runtime_instance_proto_rawDescData |
| } |
| |
| var file_api_mesh_v1alpha1_runtime_instance_proto_msgTypes = make([]protoimpl.MessageInfo, 3) |
| var file_api_mesh_v1alpha1_runtime_instance_proto_goTypes = []any{ |
| (*RuntimeInstance)(nil), // 0: dubbo.mesh.v1alpha1.RuntimeInstance |
| (*Probe)(nil), // 1: dubbo.mesh.v1alpha1.Probe |
| (*Condition)(nil), // 2: dubbo.mesh.v1alpha1.Condition |
| } |
| var file_api_mesh_v1alpha1_runtime_instance_proto_depIdxs = []int32{ |
| 1, // 0: dubbo.mesh.v1alpha1.RuntimeInstance.probes:type_name -> dubbo.mesh.v1alpha1.Probe |
| 2, // 1: dubbo.mesh.v1alpha1.RuntimeInstance.conditions:type_name -> dubbo.mesh.v1alpha1.Condition |
| 2, // [2:2] is the sub-list for method output_type |
| 2, // [2:2] is the sub-list for method input_type |
| 2, // [2:2] is the sub-list for extension type_name |
| 2, // [2:2] is the sub-list for extension extendee |
| 0, // [0:2] is the sub-list for field type_name |
| } |
| |
| func init() { file_api_mesh_v1alpha1_runtime_instance_proto_init() } |
| func file_api_mesh_v1alpha1_runtime_instance_proto_init() { |
| if File_api_mesh_v1alpha1_runtime_instance_proto != nil { |
| return |
| } |
| type x struct{} |
| out := protoimpl.TypeBuilder{ |
| File: protoimpl.DescBuilder{ |
| GoPackagePath: reflect.TypeOf(x{}).PkgPath(), |
| RawDescriptor: file_api_mesh_v1alpha1_runtime_instance_proto_rawDesc, |
| NumEnums: 0, |
| NumMessages: 3, |
| NumExtensions: 0, |
| NumServices: 0, |
| }, |
| GoTypes: file_api_mesh_v1alpha1_runtime_instance_proto_goTypes, |
| DependencyIndexes: file_api_mesh_v1alpha1_runtime_instance_proto_depIdxs, |
| MessageInfos: file_api_mesh_v1alpha1_runtime_instance_proto_msgTypes, |
| }.Build() |
| File_api_mesh_v1alpha1_runtime_instance_proto = out.File |
| file_api_mesh_v1alpha1_runtime_instance_proto_rawDesc = nil |
| file_api_mesh_v1alpha1_runtime_instance_proto_goTypes = nil |
| file_api_mesh_v1alpha1_runtime_instance_proto_depIdxs = nil |
| } |