From 64f9f4ac42eea28068a6d5727485e35d1d30d892 Mon Sep 17 00:00:00 2001 From: steinsgateted Date: Tue, 8 Feb 2022 18:19:59 +0800 Subject: [PATCH] [YUNIKORN-961] Expose build and version information in a REST call --- lib/go/si/si.pb.go | 373 +++++++++++++++++++++++---------------------- si.proto | 4 +- 2 files changed, 195 insertions(+), 182 deletions(-) diff --git a/lib/go/si/si.pb.go b/lib/go/si/si.pb.go index b5b14eb..26c5648 100644 --- a/lib/go/si/si.pb.go +++ b/lib/go/si/si.pb.go @@ -53,7 +53,7 @@ func (x TerminationType) String() string { return proto.EnumName(TerminationType_name, int32(x)) } func (TerminationType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{0} + return fileDescriptor_si_aaa89c60aa484fe1, []int{0} } // Action from RM @@ -97,7 +97,7 @@ func (x NodeInfo_ActionFromRM) String() string { return proto.EnumName(NodeInfo_ActionFromRM_name, int32(x)) } func (NodeInfo_ActionFromRM) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{24, 0} + return fileDescriptor_si_aaa89c60aa484fe1, []int{24, 0} } // container scheduling states @@ -136,7 +136,7 @@ func (x UpdateContainerSchedulingStateRequest_SchedulingState) String() string { return proto.EnumName(UpdateContainerSchedulingStateRequest_SchedulingState_name, int32(x)) } func (UpdateContainerSchedulingStateRequest_SchedulingState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{30, 0} + return fileDescriptor_si_aaa89c60aa484fe1, []int{30, 0} } type EventRecord_Type int32 @@ -169,7 +169,7 @@ func (x EventRecord_Type) String() string { return proto.EnumName(EventRecord_Type_name, int32(x)) } func (EventRecord_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{33, 0} + return fileDescriptor_si_aaa89c60aa484fe1, []int{33, 0} } // @@ -184,17 +184,18 @@ type RegisterResourceManagerRequest struct { // Policy group name: // This defines which policy to use. Policy should be statically configured. (Think about network security group concept of ec2). // Different RMs can refer to the same policyGroup if their static configuration is identical. - PolicyGroup string `protobuf:"bytes,3,opt,name=policyGroup,proto3" json:"policyGroup,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + PolicyGroup string `protobuf:"bytes,3,opt,name=policyGroup,proto3" json:"policyGroup,omitempty"` + BuildInfo map[string]string `protobuf:"bytes,4,rep,name=buildInfo,proto3" json:"buildInfo,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *RegisterResourceManagerRequest) Reset() { *m = RegisterResourceManagerRequest{} } func (m *RegisterResourceManagerRequest) String() string { return proto.CompactTextString(m) } func (*RegisterResourceManagerRequest) ProtoMessage() {} func (*RegisterResourceManagerRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{0} + return fileDescriptor_si_aaa89c60aa484fe1, []int{0} } func (m *RegisterResourceManagerRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RegisterResourceManagerRequest.Unmarshal(m, b) @@ -235,6 +236,13 @@ func (m *RegisterResourceManagerRequest) GetPolicyGroup() string { return "" } +func (m *RegisterResourceManagerRequest) GetBuildInfo() map[string]string { + if m != nil { + return m.BuildInfo + } + return nil +} + // Upon success, scheduler returns RegisterResourceManagerResponse to RM, otherwise RM receives exception. type RegisterResourceManagerResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -246,7 +254,7 @@ func (m *RegisterResourceManagerResponse) Reset() { *m = RegisterResourc func (m *RegisterResourceManagerResponse) String() string { return proto.CompactTextString(m) } func (*RegisterResourceManagerResponse) ProtoMessage() {} func (*RegisterResourceManagerResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{1} + return fileDescriptor_si_aaa89c60aa484fe1, []int{1} } func (m *RegisterResourceManagerResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RegisterResourceManagerResponse.Unmarshal(m, b) @@ -282,7 +290,7 @@ func (m *AllocationRequest) Reset() { *m = AllocationRequest{} } func (m *AllocationRequest) String() string { return proto.CompactTextString(m) } func (*AllocationRequest) ProtoMessage() {} func (*AllocationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{2} + return fileDescriptor_si_aaa89c60aa484fe1, []int{2} } func (m *AllocationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AllocationRequest.Unmarshal(m, b) @@ -340,7 +348,7 @@ func (m *ApplicationRequest) Reset() { *m = ApplicationRequest{} } func (m *ApplicationRequest) String() string { return proto.CompactTextString(m) } func (*ApplicationRequest) ProtoMessage() {} func (*ApplicationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{3} + return fileDescriptor_si_aaa89c60aa484fe1, []int{3} } func (m *ApplicationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplicationRequest.Unmarshal(m, b) @@ -395,7 +403,7 @@ func (m *NodeRequest) Reset() { *m = NodeRequest{} } func (m *NodeRequest) String() string { return proto.CompactTextString(m) } func (*NodeRequest) ProtoMessage() {} func (*NodeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{4} + return fileDescriptor_si_aaa89c60aa484fe1, []int{4} } func (m *NodeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeRequest.Unmarshal(m, b) @@ -448,7 +456,7 @@ func (m *AllocationResponse) Reset() { *m = AllocationResponse{} } func (m *AllocationResponse) String() string { return proto.CompactTextString(m) } func (*AllocationResponse) ProtoMessage() {} func (*AllocationResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{5} + return fileDescriptor_si_aaa89c60aa484fe1, []int{5} } func (m *AllocationResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AllocationResponse.Unmarshal(m, b) @@ -512,7 +520,7 @@ func (m *ApplicationResponse) Reset() { *m = ApplicationResponse{} } func (m *ApplicationResponse) String() string { return proto.CompactTextString(m) } func (*ApplicationResponse) ProtoMessage() {} func (*ApplicationResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{6} + return fileDescriptor_si_aaa89c60aa484fe1, []int{6} } func (m *ApplicationResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplicationResponse.Unmarshal(m, b) @@ -567,7 +575,7 @@ func (m *NodeResponse) Reset() { *m = NodeResponse{} } func (m *NodeResponse) String() string { return proto.CompactTextString(m) } func (*NodeResponse) ProtoMessage() {} func (*NodeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{7} + return fileDescriptor_si_aaa89c60aa484fe1, []int{7} } func (m *NodeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeResponse.Unmarshal(m, b) @@ -619,7 +627,7 @@ func (m *UpdatedApplication) Reset() { *m = UpdatedApplication{} } func (m *UpdatedApplication) String() string { return proto.CompactTextString(m) } func (*UpdatedApplication) ProtoMessage() {} func (*UpdatedApplication) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{8} + return fileDescriptor_si_aaa89c60aa484fe1, []int{8} } func (m *UpdatedApplication) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdatedApplication.Unmarshal(m, b) @@ -681,7 +689,7 @@ func (m *RejectedApplication) Reset() { *m = RejectedApplication{} } func (m *RejectedApplication) String() string { return proto.CompactTextString(m) } func (*RejectedApplication) ProtoMessage() {} func (*RejectedApplication) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{9} + return fileDescriptor_si_aaa89c60aa484fe1, []int{9} } func (m *RejectedApplication) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RejectedApplication.Unmarshal(m, b) @@ -727,7 +735,7 @@ func (m *AcceptedApplication) Reset() { *m = AcceptedApplication{} } func (m *AcceptedApplication) String() string { return proto.CompactTextString(m) } func (*AcceptedApplication) ProtoMessage() {} func (*AcceptedApplication) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{10} + return fileDescriptor_si_aaa89c60aa484fe1, []int{10} } func (m *AcceptedApplication) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AcceptedApplication.Unmarshal(m, b) @@ -768,7 +776,7 @@ func (m *RejectedNode) Reset() { *m = RejectedNode{} } func (m *RejectedNode) String() string { return proto.CompactTextString(m) } func (*RejectedNode) ProtoMessage() {} func (*RejectedNode) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{11} + return fileDescriptor_si_aaa89c60aa484fe1, []int{11} } func (m *RejectedNode) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RejectedNode.Unmarshal(m, b) @@ -814,7 +822,7 @@ func (m *AcceptedNode) Reset() { *m = AcceptedNode{} } func (m *AcceptedNode) String() string { return proto.CompactTextString(m) } func (*AcceptedNode) ProtoMessage() {} func (*AcceptedNode) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{12} + return fileDescriptor_si_aaa89c60aa484fe1, []int{12} } func (m *AcceptedNode) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AcceptedNode.Unmarshal(m, b) @@ -855,7 +863,7 @@ func (m *Priority) Reset() { *m = Priority{} } func (m *Priority) String() string { return proto.CompactTextString(m) } func (*Priority) ProtoMessage() {} func (*Priority) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{13} + return fileDescriptor_si_aaa89c60aa484fe1, []int{13} } func (m *Priority) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Priority.Unmarshal(m, b) @@ -989,7 +997,7 @@ func (m *Resource) Reset() { *m = Resource{} } func (m *Resource) String() string { return proto.CompactTextString(m) } func (*Resource) ProtoMessage() {} func (*Resource) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{14} + return fileDescriptor_si_aaa89c60aa484fe1, []int{14} } func (m *Resource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Resource.Unmarshal(m, b) @@ -1028,7 +1036,7 @@ func (m *Quantity) Reset() { *m = Quantity{} } func (m *Quantity) String() string { return proto.CompactTextString(m) } func (*Quantity) ProtoMessage() {} func (*Quantity) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{15} + return fileDescriptor_si_aaa89c60aa484fe1, []int{15} } func (m *Quantity) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Quantity.Unmarshal(m, b) @@ -1093,7 +1101,7 @@ func (m *AllocationAsk) Reset() { *m = AllocationAsk{} } func (m *AllocationAsk) String() string { return proto.CompactTextString(m) } func (*AllocationAsk) ProtoMessage() {} func (*AllocationAsk) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{16} + return fileDescriptor_si_aaa89c60aa484fe1, []int{16} } func (m *AllocationAsk) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AllocationAsk.Unmarshal(m, b) @@ -1214,7 +1222,7 @@ func (m *AddApplicationRequest) Reset() { *m = AddApplicationRequest{} } func (m *AddApplicationRequest) String() string { return proto.CompactTextString(m) } func (*AddApplicationRequest) ProtoMessage() {} func (*AddApplicationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{17} + return fileDescriptor_si_aaa89c60aa484fe1, []int{17} } func (m *AddApplicationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AddApplicationRequest.Unmarshal(m, b) @@ -1304,7 +1312,7 @@ func (m *RemoveApplicationRequest) Reset() { *m = RemoveApplicationReque func (m *RemoveApplicationRequest) String() string { return proto.CompactTextString(m) } func (*RemoveApplicationRequest) ProtoMessage() {} func (*RemoveApplicationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{18} + return fileDescriptor_si_aaa89c60aa484fe1, []int{18} } func (m *RemoveApplicationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RemoveApplicationRequest.Unmarshal(m, b) @@ -1352,7 +1360,7 @@ func (m *UserGroupInformation) Reset() { *m = UserGroupInformation{} } func (m *UserGroupInformation) String() string { return proto.CompactTextString(m) } func (*UserGroupInformation) ProtoMessage() {} func (*UserGroupInformation) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{19} + return fileDescriptor_si_aaa89c60aa484fe1, []int{19} } func (m *UserGroupInformation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserGroupInformation.Unmarshal(m, b) @@ -1419,7 +1427,7 @@ func (m *Allocation) Reset() { *m = Allocation{} } func (m *Allocation) String() string { return proto.CompactTextString(m) } func (*Allocation) ProtoMessage() {} func (*Allocation) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{20} + return fileDescriptor_si_aaa89c60aa484fe1, []int{20} } func (m *Allocation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Allocation.Unmarshal(m, b) @@ -1530,7 +1538,7 @@ func (m *AllocationReleasesRequest) Reset() { *m = AllocationReleasesReq func (m *AllocationReleasesRequest) String() string { return proto.CompactTextString(m) } func (*AllocationReleasesRequest) ProtoMessage() {} func (*AllocationReleasesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{21} + return fileDescriptor_si_aaa89c60aa484fe1, []int{21} } func (m *AllocationReleasesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AllocationReleasesRequest.Unmarshal(m, b) @@ -1588,7 +1596,7 @@ func (m *AllocationRelease) Reset() { *m = AllocationRelease{} } func (m *AllocationRelease) String() string { return proto.CompactTextString(m) } func (*AllocationRelease) ProtoMessage() {} func (*AllocationRelease) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{22} + return fileDescriptor_si_aaa89c60aa484fe1, []int{22} } func (m *AllocationRelease) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AllocationRelease.Unmarshal(m, b) @@ -1665,7 +1673,7 @@ func (m *AllocationAskRelease) Reset() { *m = AllocationAskRelease{} } func (m *AllocationAskRelease) String() string { return proto.CompactTextString(m) } func (*AllocationAskRelease) ProtoMessage() {} func (*AllocationAskRelease) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{23} + return fileDescriptor_si_aaa89c60aa484fe1, []int{23} } func (m *AllocationAskRelease) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AllocationAskRelease.Unmarshal(m, b) @@ -1744,7 +1752,7 @@ func (m *NodeInfo) Reset() { *m = NodeInfo{} } func (m *NodeInfo) String() string { return proto.CompactTextString(m) } func (*NodeInfo) ProtoMessage() {} func (*NodeInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{24} + return fileDescriptor_si_aaa89c60aa484fe1, []int{24} } func (m *NodeInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeInfo.Unmarshal(m, b) @@ -1821,7 +1829,7 @@ func (m *RejectedAllocationAsk) Reset() { *m = RejectedAllocationAsk{} } func (m *RejectedAllocationAsk) String() string { return proto.CompactTextString(m) } func (*RejectedAllocationAsk) ProtoMessage() {} func (*RejectedAllocationAsk) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{25} + return fileDescriptor_si_aaa89c60aa484fe1, []int{25} } func (m *RejectedAllocationAsk) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RejectedAllocationAsk.Unmarshal(m, b) @@ -1879,7 +1887,7 @@ func (m *PredicatesArgs) Reset() { *m = PredicatesArgs{} } func (m *PredicatesArgs) String() string { return proto.CompactTextString(m) } func (*PredicatesArgs) ProtoMessage() {} func (*PredicatesArgs) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{26} + return fileDescriptor_si_aaa89c60aa484fe1, []int{26} } func (m *PredicatesArgs) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PredicatesArgs.Unmarshal(m, b) @@ -1934,7 +1942,7 @@ func (m *ReSyncSchedulerCacheArgs) Reset() { *m = ReSyncSchedulerCacheAr func (m *ReSyncSchedulerCacheArgs) String() string { return proto.CompactTextString(m) } func (*ReSyncSchedulerCacheArgs) ProtoMessage() {} func (*ReSyncSchedulerCacheArgs) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{27} + return fileDescriptor_si_aaa89c60aa484fe1, []int{27} } func (m *ReSyncSchedulerCacheArgs) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReSyncSchedulerCacheArgs.Unmarshal(m, b) @@ -1982,7 +1990,7 @@ func (m *AssumedAllocation) Reset() { *m = AssumedAllocation{} } func (m *AssumedAllocation) String() string { return proto.CompactTextString(m) } func (*AssumedAllocation) ProtoMessage() {} func (*AssumedAllocation) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{28} + return fileDescriptor_si_aaa89c60aa484fe1, []int{28} } func (m *AssumedAllocation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AssumedAllocation.Unmarshal(m, b) @@ -2028,7 +2036,7 @@ func (m *ForgotAllocation) Reset() { *m = ForgotAllocation{} } func (m *ForgotAllocation) String() string { return proto.CompactTextString(m) } func (*ForgotAllocation) ProtoMessage() {} func (*ForgotAllocation) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{29} + return fileDescriptor_si_aaa89c60aa484fe1, []int{29} } func (m *ForgotAllocation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ForgotAllocation.Unmarshal(m, b) @@ -2073,7 +2081,7 @@ func (m *UpdateContainerSchedulingStateRequest) Reset() { *m = UpdateCon func (m *UpdateContainerSchedulingStateRequest) String() string { return proto.CompactTextString(m) } func (*UpdateContainerSchedulingStateRequest) ProtoMessage() {} func (*UpdateContainerSchedulingStateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{30} + return fileDescriptor_si_aaa89c60aa484fe1, []int{30} } func (m *UpdateContainerSchedulingStateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateContainerSchedulingStateRequest.Unmarshal(m, b) @@ -2133,7 +2141,7 @@ func (m *UpdateConfigurationRequest) Reset() { *m = UpdateConfigurationR func (m *UpdateConfigurationRequest) String() string { return proto.CompactTextString(m) } func (*UpdateConfigurationRequest) ProtoMessage() {} func (*UpdateConfigurationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{31} + return fileDescriptor_si_aaa89c60aa484fe1, []int{31} } func (m *UpdateConfigurationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateConfigurationRequest.Unmarshal(m, b) @@ -2176,7 +2184,7 @@ func (m *UpdateConfigurationResponse) Reset() { *m = UpdateConfiguration func (m *UpdateConfigurationResponse) String() string { return proto.CompactTextString(m) } func (*UpdateConfigurationResponse) ProtoMessage() {} func (*UpdateConfigurationResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{32} + return fileDescriptor_si_aaa89c60aa484fe1, []int{32} } func (m *UpdateConfigurationResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateConfigurationResponse.Unmarshal(m, b) @@ -2240,7 +2248,7 @@ func (m *EventRecord) Reset() { *m = EventRecord{} } func (m *EventRecord) String() string { return proto.CompactTextString(m) } func (*EventRecord) ProtoMessage() {} func (*EventRecord) Descriptor() ([]byte, []int) { - return fileDescriptor_si_4f9e5b3a38832831, []int{33} + return fileDescriptor_si_aaa89c60aa484fe1, []int{33} } func (m *EventRecord) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EventRecord.Unmarshal(m, b) @@ -2313,6 +2321,7 @@ var E_SiSecret = &proto.ExtensionDesc{ func init() { proto.RegisterType((*RegisterResourceManagerRequest)(nil), "si.v1.RegisterResourceManagerRequest") + proto.RegisterMapType((map[string]string)(nil), "si.v1.RegisterResourceManagerRequest.BuildInfoEntry") proto.RegisterType((*RegisterResourceManagerResponse)(nil), "si.v1.RegisterResourceManagerResponse") proto.RegisterType((*AllocationRequest)(nil), "si.v1.AllocationRequest") proto.RegisterType((*ApplicationRequest)(nil), "si.v1.ApplicationRequest") @@ -2643,143 +2652,145 @@ var _Scheduler_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("incubator-yunikorn-scheduler-interface/si.proto", fileDescriptor_si_4f9e5b3a38832831) -} - -var fileDescriptor_si_4f9e5b3a38832831 = []byte{ - // 2133 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x59, 0x4d, 0x8f, 0xdb, 0xc8, - 0xd1, 0x36, 0x25, 0xcd, 0x8c, 0x54, 0x9a, 0x0f, 0x4d, 0x6b, 0xd6, 0xa6, 0xb5, 0x7e, 0xd7, 0xf3, - 0x32, 0xeb, 0x81, 0x91, 0x85, 0x35, 0xbb, 0xde, 0xc5, 0xda, 0xb0, 0x9d, 0x6c, 0x34, 0x12, 0xbd, - 0x23, 0xd8, 0xfa, 0x70, 0x4b, 0x72, 0xb0, 0xb9, 0x08, 0x1c, 0xaa, 0x47, 0xa6, 0x47, 0x22, 0xb5, - 0x6c, 0x72, 0xe2, 0x41, 0x90, 0x4b, 0x80, 0xdc, 0x02, 0x04, 0x39, 0x05, 0x01, 0x72, 0x0b, 0x90, - 0x4b, 0xfe, 0x41, 0x4e, 0x39, 0xe6, 0x96, 0x4b, 0xf2, 0x0f, 0x72, 0xca, 0xaf, 0x08, 0xba, 0xd9, - 0xcd, 0x0f, 0x91, 0xb2, 0xe5, 0x64, 0x73, 0x63, 0x57, 0x3f, 0x55, 0xdd, 0x5d, 0x55, 0xfd, 0x74, - 0x75, 0x13, 0x8e, 0x2d, 0xdb, 0xf4, 0xcf, 0x0c, 0xcf, 0x71, 0xef, 0x5d, 0xf9, 0xb6, 0x75, 0xe1, - 0xb8, 0xf6, 0x3d, 0x6a, 0xbe, 0x22, 0x13, 0x7f, 0x46, 0xdc, 0x7b, 0x96, 0xed, 0x11, 0xf7, 0xdc, - 0x30, 0xc9, 0x31, 0xb5, 0xea, 0x0b, 0xd7, 0xf1, 0x1c, 0xb4, 0x41, 0xad, 0xfa, 0xe5, 0x67, 0xb5, - 0xc3, 0xa9, 0xe3, 0x4c, 0x67, 0xe4, 0x98, 0x0b, 0xcf, 0xfc, 0xf3, 0xe3, 0x09, 0xa1, 0xa6, 0x6b, - 0x2d, 0x3c, 0xc7, 0x0d, 0x80, 0xda, 0x02, 0x3e, 0xc2, 0x64, 0x6a, 0x51, 0x8f, 0xb8, 0x98, 0x50, - 0xc7, 0x77, 0x4d, 0xd2, 0x31, 0x6c, 0x63, 0xca, 0x9a, 0xdf, 0xfa, 0x84, 0x7a, 0x08, 0x41, 0xc1, - 0x9d, 0xb7, 0x5b, 0xaa, 0x72, 0xa8, 0xdc, 0x2d, 0x61, 0xfe, 0x8d, 0x54, 0xd8, 0xba, 0x24, 0x2e, - 0xb5, 0x1c, 0x5b, 0xcd, 0x71, 0xb1, 0x6c, 0xa2, 0x43, 0x28, 0x2f, 0x9c, 0x99, 0x65, 0x5e, 0x7d, - 0xed, 0x3a, 0xfe, 0x42, 0xcd, 0xf3, 0xde, 0xb8, 0x48, 0xfb, 0x7f, 0xb8, 0xbd, 0x72, 0x44, 0xba, - 0x70, 0x6c, 0x4a, 0xb4, 0x5f, 0x2b, 0xb0, 0xdf, 0x98, 0xcd, 0x1c, 0xd3, 0xf0, 0x2c, 0xc7, 0x96, - 0x13, 0xb9, 0x0b, 0x05, 0x83, 0x5e, 0x50, 0x55, 0x39, 0xcc, 0xdf, 0x2d, 0xdf, 0x3f, 0xa8, 0xf3, - 0x25, 0xd6, 0x23, 0x5c, 0x83, 0x5e, 0x60, 0x8e, 0x40, 0x4f, 0xa0, 0xe8, 0x92, 0x19, 0x31, 0x28, - 0xa1, 0x7c, 0x7e, 0xe5, 0xfb, 0x87, 0x29, 0x34, 0x16, 0x00, 0x61, 0x1d, 0x87, 0x1a, 0xe1, 0x82, - 0xf3, 0xd1, 0x82, 0xb5, 0xdf, 0x28, 0x80, 0x1a, 0x8b, 0xc5, 0xcc, 0x4a, 0x4e, 0xa9, 0x0e, 0x79, - 0x9b, 0xfc, 0x54, 0xcc, 0xe8, 0x96, 0x1c, 0x63, 0x32, 0x49, 0x43, 0x31, 0x03, 0xa2, 0x07, 0xb0, - 0xe9, 0x92, 0xb9, 0x73, 0x49, 0xd4, 0x1c, 0x57, 0xb9, 0x2d, 0x54, 0x30, 0x17, 0x66, 0x68, 0x09, - 0x78, 0xe6, 0x9c, 0x4e, 0xa1, 0xdc, 0x75, 0x26, 0x44, 0xce, 0xe5, 0x0e, 0x6c, 0xd8, 0xce, 0x84, - 0x48, 0xff, 0xec, 0x09, 0xd3, 0x0c, 0xd2, 0xb6, 0xcf, 0x1d, 0x1c, 0xf4, 0x86, 0x96, 0x72, 0x31, - 0x4b, 0xff, 0x62, 0xab, 0x8b, 0x79, 0x26, 0x08, 0x03, 0xfa, 0x5e, 0x7c, 0x75, 0xfb, 0x69, 0x0f, - 0xf2, 0x25, 0x7d, 0x11, 0xfa, 0x7a, 0x22, 0x16, 0xa5, 0xae, 0xf2, 0x75, 0xe8, 0xe3, 0x09, 0xfa, - 0x0a, 0xb6, 0xe5, 0x77, 0x83, 0xc5, 0x34, 0xcf, 0x35, 0x3f, 0xcc, 0x8c, 0xa9, 0x50, 0x4e, 0x28, - 0xa0, 0x87, 0x6c, 0xd8, 0xd7, 0xc4, 0xf4, 0xc8, 0x44, 0x2d, 0x24, 0xdc, 0x8f, 0x85, 0x38, 0x69, - 0x24, 0x44, 0x6b, 0x7f, 0x56, 0xa0, 0x9a, 0xf0, 0xb4, 0x58, 0xed, 0x97, 0x31, 0x8b, 0xc1, 0x92, - 0x6b, 0xcb, 0x16, 0x63, 0x5a, 0x21, 0x96, 0xe9, 0x19, 0xa6, 0x49, 0x16, 0x5e, 0xe8, 0x00, 0xa9, - 0xd7, 0x10, 0xe2, 0x84, 0x9e, 0xc4, 0xa2, 0xcf, 0x61, 0xcb, 0x5f, 0x4c, 0x0c, 0xa6, 0x16, 0xac, - 0xfe, 0xa6, 0x50, 0x1b, 0x05, 0xd2, 0xb8, 0x96, 0x44, 0x6a, 0x0b, 0xd8, 0x0e, 0x62, 0x2e, 0x26, - 0x7d, 0x9c, 0x9a, 0x74, 0x75, 0x69, 0xd2, 0x1c, 0x1e, 0xcd, 0xf6, 0x38, 0x35, 0xdb, 0xea, 0xd2, - 0x6c, 0x03, 0x05, 0x09, 0xd2, 0xfe, 0xa8, 0x00, 0x4a, 0xcf, 0x08, 0x7d, 0x0c, 0x3b, 0x46, 0xd4, - 0x0c, 0xe9, 0x21, 0x29, 0x44, 0x07, 0xb0, 0x41, 0x3d, 0xc3, 0x23, 0x22, 0xdb, 0x82, 0x06, 0x7a, - 0x04, 0x2a, 0xff, 0x18, 0xba, 0x86, 0x4d, 0x2d, 0x06, 0x1d, 0x5a, 0x73, 0x42, 0x3d, 0x63, 0x1e, - 0x10, 0x46, 0x1e, 0xaf, 0xec, 0x67, 0xcc, 0x33, 0x27, 0x94, 0x1a, 0x53, 0xa2, 0x16, 0x02, 0xe6, - 0x11, 0x4d, 0x6d, 0x00, 0xd5, 0x8c, 0x40, 0xad, 0x39, 0xd1, 0xeb, 0x6c, 0x63, 0x1a, 0x34, 0xe4, - 0x33, 0xd1, 0xd2, 0x1e, 0x43, 0x35, 0x23, 0x8a, 0xeb, 0x19, 0xd5, 0x7e, 0x08, 0xdb, 0xf1, 0x28, - 0xb0, 0x41, 0xd8, 0x1e, 0x0c, 0xe1, 0xa2, 0xb5, 0x72, 0xf0, 0x23, 0xd8, 0x8e, 0x07, 0x65, 0x95, - 0xbe, 0x66, 0x43, 0xb1, 0xef, 0x5a, 0x8e, 0x6b, 0x79, 0x57, 0xe8, 0x08, 0x76, 0x16, 0xe2, 0xfb, - 0xa5, 0x31, 0xf3, 0x09, 0x87, 0x6e, 0x9c, 0x5e, 0xc3, 0x49, 0x31, 0xaa, 0xc3, 0xbe, 0x14, 0x34, - 0x67, 0x06, 0xa5, 0x5d, 0x63, 0x2e, 0xa2, 0x74, 0x7a, 0x0d, 0xa7, 0xbb, 0x4e, 0x00, 0x8a, 0x52, - 0xa8, 0xfd, 0x56, 0x81, 0xa2, 0xa4, 0x6e, 0xf4, 0x04, 0x4a, 0xae, 0xf8, 0x96, 0xd4, 0xf3, 0x51, - 0x98, 0x82, 0x81, 0x3c, 0xfc, 0xa0, 0xba, 0xed, 0xb9, 0x57, 0x38, 0x52, 0xa8, 0x75, 0x60, 0x37, - 0xd9, 0x89, 0x2a, 0x90, 0xbf, 0x20, 0x57, 0x62, 0x85, 0xec, 0x93, 0x11, 0xdb, 0x25, 0x5f, 0x4a, - 0x40, 0xe5, 0x92, 0xd8, 0x5e, 0xf8, 0x86, 0xed, 0x59, 0xde, 0x15, 0x0e, 0x7a, 0x1f, 0xe5, 0x1e, - 0x2a, 0xda, 0x21, 0x14, 0xa5, 0x98, 0xe5, 0xde, 0x65, 0xe8, 0x81, 0xbc, 0x40, 0x69, 0xbf, 0x28, - 0xc0, 0x4e, 0x82, 0x19, 0x78, 0x2c, 0x43, 0xc1, 0xb3, 0x70, 0xe8, 0xa4, 0x30, 0x1d, 0xf1, 0x5c, - 0x56, 0x1a, 0x7d, 0x0c, 0x3b, 0x0b, 0xc3, 0xf5, 0x78, 0xce, 0x72, 0x8f, 0x06, 0x7c, 0x9d, 0x14, - 0xa2, 0xcf, 0xa0, 0x2c, 0x3d, 0xd0, 0xa0, 0x17, 0x3c, 0x8f, 0xa3, 0x65, 0x49, 0x77, 0xe0, 0x38, - 0x06, 0x1d, 0xc1, 0xee, 0xdc, 0x78, 0x13, 0x4d, 0x9c, 0xaa, 0x1b, 0x2c, 0xae, 0x78, 0x49, 0x8a, - 0x3e, 0x89, 0xc2, 0xa4, 0x6e, 0x26, 0xec, 0xca, 0x0c, 0xc1, 0x21, 0x00, 0x9d, 0xc0, 0x2d, 0xf2, - 0x86, 0x98, 0xbe, 0xdc, 0x61, 0x8e, 0xef, 0x75, 0xac, 0xd9, 0xcc, 0x1a, 0x10, 0xd3, 0xb1, 0x27, - 0x54, 0xdd, 0xe2, 0x8e, 0x7b, 0x2b, 0x06, 0xdd, 0x87, 0x82, 0x67, 0x4c, 0xa9, 0x5a, 0x4c, 0x44, - 0x3e, 0xe1, 0xe1, 0xfa, 0xd0, 0x98, 0x8a, 0xc8, 0x73, 0x2c, 0xf3, 0x92, 0x67, 0xd0, 0x0b, 0x5e, - 0x0e, 0x70, 0x2f, 0x95, 0x02, 0x2f, 0x25, 0x84, 0xbc, 0x92, 0x98, 0x19, 0x26, 0x79, 0xe5, 0xcc, - 0x26, 0xc4, 0x55, 0xe1, 0x50, 0xb9, 0x5b, 0xc4, 0x71, 0x51, 0xed, 0x01, 0x94, 0x42, 0xd3, 0x19, - 0x79, 0x73, 0x10, 0xcf, 0x9b, 0x52, 0x3c, 0x4d, 0xfe, 0x9e, 0x87, 0x0f, 0x32, 0x4f, 0xe9, 0x35, - 0xd9, 0xe2, 0x16, 0x94, 0xbe, 0xf5, 0x89, 0x4f, 0xa2, 0x4d, 0x83, 0x23, 0xc1, 0x9a, 0x49, 0x70, - 0x0f, 0xf2, 0xfe, 0xd4, 0x12, 0xc1, 0x97, 0x07, 0xdf, 0x88, 0x12, 0x97, 0x7b, 0x80, 0x9d, 0xd8, - 0xee, 0x5c, 0x1c, 0xb3, 0xfe, 0xd4, 0x42, 0x8f, 0x84, 0x9f, 0x37, 0xb8, 0x9f, 0x8f, 0xde, 0x56, - 0x6a, 0xa4, 0xfc, 0xfd, 0xae, 0x38, 0x6f, 0xae, 0x11, 0xe7, 0x07, 0xb0, 0x1b, 0x73, 0x3d, 0x4b, - 0xdb, 0xad, 0xec, 0xb4, 0x5d, 0x82, 0xa1, 0x4f, 0xa1, 0x3a, 0x35, 0xec, 0xe9, 0x20, 0xa8, 0x56, - 0x2d, 0x7b, 0x3a, 0xf0, 0xae, 0x66, 0x44, 0x2d, 0x72, 0x9f, 0x64, 0x75, 0xfd, 0xe7, 0x61, 0x3d, - 0x07, 0x75, 0x55, 0x21, 0xb5, 0x66, 0x60, 0x53, 0xa1, 0xcb, 0x65, 0x84, 0x4e, 0x3b, 0x81, 0x83, - 0xac, 0x40, 0xb1, 0xd2, 0xca, 0xa7, 0xc4, 0x95, 0x95, 0x32, 0xfb, 0x66, 0x9c, 0x3d, 0x65, 0x38, - 0xca, 0x4f, 0xdb, 0x12, 0x16, 0x2d, 0xed, 0x57, 0x05, 0x80, 0x68, 0x97, 0xac, 0x49, 0x42, 0x1d, - 0xd8, 0x8d, 0x04, 0xcc, 0x47, 0xe2, 0x08, 0xbf, 0x93, 0xda, 0x76, 0xb1, 0xcf, 0x28, 0x1b, 0x96, - 0x94, 0xd9, 0x7c, 0x47, 0xa3, 0xa8, 0xa8, 0x64, 0xdf, 0xe8, 0x31, 0x54, 0x24, 0xef, 0xf4, 0x89, - 0xcb, 0xad, 0x70, 0xaa, 0xc9, 0x88, 0x74, 0x0a, 0xf8, 0x7e, 0xec, 0x93, 0xd8, 0x44, 0x5b, 0xcb, - 0x9b, 0x28, 0x3a, 0xeb, 0x8a, 0x89, 0xb3, 0x32, 0x15, 0xc7, 0xd2, 0x5a, 0x71, 0x84, 0xac, 0x2d, - 0x98, 0xe2, 0xa1, 0xf2, 0x1a, 0x3c, 0xb4, 0x9d, 0xe6, 0xa1, 0x06, 0x54, 0x33, 0xdc, 0xfd, 0x5e, - 0xa9, 0xfb, 0x17, 0x05, 0x6e, 0xae, 0xbc, 0x9b, 0xa0, 0xe7, 0x70, 0x10, 0x85, 0x8e, 0x0e, 0x1d, - 0xd1, 0x2f, 0x8e, 0xdb, 0xd5, 0xf5, 0x76, 0xa6, 0x16, 0x1a, 0xc1, 0x0d, 0x23, 0xce, 0xcf, 0x31, - 0x83, 0xb9, 0x77, 0x97, 0xe1, 0xab, 0x74, 0xb5, 0xbf, 0x2d, 0x5d, 0xda, 0x82, 0xc1, 0x52, 0x91, - 0x50, 0x56, 0x44, 0x62, 0x8d, 0xd3, 0x35, 0x2b, 0x5f, 0x7f, 0x04, 0x7b, 0x1e, 0x71, 0xe7, 0x96, - 0x1d, 0x38, 0xff, 0x6a, 0x11, 0xd4, 0x85, 0xbb, 0xf7, 0xaf, 0x8b, 0x45, 0x0c, 0x93, 0xbd, 0x78, - 0x19, 0x1e, 0xaf, 0x28, 0x37, 0x92, 0x15, 0xe5, 0x3f, 0x15, 0x38, 0xc8, 0xf2, 0xc1, 0x77, 0xba, - 0xa8, 0xc4, 0xce, 0x67, 0xf9, 0x92, 0x5f, 0xde, 0xf9, 0x2c, 0x73, 0xfe, 0x97, 0xcb, 0xfc, 0x7d, - 0x01, 0x8a, 0xf2, 0x96, 0xb8, 0xb2, 0x46, 0xfd, 0x02, 0x36, 0x0d, 0xd3, 0x93, 0x17, 0xfe, 0xdd, - 0xf0, 0xb6, 0x25, 0x15, 0xeb, 0x0d, 0xde, 0xfb, 0xd4, 0x75, 0xe6, 0xb8, 0x83, 0x05, 0x16, 0x7d, - 0x05, 0x60, 0x78, 0x9e, 0x6b, 0x9d, 0xf9, 0x1e, 0x91, 0x97, 0xbc, 0xdb, 0x29, 0xcd, 0x10, 0x11, - 0xd0, 0x54, 0x4c, 0x05, 0x35, 0xa0, 0x2a, 0xde, 0x39, 0x8c, 0xb3, 0x19, 0x91, 0xd4, 0xb3, 0xaa, - 0x64, 0xca, 0xc2, 0x32, 0x46, 0x73, 0x4c, 0xd3, 0x5f, 0x58, 0x64, 0x12, 0xea, 0xaf, 0x62, 0xb4, - 0x65, 0x20, 0x6a, 0x42, 0x95, 0xbc, 0xb1, 0xa8, 0x67, 0xd9, 0xd3, 0x78, 0xf1, 0xb5, 0xb9, 0xea, - 0x4a, 0x9c, 0x85, 0xae, 0xfd, 0x00, 0xf6, 0x96, 0xd6, 0xf8, 0x5e, 0xdc, 0xf0, 0x73, 0x76, 0x0d, - 0x88, 0x9c, 0x8b, 0x6a, 0x70, 0x7d, 0xd4, 0x7d, 0xd6, 0xed, 0xfd, 0xb8, 0x3b, 0x6e, 0x34, 0x87, - 0xed, 0x5e, 0x77, 0xfc, 0x14, 0xf7, 0x3a, 0x63, 0xdc, 0xa9, 0x5c, 0x43, 0x00, 0x9b, 0x4d, 0xac, - 0x37, 0x86, 0x7a, 0x45, 0x61, 0xdf, 0xa3, 0x7e, 0x8b, 0x7d, 0xe7, 0xd0, 0x2e, 0x40, 0x0b, 0x37, - 0xda, 0xdd, 0x71, 0xb7, 0xd7, 0xd2, 0x2b, 0x79, 0xb4, 0x07, 0xe5, 0x96, 0xde, 0xec, 0x75, 0xda, - 0x83, 0x41, 0xbb, 0xd7, 0xad, 0x14, 0x90, 0x0a, 0x07, 0x01, 0x60, 0xd8, 0x1b, 0x0f, 0x9a, 0xa7, - 0x7a, 0x6b, 0xf4, 0xbc, 0x71, 0xf2, 0x5c, 0xaf, 0x6c, 0x68, 0x3f, 0x83, 0x0f, 0x32, 0xaf, 0xd4, - 0xdf, 0x69, 0xe1, 0x1c, 0x5d, 0x81, 0xf2, 0x89, 0x2b, 0xd0, 0x6b, 0xd8, 0xed, 0xbb, 0x64, 0xc2, - 0x80, 0x84, 0x36, 0xdc, 0xa0, 0x78, 0x5c, 0x63, 0xd4, 0x28, 0x8d, 0x73, 0x89, 0x34, 0xae, 0x41, - 0x51, 0x00, 0x83, 0xb2, 0xac, 0x88, 0xc3, 0xb6, 0xf6, 0x27, 0x85, 0xd5, 0x0f, 0x83, 0x2b, 0xdb, - 0x1c, 0xc8, 0xa7, 0xb5, 0xa6, 0x61, 0xbe, 0x22, 0x7c, 0xd8, 0x53, 0x40, 0x06, 0xa5, 0xfe, 0x3c, - 0xee, 0x04, 0xba, 0x4c, 0xc0, 0xcb, 0x00, 0x9c, 0xa1, 0x83, 0x74, 0xd8, 0x3f, 0x77, 0xdc, 0x29, - 0xf1, 0xe2, 0x86, 0x02, 0xe2, 0xbd, 0x21, 0x0c, 0x3d, 0x75, 0xdc, 0xa9, 0x13, 0xeb, 0xc7, 0x69, - 0x0d, 0xed, 0x05, 0xec, 0xa7, 0xc6, 0xfb, 0xef, 0x9c, 0xa3, 0x3d, 0x84, 0xca, 0xf2, 0xc8, 0xeb, - 0x59, 0xd4, 0xfe, 0x9a, 0x83, 0x3b, 0xc1, 0x23, 0x41, 0xd3, 0xb1, 0x3d, 0xc3, 0xb2, 0x89, 0x1b, - 0xaf, 0xea, 0x0c, 0x2f, 0x7c, 0xa5, 0x3a, 0x82, 0x5d, 0x11, 0x79, 0x37, 0x51, 0x88, 0x2d, 0x49, - 0xd3, 0xe3, 0xe6, 0xb2, 0x56, 0x82, 0xe5, 0xfb, 0x42, 0x9e, 0x93, 0xd2, 0x93, 0xc4, 0x0b, 0xca, - 0x3b, 0xa6, 0x52, 0x5f, 0x16, 0x8b, 0xd7, 0x89, 0x28, 0x15, 0x0b, 0x89, 0x54, 0x24, 0xb0, 0xb7, - 0xa4, 0x81, 0x6e, 0x81, 0x2a, 0x77, 0xa2, 0xd8, 0x33, 0xed, 0xee, 0xd7, 0xe3, 0xc1, 0x90, 0xed, - 0xb9, 0x6b, 0xa8, 0x0c, 0x5b, 0x83, 0x67, 0xed, 0x7e, 0x5f, 0x6f, 0x55, 0x14, 0xb4, 0x03, 0x25, - 0x01, 0xd1, 0x5b, 0x95, 0x1c, 0xda, 0x86, 0x22, 0xd6, 0x07, 0x3a, 0x7e, 0xa9, 0xb7, 0x2a, 0x79, - 0xb6, 0x53, 0x9f, 0x36, 0xda, 0xac, 0xa7, 0xa0, 0x7d, 0x09, 0xb5, 0x70, 0xfa, 0xe7, 0xd6, 0xd4, - 0x77, 0x13, 0x65, 0xac, 0x0a, 0x5b, 0x26, 0x97, 0x53, 0xe1, 0x37, 0xd9, 0xd4, 0xe6, 0xf0, 0x61, - 0xa6, 0x9e, 0x78, 0x28, 0x52, 0x61, 0x8b, 0xfa, 0xa6, 0x49, 0x68, 0xa0, 0x58, 0xc4, 0xb2, 0xc9, - 0xea, 0x30, 0x67, 0x36, 0x09, 0xb4, 0xe4, 0x65, 0x26, 0x14, 0xac, 0xdc, 0x98, 0xbf, 0xcb, 0x41, - 0x59, 0xbf, 0x24, 0xb6, 0x87, 0x89, 0xe9, 0xb8, 0x13, 0xf4, 0x09, 0x14, 0x3c, 0x76, 0x2a, 0x29, - 0x3c, 0x10, 0x32, 0x91, 0x63, 0x88, 0x3a, 0x3f, 0x96, 0x38, 0x88, 0xed, 0x42, 0xe7, 0x8c, 0x51, - 0x4a, 0x98, 0x82, 0x61, 0x9b, 0x4d, 0x94, 0x97, 0xc8, 0xe1, 0x39, 0x2f, 0x9b, 0xab, 0x02, 0xb3, - 0xfa, 0x64, 0xe3, 0x05, 0x9e, 0x7c, 0x39, 0xea, 0x1a, 0xb6, 0x23, 0x6e, 0x3a, 0x49, 0xa1, 0xd6, - 0x83, 0x02, 0x3f, 0x21, 0x63, 0xd1, 0xd4, 0x5f, 0xea, 0xdd, 0x21, 0xd6, 0x9b, 0x3d, 0xdc, 0x1a, - 0x0f, 0xbf, 0xe9, 0x8b, 0x68, 0x62, 0xfd, 0xc5, 0x48, 0x1f, 0x0c, 0x2b, 0x0a, 0xda, 0x82, 0x7c, - 0xa3, 0xdf, 0xaf, 0xe4, 0x50, 0x11, 0x0a, 0x82, 0x51, 0x4b, 0xb0, 0xf1, 0x62, 0xa4, 0x8f, 0xf4, - 0x4a, 0xe1, 0xfb, 0xbf, 0x54, 0x60, 0x6f, 0xe9, 0x3c, 0x8e, 0x1b, 0x1f, 0xea, 0xb8, 0xd3, 0xee, - 0x36, 0x38, 0x73, 0x0b, 0xe3, 0xfb, 0xb0, 0x33, 0x18, 0xf6, 0x58, 0xaa, 0x8c, 0x4f, 0xbe, 0x61, - 0x4c, 0xae, 0xb0, 0xf1, 0x86, 0xed, 0x8e, 0xde, 0x1b, 0x0d, 0x2b, 0x39, 0x46, 0xf9, 0x7d, 0xac, - 0xeb, 0x9d, 0xfe, 0x30, 0x40, 0xc8, 0x54, 0xc2, 0x95, 0x3c, 0x63, 0xee, 0xfe, 0xf3, 0x46, 0x53, - 0x3f, 0xed, 0x3d, 0x6f, 0xe9, 0x78, 0x8c, 0x75, 0xde, 0x6a, 0x55, 0x0a, 0xf7, 0xff, 0x91, 0x83, - 0x52, 0x48, 0x65, 0xe8, 0x35, 0xdc, 0x58, 0xf1, 0xee, 0x8e, 0xee, 0x84, 0x07, 0xe1, 0xdb, 0xfe, - 0x04, 0xd4, 0x8e, 0xde, 0x05, 0x13, 0xcf, 0xf7, 0xd7, 0x50, 0x07, 0x2a, 0x41, 0x32, 0xc6, 0x98, - 0x24, 0xab, 0x4c, 0x0d, 0xec, 0xde, 0xcc, 0xe8, 0x91, 0xa6, 0xee, 0x2a, 0x9f, 0x2a, 0xa8, 0x0f, - 0xfb, 0xc2, 0x5c, 0xec, 0x0d, 0x2e, 0xd4, 0x4a, 0x5d, 0xf6, 0x6a, 0xb5, 0xac, 0xae, 0x84, 0xc5, - 0xc7, 0x00, 0x81, 0x45, 0xfe, 0xb0, 0x86, 0x62, 0x25, 0x89, 0xb4, 0x51, 0x4d, 0xc8, 0xe2, 0xca, - 0x8f, 0x1e, 0x43, 0x89, 0x5a, 0x63, 0x4a, 0x4c, 0x97, 0x78, 0xe8, 0xff, 0xea, 0xc1, 0x3f, 0x96, - 0xba, 0xfc, 0xc7, 0x52, 0x7f, 0x6a, 0x91, 0xd9, 0xa4, 0xb7, 0x08, 0x88, 0xfd, 0x0f, 0xc5, 0xe0, - 0x94, 0xa1, 0xec, 0x26, 0xed, 0x12, 0xef, 0xa4, 0xfc, 0x93, 0xd2, 0xcc, 0x3a, 0x3b, 0x9e, 0x3a, - 0xc7, 0xd4, 0x3a, 0xdb, 0xe4, 0x4a, 0x9f, 0xff, 0x3b, 0x00, 0x00, 0xff, 0xff, 0x39, 0xca, 0xd6, - 0x08, 0xe0, 0x19, 0x00, 0x00, + proto.RegisterFile("incubator-yunikorn-scheduler-interface/si.proto", fileDescriptor_si_aaa89c60aa484fe1) +} + +var fileDescriptor_si_aaa89c60aa484fe1 = []byte{ + // 2163 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x59, 0x4f, 0x6f, 0xdb, 0xc8, + 0x15, 0x0f, 0x25, 0xd9, 0x96, 0x9e, 0x6d, 0x59, 0x1e, 0x79, 0x13, 0x46, 0x9b, 0x6e, 0x5c, 0x76, + 0x63, 0x04, 0x5d, 0x44, 0xde, 0xcd, 0x06, 0x9b, 0x20, 0x49, 0xbb, 0x95, 0x25, 0x66, 0x2d, 0x24, + 0xfa, 0x93, 0x91, 0x94, 0x62, 0x7b, 0x11, 0x68, 0x6a, 0xac, 0x30, 0x96, 0x48, 0x2d, 0x87, 0x4c, + 0x63, 0x14, 0xbd, 0x2c, 0xd0, 0x5b, 0x81, 0xa2, 0xa7, 0xa2, 0x40, 0x6f, 0x05, 0x7a, 0xe9, 0x37, + 0xe8, 0xa9, 0xc7, 0xde, 0x7a, 0x69, 0xbf, 0x41, 0x4f, 0xfd, 0x14, 0xc5, 0x0c, 0x67, 0xf8, 0x47, + 0xa4, 0x12, 0xa5, 0xdd, 0xde, 0x38, 0x6f, 0xde, 0x7b, 0xf3, 0xe6, 0xbd, 0x37, 0xbf, 0xf7, 0x66, + 0x08, 0xc7, 0x96, 0x6d, 0xfa, 0x67, 0x86, 0xe7, 0xb8, 0x77, 0x2e, 0x7d, 0xdb, 0xba, 0x70, 0x5c, + 0xfb, 0x0e, 0x35, 0x5f, 0x92, 0x89, 0x3f, 0x23, 0xee, 0x1d, 0xcb, 0xf6, 0x88, 0x7b, 0x6e, 0x98, + 0xe4, 0x98, 0x5a, 0xf5, 0x85, 0xeb, 0x78, 0x0e, 0xda, 0xa0, 0x56, 0xfd, 0xf5, 0x67, 0xb5, 0xc3, + 0xa9, 0xe3, 0x4c, 0x67, 0xe4, 0x98, 0x13, 0xcf, 0xfc, 0xf3, 0xe3, 0x09, 0xa1, 0xa6, 0x6b, 0x2d, + 0x3c, 0xc7, 0x0d, 0x18, 0xb5, 0x6f, 0x73, 0xf0, 0x11, 0x26, 0x53, 0x8b, 0x7a, 0xc4, 0xc5, 0x84, + 0x3a, 0xbe, 0x6b, 0x92, 0x8e, 0x61, 0x1b, 0x53, 0x36, 0xfc, 0xc6, 0x27, 0xd4, 0x43, 0x08, 0x0a, + 0xee, 0xbc, 0xdd, 0x52, 0x95, 0x43, 0xe5, 0x76, 0x09, 0xf3, 0x6f, 0xa4, 0xc2, 0xd6, 0x6b, 0xe2, + 0x52, 0xcb, 0xb1, 0xd5, 0x1c, 0x27, 0xcb, 0x21, 0x3a, 0x84, 0xed, 0x85, 0x33, 0xb3, 0xcc, 0xcb, + 0xaf, 0x5c, 0xc7, 0x5f, 0xa8, 0x79, 0x3e, 0x1b, 0x27, 0x21, 0x0c, 0xa5, 0x33, 0xdf, 0x9a, 0x4d, + 0xda, 0xf6, 0xb9, 0xa3, 0x16, 0x0e, 0xf3, 0xb7, 0xb7, 0xef, 0xde, 0xab, 0x73, 0x7b, 0xeb, 0x6f, + 0xb7, 0xa4, 0x7e, 0x22, 0xc5, 0x74, 0xdb, 0x73, 0x2f, 0x71, 0xa4, 0xa6, 0xf6, 0x18, 0xca, 0xc9, + 0x49, 0x54, 0x81, 0xfc, 0x05, 0xb9, 0x14, 0x46, 0xb3, 0x4f, 0x74, 0x00, 0x1b, 0xaf, 0x8d, 0x99, + 0x4f, 0x84, 0xc5, 0xc1, 0xe0, 0x61, 0xee, 0x81, 0xa2, 0x7d, 0x1f, 0x6e, 0xae, 0x5c, 0x99, 0x2e, + 0x1c, 0x9b, 0x12, 0xed, 0x37, 0x0a, 0xec, 0x37, 0x66, 0x33, 0xc7, 0x34, 0x3c, 0xcb, 0xb1, 0xa5, + 0x6b, 0x6e, 0x43, 0xc1, 0xa0, 0x17, 0x54, 0x55, 0xf8, 0x2e, 0x0e, 0xc4, 0x2e, 0x22, 0xbe, 0x06, + 0xbd, 0xc0, 0x9c, 0x03, 0x3d, 0x86, 0xa2, 0x4b, 0x66, 0xc4, 0xa0, 0x84, 0xf2, 0xf5, 0xb7, 0xef, + 0x1e, 0xa6, 0xb8, 0xb1, 0x60, 0x10, 0xda, 0x71, 0x28, 0x11, 0x86, 0x20, 0x1f, 0x85, 0x40, 0xfb, + 0xad, 0x02, 0xa8, 0xb1, 0x58, 0xcc, 0xac, 0xa4, 0x49, 0x75, 0xc8, 0xdb, 0xe4, 0xe7, 0xc2, 0xa2, + 0x1b, 0x72, 0x8d, 0xc9, 0x24, 0xcd, 0x8a, 0x19, 0x23, 0xba, 0x0f, 0x9b, 0x2e, 0x99, 0x3b, 0xaf, + 0x99, 0x5b, 0x98, 0xc8, 0xcd, 0x30, 0x14, 0x8c, 0x98, 0x21, 0x25, 0xd8, 0x33, 0x6d, 0x3a, 0x85, + 0xed, 0xae, 0x33, 0x21, 0xd2, 0x96, 0x5b, 0xb0, 0x61, 0x3b, 0x13, 0x22, 0xfd, 0xb3, 0x27, 0x54, + 0x33, 0x16, 0x16, 0x28, 0x1c, 0xcc, 0x86, 0x9a, 0x72, 0x31, 0x4d, 0xff, 0x66, 0xbb, 0x8b, 0x79, + 0x26, 0x08, 0x03, 0xfa, 0x41, 0x7c, 0x77, 0xfb, 0x69, 0x0f, 0xf2, 0x2d, 0xdd, 0x0b, 0x7d, 0x3d, + 0x11, 0x9b, 0x52, 0x57, 0xf9, 0x3a, 0xf4, 0xf1, 0x04, 0x7d, 0x09, 0x3b, 0xf2, 0xbb, 0xc1, 0x62, + 0x9a, 0xe7, 0x92, 0x1f, 0x66, 0xc6, 0x54, 0x08, 0x27, 0x04, 0xd0, 0x03, 0xb6, 0xec, 0x2b, 0x62, + 0x7a, 0x64, 0x22, 0xd2, 0xfa, 0x46, 0xe8, 0xcb, 0x80, 0x9c, 0x54, 0x12, 0x72, 0x6b, 0x7f, 0x51, + 0xa0, 0x9a, 0xf0, 0xb4, 0xd8, 0xed, 0x17, 0x31, 0x8d, 0xc1, 0x96, 0x6b, 0xcb, 0x1a, 0x63, 0x52, + 0x21, 0x2f, 0x93, 0x33, 0x4c, 0x93, 0x2c, 0xbc, 0xd0, 0x01, 0x52, 0xae, 0x21, 0xc8, 0x09, 0x39, + 0xc9, 0x8b, 0x3e, 0x87, 0x2d, 0x7f, 0x31, 0x31, 0x98, 0x58, 0xb0, 0xfb, 0xeb, 0x42, 0x6c, 0x14, + 0x50, 0xe3, 0x52, 0x92, 0x53, 0x5b, 0xc0, 0x4e, 0x10, 0x73, 0x61, 0xf4, 0x71, 0xca, 0xe8, 0xea, + 0x92, 0xd1, 0x9c, 0x3d, 0xb2, 0xf6, 0x38, 0x65, 0x6d, 0x75, 0xc9, 0xda, 0x40, 0x40, 0x32, 0x69, + 0x7f, 0x52, 0x00, 0xa5, 0x2d, 0x42, 0x1f, 0xc3, 0xae, 0x11, 0x0d, 0x43, 0xc0, 0x4a, 0x12, 0x19, + 0x0a, 0x50, 0xcf, 0xf0, 0x42, 0x14, 0xe0, 0x03, 0xf4, 0x10, 0x54, 0xfe, 0x31, 0x74, 0x0d, 0x9b, + 0x5a, 0x8c, 0x75, 0x68, 0xcd, 0x09, 0xf5, 0x8c, 0x79, 0x00, 0x61, 0x79, 0xbc, 0x72, 0x9e, 0x61, + 0xe1, 0x9c, 0x50, 0x6a, 0x4c, 0x89, 0x5a, 0x08, 0xb0, 0x50, 0x0c, 0xb5, 0x01, 0x54, 0x33, 0x02, + 0xb5, 0xa6, 0xa1, 0x57, 0xd9, 0xc1, 0x34, 0x68, 0x88, 0xb0, 0x62, 0xa4, 0x3d, 0x82, 0x6a, 0x46, + 0x14, 0xd7, 0x53, 0xaa, 0xfd, 0x18, 0x76, 0xe2, 0x51, 0x60, 0x8b, 0xb0, 0x33, 0x18, 0xb2, 0x8b, + 0xd1, 0xca, 0xc5, 0x8f, 0x60, 0x27, 0x1e, 0x94, 0x55, 0xf2, 0x9a, 0x0d, 0xc5, 0xbe, 0x6b, 0x39, + 0xae, 0xe5, 0x5d, 0xa2, 0x23, 0xd8, 0x5d, 0x88, 0xef, 0x17, 0x1c, 0x7f, 0x19, 0xeb, 0xc6, 0xe9, + 0x15, 0x9c, 0x24, 0xa3, 0x3a, 0xec, 0x4b, 0x42, 0x73, 0x66, 0x50, 0xda, 0x35, 0xe6, 0x22, 0x4a, + 0xa7, 0x57, 0x70, 0x7a, 0xea, 0x04, 0xa0, 0x28, 0x89, 0xda, 0xef, 0x14, 0x28, 0x4a, 0xe8, 0x46, + 0x8f, 0xa1, 0xe4, 0x8a, 0x6f, 0x09, 0x3d, 0x1f, 0x85, 0x29, 0x18, 0xd0, 0xc3, 0x0f, 0x2a, 0x4a, + 0x49, 0x28, 0x50, 0xeb, 0x40, 0x39, 0x39, 0x99, 0x51, 0x4a, 0x6e, 0xc5, 0x4b, 0x49, 0x04, 0x6c, + 0xcf, 0x7d, 0xc3, 0xf6, 0x2c, 0xef, 0x32, 0x5e, 0x5b, 0x0e, 0xa1, 0x28, 0xc9, 0x51, 0x05, 0x52, + 0x78, 0x4a, 0x05, 0x03, 0xed, 0xdb, 0x02, 0xec, 0x26, 0x90, 0x81, 0xc7, 0x32, 0x24, 0x3c, 0x0d, + 0x97, 0x4e, 0x12, 0xd3, 0x11, 0xcf, 0x65, 0xa5, 0xd1, 0xc7, 0xb0, 0xbb, 0x30, 0x5c, 0x8f, 0xe7, + 0x2c, 0xf7, 0x68, 0x80, 0xd7, 0x49, 0x22, 0xfa, 0x0c, 0xb6, 0xa5, 0x07, 0x1a, 0xf4, 0x82, 0xe7, + 0x71, 0xb4, 0x2d, 0xe9, 0x0e, 0x1c, 0xe7, 0x41, 0x47, 0x50, 0x9e, 0x1b, 0x6f, 0x22, 0xc3, 0xa9, + 0xba, 0xc1, 0xe2, 0x8a, 0x97, 0xa8, 0xe8, 0x93, 0x28, 0x4c, 0xea, 0x66, 0x42, 0xaf, 0xcc, 0x10, + 0x1c, 0x32, 0xa0, 0x13, 0xb8, 0x41, 0xde, 0x10, 0xd3, 0x97, 0x27, 0xcc, 0xf1, 0xbd, 0x8e, 0x35, + 0x9b, 0x59, 0x03, 0x62, 0x3a, 0xf6, 0x84, 0xaa, 0x5b, 0xdc, 0x71, 0x6f, 0xe5, 0x41, 0x77, 0xa1, + 0xe0, 0x19, 0x53, 0xaa, 0x16, 0x13, 0x91, 0x4f, 0x78, 0xb8, 0x3e, 0x34, 0xa6, 0x22, 0xf2, 0x9c, + 0x97, 0x79, 0xc9, 0x33, 0xe8, 0x05, 0x6f, 0x50, 0xb8, 0x97, 0x4a, 0x81, 0x97, 0x12, 0x44, 0xde, + 0xdb, 0xcc, 0x0c, 0x93, 0xbc, 0x74, 0x66, 0x13, 0xe2, 0xaa, 0x70, 0xa8, 0xdc, 0x2e, 0xe2, 0x38, + 0xa9, 0x76, 0x1f, 0x4a, 0xa1, 0xea, 0xf7, 0x6a, 0x41, 0xfe, 0x91, 0x87, 0x0f, 0x32, 0xab, 0xf4, + 0x9a, 0x68, 0x71, 0x03, 0x4a, 0xdf, 0xf8, 0xc4, 0x27, 0xd1, 0xa1, 0xc1, 0x11, 0x61, 0xcd, 0x24, + 0xb8, 0x03, 0x79, 0x7f, 0x6a, 0x89, 0xe0, 0xcb, 0xc2, 0x37, 0xa2, 0xc4, 0xe5, 0x1e, 0x60, 0x15, + 0xdb, 0x9d, 0x8b, 0x32, 0xeb, 0x4f, 0x2d, 0xf4, 0x50, 0xf8, 0x79, 0x83, 0xfb, 0xf9, 0xe8, 0x6d, + 0xad, 0x46, 0xca, 0xdf, 0xef, 0x8a, 0xf3, 0xe6, 0x1a, 0x71, 0xbe, 0x0f, 0xe5, 0x98, 0xeb, 0x59, + 0xda, 0x6e, 0x65, 0xa7, 0xed, 0x12, 0x1b, 0xfa, 0x14, 0xaa, 0x53, 0xc3, 0x9e, 0x0e, 0x82, 0x06, + 0xda, 0xb2, 0xa7, 0x03, 0xef, 0x72, 0x46, 0xd4, 0x22, 0xf7, 0x49, 0xd6, 0xd4, 0x7f, 0x1f, 0xd6, + 0x73, 0x50, 0x57, 0x35, 0x52, 0x6b, 0x06, 0x36, 0x15, 0xba, 0x5c, 0x46, 0xe8, 0xb4, 0x13, 0x38, + 0xc8, 0x0a, 0x14, 0x6b, 0xad, 0x7c, 0x4a, 0x5c, 0xd9, 0xbb, 0xb3, 0x6f, 0x86, 0xd9, 0x53, 0xc6, + 0x47, 0x79, 0xb5, 0x2d, 0x61, 0x31, 0xd2, 0x7e, 0x5d, 0x00, 0x88, 0x4e, 0xc9, 0x9a, 0x20, 0xd4, + 0x81, 0x72, 0x44, 0x60, 0x3e, 0x12, 0x25, 0xfc, 0x56, 0xea, 0xd8, 0xc5, 0x3e, 0xa3, 0x6c, 0x58, + 0x12, 0x66, 0xf6, 0x8e, 0x46, 0x51, 0x53, 0xc9, 0xbe, 0xd1, 0x23, 0xa8, 0x48, 0xdc, 0xe9, 0x13, + 0x97, 0x6b, 0xe1, 0x50, 0x93, 0x11, 0xe9, 0x14, 0xe3, 0xfb, 0xa1, 0x4f, 0xe2, 0x10, 0x6d, 0x2d, + 0x1f, 0xa2, 0xa8, 0xd6, 0x15, 0x13, 0xb5, 0x32, 0x15, 0xc7, 0xd2, 0x5a, 0x71, 0x84, 0xac, 0x23, + 0x98, 0xc2, 0xa1, 0xed, 0x35, 0x70, 0x68, 0x27, 0x8d, 0x43, 0x0d, 0xa8, 0x66, 0xb8, 0xfb, 0xbd, + 0x52, 0xf7, 0xaf, 0x0a, 0x5c, 0x5f, 0x79, 0x37, 0x41, 0xcf, 0xe0, 0x20, 0x0a, 0x1d, 0x1d, 0x3a, + 0x62, 0x5e, 0x94, 0xdb, 0xd5, 0xfd, 0x76, 0xa6, 0x14, 0x1a, 0xc1, 0x35, 0x23, 0x8e, 0xcf, 0x31, + 0x85, 0xb9, 0x77, 0xb7, 0xe1, 0xab, 0x64, 0xb5, 0xbf, 0x2f, 0x5d, 0xda, 0x82, 0xc5, 0x52, 0x91, + 0x50, 0x56, 0x44, 0x62, 0x8d, 0xea, 0x9a, 0x95, 0xaf, 0x3f, 0x81, 0x3d, 0x8f, 0xb8, 0x73, 0xcb, + 0x0e, 0x9c, 0x7f, 0xb9, 0x08, 0xfa, 0xc2, 0xf2, 0xdd, 0xab, 0x62, 0x13, 0xc3, 0xe4, 0x2c, 0x5e, + 0x66, 0x8f, 0x77, 0x94, 0x1b, 0xc9, 0x8e, 0xf2, 0x5f, 0x0a, 0x1c, 0x64, 0xf9, 0xe0, 0x3b, 0xdd, + 0x54, 0xe2, 0xe4, 0xb3, 0x7c, 0xc9, 0x2f, 0x9f, 0x7c, 0x96, 0x39, 0xff, 0xcf, 0x6d, 0xfe, 0xa1, + 0x00, 0x45, 0x79, 0x4b, 0x5c, 0xd9, 0xa3, 0xde, 0x83, 0x4d, 0xc3, 0xf4, 0xe4, 0x13, 0x44, 0x39, + 0xbc, 0x6d, 0x49, 0xc1, 0x7a, 0x83, 0xcf, 0x3e, 0x71, 0x9d, 0x39, 0xee, 0x60, 0xc1, 0x8b, 0xbe, + 0x04, 0x30, 0x3c, 0xcf, 0xb5, 0xce, 0x7c, 0x8f, 0xc8, 0x4b, 0xde, 0xcd, 0x94, 0x64, 0xc8, 0x11, + 0xc0, 0x54, 0x4c, 0x04, 0x35, 0xa0, 0x2a, 0x9e, 0x5e, 0x8c, 0xb3, 0x19, 0x91, 0xd0, 0xb3, 0xaa, + 0x65, 0xca, 0xe2, 0x65, 0x88, 0xe6, 0x98, 0xa6, 0xbf, 0xb0, 0xc8, 0x24, 0x94, 0x5f, 0x85, 0x68, + 0xcb, 0x8c, 0xa8, 0x09, 0x55, 0xf2, 0xc6, 0xa2, 0x9e, 0x65, 0x4f, 0xe3, 0xcd, 0xd7, 0xe6, 0xaa, + 0x2b, 0x71, 0x16, 0x77, 0xed, 0x47, 0xb0, 0xb7, 0xb4, 0xc7, 0xf7, 0xc2, 0x86, 0x5f, 0xb2, 0x6b, + 0x40, 0xe4, 0x5c, 0x54, 0x83, 0xab, 0xa3, 0xee, 0xd3, 0x6e, 0xef, 0xa7, 0xdd, 0x71, 0xa3, 0x39, + 0x6c, 0xf7, 0xba, 0xe3, 0x27, 0xb8, 0xd7, 0x19, 0xe3, 0x4e, 0xe5, 0x0a, 0x02, 0xd8, 0x6c, 0x62, + 0xbd, 0x31, 0xd4, 0x2b, 0x0a, 0xfb, 0x1e, 0xf5, 0x5b, 0xec, 0x3b, 0x87, 0xca, 0x00, 0x2d, 0xdc, + 0x68, 0x77, 0xc7, 0xdd, 0x5e, 0x4b, 0xaf, 0xe4, 0xd1, 0x1e, 0x6c, 0xb7, 0xf4, 0x66, 0xaf, 0xd3, + 0x1e, 0x0c, 0xda, 0xbd, 0x6e, 0xa5, 0x80, 0x54, 0x38, 0x08, 0x18, 0x86, 0xbd, 0xf1, 0xa0, 0x79, + 0xaa, 0xb7, 0x46, 0xcf, 0x1a, 0x27, 0xcf, 0xf4, 0xca, 0x86, 0xf6, 0x0b, 0xf8, 0x20, 0xf3, 0x4a, + 0xfd, 0x9d, 0x36, 0xce, 0xd1, 0x15, 0x28, 0x9f, 0xb8, 0x02, 0xbd, 0x82, 0x72, 0xdf, 0x25, 0x13, + 0xc6, 0x48, 0x68, 0xc3, 0x0d, 0x9a, 0xc7, 0x35, 0x56, 0x8d, 0xd2, 0x38, 0x97, 0x48, 0xe3, 0x1a, + 0x14, 0x05, 0x63, 0xd0, 0x96, 0x15, 0x71, 0x38, 0xd6, 0xfe, 0xac, 0xb0, 0xfe, 0x61, 0x70, 0x69, + 0x9b, 0x03, 0xf9, 0xda, 0xd7, 0x34, 0xcc, 0x97, 0x84, 0x2f, 0x7b, 0x0a, 0xc8, 0xa0, 0xd4, 0x9f, + 0xc7, 0x9d, 0x40, 0x97, 0x01, 0x78, 0x99, 0x01, 0x67, 0xc8, 0x20, 0x1d, 0xf6, 0xcf, 0x1d, 0x77, + 0x4a, 0xbc, 0xb8, 0xa2, 0x00, 0x78, 0xaf, 0x09, 0x45, 0x4f, 0x1c, 0x77, 0xea, 0xc4, 0xe6, 0x71, + 0x5a, 0x42, 0x7b, 0x0e, 0xfb, 0xa9, 0xf5, 0xfe, 0x37, 0xe7, 0x68, 0x0f, 0xa0, 0xb2, 0xbc, 0xf2, + 0x7a, 0x1a, 0xb5, 0xbf, 0xe5, 0xe0, 0x56, 0xf0, 0x48, 0xd0, 0x74, 0x6c, 0xcf, 0xb0, 0x6c, 0xe2, + 0xc6, 0xbb, 0x3a, 0xc3, 0x0b, 0x5f, 0xa9, 0x8e, 0xa0, 0x2c, 0x22, 0xef, 0x26, 0x1a, 0xb1, 0x25, + 0x6a, 0x7a, 0xdd, 0x5c, 0xd6, 0x4e, 0xb0, 0x7c, 0x5f, 0xc8, 0x73, 0x50, 0x7a, 0x9c, 0x78, 0x41, + 0x79, 0x87, 0x29, 0xf5, 0x65, 0xb2, 0x78, 0x9d, 0x88, 0x52, 0xb1, 0x90, 0x48, 0x45, 0x02, 0x7b, + 0x4b, 0x12, 0xe8, 0x06, 0xa8, 0xf2, 0x24, 0x8a, 0x33, 0xd3, 0xee, 0x7e, 0x35, 0x1e, 0x0c, 0xd9, + 0x99, 0xbb, 0x82, 0xb6, 0x61, 0x6b, 0xf0, 0xb4, 0xdd, 0xef, 0xeb, 0xad, 0x8a, 0x82, 0x76, 0xa1, + 0x24, 0x58, 0xf4, 0x56, 0x25, 0x87, 0x76, 0xa0, 0x88, 0xf5, 0x81, 0x8e, 0x5f, 0xe8, 0xad, 0x4a, + 0x9e, 0x9d, 0xd4, 0x27, 0x8d, 0x36, 0x9b, 0x29, 0x68, 0x5f, 0x40, 0x2d, 0x34, 0xff, 0xdc, 0x9a, + 0xfa, 0x6e, 0xa2, 0x8d, 0x55, 0x61, 0xcb, 0xe4, 0x74, 0x2a, 0xfc, 0x26, 0x87, 0xda, 0x1c, 0x3e, + 0xcc, 0x94, 0x13, 0x0f, 0x45, 0x2a, 0x6c, 0x51, 0xdf, 0x34, 0x09, 0x0d, 0x04, 0x8b, 0x58, 0x0e, + 0x59, 0x1f, 0xe6, 0xcc, 0x26, 0x81, 0x94, 0xbc, 0xcc, 0x84, 0x84, 0x95, 0x07, 0xf3, 0xf7, 0x39, + 0xd8, 0xd6, 0x5f, 0x13, 0xdb, 0xc3, 0xc4, 0x74, 0xdc, 0x09, 0xfa, 0x04, 0x0a, 0x1e, 0xab, 0x4a, + 0x0a, 0x0f, 0x84, 0x4c, 0xe4, 0x18, 0x47, 0x9d, 0x97, 0x25, 0xce, 0xc4, 0x4e, 0xa1, 0x73, 0xc6, + 0x20, 0x25, 0x4c, 0xc1, 0x70, 0xcc, 0x0c, 0xe5, 0x2d, 0x72, 0x58, 0xe7, 0xe5, 0x70, 0x55, 0x60, + 0x56, 0x57, 0x36, 0xde, 0xe0, 0xc9, 0x97, 0xa3, 0xae, 0x61, 0x3b, 0xe2, 0xa6, 0x93, 0x24, 0x6a, + 0x3d, 0x28, 0xf0, 0x0a, 0x19, 0x8b, 0xa6, 0xfe, 0x42, 0xef, 0x0e, 0xb1, 0xde, 0xec, 0xe1, 0xd6, + 0x78, 0xf8, 0x75, 0x5f, 0x44, 0x13, 0xeb, 0xcf, 0x47, 0xfa, 0x60, 0x58, 0x51, 0xd0, 0x16, 0xe4, + 0x1b, 0xfd, 0x7e, 0x25, 0x87, 0x8a, 0x50, 0x10, 0x88, 0x5a, 0x82, 0x8d, 0xe7, 0x23, 0x7d, 0xa4, + 0x57, 0x0a, 0x3f, 0xfc, 0x95, 0x02, 0x7b, 0x4b, 0xf5, 0x38, 0xae, 0x7c, 0xa8, 0xe3, 0x4e, 0xbb, + 0xdb, 0xe0, 0xc8, 0x2d, 0x94, 0xef, 0xc3, 0xee, 0x60, 0xd8, 0x63, 0xa9, 0x32, 0x3e, 0xf9, 0x9a, + 0x21, 0xb9, 0xc2, 0xd6, 0x1b, 0xb6, 0x3b, 0x7a, 0x6f, 0x34, 0xac, 0xe4, 0x18, 0xe4, 0xf7, 0xb1, + 0xae, 0x77, 0xfa, 0xc3, 0x80, 0x43, 0xa6, 0x12, 0xae, 0xe4, 0x19, 0x72, 0xf7, 0x9f, 0x35, 0x9a, + 0xfa, 0x69, 0xef, 0x59, 0x4b, 0xc7, 0x63, 0xac, 0xf3, 0x51, 0xab, 0x52, 0xb8, 0xfb, 0xcf, 0x1c, + 0x94, 0x42, 0x28, 0x43, 0xaf, 0xe0, 0xda, 0x8a, 0x77, 0x77, 0x74, 0x6b, 0xad, 0x3f, 0x02, 0xb5, + 0xa3, 0x77, 0xb1, 0x89, 0xe7, 0xfb, 0x2b, 0xa8, 0x03, 0x95, 0x20, 0x19, 0x63, 0x48, 0x92, 0xd5, + 0xa6, 0x06, 0x7a, 0xaf, 0x67, 0xcc, 0x48, 0x55, 0xb7, 0x95, 0x4f, 0x15, 0xd4, 0x87, 0x7d, 0xa1, + 0x2e, 0xf6, 0x06, 0x17, 0x4a, 0xa5, 0x2e, 0x7b, 0xb5, 0x5a, 0xd6, 0x54, 0x42, 0xe3, 0x23, 0x80, + 0x40, 0x23, 0x7f, 0x58, 0x43, 0xb1, 0x96, 0x44, 0xea, 0xa8, 0x26, 0x68, 0x71, 0xe1, 0x87, 0x8f, + 0xa0, 0x44, 0xad, 0x31, 0x25, 0xa6, 0x4b, 0x3c, 0xf4, 0xbd, 0x7a, 0xf0, 0xdb, 0xa7, 0x2e, 0x7f, + 0xfb, 0xd4, 0x9f, 0x58, 0x64, 0x36, 0xe9, 0x2d, 0x02, 0x60, 0xff, 0x63, 0x31, 0xa8, 0x32, 0x94, + 0xdd, 0xa4, 0x5d, 0xe2, 0x9d, 0x6c, 0xff, 0xac, 0x34, 0xb3, 0xce, 0x8e, 0xa7, 0xce, 0x31, 0xb5, + 0xce, 0x36, 0xb9, 0xd0, 0xe7, 0xff, 0x09, 0x00, 0x00, 0xff, 0xff, 0x5b, 0x90, 0x44, 0xf7, 0x73, + 0x1a, 0x00, 0x00, } diff --git a/si.proto b/si.proto index 86cf9e8..8915988 100644 --- a/si.proto +++ b/si.proto @@ -75,6 +75,8 @@ message RegisterResourceManagerRequest { // This defines which policy to use. Policy should be statically configured. (Think about network security group concept of ec2). // Different RMs can refer to the same policyGroup if their static configuration is identical. string policyGroup = 3; + + map buildInfo = 4; } // Upon success, scheduler returns RegisterResourceManagerResponse to RM, otherwise RM receives exception. @@ -487,4 +489,4 @@ message EventRecord { string message = 5; // timestamp of the event int64 timestampNano = 6; -} +} \ No newline at end of file