diff --git a/rpc/gen/core.pb.go b/rpc/gen/core.pb.go index 0e6b4f81b..345122fb5 100644 --- a/rpc/gen/core.pb.go +++ b/rpc/gen/core.pb.go @@ -33,7 +33,7 @@ func (m *Empty) Reset() { *m = Empty{} } func (m *Empty) String() string { return proto.CompactTextString(m) } func (*Empty) ProtoMessage() {} func (*Empty) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{0} + return fileDescriptor_core_cd0640c09342714e, []int{0} } func (m *Empty) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Empty.Unmarshal(m, b) @@ -67,7 +67,7 @@ func (m *ListContainersOptions) Reset() { *m = ListContainersOptions{} } func (m *ListContainersOptions) String() string { return proto.CompactTextString(m) } func (*ListContainersOptions) ProtoMessage() {} func (*ListContainersOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{1} + return fileDescriptor_core_cd0640c09342714e, []int{1} } func (m *ListContainersOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListContainersOptions.Unmarshal(m, b) @@ -128,7 +128,7 @@ func (m *DeployStatusOptions) Reset() { *m = DeployStatusOptions{} } func (m *DeployStatusOptions) String() string { return proto.CompactTextString(m) } func (*DeployStatusOptions) ProtoMessage() {} func (*DeployStatusOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{2} + return fileDescriptor_core_cd0640c09342714e, []int{2} } func (m *DeployStatusOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeployStatusOptions.Unmarshal(m, b) @@ -185,7 +185,7 @@ func (m *DeployStatusMessage) Reset() { *m = DeployStatusMessage{} } func (m *DeployStatusMessage) String() string { return proto.CompactTextString(m) } func (*DeployStatusMessage) ProtoMessage() {} func (*DeployStatusMessage) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{3} + return fileDescriptor_core_cd0640c09342714e, []int{3} } func (m *DeployStatusMessage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeployStatusMessage.Unmarshal(m, b) @@ -261,7 +261,7 @@ func (m *Pod) Reset() { *m = Pod{} } func (m *Pod) String() string { return proto.CompactTextString(m) } func (*Pod) ProtoMessage() {} func (*Pod) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{4} + return fileDescriptor_core_cd0640c09342714e, []int{4} } func (m *Pod) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Pod.Unmarshal(m, b) @@ -313,7 +313,7 @@ func (m *Pods) Reset() { *m = Pods{} } func (m *Pods) String() string { return proto.CompactTextString(m) } func (*Pods) ProtoMessage() {} func (*Pods) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{5} + return fileDescriptor_core_cd0640c09342714e, []int{5} } func (m *Pods) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Pods.Unmarshal(m, b) @@ -355,7 +355,7 @@ func (m *PodResource) Reset() { *m = PodResource{} } func (m *PodResource) String() string { return proto.CompactTextString(m) } func (*PodResource) ProtoMessage() {} func (*PodResource) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{6} + return fileDescriptor_core_cd0640c09342714e, []int{6} } func (m *PodResource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PodResource.Unmarshal(m, b) @@ -422,7 +422,7 @@ func (m *ListNetworkOptions) Reset() { *m = ListNetworkOptions{} } func (m *ListNetworkOptions) String() string { return proto.CompactTextString(m) } func (*ListNetworkOptions) ProtoMessage() {} func (*ListNetworkOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{7} + return fileDescriptor_core_cd0640c09342714e, []int{7} } func (m *ListNetworkOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListNetworkOptions.Unmarshal(m, b) @@ -468,7 +468,7 @@ func (m *Network) Reset() { *m = Network{} } func (m *Network) String() string { return proto.CompactTextString(m) } func (*Network) ProtoMessage() {} func (*Network) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{8} + return fileDescriptor_core_cd0640c09342714e, []int{8} } func (m *Network) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Network.Unmarshal(m, b) @@ -513,7 +513,7 @@ func (m *Networks) Reset() { *m = Networks{} } func (m *Networks) String() string { return proto.CompactTextString(m) } func (*Networks) ProtoMessage() {} func (*Networks) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{9} + return fileDescriptor_core_cd0640c09342714e, []int{9} } func (m *Networks) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Networks.Unmarshal(m, b) @@ -545,10 +545,13 @@ type Node struct { Endpoint string `protobuf:"bytes,2,opt,name=endpoint,proto3" json:"endpoint,omitempty"` Podname string `protobuf:"bytes,3,opt,name=podname,proto3" json:"podname,omitempty"` Cpu map[string]int32 `protobuf:"bytes,4,rep,name=cpu,proto3" json:"cpu,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` - Memory int64 `protobuf:"varint,5,opt,name=memory,proto3" json:"memory,omitempty"` - Info string `protobuf:"bytes,6,opt,name=info,proto3" json:"info,omitempty"` + CpuUsed float64 `protobuf:"fixed64,5,opt,name=cpu_used,json=cpuUsed,proto3" json:"cpu_used,omitempty"` + Memory int64 `protobuf:"varint,6,opt,name=memory,proto3" json:"memory,omitempty"` Available bool `protobuf:"varint,7,opt,name=available,proto3" json:"available,omitempty"` Labels map[string]string `protobuf:"bytes,8,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + InitMemory int64 `protobuf:"varint,9,opt,name=init_memory,json=initMemory,proto3" json:"init_memory,omitempty"` + InitCpu map[string]int32 `protobuf:"bytes,10,rep,name=init_cpu,json=initCpu,proto3" json:"init_cpu,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` + Info string `protobuf:"bytes,11,opt,name=info,proto3" json:"info,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -558,7 +561,7 @@ func (m *Node) Reset() { *m = Node{} } func (m *Node) String() string { return proto.CompactTextString(m) } func (*Node) ProtoMessage() {} func (*Node) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{10} + return fileDescriptor_core_cd0640c09342714e, []int{10} } func (m *Node) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Node.Unmarshal(m, b) @@ -606,18 +609,18 @@ func (m *Node) GetCpu() map[string]int32 { return nil } -func (m *Node) GetMemory() int64 { +func (m *Node) GetCpuUsed() float64 { if m != nil { - return m.Memory + return m.CpuUsed } return 0 } -func (m *Node) GetInfo() string { +func (m *Node) GetMemory() int64 { if m != nil { - return m.Info + return m.Memory } - return "" + return 0 } func (m *Node) GetAvailable() bool { @@ -634,6 +637,27 @@ func (m *Node) GetLabels() map[string]string { return nil } +func (m *Node) GetInitMemory() int64 { + if m != nil { + return m.InitMemory + } + return 0 +} + +func (m *Node) GetInitCpu() map[string]int32 { + if m != nil { + return m.InitCpu + } + return nil +} + +func (m *Node) GetInfo() string { + if m != nil { + return m.Info + } + return "" +} + type Nodes struct { Nodes []*Node `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -645,7 +669,7 @@ func (m *Nodes) Reset() { *m = Nodes{} } func (m *Nodes) String() string { return proto.CompactTextString(m) } func (*Nodes) ProtoMessage() {} func (*Nodes) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{11} + return fileDescriptor_core_cd0640c09342714e, []int{11} } func (m *Nodes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Nodes.Unmarshal(m, b) @@ -685,7 +709,7 @@ func (m *NodeAvailable) Reset() { *m = NodeAvailable{} } func (m *NodeAvailable) String() string { return proto.CompactTextString(m) } func (*NodeAvailable) ProtoMessage() {} func (*NodeAvailable) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{12} + return fileDescriptor_core_cd0640c09342714e, []int{12} } func (m *NodeAvailable) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeAvailable.Unmarshal(m, b) @@ -739,6 +763,7 @@ type Container struct { Publish map[string]string `protobuf:"bytes,10,rep,name=publish,proto3" json:"publish,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` Image string `protobuf:"bytes,11,opt,name=image,proto3" json:"image,omitempty"` Inspect []byte `protobuf:"bytes,12,opt,name=inspect,proto3" json:"inspect,omitempty"` + StatusData []byte `protobuf:"bytes,13,opt,name=status_data,json=statusData,proto3" json:"status_data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -748,7 +773,7 @@ func (m *Container) Reset() { *m = Container{} } func (m *Container) String() string { return proto.CompactTextString(m) } func (*Container) ProtoMessage() {} func (*Container) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{13} + return fileDescriptor_core_cd0640c09342714e, []int{13} } func (m *Container) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Container.Unmarshal(m, b) @@ -852,6 +877,13 @@ func (m *Container) GetInspect() []byte { return nil } +func (m *Container) GetStatusData() []byte { + if m != nil { + return m.StatusData + } + return nil +} + type ContainerDeployedOptions struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Appname string `protobuf:"bytes,2,opt,name=appname,proto3" json:"appname,omitempty"` @@ -867,7 +899,7 @@ func (m *ContainerDeployedOptions) Reset() { *m = ContainerDeployedOptio func (m *ContainerDeployedOptions) String() string { return proto.CompactTextString(m) } func (*ContainerDeployedOptions) ProtoMessage() {} func (*ContainerDeployedOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{14} + return fileDescriptor_core_cd0640c09342714e, []int{14} } func (m *ContainerDeployedOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ContainerDeployedOptions.Unmarshal(m, b) @@ -933,7 +965,7 @@ func (m *Containers) Reset() { *m = Containers{} } func (m *Containers) String() string { return proto.CompactTextString(m) } func (*Containers) ProtoMessage() {} func (*Containers) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{15} + return fileDescriptor_core_cd0640c09342714e, []int{15} } func (m *Containers) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Containers.Unmarshal(m, b) @@ -971,7 +1003,7 @@ func (m *ContainerID) Reset() { *m = ContainerID{} } func (m *ContainerID) String() string { return proto.CompactTextString(m) } func (*ContainerID) ProtoMessage() {} func (*ContainerID) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{16} + return fileDescriptor_core_cd0640c09342714e, []int{16} } func (m *ContainerID) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ContainerID.Unmarshal(m, b) @@ -1009,7 +1041,7 @@ func (m *ContainerIDs) Reset() { *m = ContainerIDs{} } func (m *ContainerIDs) String() string { return proto.CompactTextString(m) } func (*ContainerIDs) ProtoMessage() {} func (*ContainerIDs) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{17} + return fileDescriptor_core_cd0640c09342714e, []int{17} } func (m *ContainerIDs) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ContainerIDs.Unmarshal(m, b) @@ -1048,7 +1080,7 @@ func (m *RemoveContainerOptions) Reset() { *m = RemoveContainerOptions{} func (m *RemoveContainerOptions) String() string { return proto.CompactTextString(m) } func (*RemoveContainerOptions) ProtoMessage() {} func (*RemoveContainerOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{18} + return fileDescriptor_core_cd0640c09342714e, []int{18} } func (m *RemoveContainerOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RemoveContainerOptions.Unmarshal(m, b) @@ -1095,7 +1127,7 @@ func (m *ReallocOptions) Reset() { *m = ReallocOptions{} } func (m *ReallocOptions) String() string { return proto.CompactTextString(m) } func (*ReallocOptions) ProtoMessage() {} func (*ReallocOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{19} + return fileDescriptor_core_cd0640c09342714e, []int{19} } func (m *ReallocOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReallocOptions.Unmarshal(m, b) @@ -1149,7 +1181,7 @@ func (m *AddPodOptions) Reset() { *m = AddPodOptions{} } func (m *AddPodOptions) String() string { return proto.CompactTextString(m) } func (*AddPodOptions) ProtoMessage() {} func (*AddPodOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{20} + return fileDescriptor_core_cd0640c09342714e, []int{20} } func (m *AddPodOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AddPodOptions.Unmarshal(m, b) @@ -1201,7 +1233,7 @@ func (m *RemovePodOptions) Reset() { *m = RemovePodOptions{} } func (m *RemovePodOptions) String() string { return proto.CompactTextString(m) } func (*RemovePodOptions) ProtoMessage() {} func (*RemovePodOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{21} + return fileDescriptor_core_cd0640c09342714e, []int{21} } func (m *RemovePodOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RemovePodOptions.Unmarshal(m, b) @@ -1239,7 +1271,7 @@ func (m *GetPodOptions) Reset() { *m = GetPodOptions{} } func (m *GetPodOptions) String() string { return proto.CompactTextString(m) } func (*GetPodOptions) ProtoMessage() {} func (*GetPodOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{22} + return fileDescriptor_core_cd0640c09342714e, []int{22} } func (m *GetPodOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPodOptions.Unmarshal(m, b) @@ -1286,7 +1318,7 @@ func (m *AddNodeOptions) Reset() { *m = AddNodeOptions{} } func (m *AddNodeOptions) String() string { return proto.CompactTextString(m) } func (*AddNodeOptions) ProtoMessage() {} func (*AddNodeOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{23} + return fileDescriptor_core_cd0640c09342714e, []int{23} } func (m *AddNodeOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AddNodeOptions.Unmarshal(m, b) @@ -1388,7 +1420,7 @@ func (m *RemoveNodeOptions) Reset() { *m = RemoveNodeOptions{} } func (m *RemoveNodeOptions) String() string { return proto.CompactTextString(m) } func (*RemoveNodeOptions) ProtoMessage() {} func (*RemoveNodeOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{24} + return fileDescriptor_core_cd0640c09342714e, []int{24} } func (m *RemoveNodeOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RemoveNodeOptions.Unmarshal(m, b) @@ -1434,7 +1466,7 @@ func (m *GetNodeOptions) Reset() { *m = GetNodeOptions{} } func (m *GetNodeOptions) String() string { return proto.CompactTextString(m) } func (*GetNodeOptions) ProtoMessage() {} func (*GetNodeOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{25} + return fileDescriptor_core_cd0640c09342714e, []int{25} } func (m *GetNodeOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetNodeOptions.Unmarshal(m, b) @@ -1480,7 +1512,7 @@ func (m *ListNodesOptions) Reset() { *m = ListNodesOptions{} } func (m *ListNodesOptions) String() string { return proto.CompactTextString(m) } func (*ListNodesOptions) ProtoMessage() {} func (*ListNodesOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{26} + return fileDescriptor_core_cd0640c09342714e, []int{26} } func (m *ListNodesOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListNodesOptions.Unmarshal(m, b) @@ -1535,7 +1567,7 @@ func (m *Build) Reset() { *m = Build{} } func (m *Build) String() string { return proto.CompactTextString(m) } func (*Build) ProtoMessage() {} func (*Build) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{27} + return fileDescriptor_core_cd0640c09342714e, []int{27} } func (m *Build) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Build.Unmarshal(m, b) @@ -1644,7 +1676,7 @@ func (m *Builds) Reset() { *m = Builds{} } func (m *Builds) String() string { return proto.CompactTextString(m) } func (*Builds) ProtoMessage() {} func (*Builds) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{28} + return fileDescriptor_core_cd0640c09342714e, []int{28} } func (m *Builds) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Builds.Unmarshal(m, b) @@ -1694,7 +1726,7 @@ func (m *BuildImageOptions) Reset() { *m = BuildImageOptions{} } func (m *BuildImageOptions) String() string { return proto.CompactTextString(m) } func (*BuildImageOptions) ProtoMessage() {} func (*BuildImageOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{29} + return fileDescriptor_core_cd0640c09342714e, []int{29} } func (m *BuildImageOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildImageOptions.Unmarshal(m, b) @@ -1769,7 +1801,7 @@ func (m *HookOptions) Reset() { *m = HookOptions{} } func (m *HookOptions) String() string { return proto.CompactTextString(m) } func (*HookOptions) ProtoMessage() {} func (*HookOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{30} + return fileDescriptor_core_cd0640c09342714e, []int{30} } func (m *HookOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HookOptions.Unmarshal(m, b) @@ -1824,7 +1856,7 @@ func (m *HealthCheckOptions) Reset() { *m = HealthCheckOptions{} } func (m *HealthCheckOptions) String() string { return proto.CompactTextString(m) } func (*HealthCheckOptions) ProtoMessage() {} func (*HealthCheckOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{31} + return fileDescriptor_core_cd0640c09342714e, []int{31} } func (m *HealthCheckOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HealthCheckOptions.Unmarshal(m, b) @@ -1884,7 +1916,7 @@ func (m *LogOptions) Reset() { *m = LogOptions{} } func (m *LogOptions) String() string { return proto.CompactTextString(m) } func (*LogOptions) ProtoMessage() {} func (*LogOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{32} + return fileDescriptor_core_cd0640c09342714e, []int{32} } func (m *LogOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LogOptions.Unmarshal(m, b) @@ -1938,7 +1970,7 @@ func (m *EntrypointOptions) Reset() { *m = EntrypointOptions{} } func (m *EntrypointOptions) String() string { return proto.CompactTextString(m) } func (*EntrypointOptions) ProtoMessage() {} func (*EntrypointOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{33} + return fileDescriptor_core_cd0640c09342714e, []int{33} } func (m *EntrypointOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntrypointOptions.Unmarshal(m, b) @@ -2062,7 +2094,7 @@ func (m *DeployOptions) Reset() { *m = DeployOptions{} } func (m *DeployOptions) String() string { return proto.CompactTextString(m) } func (*DeployOptions) ProtoMessage() {} func (*DeployOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{34} + return fileDescriptor_core_cd0640c09342714e, []int{34} } func (m *DeployOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeployOptions.Unmarshal(m, b) @@ -2265,7 +2297,7 @@ func (m *ReplaceOptions) Reset() { *m = ReplaceOptions{} } func (m *ReplaceOptions) String() string { return proto.CompactTextString(m) } func (*ReplaceOptions) ProtoMessage() {} func (*ReplaceOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{35} + return fileDescriptor_core_cd0640c09342714e, []int{35} } func (m *ReplaceOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReplaceOptions.Unmarshal(m, b) @@ -2334,7 +2366,7 @@ func (m *RemoveImageOptions) Reset() { *m = RemoveImageOptions{} } func (m *RemoveImageOptions) String() string { return proto.CompactTextString(m) } func (*RemoveImageOptions) ProtoMessage() {} func (*RemoveImageOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{36} + return fileDescriptor_core_cd0640c09342714e, []int{36} } func (m *RemoveImageOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RemoveImageOptions.Unmarshal(m, b) @@ -2393,7 +2425,7 @@ func (m *CopyPaths) Reset() { *m = CopyPaths{} } func (m *CopyPaths) String() string { return proto.CompactTextString(m) } func (*CopyPaths) ProtoMessage() {} func (*CopyPaths) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{37} + return fileDescriptor_core_cd0640c09342714e, []int{37} } func (m *CopyPaths) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CopyPaths.Unmarshal(m, b) @@ -2431,7 +2463,7 @@ func (m *CopyOptions) Reset() { *m = CopyOptions{} } func (m *CopyOptions) String() string { return proto.CompactTextString(m) } func (*CopyOptions) ProtoMessage() {} func (*CopyOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{38} + return fileDescriptor_core_cd0640c09342714e, []int{38} } func (m *CopyOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CopyOptions.Unmarshal(m, b) @@ -2470,7 +2502,7 @@ func (m *ErrorDetail) Reset() { *m = ErrorDetail{} } func (m *ErrorDetail) String() string { return proto.CompactTextString(m) } func (*ErrorDetail) ProtoMessage() {} func (*ErrorDetail) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{39} + return fileDescriptor_core_cd0640c09342714e, []int{39} } func (m *ErrorDetail) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ErrorDetail.Unmarshal(m, b) @@ -2520,7 +2552,7 @@ func (m *BuildImageMessage) Reset() { *m = BuildImageMessage{} } func (m *BuildImageMessage) String() string { return proto.CompactTextString(m) } func (*BuildImageMessage) ProtoMessage() {} func (*BuildImageMessage) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{40} + return fileDescriptor_core_cd0640c09342714e, []int{40} } func (m *BuildImageMessage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildImageMessage.Unmarshal(m, b) @@ -2603,7 +2635,7 @@ func (m *CreateContainerMessage) Reset() { *m = CreateContainerMessage{} func (m *CreateContainerMessage) String() string { return proto.CompactTextString(m) } func (*CreateContainerMessage) ProtoMessage() {} func (*CreateContainerMessage) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{41} + return fileDescriptor_core_cd0640c09342714e, []int{41} } func (m *CreateContainerMessage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateContainerMessage.Unmarshal(m, b) @@ -2713,7 +2745,7 @@ func (m *ReplaceContainerMessage) Reset() { *m = ReplaceContainerMessage func (m *ReplaceContainerMessage) String() string { return proto.CompactTextString(m) } func (*ReplaceContainerMessage) ProtoMessage() {} func (*ReplaceContainerMessage) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{42} + return fileDescriptor_core_cd0640c09342714e, []int{42} } func (m *ReplaceContainerMessage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReplaceContainerMessage.Unmarshal(m, b) @@ -2766,7 +2798,7 @@ func (m *RunAndWaitMessage) Reset() { *m = RunAndWaitMessage{} } func (m *RunAndWaitMessage) String() string { return proto.CompactTextString(m) } func (*RunAndWaitMessage) ProtoMessage() {} func (*RunAndWaitMessage) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{43} + return fileDescriptor_core_cd0640c09342714e, []int{43} } func (m *RunAndWaitMessage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RunAndWaitMessage.Unmarshal(m, b) @@ -2813,7 +2845,7 @@ func (m *RemoveImageMessage) Reset() { *m = RemoveImageMessage{} } func (m *RemoveImageMessage) String() string { return proto.CompactTextString(m) } func (*RemoveImageMessage) ProtoMessage() {} func (*RemoveImageMessage) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{44} + return fileDescriptor_core_cd0640c09342714e, []int{44} } func (m *RemoveImageMessage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RemoveImageMessage.Unmarshal(m, b) @@ -2867,7 +2899,7 @@ func (m *RemoveContainerMessage) Reset() { *m = RemoveContainerMessage{} func (m *RemoveContainerMessage) String() string { return proto.CompactTextString(m) } func (*RemoveContainerMessage) ProtoMessage() {} func (*RemoveContainerMessage) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{45} + return fileDescriptor_core_cd0640c09342714e, []int{45} } func (m *RemoveContainerMessage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RemoveContainerMessage.Unmarshal(m, b) @@ -2920,7 +2952,7 @@ func (m *ReallocResourceMessage) Reset() { *m = ReallocResourceMessage{} func (m *ReallocResourceMessage) String() string { return proto.CompactTextString(m) } func (*ReallocResourceMessage) ProtoMessage() {} func (*ReallocResourceMessage) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{46} + return fileDescriptor_core_cd0640c09342714e, []int{46} } func (m *ReallocResourceMessage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReallocResourceMessage.Unmarshal(m, b) @@ -2970,7 +3002,7 @@ func (m *CopyMessage) Reset() { *m = CopyMessage{} } func (m *CopyMessage) String() string { return proto.CompactTextString(m) } func (*CopyMessage) ProtoMessage() {} func (*CopyMessage) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{47} + return fileDescriptor_core_cd0640c09342714e, []int{47} } func (m *CopyMessage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CopyMessage.Unmarshal(m, b) @@ -3044,7 +3076,7 @@ func (m *RunAndWaitOptions) Reset() { *m = RunAndWaitOptions{} } func (m *RunAndWaitOptions) String() string { return proto.CompactTextString(m) } func (*RunAndWaitOptions) ProtoMessage() {} func (*RunAndWaitOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{48} + return fileDescriptor_core_cd0640c09342714e, []int{48} } func (m *RunAndWaitOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RunAndWaitOptions.Unmarshal(m, b) @@ -3090,7 +3122,7 @@ func (m *ControlContainerOptions) Reset() { *m = ControlContainerOptions func (m *ControlContainerOptions) String() string { return proto.CompactTextString(m) } func (*ControlContainerOptions) ProtoMessage() {} func (*ControlContainerOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{49} + return fileDescriptor_core_cd0640c09342714e, []int{49} } func (m *ControlContainerOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControlContainerOptions.Unmarshal(m, b) @@ -3136,7 +3168,7 @@ func (m *ControlContainerMessage) Reset() { *m = ControlContainerMessage func (m *ControlContainerMessage) String() string { return proto.CompactTextString(m) } func (*ControlContainerMessage) ProtoMessage() {} func (*ControlContainerMessage) Descriptor() ([]byte, []int) { - return fileDescriptor_core_a09c2373ba1a2a78, []int{50} + return fileDescriptor_core_cd0640c09342714e, []int{50} } func (m *ControlContainerMessage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControlContainerMessage.Unmarshal(m, b) @@ -3188,6 +3220,7 @@ func init() { proto.RegisterType((*Networks)(nil), "pb.Networks") proto.RegisterType((*Node)(nil), "pb.Node") proto.RegisterMapType((map[string]int32)(nil), "pb.Node.CpuEntry") + proto.RegisterMapType((map[string]int32)(nil), "pb.Node.InitCpuEntry") proto.RegisterMapType((map[string]string)(nil), "pb.Node.LabelsEntry") proto.RegisterType((*Nodes)(nil), "pb.Nodes") proto.RegisterType((*NodeAvailable)(nil), "pb.NodeAvailable") @@ -3268,6 +3301,7 @@ type CoreRPCClient interface { AddPod(ctx context.Context, in *AddPodOptions, opts ...grpc.CallOption) (*Pod, error) RemovePod(ctx context.Context, in *RemovePodOptions, opts ...grpc.CallOption) (*Empty, error) GetPod(ctx context.Context, in *GetPodOptions, opts ...grpc.CallOption) (*Pod, error) + GetPodResource(ctx context.Context, in *GetPodOptions, opts ...grpc.CallOption) (*PodResource, error) AddNode(ctx context.Context, in *AddNodeOptions, opts ...grpc.CallOption) (*Node, error) RemoveNode(ctx context.Context, in *RemoveNodeOptions, opts ...grpc.CallOption) (*Pod, error) SetNodeAvailable(ctx context.Context, in *NodeAvailable, opts ...grpc.CallOption) (*Node, error) @@ -3280,7 +3314,6 @@ type CoreRPCClient interface { ListContainers(ctx context.Context, in *ListContainersOptions, opts ...grpc.CallOption) (*Containers, error) ListNodeContainers(ctx context.Context, in *GetNodeOptions, opts ...grpc.CallOption) (*Containers, error) ContainerDeployed(ctx context.Context, in *ContainerDeployedOptions, opts ...grpc.CallOption) (*Empty, error) - GetPodResource(ctx context.Context, in *GetPodOptions, opts ...grpc.CallOption) (*PodResource, error) Copy(ctx context.Context, in *CopyOptions, opts ...grpc.CallOption) (CoreRPC_CopyClient, error) BuildImage(ctx context.Context, in *BuildImageOptions, opts ...grpc.CallOption) (CoreRPC_BuildImageClient, error) RemoveImage(ctx context.Context, in *RemoveImageOptions, opts ...grpc.CallOption) (CoreRPC_RemoveImageClient, error) @@ -3337,6 +3370,15 @@ func (c *coreRPCClient) GetPod(ctx context.Context, in *GetPodOptions, opts ...g return out, nil } +func (c *coreRPCClient) GetPodResource(ctx context.Context, in *GetPodOptions, opts ...grpc.CallOption) (*PodResource, error) { + out := new(PodResource) + err := c.cc.Invoke(ctx, "/pb.CoreRPC/GetPodResource", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + func (c *coreRPCClient) AddNode(ctx context.Context, in *AddNodeOptions, opts ...grpc.CallOption) (*Node, error) { out := new(Node) err := c.cc.Invoke(ctx, "/pb.CoreRPC/AddNode", in, out, opts...) @@ -3445,15 +3487,6 @@ func (c *coreRPCClient) ContainerDeployed(ctx context.Context, in *ContainerDepl return out, nil } -func (c *coreRPCClient) GetPodResource(ctx context.Context, in *GetPodOptions, opts ...grpc.CallOption) (*PodResource, error) { - out := new(PodResource) - err := c.cc.Invoke(ctx, "/pb.CoreRPC/GetPodResource", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - func (c *coreRPCClient) Copy(ctx context.Context, in *CopyOptions, opts ...grpc.CallOption) (CoreRPC_CopyClient, error) { stream, err := c.cc.NewStream(ctx, &_CoreRPC_serviceDesc.Streams[0], "/pb.CoreRPC/Copy", opts...) if err != nil { @@ -3779,6 +3812,7 @@ type CoreRPCServer interface { AddPod(context.Context, *AddPodOptions) (*Pod, error) RemovePod(context.Context, *RemovePodOptions) (*Empty, error) GetPod(context.Context, *GetPodOptions) (*Pod, error) + GetPodResource(context.Context, *GetPodOptions) (*PodResource, error) AddNode(context.Context, *AddNodeOptions) (*Node, error) RemoveNode(context.Context, *RemoveNodeOptions) (*Pod, error) SetNodeAvailable(context.Context, *NodeAvailable) (*Node, error) @@ -3791,7 +3825,6 @@ type CoreRPCServer interface { ListContainers(context.Context, *ListContainersOptions) (*Containers, error) ListNodeContainers(context.Context, *GetNodeOptions) (*Containers, error) ContainerDeployed(context.Context, *ContainerDeployedOptions) (*Empty, error) - GetPodResource(context.Context, *GetPodOptions) (*PodResource, error) Copy(*CopyOptions, CoreRPC_CopyServer) error BuildImage(*BuildImageOptions, CoreRPC_BuildImageServer) error RemoveImage(*RemoveImageOptions, CoreRPC_RemoveImageServer) error @@ -3880,6 +3913,24 @@ func _CoreRPC_GetPod_Handler(srv interface{}, ctx context.Context, dec func(inte return interceptor(ctx, in, info, handler) } +func _CoreRPC_GetPodResource_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(GetPodOptions) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(CoreRPCServer).GetPodResource(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/pb.CoreRPC/GetPodResource", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(CoreRPCServer).GetPodResource(ctx, req.(*GetPodOptions)) + } + return interceptor(ctx, in, info, handler) +} + func _CoreRPC_AddNode_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(AddNodeOptions) if err := dec(in); err != nil { @@ -4096,24 +4147,6 @@ func _CoreRPC_ContainerDeployed_Handler(srv interface{}, ctx context.Context, de return interceptor(ctx, in, info, handler) } -func _CoreRPC_GetPodResource_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetPodOptions) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(CoreRPCServer).GetPodResource(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/pb.CoreRPC/GetPodResource", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(CoreRPCServer).GetPodResource(ctx, req.(*GetPodOptions)) - } - return interceptor(ctx, in, info, handler) -} - func _CoreRPC_Copy_Handler(srv interface{}, stream grpc.ServerStream) error { m := new(CopyOptions) if err := stream.RecvMsg(m); err != nil { @@ -4349,6 +4382,10 @@ var _CoreRPC_serviceDesc = grpc.ServiceDesc{ MethodName: "GetPod", Handler: _CoreRPC_GetPod_Handler, }, + { + MethodName: "GetPodResource", + Handler: _CoreRPC_GetPodResource_Handler, + }, { MethodName: "AddNode", Handler: _CoreRPC_AddNode_Handler, @@ -4397,10 +4434,6 @@ var _CoreRPC_serviceDesc = grpc.ServiceDesc{ MethodName: "ContainerDeployed", Handler: _CoreRPC_ContainerDeployed_Handler, }, - { - MethodName: "GetPodResource", - Handler: _CoreRPC_GetPodResource_Handler, - }, }, Streams: []grpc.StreamDesc{ { @@ -4458,195 +4491,199 @@ var _CoreRPC_serviceDesc = grpc.ServiceDesc{ Metadata: "core.proto", } -func init() { proto.RegisterFile("core.proto", fileDescriptor_core_a09c2373ba1a2a78) } - -var fileDescriptor_core_a09c2373ba1a2a78 = []byte{ - // 2986 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x3a, 0x4d, 0x73, 0xdc, 0xc6, - 0xb1, 0xda, 0x2f, 0xee, 0x6e, 0xef, 0x92, 0x22, 0xc7, 0x14, 0x05, 0x43, 0xb2, 0x2c, 0x41, 0xcf, - 0x96, 0xec, 0xb2, 0x69, 0x5b, 0x7a, 0x96, 0xfc, 0x2c, 0x7f, 0xd1, 0xa4, 0x2c, 0xf3, 0x95, 0xe4, - 0xc7, 0x07, 0xa5, 0x2a, 0x97, 0x54, 0x18, 0x10, 0x98, 0x5d, 0xa2, 0xb4, 0xbb, 0x83, 0x00, 0x58, - 0xc6, 0xfc, 0x05, 0x39, 0xe4, 0x90, 0x1c, 0x92, 0xf8, 0x98, 0x53, 0x2a, 0xc7, 0x9c, 0xf3, 0x1b, - 0x52, 0xb9, 0xe4, 0x17, 0xf8, 0x96, 0xbf, 0x91, 0xea, 0x9e, 0x0f, 0x0c, 0xb0, 0x20, 0xe5, 0x95, - 0xe3, 0xe4, 0xb4, 0xd3, 0x8d, 0xee, 0x99, 0x9e, 0xee, 0x9e, 0xee, 0x9e, 0x9e, 0x05, 0x08, 0x45, - 0xca, 0xb7, 0x93, 0x54, 0xe4, 0x82, 0x35, 0x93, 0x23, 0xaf, 0x0b, 0x9d, 0x87, 0xd3, 0x24, 0x3f, - 0xf5, 0xfe, 0xd1, 0x80, 0x4b, 0x8f, 0xe3, 0x2c, 0xdf, 0x15, 0xb3, 0x3c, 0x88, 0x67, 0x3c, 0xcd, - 0xfe, 0x2f, 0xc9, 0x63, 0x31, 0xcb, 0x98, 0x03, 0xdd, 0x20, 0x49, 0x66, 0xc1, 0x94, 0x3b, 0x8d, - 0xeb, 0x8d, 0xdb, 0x7d, 0x5f, 0x83, 0xec, 0x1a, 0x00, 0x9f, 0xe5, 0xe9, 0x69, 0x22, 0xe2, 0x59, - 0xee, 0x34, 0xe9, 0xa3, 0x85, 0x61, 0x2e, 0xf4, 0x66, 0x22, 0xe2, 0xc4, 0xda, 0xa2, 0xaf, 0x06, - 0x66, 0x1f, 0xc3, 0xca, 0x24, 0x38, 0xe2, 0x93, 0xcc, 0x69, 0x5f, 0x6f, 0xdd, 0x1e, 0xdc, 0x79, - 0x6d, 0x3b, 0x39, 0xda, 0xae, 0x15, 0x60, 0xfb, 0x31, 0xd1, 0x3d, 0xc4, 0x79, 0x7d, 0xc5, 0xe4, - 0xfe, 0x0f, 0x0c, 0x2c, 0x34, 0x5b, 0x87, 0xd6, 0x33, 0x7e, 0xaa, 0xe4, 0xc3, 0x21, 0xdb, 0x84, - 0xce, 0x49, 0x30, 0x99, 0x73, 0x25, 0x96, 0x04, 0x3e, 0x6c, 0x7e, 0xd0, 0xf0, 0x9e, 0xc1, 0x4b, - 0x7b, 0x3c, 0x99, 0x88, 0xd3, 0xa7, 0x79, 0x90, 0xcf, 0x7f, 0xd8, 0x6d, 0x7a, 0x7f, 0x6a, 0x94, - 0x57, 0x7b, 0xc2, 0xb3, 0x2c, 0x18, 0x73, 0xb6, 0x05, 0x2b, 0x41, 0x88, 0x0b, 0xab, 0xc5, 0x14, - 0x64, 0x4b, 0xd1, 0x3c, 0x4f, 0x8a, 0xd6, 0xb9, 0x52, 0xb4, 0x2b, 0xca, 0x5e, 0x83, 0x66, 0x1c, - 0x39, 0x1d, 0xc2, 0x36, 0xe3, 0x88, 0x31, 0x68, 0x47, 0x41, 0x1e, 0x38, 0x2b, 0xd7, 0x1b, 0xb7, - 0x87, 0x3e, 0x8d, 0xbd, 0x5d, 0x68, 0x1d, 0x08, 0xfa, 0x64, 0xe9, 0x80, 0xc6, 0x44, 0xce, 0xb3, - 0x50, 0x49, 0x44, 0x63, 0xd4, 0xef, 0x28, 0x38, 0x11, 0xa9, 0x92, 0x44, 0x02, 0xde, 0x4d, 0x68, - 0x1f, 0x88, 0x28, 0x63, 0x57, 0xa0, 0x9d, 0x88, 0x28, 0x73, 0x1a, 0x64, 0xdb, 0x2e, 0xda, 0xf6, - 0x40, 0x44, 0x3e, 0x21, 0xbd, 0xbf, 0xb5, 0x60, 0x80, 0x10, 0xcf, 0xc4, 0x3c, 0x0d, 0x79, 0xed, - 0x92, 0x6f, 0x42, 0x2b, 0x4c, 0xe6, 0x4e, 0x93, 0xf8, 0x1d, 0xcd, 0xaf, 0x38, 0xb6, 0x77, 0x93, - 0xb9, 0x74, 0x07, 0x24, 0x62, 0x77, 0x61, 0x65, 0xca, 0xa7, 0x22, 0x3d, 0x75, 0x5a, 0x44, 0x7e, - 0xa5, 0x4a, 0xfe, 0x84, 0xbe, 0x2a, 0x07, 0x92, 0xa4, 0xec, 0x6d, 0x68, 0x47, 0xf1, 0x68, 0xa4, - 0xbc, 0xef, 0xe5, 0x2a, 0xcb, 0x5e, 0x3c, 0x1a, 0x49, 0x06, 0x22, 0xc3, 0x35, 0x22, 0x9e, 0x07, - 0xf1, 0xc4, 0xe9, 0xd4, 0xaf, 0xb1, 0x47, 0x5f, 0xd5, 0x1a, 0x92, 0xd4, 0xbd, 0x07, 0x3d, 0x2d, - 0xe9, 0xf3, 0x3c, 0xb4, 0x61, 0x79, 0x28, 0x3a, 0xb7, 0x25, 0xf2, 0x52, 0xac, 0xf7, 0xa1, 0x6f, - 0x44, 0x7f, 0x1e, 0x63, 0xaf, 0xb2, 0xa6, 0xb5, 0x85, 0xa5, 0x0e, 0xd4, 0x17, 0xc0, 0xf0, 0xe0, - 0x7e, 0xc5, 0xf3, 0x5f, 0x88, 0xf4, 0x99, 0x75, 0x9e, 0x12, 0x11, 0xd9, 0xe7, 0x49, 0x81, 0xe8, - 0xfb, 0x51, 0x1a, 0x9f, 0xf0, 0x54, 0x4d, 0xa5, 0x20, 0xef, 0x3e, 0x74, 0xd5, 0x1c, 0xb5, 0x2e, - 0xe1, 0x40, 0x37, 0x9b, 0x1f, 0xcd, 0x78, 0x9e, 0x91, 0x5b, 0xf4, 0x7d, 0x0d, 0x7a, 0x77, 0xa1, - 0xa7, 0x18, 0x33, 0x76, 0x0b, 0x7a, 0x33, 0x35, 0x56, 0xde, 0x37, 0x40, 0x53, 0xa9, 0xef, 0xbe, - 0xf9, 0xe8, 0x7d, 0xdb, 0x84, 0xf6, 0x57, 0x22, 0xaa, 0x77, 0x3f, 0x17, 0x7a, 0x7c, 0x16, 0xd9, - 0x07, 0xde, 0xc0, 0xf6, 0xc6, 0x5a, 0xe5, 0x8d, 0xdd, 0x94, 0x4e, 0x2b, 0x5d, 0x6a, 0x83, 0x96, - 0x15, 0x51, 0xd5, 0x5b, 0xb7, 0x8c, 0xb7, 0xe2, 0x79, 0x6c, 0x19, 0x87, 0x64, 0xd0, 0x8e, 0x67, - 0x23, 0x41, 0x67, 0xb2, 0xef, 0xd3, 0x98, 0x5d, 0x85, 0x7e, 0x70, 0x12, 0xc4, 0x93, 0xe0, 0x68, - 0xc2, 0x9d, 0x2e, 0x99, 0xac, 0x40, 0xb0, 0xb7, 0x4c, 0x08, 0xed, 0xd1, 0x8a, 0x9b, 0x66, 0xc5, - 0xba, 0x88, 0xb9, 0x84, 0x33, 0x76, 0x2a, 0x8e, 0xf1, 0xa2, 0x91, 0xf6, 0x16, 0x74, 0x50, 0x9c, - 0x8c, 0x5d, 0x83, 0x0e, 0xc6, 0x22, 0x6d, 0x91, 0x9e, 0x16, 0xd4, 0x97, 0x68, 0x2f, 0x84, 0x55, - 0x04, 0x77, 0xcc, 0xd6, 0xec, 0x60, 0xd6, 0xa8, 0x04, 0x33, 0x4b, 0xff, 0xcd, 0xb2, 0xfe, 0x4b, - 0xea, 0x6a, 0x55, 0xd4, 0xe5, 0xfd, 0xb1, 0x0d, 0x7d, 0x93, 0x5c, 0x54, 0x48, 0x6c, 0x98, 0x90, - 0x78, 0xf6, 0xac, 0xe7, 0x65, 0x31, 0xed, 0x3b, 0x6d, 0xcb, 0x77, 0x6e, 0x4b, 0x2f, 0x90, 0x71, - 0x62, 0x0b, 0xb7, 0x6a, 0x56, 0xad, 0xb8, 0xc2, 0x26, 0x74, 0x7e, 0x3e, 0x17, 0x2a, 0x0e, 0x37, - 0x7c, 0x09, 0x58, 0x0e, 0xd2, 0x2d, 0x39, 0xc8, 0x35, 0x80, 0x24, 0x8d, 0x4f, 0xe2, 0x09, 0x1f, - 0xf3, 0xc8, 0xe9, 0xd1, 0xf6, 0x2c, 0x0c, 0x7b, 0xcf, 0xb8, 0x43, 0xbf, 0x88, 0x69, 0xc5, 0xd2, - 0x35, 0x3e, 0xc1, 0xfe, 0x1b, 0xba, 0xc9, 0xfc, 0x68, 0x12, 0x67, 0xc7, 0x0e, 0x10, 0x8f, 0x5b, - 0xe6, 0x39, 0x90, 0x1f, 0x25, 0x93, 0x26, 0x45, 0xb1, 0xe3, 0x69, 0x30, 0xe6, 0xce, 0x40, 0x1a, - 0x9c, 0x00, 0x54, 0x60, 0x3c, 0xcb, 0x12, 0x1e, 0xe6, 0xce, 0x90, 0xd2, 0x8a, 0x06, 0xff, 0x03, - 0x9e, 0xe7, 0x7e, 0x08, 0x43, 0x5b, 0xf6, 0xa5, 0xbc, 0xf6, 0xb7, 0x0d, 0x70, 0x8c, 0x0a, 0x64, - 0xee, 0xe6, 0x91, 0x8e, 0x6a, 0x35, 0x6e, 0xf3, 0x03, 0xe4, 0x6b, 0x9d, 0x9f, 0x3b, 0x56, 0x7e, - 0x7e, 0x00, 0x50, 0x94, 0x46, 0xec, 0x6d, 0xac, 0xe4, 0x34, 0xa4, 0x8e, 0xd5, 0x6a, 0xc9, 0x78, - 0xbe, 0x45, 0xe0, 0xbd, 0x02, 0x03, 0xf3, 0x61, 0x7f, 0xaf, 0xba, 0x0b, 0xef, 0x3a, 0x0c, 0xad, - 0xcf, 0x19, 0xaa, 0x2b, 0x56, 0xd9, 0xbb, 0xef, 0xe3, 0xd0, 0xfb, 0x0c, 0xb6, 0x7c, 0x3e, 0x15, - 0x27, 0xdc, 0xd0, 0x69, 0x8d, 0x2c, 0xd0, 0x52, 0x69, 0x20, 0xd2, 0xd0, 0x24, 0x19, 0x02, 0xbc, - 0x2f, 0x60, 0xcd, 0xe7, 0xc1, 0x64, 0x22, 0xc2, 0xb3, 0x39, 0xd7, 0x75, 0xd6, 0xc7, 0xe3, 0x40, - 0x47, 0x64, 0x1d, 0x5a, 0x53, 0x3e, 0x25, 0xf5, 0xb5, 0x7c, 0x1c, 0x7a, 0x4f, 0x60, 0x75, 0x27, - 0x8a, 0x0e, 0x84, 0x31, 0x49, 0x5d, 0xfc, 0x36, 0xd5, 0x49, 0xd3, 0xaa, 0x4e, 0x4c, 0x1d, 0xd3, - 0x2a, 0xea, 0x18, 0xef, 0x75, 0x58, 0x97, 0x1b, 0x3b, 0x7f, 0x46, 0xef, 0x26, 0xac, 0x3e, 0xe2, - 0xf9, 0x73, 0x88, 0xfe, 0xda, 0x84, 0xb5, 0x9d, 0x28, 0xc2, 0x58, 0xa6, 0xc9, 0xce, 0x8b, 0x64, - 0x2f, 0x96, 0x65, 0xd6, 0xa0, 0x19, 0x06, 0xca, 0x65, 0x9a, 0x61, 0x80, 0x82, 0x84, 0x3c, 0xcd, - 0x55, 0x79, 0x47, 0x63, 0xed, 0xef, 0x2b, 0x85, 0xbf, 0x2b, 0xd5, 0x76, 0xe9, 0x90, 0xe9, 0xe8, - 0x93, 0x1d, 0x07, 0x29, 0xa7, 0x50, 0xd2, 0xf1, 0x25, 0x60, 0x45, 0x9f, 0x7e, 0x29, 0xfa, 0xdc, - 0x33, 0xd1, 0x45, 0x46, 0x8a, 0x6b, 0xe8, 0x6c, 0xe5, 0xbd, 0xfe, 0xab, 0x0b, 0xf5, 0x7d, 0xd8, - 0x90, 0xa6, 0xf9, 0xae, 0xfa, 0x3c, 0x33, 0x86, 0xa3, 0xf3, 0x3d, 0xe2, 0xb9, 0x3d, 0xcf, 0xd9, - 0xe5, 0x89, 0xbd, 0x42, 0xb3, 0x52, 0xce, 0x7f, 0x02, 0xeb, 0x54, 0xea, 0x60, 0xd6, 0x7a, 0xfe, - 0x4c, 0xeb, 0xd0, 0x0a, 0x26, 0x13, 0x75, 0x0c, 0x70, 0xe8, 0xfd, 0xa1, 0x03, 0x9d, 0xcf, 0xe7, - 0xf1, 0x84, 0xea, 0xec, 0xa3, 0x20, 0x33, 0xee, 0x83, 0x63, 0xc4, 0xa5, 0x3c, 0x11, 0xba, 0xce, - 0xc6, 0x31, 0xce, 0x7e, 0xc2, 0xd3, 0x0c, 0x6f, 0x0a, 0xca, 0x0f, 0x14, 0x88, 0xb3, 0x47, 0x71, - 0xaa, 0x1c, 0x01, 0x87, 0x98, 0xff, 0xb2, 0xf9, 0xd1, 0x54, 0x44, 0xf3, 0x09, 0x27, 0x77, 0xe8, - 0xf9, 0x05, 0x02, 0xf7, 0x15, 0x8a, 0xe9, 0x34, 0x98, 0x45, 0x99, 0xb3, 0x42, 0x67, 0xce, 0xc0, - 0xec, 0x16, 0xb4, 0xf9, 0xec, 0x24, 0x73, 0xba, 0x64, 0xdb, 0x97, 0xd0, 0xb6, 0x24, 0xe6, 0xf6, - 0xc3, 0xd9, 0x89, 0x32, 0x28, 0x11, 0x20, 0x61, 0x90, 0x8e, 0x75, 0xc5, 0x61, 0x11, 0xee, 0xa4, - 0x63, 0x4d, 0x88, 0x04, 0xec, 0xed, 0x4a, 0x36, 0xba, 0x54, 0x90, 0xd6, 0x65, 0xa2, 0x7b, 0xd0, - 0x0f, 0xd2, 0x3c, 0x1e, 0x05, 0x61, 0xae, 0x3d, 0xcc, 0xb1, 0x27, 0x57, 0x9f, 0x24, 0x53, 0x41, - 0xca, 0xde, 0x84, 0x4e, 0x18, 0x84, 0xc7, 0x98, 0x8b, 0x4c, 0x09, 0x24, 0x79, 0x76, 0x11, 0x2d, - 0xe9, 0x25, 0x09, 0xd6, 0xc6, 0x66, 0x3b, 0x4b, 0x65, 0x93, 0xfb, 0xd0, 0x37, 0xdb, 0x5b, 0x8a, - 0xf1, 0x7b, 0x64, 0xb0, 0x8f, 0x60, 0xad, 0xbc, 0xeb, 0xa5, 0xb8, 0x3f, 0x00, 0x28, 0xf6, 0xbf, - 0xd4, 0xa1, 0xfb, 0x7d, 0x03, 0x56, 0x48, 0x81, 0x19, 0x86, 0x82, 0x2c, 0x0f, 0xc6, 0x5c, 0x87, - 0x68, 0x05, 0xb1, 0x6d, 0x58, 0x39, 0x22, 0x0a, 0x75, 0x3d, 0xdb, 0x32, 0x4a, 0xcf, 0xd4, 0x8f, - 0xb2, 0xad, 0xa4, 0x72, 0xf7, 0x60, 0x60, 0xa1, 0x6b, 0xa4, 0x79, 0xd5, 0x96, 0x66, 0x70, 0xa7, - 0x6f, 0xe6, 0xb3, 0x05, 0xfb, 0xa6, 0x01, 0x1b, 0x84, 0xdc, 0xc7, 0x72, 0xe3, 0xbc, 0xe0, 0xcf, - 0xa0, 0x3d, 0xcf, 0xcc, 0xed, 0x82, 0xc6, 0xb8, 0xe8, 0x3c, 0x8e, 0xe8, 0x08, 0x75, 0x7c, 0x1c, - 0x22, 0x55, 0x1e, 0x8c, 0x65, 0xfb, 0xa1, 0xef, 0xd3, 0x98, 0x79, 0x66, 0x67, 0x1d, 0x92, 0x04, - 0x8a, 0x9d, 0xe9, 0xdd, 0xe0, 0x4c, 0x79, 0x90, 0xaa, 0xab, 0x33, 0x0e, 0x3d, 0x0e, 0x83, 0x2f, - 0x85, 0x30, 0x17, 0x9f, 0x57, 0x61, 0x10, 0x8c, 0x72, 0x9e, 0x1e, 0x66, 0x79, 0x90, 0xe6, 0x4a, - 0x77, 0x40, 0xa8, 0xa7, 0x88, 0x41, 0x82, 0x23, 0x3e, 0x12, 0x29, 0x3f, 0xcc, 0x72, 0x91, 0xa8, - 0xcb, 0x0c, 0x48, 0xd4, 0xd3, 0x5c, 0x24, 0x45, 0x02, 0x6d, 0xd9, 0x09, 0x34, 0x07, 0xf6, 0x25, - 0x0f, 0x26, 0xf9, 0xf1, 0xee, 0x31, 0x0f, 0xcd, 0x6a, 0x57, 0xa0, 0x9f, 0x87, 0xc9, 0x61, 0x22, - 0xd2, 0x5c, 0xdb, 0xa9, 0x97, 0x87, 0xc9, 0x01, 0xc2, 0xf8, 0xf1, 0x38, 0xcf, 0xe5, 0x57, 0x1d, - 0xcb, 0x10, 0x81, 0x5f, 0x49, 0x25, 0xe9, 0x44, 0x45, 0x15, 0x1c, 0x52, 0x26, 0x11, 0x91, 0x2c, - 0x47, 0x3a, 0x3e, 0x8d, 0xbd, 0x5f, 0x37, 0x00, 0x1e, 0x8b, 0xb1, 0xa5, 0xef, 0xfc, 0x34, 0x31, - 0xfa, 0xc6, 0x31, 0xbb, 0x03, 0x2b, 0xa1, 0x98, 0x8d, 0xe2, 0xb1, 0xf2, 0x07, 0x2a, 0x22, 0x0b, - 0x1e, 0x2c, 0x49, 0x46, 0xf1, 0x58, 0xf9, 0x84, 0xa4, 0xc4, 0x93, 0x61, 0xa1, 0x97, 0xf2, 0xd0, - 0x3f, 0xb7, 0x60, 0xe3, 0xa1, 0xa9, 0xa3, 0xce, 0x73, 0x04, 0x07, 0xba, 0x2a, 0xc2, 0xe9, 0x7c, - 0xa0, 0xc0, 0x4a, 0x2d, 0xdd, 0x5a, 0xa8, 0xa5, 0x17, 0x63, 0xeb, 0x75, 0x68, 0x4d, 0xc4, 0x58, - 0xf9, 0xc5, 0x5a, 0x79, 0x87, 0x3e, 0x7e, 0xa2, 0x3c, 0xa0, 0x8a, 0x69, 0x19, 0x5e, 0x4d, 0xc1, - 0xfc, 0x01, 0x0c, 0x8e, 0xc9, 0x72, 0x21, 0x5a, 0x8e, 0x72, 0xb0, 0x3a, 0x35, 0x8b, 0x06, 0xf5, - 0x6d, 0x52, 0x76, 0x13, 0xda, 0xc7, 0x42, 0x3c, 0xa3, 0x14, 0x3d, 0xb8, 0x73, 0x91, 0x58, 0x0a, - 0x57, 0xf3, 0xe9, 0x23, 0x7b, 0x0d, 0xd6, 0x52, 0x4e, 0xce, 0x76, 0x98, 0x88, 0x49, 0x1c, 0xca, - 0xd4, 0xdd, 0xf7, 0x57, 0x15, 0xf6, 0x80, 0x90, 0xec, 0x23, 0xe8, 0x66, 0xa7, 0x59, 0x98, 0x9b, - 0x14, 0xee, 0xe1, 0x74, 0x0b, 0x9a, 0xdc, 0x7e, 0x2a, 0x89, 0x54, 0xd1, 0xaf, 0x58, 0xb0, 0xa2, - 0xb6, 0x3f, 0x2c, 0x65, 0xb1, 0xdf, 0xf5, 0x60, 0x55, 0x16, 0xd2, 0xe7, 0x59, 0xeb, 0xfd, 0x85, - 0x36, 0x9b, 0xca, 0x1a, 0x0b, 0x22, 0x96, 0xea, 0xe8, 0xb3, 0x0b, 0xa5, 0xf3, 0x2a, 0x6c, 0x73, - 0x87, 0xe9, 0xd8, 0x77, 0x98, 0x57, 0x00, 0xf8, 0xd7, 0x79, 0x1a, 0x1c, 0x52, 0x8e, 0x93, 0xd5, - 0x53, 0x9f, 0x30, 0x18, 0xff, 0xf1, 0x38, 0x85, 0xc9, 0xfc, 0x50, 0xde, 0xd9, 0xba, 0x54, 0xa4, - 0xf6, 0xc2, 0x64, 0xfe, 0xff, 0x95, 0x6b, 0x5b, 0xaf, 0x54, 0x38, 0x6d, 0x42, 0x27, 0x14, 0xf3, - 0x59, 0x4e, 0x46, 0xe9, 0xf8, 0x12, 0x40, 0xf5, 0xf1, 0xd9, 0x09, 0x19, 0xa2, 0xef, 0xe3, 0x90, - 0x5c, 0x6e, 0x96, 0x51, 0x1e, 0x43, 0x97, 0x93, 0x81, 0x44, 0x4a, 0x73, 0x2c, 0xb2, 0x3c, 0x73, - 0x86, 0x32, 0x4e, 0x10, 0xea, 0x4b, 0xc4, 0x50, 0x6d, 0x20, 0x26, 0xf3, 0x29, 0xcf, 0x9c, 0x55, - 0xe9, 0x71, 0x0a, 0x64, 0x0f, 0xac, 0x2e, 0xc8, 0x1a, 0x19, 0xfb, 0x55, 0xd4, 0x64, 0xc9, 0x08, - 0xba, 0x27, 0xa2, 0x2c, 0x6d, 0x18, 0xd8, 0x75, 0x18, 0xa8, 0xf1, 0x14, 0xa3, 0xc1, 0x45, 0x52, - 0x83, 0x8d, 0x32, 0x11, 0x76, 0xdd, 0x8a, 0xb0, 0x9b, 0xd0, 0x89, 0xf8, 0xd1, 0x7c, 0xec, 0x6c, - 0xc8, 0xa0, 0x45, 0x00, 0x96, 0x24, 0x22, 0xe1, 0xb3, 0xa7, 0x79, 0x14, 0xcf, 0x1c, 0x26, 0x4b, - 0x12, 0x83, 0x60, 0xef, 0x9b, 0x22, 0xe1, 0x25, 0x12, 0xf2, 0x95, 0x45, 0x21, 0xeb, 0x8a, 0x85, - 0x1d, 0x00, 0x34, 0xa4, 0x62, 0xdd, 0x24, 0xd6, 0x1b, 0x35, 0xfb, 0x33, 0x34, 0x92, 0xdd, 0x62, - 0x62, 0x37, 0x61, 0x35, 0x22, 0xe2, 0xc3, 0x29, 0xcf, 0x8f, 0x45, 0xe4, 0x5c, 0xa2, 0xad, 0x0c, - 0x25, 0xf2, 0x09, 0xe1, 0xd8, 0x3b, 0xea, 0x1a, 0xb6, 0x55, 0xb4, 0xfc, 0xca, 0x2b, 0xec, 0x05, - 0x79, 0xa0, 0xbb, 0x84, 0x41, 0x1e, 0x50, 0x01, 0x26, 0x46, 0xf9, 0x24, 0x9e, 0xc6, 0xb9, 0x73, - 0x59, 0x15, 0x60, 0x1a, 0x81, 0xf6, 0xa4, 0x76, 0xc7, 0xa1, 0xfc, 0xee, 0x90, 0x3f, 0x90, 0x50, - 0xd9, 0x63, 0xc4, 0xb8, 0x0f, 0x60, 0xb5, 0x64, 0x93, 0x7f, 0x57, 0xad, 0xf1, 0x31, 0x5c, 0xac, - 0xe8, 0x6a, 0xd9, 0xf2, 0xc8, 0x28, 0xe2, 0x79, 0x8c, 0x43, 0x3b, 0x2e, 0x7c, 0xdb, 0xc4, 0x3b, - 0x61, 0x32, 0x09, 0x42, 0x93, 0xcf, 0xdf, 0x81, 0x7e, 0xa4, 0x55, 0x4c, 0x93, 0xa8, 0x46, 0x5a, - 0x49, 0xef, 0x7e, 0x41, 0x53, 0x7f, 0xd9, 0x64, 0xfb, 0xb0, 0x3a, 0x8a, 0x27, 0x98, 0x84, 0x95, - 0x93, 0xc8, 0xce, 0xf0, 0x7f, 0xe1, 0x54, 0xe5, 0x15, 0xb7, 0xbf, 0x20, 0x3a, 0xdb, 0xcd, 0x86, - 0x23, 0x0b, 0xc5, 0xde, 0xc5, 0xa4, 0x98, 0x9c, 0xaa, 0xae, 0xde, 0xd5, 0x9a, 0x19, 0x76, 0x45, - 0xa2, 0x9a, 0xcb, 0x44, 0xa9, 0xef, 0xb5, 0x1d, 0x73, 0xaf, 0x75, 0x3f, 0x85, 0x8d, 0x85, 0x65, - 0x96, 0x55, 0xb1, 0x59, 0x65, 0xa9, 0xd0, 0xfb, 0x35, 0x30, 0x79, 0x87, 0x2a, 0x55, 0x4d, 0x2f, - 0x74, 0xf9, 0xc1, 0x08, 0x47, 0x61, 0x52, 0x6a, 0xb3, 0xef, 0x2b, 0x08, 0x57, 0x4f, 0xd2, 0xf9, - 0x4c, 0x06, 0xd9, 0x9e, 0x2f, 0x01, 0xef, 0x86, 0x14, 0xf9, 0x20, 0xc8, 0x8f, 0x25, 0x09, 0x0e, - 0x54, 0x85, 0x22, 0x01, 0xef, 0x37, 0x0d, 0xac, 0x02, 0x12, 0x93, 0x15, 0xee, 0x41, 0x37, 0x0f, - 0xd2, 0x31, 0xcf, 0x75, 0x47, 0xe3, 0xaa, 0xec, 0x68, 0x18, 0x8a, 0xed, 0x1f, 0xc9, 0xcf, 0x2a, - 0x37, 0x29, 0x62, 0x77, 0x1f, 0x86, 0xf6, 0x87, 0x1a, 0x05, 0xdd, 0x2c, 0x57, 0x98, 0xab, 0x7a, - 0x5e, 0x92, 0xce, 0xd6, 0xd7, 0x03, 0x18, 0x3c, 0x4c, 0x53, 0x91, 0xca, 0x5e, 0xb8, 0xa9, 0x88, - 0x1a, 0x14, 0xd2, 0x69, 0x8c, 0xca, 0x9b, 0xca, 0x57, 0x1c, 0x5d, 0x55, 0x28, 0xd0, 0xfb, 0x4b, - 0xa9, 0x44, 0xd5, 0x4f, 0x3d, 0xd5, 0x96, 0x91, 0x2c, 0xab, 0xf3, 0x79, 0xa6, 0xdb, 0xdf, 0x12, - 0x42, 0xd5, 0x27, 0xa9, 0x18, 0xa7, 0x3c, 0xcb, 0x74, 0x9f, 0x51, 0xc3, 0xa8, 0x3f, 0x8e, 0x62, - 0xa9, 0x3c, 0x26, 0x01, 0x39, 0x53, 0xca, 0x83, 0xa9, 0xca, 0x62, 0x0a, 0x62, 0x77, 0x60, 0x48, - 0x04, 0x87, 0xea, 0xc9, 0x62, 0xa5, 0xa8, 0x1e, 0xac, 0xcd, 0xf9, 0x03, 0x5e, 0x00, 0xde, 0xdf, - 0x5b, 0xb0, 0xb5, 0x9b, 0xf2, 0x20, 0x2f, 0x3a, 0x3c, 0x7a, 0x03, 0x2f, 0xe6, 0x2d, 0x72, 0xdb, - 0x2d, 0xfb, 0xcd, 0x69, 0xa1, 0x55, 0x6a, 0xb6, 0xd5, 0xb1, 0xb7, 0x45, 0x8d, 0xfe, 0x30, 0x44, - 0x3d, 0xac, 0x90, 0x47, 0x69, 0x90, 0xbd, 0xaf, 0x9b, 0x18, 0xe8, 0x1c, 0x37, 0xc9, 0x88, 0xb5, - 0x22, 0x9f, 0xd5, 0x67, 0xed, 0xd5, 0xf7, 0x59, 0xcb, 0x9d, 0x8e, 0x9d, 0x6a, 0x53, 0xf4, 0xd6, - 0x39, 0x0b, 0xd5, 0x77, 0x48, 0x99, 0x2a, 0xdb, 0x06, 0xb2, 0x7f, 0x87, 0xe3, 0x17, 0xee, 0x82, - 0x7e, 0x9f, 0x56, 0xe6, 0x37, 0x0d, 0xb8, 0xac, 0x82, 0xd5, 0x82, 0x55, 0xb1, 0x6a, 0xa7, 0x3d, - 0xa9, 0x30, 0xeb, 0x9e, 0xbd, 0x4b, 0x5f, 0x51, 0x22, 0x4f, 0x4a, 0xd1, 0x44, 0x9d, 0x23, 0x57, - 0x46, 0xc3, 0x52, 0x5f, 0xd0, 0xf0, 0x48, 0xca, 0xc2, 0xc6, 0x2d, 0xcb, 0xc6, 0xde, 0xff, 0xc2, - 0x86, 0x3f, 0x9f, 0xed, 0xcc, 0xa2, 0x1f, 0x07, 0x71, 0xae, 0x45, 0xba, 0x01, 0x43, 0xd3, 0xb3, - 0x3c, 0x34, 0x67, 0x66, 0x60, 0x70, 0xfb, 0xc5, 0xcb, 0x65, 0xd3, 0xea, 0x8c, 0xfe, 0xac, 0x14, - 0xe3, 0xf4, 0x64, 0xa6, 0xc2, 0x6b, 0x54, 0xba, 0xd4, 0xda, 0xb7, 0x9a, 0x65, 0xdf, 0x72, 0xa1, - 0xa7, 0xce, 0xb1, 0x8e, 0x6f, 0x06, 0xf6, 0x7e, 0xb2, 0xd0, 0xfd, 0x3c, 0xeb, 0x70, 0x9f, 0x3d, - 0xbf, 0x15, 0x36, 0x5a, 0xe5, 0xb0, 0xf1, 0x39, 0xce, 0x4e, 0x9d, 0x51, 0xfd, 0x9a, 0xb8, 0xf4, - 0xec, 0xde, 0x2f, 0x55, 0x28, 0x5d, 0x36, 0xe8, 0xe8, 0x53, 0xd9, 0x2a, 0xdf, 0x9f, 0x31, 0x3e, - 0xeb, 0x93, 0x8a, 0xe3, 0x33, 0x4e, 0x6a, 0xdd, 0x3b, 0xf2, 0x4f, 0x6d, 0xcb, 0xea, 0xc8, 0x7e, - 0xbf, 0x72, 0x01, 0x38, 0x3b, 0xb5, 0x57, 0x2e, 0x0a, 0xeb, 0xd0, 0xda, 0x9d, 0x46, 0xca, 0xdc, - 0x38, 0xf4, 0x3e, 0x85, 0xcb, 0x68, 0x85, 0x54, 0x4c, 0xbe, 0x43, 0x2b, 0x5a, 0x5f, 0x57, 0x9b, - 0xc5, 0x75, 0xb5, 0x6e, 0x82, 0xb3, 0xb4, 0x66, 0x76, 0xdd, 0xb4, 0x76, 0x7d, 0xe7, 0x57, 0x43, - 0xe8, 0xee, 0x8a, 0x94, 0xfb, 0x07, 0xbb, 0xec, 0x06, 0xf4, 0x1e, 0xc7, 0x59, 0x4e, 0x8f, 0xde, - 0xd4, 0xb7, 0xa0, 0x7f, 0x53, 0xb8, 0x3d, 0xf5, 0x3c, 0x9c, 0x79, 0x17, 0xd8, 0xeb, 0xb0, 0x22, - 0x1b, 0xd6, 0x6c, 0x43, 0xf5, 0x4c, 0x8b, 0x2e, 0xb2, 0xab, 0x9f, 0xc6, 0xbd, 0x0b, 0x6c, 0x1b, - 0xfa, 0xa6, 0x13, 0xcd, 0x36, 0x8b, 0x93, 0x65, 0x51, 0x17, 0x2b, 0xc8, 0x79, 0x65, 0x47, 0x5a, - 0xce, 0x5b, 0xea, 0x4e, 0xdb, 0xf3, 0xbe, 0x01, 0x5d, 0xd5, 0xa7, 0x65, 0x6c, 0xb1, 0x69, 0xeb, - 0x9a, 0xc7, 0x38, 0x12, 0x01, 0x8a, 0x8e, 0x2b, 0xbb, 0x54, 0xc8, 0x60, 0x33, 0x58, 0x53, 0xbf, - 0x07, 0xeb, 0x4f, 0x65, 0x5b, 0xb5, 0x78, 0xba, 0x33, 0xef, 0x9e, 0x06, 0x55, 0x5a, 0xe2, 0x0d, - 0xe8, 0xaa, 0x4e, 0xac, 0x94, 0xa6, 0xdc, 0x96, 0x2d, 0x91, 0xbe, 0x0b, 0xc3, 0x47, 0xbc, 0xf8, - 0x3f, 0x08, 0xbb, 0x58, 0x7a, 0xdf, 0xd8, 0xdf, 0x73, 0xcb, 0x0f, 0x1e, 0xde, 0x05, 0x76, 0x97, - 0x9a, 0xf4, 0xd6, 0x33, 0xc9, 0x7a, 0x85, 0x25, 0x73, 0xd7, 0x4a, 0x18, 0xb4, 0xcf, 0x3b, 0xc4, - 0x84, 0x6b, 0x7e, 0x7e, 0xfa, 0x15, 0xf9, 0xff, 0x73, 0xe4, 0x7a, 0x0f, 0x86, 0xca, 0xe6, 0xf2, - 0x75, 0x73, 0x53, 0xff, 0x75, 0xc5, 0x6e, 0x0b, 0x4b, 0x5b, 0x11, 0xc6, 0xbb, 0xc0, 0xee, 0x49, - 0x16, 0xf3, 0x4a, 0xbd, 0x65, 0x58, 0x4a, 0x8f, 0xe6, 0xee, 0xd0, 0x7a, 0xab, 0x46, 0xbe, 0x8f, - 0x61, 0xad, 0xfc, 0x9f, 0x18, 0xf6, 0xf2, 0x99, 0xff, 0x93, 0xa9, 0xd9, 0xda, 0x87, 0xea, 0x65, - 0x5e, 0x44, 0xdc, 0x9a, 0xa2, 0x6e, 0x7f, 0x8b, 0xbc, 0x9f, 0xc0, 0xc6, 0xc2, 0x2b, 0x18, 0xbb, - 0x5a, 0x22, 0xab, 0x3c, 0x8e, 0x95, 0xdd, 0xf3, 0x1e, 0xb5, 0xdc, 0xed, 0xff, 0x79, 0xd4, 0xb8, - 0xe9, 0xc5, 0xca, 0xdf, 0x28, 0xbc, 0x0b, 0xec, 0x2d, 0x68, 0x63, 0x20, 0xd3, 0xd6, 0x36, 0xb5, - 0x9f, 0x6b, 0x10, 0xea, 0xb4, 0x7a, 0x17, 0xde, 0x6d, 0xb0, 0x4f, 0x00, 0x8a, 0x8a, 0x8b, 0x15, - 0x4d, 0x66, 0xbb, 0xdc, 0x75, 0x2b, 0x68, 0x9b, 0x7f, 0x07, 0x06, 0x56, 0xee, 0x90, 0x76, 0x59, - 0x2c, 0x98, 0xdd, 0x2a, 0xde, 0x9e, 0x62, 0x0f, 0x86, 0xf6, 0x3f, 0x7c, 0xd8, 0xe5, 0x22, 0xa8, - 0x95, 0xfe, 0x61, 0xe4, 0x2e, 0x7c, 0xb0, 0x67, 0xf9, 0x0c, 0xa0, 0x08, 0x9b, 0xea, 0xe8, 0x55, - 0xc3, 0xa8, 0x5b, 0x41, 0x1b, 0xfe, 0xdb, 0x0d, 0x92, 0xe3, 0x62, 0x25, 0x7d, 0xb3, 0xc5, 0xf8, - 0xea, 0x9e, 0x93, 0xe6, 0x49, 0x8e, 0x47, 0xb0, 0x5e, 0xad, 0x18, 0xa4, 0xc3, 0x94, 0x2f, 0x3d, - 0xee, 0x15, 0x0b, 0x57, 0x3b, 0xd1, 0x13, 0xb8, 0x58, 0xc9, 0x99, 0xac, 0xae, 0x5c, 0x28, 0xc9, - 0x55, 0x9f, 0x64, 0x69, 0xba, 0x03, 0x58, 0xaf, 0x46, 0x6d, 0x76, 0x45, 0x7b, 0x63, 0x4d, 0x32, - 0x70, 0x6b, 0x3f, 0xda, 0x33, 0x3e, 0x44, 0x01, 0x4b, 0x69, 0x57, 0x6f, 0xd4, 0x7e, 0xa5, 0xd4, - 0x82, 0xd5, 0xe5, 0x67, 0x9c, 0xe6, 0x68, 0x85, 0xfe, 0x4c, 0x77, 0xf7, 0x9f, 0x01, 0x00, 0x00, - 0xff, 0xff, 0xc0, 0x03, 0xf8, 0x05, 0x5a, 0x27, 0x00, 0x00, +func init() { proto.RegisterFile("core.proto", fileDescriptor_core_cd0640c09342714e) } + +var fileDescriptor_core_cd0640c09342714e = []byte{ + // 3056 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x1a, 0xcb, 0x92, 0x1c, 0x47, + 0x51, 0xf3, 0xda, 0x99, 0xc9, 0x99, 0x7d, 0x95, 0x57, 0xab, 0xf6, 0x48, 0xd6, 0xa3, 0x17, 0x5b, + 0xb2, 0xc3, 0x5e, 0xcb, 0x12, 0x96, 0x8c, 0xe5, 0xd7, 0x7a, 0x57, 0x96, 0x97, 0x90, 0xcc, 0xd2, + 0x82, 0xe0, 0x42, 0xb0, 0xf4, 0x76, 0xd7, 0xcc, 0x76, 0x68, 0x66, 0xba, 0xe9, 0xae, 0x59, 0xbc, + 0x5f, 0x40, 0x04, 0x1c, 0xe0, 0x00, 0xf8, 0xc8, 0x91, 0x23, 0x67, 0x7e, 0x80, 0x0b, 0xc1, 0x85, + 0x2f, 0xe0, 0xc6, 0x6f, 0x10, 0x99, 0xf5, 0xe8, 0xea, 0x9e, 0xde, 0x95, 0x47, 0xc6, 0x70, 0x9a, + 0xca, 0xec, 0xac, 0xaa, 0x7c, 0x55, 0x66, 0x56, 0xd6, 0x00, 0x04, 0x71, 0xca, 0xb7, 0x93, 0x34, + 0x16, 0x31, 0xab, 0x27, 0x47, 0x6e, 0x1b, 0x5a, 0x0f, 0x27, 0x89, 0x38, 0x75, 0xff, 0x5d, 0x83, + 0x8b, 0x8f, 0xa3, 0x4c, 0xec, 0xc6, 0x53, 0xe1, 0x47, 0x53, 0x9e, 0x66, 0x3f, 0x48, 0x44, 0x14, + 0x4f, 0x33, 0xe6, 0x40, 0xdb, 0x4f, 0x92, 0xa9, 0x3f, 0xe1, 0x4e, 0xed, 0x7a, 0xed, 0x56, 0xd7, + 0xd3, 0x20, 0xbb, 0x0a, 0xc0, 0xa7, 0x22, 0x3d, 0x4d, 0xe2, 0x68, 0x2a, 0x9c, 0x3a, 0x7d, 0xb4, + 0x30, 0x6c, 0x00, 0x9d, 0x69, 0x1c, 0x72, 0x9a, 0xda, 0xa0, 0xaf, 0x06, 0x66, 0x1f, 0xc2, 0xd2, + 0xd8, 0x3f, 0xe2, 0xe3, 0xcc, 0x69, 0x5e, 0x6f, 0xdc, 0xea, 0xdd, 0x79, 0x75, 0x3b, 0x39, 0xda, + 0xae, 0x64, 0x60, 0xfb, 0x31, 0xd1, 0x3d, 0xc4, 0x75, 0x3d, 0x35, 0x69, 0xf0, 0x3d, 0xe8, 0x59, + 0x68, 0xb6, 0x06, 0x8d, 0x67, 0xfc, 0x54, 0xf1, 0x87, 0x43, 0xb6, 0x01, 0xad, 0x13, 0x7f, 0x3c, + 0xe3, 0x8a, 0x2d, 0x09, 0xbc, 0x5f, 0x7f, 0xaf, 0xe6, 0x3e, 0x83, 0x97, 0xf6, 0x78, 0x32, 0x8e, + 0x4f, 0x9f, 0x0a, 0x5f, 0xcc, 0xbe, 0x5d, 0x31, 0xdd, 0x3f, 0xd7, 0x8a, 0xbb, 0x3d, 0xe1, 0x59, + 0xe6, 0x8f, 0x38, 0xdb, 0x84, 0x25, 0x3f, 0xc0, 0x8d, 0xd5, 0x66, 0x0a, 0xb2, 0xb9, 0xa8, 0x9f, + 0xc7, 0x45, 0xe3, 0x5c, 0x2e, 0x9a, 0x25, 0x65, 0xaf, 0x40, 0x3d, 0x0a, 0x9d, 0x16, 0x61, 0xeb, + 0x51, 0xc8, 0x18, 0x34, 0x43, 0x5f, 0xf8, 0xce, 0xd2, 0xf5, 0xda, 0xad, 0xbe, 0x47, 0x63, 0x77, + 0x17, 0x1a, 0x07, 0x31, 0x7d, 0xb2, 0x74, 0x40, 0x63, 0x22, 0xe7, 0x59, 0xa0, 0x38, 0xa2, 0x31, + 0xea, 0x77, 0xe8, 0x9f, 0xc4, 0xa9, 0xe2, 0x44, 0x02, 0xee, 0x16, 0x34, 0x0f, 0xe2, 0x30, 0x63, + 0x97, 0xa1, 0x99, 0xc4, 0x61, 0xe6, 0xd4, 0xc8, 0xb6, 0x6d, 0xb4, 0xed, 0x41, 0x1c, 0x7a, 0x84, + 0x74, 0xff, 0xd1, 0x80, 0x1e, 0x42, 0x3c, 0x8b, 0x67, 0x69, 0xc0, 0x2b, 0xb7, 0x7c, 0x03, 0x1a, + 0x41, 0x32, 0x73, 0xea, 0x34, 0xdf, 0xd1, 0xf3, 0xd5, 0x8c, 0xed, 0xdd, 0x64, 0x26, 0xdd, 0x01, + 0x89, 0xd8, 0x5d, 0x58, 0x9a, 0xf0, 0x49, 0x9c, 0x9e, 0x3a, 0x0d, 0x22, 0xbf, 0x5c, 0x26, 0x7f, + 0x42, 0x5f, 0x95, 0x03, 0x49, 0x52, 0xf6, 0x16, 0x34, 0xc3, 0x68, 0x38, 0x54, 0xde, 0xf7, 0x72, + 0x79, 0xca, 0x5e, 0x34, 0x1c, 0xca, 0x09, 0x44, 0x86, 0x7b, 0x84, 0x5c, 0xf8, 0xd1, 0xd8, 0x69, + 0x55, 0xef, 0xb1, 0x47, 0x5f, 0xd5, 0x1e, 0x92, 0x74, 0x70, 0x0f, 0x3a, 0x9a, 0xd3, 0xe7, 0x79, + 0x68, 0xcd, 0xf2, 0x50, 0x74, 0x6e, 0x8b, 0xe5, 0x85, 0xa6, 0xde, 0x87, 0xae, 0x61, 0xfd, 0x79, + 0x13, 0x3b, 0xa5, 0x3d, 0x2d, 0x11, 0x16, 0x3a, 0x50, 0x9f, 0x01, 0xc3, 0x83, 0xfb, 0x05, 0x17, + 0xbf, 0x8c, 0xd3, 0x67, 0xd6, 0x79, 0x4a, 0xe2, 0xd0, 0x3e, 0x4f, 0x0a, 0x44, 0xdf, 0x0f, 0xd3, + 0xe8, 0x84, 0xa7, 0x6a, 0x29, 0x05, 0xb9, 0xf7, 0xa1, 0xad, 0xd6, 0xa8, 0x74, 0x09, 0x07, 0xda, + 0xd9, 0xec, 0x68, 0xca, 0x45, 0x46, 0x6e, 0xd1, 0xf5, 0x34, 0xe8, 0xde, 0x85, 0x8e, 0x9a, 0x98, + 0xb1, 0x9b, 0xd0, 0x99, 0xaa, 0xb1, 0xf2, 0xbe, 0x1e, 0x9a, 0x4a, 0x7d, 0xf7, 0xcc, 0x47, 0xf7, + 0xd7, 0x4d, 0x68, 0x7e, 0x11, 0x87, 0xd5, 0xee, 0x37, 0x80, 0x0e, 0x9f, 0x86, 0xf6, 0x81, 0x37, + 0xb0, 0x2d, 0x58, 0xa3, 0x28, 0xd8, 0x96, 0x74, 0x5a, 0xe9, 0x52, 0xeb, 0xb4, 0x6d, 0x1c, 0x96, + 0xbd, 0xf5, 0x65, 0xe8, 0x04, 0xc9, 0xec, 0x70, 0x96, 0x71, 0x79, 0x22, 0x6b, 0x5e, 0x3b, 0x48, + 0x66, 0x3f, 0xce, 0x78, 0x88, 0x8a, 0x51, 0x8e, 0x8c, 0x07, 0xb3, 0x61, 0x7c, 0xf5, 0x0a, 0x74, + 0xfd, 0x13, 0x3f, 0x1a, 0xfb, 0x47, 0x63, 0xee, 0xb4, 0xc9, 0x72, 0x39, 0x82, 0xbd, 0x69, 0x22, + 0x69, 0x87, 0x36, 0xde, 0x30, 0x1b, 0x57, 0x04, 0x4e, 0x76, 0x0d, 0x7a, 0xd1, 0x34, 0x12, 0x87, + 0x6a, 0xa3, 0x2e, 0x6d, 0x04, 0x88, 0x92, 0x2e, 0xc7, 0x6e, 0x43, 0x87, 0x08, 0x50, 0x12, 0xa0, + 0x05, 0x2f, 0x9a, 0x05, 0xf7, 0xa7, 0x91, 0x30, 0xd2, 0xb4, 0x23, 0x09, 0xa1, 0x02, 0xa3, 0xe9, + 0x30, 0x76, 0x7a, 0x52, 0x81, 0x38, 0x5e, 0xc4, 0xf5, 0x5b, 0x25, 0x37, 0x7c, 0xc1, 0xb8, 0x3e, + 0x78, 0x1f, 0xfa, 0x36, 0x7f, 0x8b, 0x6c, 0xeb, 0xde, 0x84, 0x16, 0x0a, 0x98, 0xb1, 0xab, 0xd0, + 0xc2, 0xa8, 0xa9, 0x7d, 0xa7, 0xa3, 0x45, 0xf7, 0x24, 0xda, 0x0d, 0x60, 0x19, 0xc1, 0x1d, 0xa3, + 0x7d, 0x3b, 0xec, 0xd6, 0x4a, 0x61, 0xd7, 0xf2, 0x94, 0x7a, 0xd1, 0x53, 0x0a, 0x16, 0x6d, 0x94, + 0x2c, 0xea, 0xfe, 0xad, 0x09, 0x5d, 0x93, 0x06, 0x55, 0xf0, 0xae, 0x99, 0xe0, 0x7d, 0xf6, 0xaa, + 0xe7, 0xe5, 0x5b, 0xed, 0xe5, 0x4d, 0xcb, 0xcb, 0x6f, 0x49, 0x7f, 0x95, 0x11, 0x6d, 0x13, 0x45, + 0x35, 0xbb, 0x96, 0x9c, 0x76, 0x03, 0x5a, 0xbf, 0x98, 0xc5, 0x2a, 0x63, 0xd4, 0x3c, 0x09, 0x58, + 0xfe, 0xda, 0x2e, 0xf8, 0xeb, 0x55, 0x80, 0x24, 0x8d, 0x4e, 0xa2, 0x31, 0x1f, 0xf1, 0xd0, 0xe9, + 0x90, 0x78, 0x16, 0x86, 0xbd, 0x63, 0x3c, 0xb6, 0x9b, 0x47, 0xdf, 0x7c, 0xeb, 0x2a, 0xb7, 0xfd, + 0x2e, 0xb4, 0x93, 0xd9, 0xd1, 0x38, 0xca, 0x8e, 0x95, 0x53, 0x0e, 0x8a, 0x73, 0x0e, 0xe4, 0x47, + 0xe5, 0x99, 0x8a, 0x14, 0xd9, 0x8e, 0x26, 0xfe, 0x88, 0x2b, 0xd7, 0x94, 0x00, 0x2a, 0x30, 0x9a, + 0x66, 0x09, 0x0f, 0x84, 0xd3, 0xa7, 0x04, 0xa8, 0x41, 0x3c, 0x1c, 0x19, 0xa5, 0xe9, 0x43, 0x4a, + 0x8f, 0xcb, 0xf4, 0x15, 0x24, 0x6a, 0xcf, 0x17, 0xfe, 0xff, 0xc9, 0xad, 0x6d, 0xe1, 0x16, 0x8a, + 0xcc, 0xbf, 0xaf, 0x81, 0x63, 0x74, 0x24, 0xcb, 0x10, 0x1e, 0xea, 0x00, 0x5d, 0xe1, 0x57, 0xdf, + 0x42, 0xe9, 0xa1, 0x4b, 0x8d, 0x96, 0x55, 0x6a, 0x3c, 0x00, 0xc8, 0xab, 0x3c, 0xf6, 0x16, 0x16, + 0xa5, 0x1a, 0x52, 0xe7, 0x6e, 0xb9, 0x60, 0x5d, 0xcf, 0x22, 0x70, 0x5f, 0x81, 0x9e, 0xf9, 0xb0, + 0xbf, 0x57, 0x96, 0xc2, 0xbd, 0x0e, 0x7d, 0xeb, 0x73, 0x86, 0xea, 0x8a, 0x54, 0x21, 0xd2, 0xf5, + 0x70, 0xe8, 0x7e, 0x02, 0x9b, 0x1e, 0x9f, 0xc4, 0x27, 0xdc, 0xd0, 0x69, 0x8d, 0xcc, 0xd1, 0x52, + 0x95, 0x13, 0xa7, 0x81, 0xc9, 0x97, 0x04, 0xb8, 0x9f, 0xc1, 0x8a, 0xc7, 0xfd, 0xf1, 0x38, 0x0e, + 0xce, 0x9e, 0xb9, 0xa6, 0x0b, 0x18, 0x3c, 0x2f, 0x74, 0x86, 0xd6, 0xa0, 0x31, 0xe1, 0x13, 0x52, + 0x5f, 0xc3, 0xc3, 0xa1, 0xfb, 0x04, 0x96, 0x77, 0xc2, 0xf0, 0x20, 0x36, 0x26, 0xa9, 0x4a, 0x45, + 0xa6, 0xd0, 0xaa, 0x5b, 0x85, 0x96, 0x29, 0xc9, 0x1a, 0x79, 0x49, 0xe6, 0xbe, 0x06, 0x6b, 0x52, + 0xb0, 0xf3, 0x57, 0x74, 0xb7, 0x60, 0xf9, 0x11, 0x17, 0xcf, 0x21, 0xfa, 0x7b, 0x1d, 0x56, 0x76, + 0xc2, 0x10, 0x83, 0x9d, 0x26, 0x3b, 0x2f, 0xd4, 0xbd, 0x58, 0xc2, 0x5c, 0x81, 0x7a, 0xe0, 0x2b, + 0x97, 0xa9, 0x07, 0x3e, 0x32, 0x12, 0xf0, 0x54, 0xa8, 0x4a, 0x95, 0xc6, 0xda, 0xdf, 0x97, 0x72, + 0x7f, 0x57, 0xaa, 0x6d, 0xd3, 0x21, 0xd3, 0xe1, 0x29, 0x3b, 0xf6, 0x53, 0x4e, 0xb1, 0xa6, 0xe5, + 0x49, 0xc0, 0x0a, 0x4f, 0xdd, 0x42, 0x78, 0xba, 0x67, 0xc2, 0x8f, 0x0c, 0x25, 0x57, 0xd1, 0xd9, + 0x8a, 0xb2, 0xfe, 0xb7, 0xef, 0x1c, 0xfb, 0xb0, 0x2e, 0x4d, 0xf3, 0x75, 0xf5, 0x79, 0x66, 0x90, + 0x47, 0xe7, 0x7b, 0xc4, 0x85, 0xbd, 0xce, 0xd9, 0x95, 0x96, 0xbd, 0x43, 0xbd, 0x74, 0x33, 0xf9, + 0x08, 0xd6, 0xa8, 0x6a, 0xc3, 0xb4, 0xf6, 0xfc, 0x95, 0xd6, 0xa0, 0xe1, 0x8f, 0xc7, 0xea, 0x18, + 0xe0, 0xd0, 0xfd, 0x53, 0x0b, 0x5a, 0x9f, 0xce, 0xa2, 0x31, 0x5d, 0x19, 0x8e, 0xfc, 0xcc, 0xb8, + 0x0f, 0x8e, 0x11, 0x97, 0xf2, 0x24, 0xd6, 0x57, 0x06, 0x1c, 0xe3, 0xea, 0x27, 0x3c, 0xcd, 0xf0, + 0xd2, 0xa3, 0xfc, 0x40, 0x81, 0xb8, 0x7a, 0x18, 0xa5, 0xca, 0x11, 0x70, 0x88, 0x09, 0x32, 0x9b, + 0x1d, 0x4d, 0xe2, 0x70, 0x36, 0xe6, 0xe4, 0x0e, 0x1d, 0x2f, 0x47, 0xa0, 0x5c, 0x41, 0x3c, 0x99, + 0xf8, 0xd3, 0x30, 0x73, 0x96, 0xe8, 0xcc, 0x19, 0x98, 0xdd, 0x84, 0x26, 0x9f, 0x9e, 0x64, 0x4e, + 0x9b, 0x6c, 0xfb, 0x12, 0xda, 0x96, 0xd8, 0xdc, 0x7e, 0x38, 0x3d, 0x51, 0x06, 0x25, 0x02, 0x24, + 0xf4, 0xd3, 0x91, 0xae, 0x9a, 0x2c, 0xc2, 0x9d, 0x74, 0xa4, 0x09, 0x91, 0x80, 0xbd, 0x55, 0x4a, + 0x57, 0x17, 0x73, 0xd2, 0xaa, 0x54, 0x75, 0x0f, 0xba, 0x7e, 0x2a, 0xa2, 0xa1, 0x1f, 0x08, 0xed, + 0x61, 0x8e, 0xbd, 0xb8, 0xfa, 0x24, 0x27, 0xe5, 0xa4, 0xec, 0x0d, 0x68, 0x05, 0x7e, 0x70, 0x8c, + 0xc9, 0xca, 0x94, 0x71, 0x72, 0xce, 0x2e, 0xa2, 0x25, 0xbd, 0x24, 0xc1, 0x32, 0xdf, 0x88, 0xb3, + 0x50, 0x36, 0xb9, 0x0f, 0x5d, 0x23, 0xde, 0x42, 0x13, 0xbf, 0x41, 0x06, 0xfb, 0x00, 0x56, 0x8a, + 0x52, 0x2f, 0x34, 0xfb, 0x3d, 0x80, 0x5c, 0xfe, 0x85, 0x0e, 0xdd, 0x1f, 0x6b, 0xb0, 0x44, 0x0a, + 0xcc, 0x30, 0x14, 0x64, 0xc2, 0x1f, 0x71, 0x1d, 0xa2, 0x15, 0xc4, 0xb6, 0x61, 0xe9, 0x88, 0x28, + 0xd4, 0x4d, 0x73, 0xd3, 0x28, 0x3d, 0x53, 0x3f, 0xca, 0xb6, 0x92, 0x6a, 0xb0, 0x07, 0x3d, 0x0b, + 0x5d, 0xc1, 0xcd, 0x35, 0x9b, 0x9b, 0xde, 0x9d, 0xae, 0x59, 0xcf, 0x66, 0xec, 0xab, 0x1a, 0xac, + 0x13, 0x72, 0x1f, 0xeb, 0x91, 0xf3, 0x82, 0x3f, 0x83, 0xe6, 0x2c, 0x33, 0x17, 0x25, 0x1a, 0xe3, + 0xa6, 0xb3, 0x28, 0xa4, 0x23, 0xd4, 0xf2, 0x70, 0x88, 0x54, 0xc2, 0x1f, 0xc9, 0x4e, 0x4a, 0xd7, + 0xa3, 0x31, 0x73, 0x8d, 0x64, 0x2d, 0xe2, 0x04, 0x72, 0xc9, 0xb4, 0x34, 0xb8, 0x92, 0xf0, 0x53, + 0xd5, 0x05, 0xc0, 0xa1, 0xcb, 0xa1, 0xf7, 0x79, 0x1c, 0x9b, 0x3b, 0xdc, 0x35, 0xe8, 0xf9, 0x43, + 0xc1, 0xd3, 0xc3, 0x4c, 0xf8, 0xa9, 0x50, 0xba, 0x03, 0x42, 0x3d, 0x45, 0x0c, 0x12, 0x1c, 0xf1, + 0x61, 0x9c, 0xf2, 0xc3, 0x4c, 0xc4, 0x89, 0xba, 0x97, 0x81, 0x44, 0x3d, 0x15, 0x71, 0x92, 0x27, + 0xd0, 0x86, 0x9d, 0x40, 0x05, 0xb0, 0xcf, 0xb9, 0x3f, 0x16, 0xc7, 0xbb, 0xc7, 0x3c, 0x30, 0xbb, + 0x5d, 0x86, 0xae, 0x08, 0x92, 0xc3, 0x24, 0x4e, 0x85, 0xb6, 0x53, 0x47, 0x04, 0xc9, 0x01, 0xc2, + 0xf8, 0xf1, 0x58, 0x08, 0xf9, 0x55, 0xc7, 0x32, 0x44, 0xe0, 0x57, 0x52, 0x49, 0x3a, 0x56, 0x51, + 0x05, 0x87, 0x94, 0x49, 0xe2, 0x50, 0x96, 0x23, 0x2d, 0x8f, 0xc6, 0xee, 0x6f, 0x6b, 0x00, 0x8f, + 0xe3, 0x91, 0xa5, 0x6f, 0x71, 0x9a, 0x18, 0x7d, 0xe3, 0x98, 0xdd, 0x81, 0xa5, 0x20, 0x9e, 0x0e, + 0xa3, 0x91, 0xf2, 0x07, 0xaa, 0x32, 0xf3, 0x39, 0x58, 0x92, 0x0c, 0xa3, 0x91, 0xf2, 0x09, 0x49, + 0x89, 0x27, 0xc3, 0x42, 0x2f, 0xe4, 0xa1, 0x7f, 0x69, 0xc0, 0xfa, 0x43, 0x53, 0x47, 0x9d, 0xe7, + 0x08, 0x0e, 0xb4, 0x55, 0x84, 0xd3, 0xf9, 0x40, 0x81, 0xa5, 0x62, 0xbb, 0x31, 0x57, 0x6c, 0xcf, + 0xc7, 0xd6, 0xeb, 0xd0, 0x18, 0xc7, 0x23, 0xe5, 0x17, 0x2b, 0x45, 0x09, 0x3d, 0xfc, 0x44, 0x79, + 0x40, 0x55, 0xdb, 0x32, 0xbc, 0x9a, 0x8a, 0xfa, 0x3d, 0xe8, 0x1d, 0x93, 0xe5, 0x02, 0xb4, 0x1c, + 0xe5, 0x60, 0x75, 0x6a, 0xe6, 0x0d, 0xea, 0xd9, 0xa4, 0x6c, 0x0b, 0x9a, 0xc7, 0x71, 0xfc, 0x8c, + 0x52, 0x74, 0xef, 0xce, 0x2a, 0x4d, 0xc9, 0x5d, 0xcd, 0xa3, 0x8f, 0xec, 0x55, 0x58, 0x49, 0x39, + 0x39, 0xdb, 0x61, 0x12, 0x8f, 0xa3, 0x40, 0xa6, 0xee, 0xae, 0xb7, 0xac, 0xb0, 0x07, 0x84, 0x64, + 0x1f, 0x40, 0x3b, 0x3b, 0xcd, 0x02, 0x61, 0x52, 0xb8, 0x8b, 0xcb, 0xcd, 0x69, 0x72, 0xfb, 0xa9, + 0x24, 0x52, 0xb7, 0x02, 0x35, 0x05, 0x2b, 0x6a, 0xfb, 0xc3, 0x42, 0x16, 0xfb, 0x43, 0x07, 0x96, + 0x65, 0x21, 0x7d, 0x9e, 0xb5, 0xde, 0x9d, 0xeb, 0x18, 0xaa, 0xac, 0x31, 0xc7, 0x62, 0xa1, 0x8e, + 0x3e, 0xbb, 0x50, 0x3a, 0xaf, 0xc2, 0x36, 0x97, 0x9c, 0x96, 0x7d, 0xc9, 0x79, 0x05, 0x80, 0x7f, + 0x29, 0x52, 0xff, 0x90, 0x72, 0x9c, 0xac, 0x9e, 0xba, 0x84, 0xc1, 0xf8, 0x8f, 0xc7, 0x29, 0x48, + 0x66, 0x87, 0xf2, 0x52, 0xd7, 0xa6, 0x22, 0xb5, 0x13, 0x24, 0xb3, 0x1f, 0x96, 0xee, 0x75, 0x9d, + 0x42, 0xe1, 0xb4, 0x01, 0xad, 0x20, 0x9e, 0x4d, 0x05, 0x19, 0xa5, 0xe5, 0x49, 0x00, 0xd5, 0xc7, + 0xa7, 0x27, 0x64, 0x88, 0xae, 0x87, 0x43, 0x72, 0xb9, 0x69, 0x46, 0x79, 0x0c, 0x5d, 0x4e, 0x06, + 0x12, 0xc9, 0xcd, 0x71, 0x9c, 0x89, 0xcc, 0xe9, 0xcb, 0x38, 0x41, 0xa8, 0xcf, 0x11, 0x43, 0xb5, + 0x41, 0x3c, 0x9e, 0x4d, 0x78, 0xe6, 0x2c, 0x4b, 0x8f, 0x53, 0x20, 0x7b, 0x60, 0x35, 0x74, 0x56, + 0xc8, 0xd8, 0xd7, 0x50, 0x93, 0x05, 0x23, 0xe8, 0xf6, 0x8e, 0xb2, 0xb4, 0x99, 0xc0, 0xae, 0x43, + 0x4f, 0x8d, 0x27, 0x18, 0x0d, 0x56, 0x49, 0x0d, 0x36, 0xca, 0x44, 0xd8, 0x35, 0x2b, 0xc2, 0x6e, + 0x40, 0x2b, 0xe4, 0x47, 0xb3, 0x91, 0xb3, 0x2e, 0x83, 0x16, 0x01, 0x58, 0x92, 0xc4, 0x09, 0x9f, + 0x3e, 0x15, 0x61, 0x34, 0x75, 0x98, 0x2c, 0x49, 0x0c, 0x82, 0xbd, 0x6b, 0x8a, 0x84, 0x97, 0x88, + 0xc9, 0x57, 0xe6, 0x99, 0xac, 0x2a, 0x16, 0x76, 0x00, 0xd0, 0x90, 0x6a, 0xea, 0x06, 0x4d, 0xbd, + 0x51, 0x21, 0x9f, 0xa1, 0x91, 0xd3, 0xad, 0x49, 0x6c, 0x0b, 0x96, 0x43, 0x22, 0x3e, 0x9c, 0x70, + 0x71, 0x1c, 0x87, 0xce, 0x45, 0x12, 0xa5, 0x2f, 0x91, 0x4f, 0x08, 0xc7, 0xde, 0x56, 0xd7, 0xb0, + 0xcd, 0xbc, 0x7b, 0x59, 0xdc, 0x01, 0xaf, 0xb7, 0xba, 0xe1, 0xe9, 0x0b, 0x9f, 0x0a, 0xb0, 0x78, + 0x28, 0xc6, 0xd1, 0x24, 0x12, 0xce, 0x25, 0x55, 0x80, 0x69, 0x04, 0xda, 0x93, 0xfa, 0x21, 0x87, + 0xf2, 0xbb, 0x43, 0xfe, 0x40, 0x4c, 0x65, 0x8f, 0x11, 0x33, 0x78, 0x00, 0xcb, 0x05, 0x9b, 0xfc, + 0xaf, 0x6a, 0x8d, 0x0f, 0x61, 0xb5, 0xa4, 0xab, 0x45, 0xcb, 0x23, 0xa3, 0x88, 0xe7, 0x4d, 0xec, + 0xdb, 0x71, 0xe1, 0x5f, 0x75, 0xbc, 0x13, 0x26, 0x63, 0x3f, 0x30, 0xf9, 0xfc, 0x6d, 0xe8, 0x86, + 0x5a, 0xc5, 0xb4, 0x88, 0xea, 0x09, 0x16, 0xf4, 0xee, 0xe5, 0x34, 0xd5, 0x97, 0x4d, 0xb6, 0x0f, + 0xcb, 0xc3, 0x68, 0x8c, 0x49, 0x58, 0x39, 0x89, 0x6c, 0x72, 0x7f, 0x07, 0x97, 0x2a, 0xee, 0xb8, + 0xfd, 0x19, 0xd1, 0xd9, 0x6e, 0xd6, 0x1f, 0x5a, 0x28, 0x76, 0x1b, 0x93, 0x62, 0x72, 0xaa, 0x1a, + 0x94, 0x57, 0x2a, 0x56, 0xd8, 0x8d, 0x13, 0xd5, 0x27, 0x27, 0x4a, 0x7d, 0xaf, 0x6d, 0x99, 0x7b, + 0xed, 0xe0, 0x63, 0x58, 0x9f, 0xdb, 0x66, 0x51, 0x15, 0x9b, 0x5d, 0x16, 0x0a, 0xbd, 0x5f, 0x02, + 0x93, 0x77, 0xa8, 0x42, 0xd5, 0xf4, 0x42, 0x97, 0x1f, 0x8c, 0x70, 0x14, 0x26, 0xa5, 0x36, 0xbb, + 0x9e, 0x82, 0x70, 0xf7, 0x24, 0x9d, 0x4d, 0x65, 0x90, 0xed, 0x78, 0x12, 0x70, 0x6f, 0x48, 0x96, + 0x0f, 0x7c, 0x71, 0x2c, 0x49, 0x70, 0xa0, 0x2a, 0x14, 0x09, 0xb8, 0xbf, 0xab, 0x61, 0x15, 0x90, + 0x98, 0xac, 0x70, 0x0f, 0xda, 0xc2, 0x4f, 0x47, 0x5c, 0xe8, 0x8e, 0xc6, 0x15, 0xd9, 0xd1, 0x30, + 0x14, 0xdb, 0x3f, 0x92, 0x9f, 0x55, 0x6e, 0x52, 0xc4, 0x83, 0x7d, 0xe8, 0xdb, 0x1f, 0x2a, 0x14, + 0xb4, 0x55, 0xac, 0x30, 0x97, 0xf5, 0xba, 0xc4, 0x9d, 0xad, 0xaf, 0x07, 0xd0, 0x7b, 0x98, 0xa6, + 0x71, 0x2a, 0xdb, 0xfa, 0xa6, 0x22, 0xaa, 0x51, 0x48, 0xa7, 0x31, 0x2a, 0x6f, 0x22, 0x1f, 0xa4, + 0x74, 0x55, 0xa1, 0x40, 0xf7, 0xaf, 0x85, 0x12, 0x55, 0xbf, 0x5a, 0x95, 0x5b, 0x46, 0xb2, 0xac, + 0x16, 0xb3, 0x4c, 0x77, 0xf2, 0x25, 0x84, 0xaa, 0x4f, 0xd2, 0x78, 0x94, 0xf2, 0x2c, 0xd3, 0x8d, + 0x48, 0x0d, 0xa3, 0xfe, 0x38, 0xb2, 0xa5, 0xf2, 0x98, 0x04, 0xe4, 0x4a, 0x29, 0xf7, 0x27, 0x2a, + 0x8b, 0x29, 0x88, 0xdd, 0x81, 0x3e, 0x11, 0x1c, 0xaa, 0xd7, 0x97, 0xa5, 0xbc, 0x7a, 0xb0, 0x84, + 0xf3, 0x7a, 0x3c, 0x07, 0xdc, 0x7f, 0x36, 0x60, 0x73, 0x37, 0xe5, 0xbe, 0xc8, 0x3b, 0x3c, 0x5a, + 0x80, 0x17, 0xf3, 0x16, 0x29, 0x76, 0xc3, 0x7e, 0x3e, 0x9b, 0xeb, 0xa5, 0x1a, 0xb1, 0x5a, 0xb6, + 0x58, 0xf4, 0x66, 0x11, 0x04, 0xa8, 0x87, 0x25, 0xf2, 0x28, 0x0d, 0xb2, 0x77, 0x75, 0x13, 0x03, + 0x9d, 0x63, 0x8b, 0x8c, 0x58, 0xc9, 0xf2, 0x59, 0x8d, 0xd8, 0x4e, 0x75, 0x23, 0xb6, 0xd8, 0xe9, + 0xd8, 0x29, 0x77, 0x4d, 0x6f, 0x9e, 0xb3, 0x51, 0x75, 0x0b, 0x95, 0xa9, 0xb2, 0xad, 0x27, 0xfb, + 0x77, 0x38, 0x7e, 0xe1, 0x2e, 0xe8, 0x37, 0x69, 0x65, 0x7e, 0x55, 0x83, 0x4b, 0x2a, 0x58, 0xcd, + 0x59, 0x15, 0xab, 0x76, 0x92, 0x49, 0x85, 0xd9, 0xc1, 0xd9, 0x52, 0x7a, 0x8a, 0x12, 0xe7, 0xa4, + 0x14, 0x4d, 0xd4, 0x39, 0x1a, 0xc8, 0x68, 0x58, 0xe8, 0x0b, 0x9a, 0x39, 0x92, 0x32, 0xb7, 0x71, + 0xc3, 0xb2, 0xb1, 0xfb, 0x7d, 0x58, 0xf7, 0x66, 0xd3, 0x9d, 0x69, 0xf8, 0x13, 0x3f, 0x12, 0x9a, + 0xa5, 0x1b, 0xd0, 0x37, 0x3d, 0xcb, 0x43, 0x73, 0x66, 0x7a, 0x06, 0xb7, 0x9f, 0x3f, 0xc2, 0xd6, + 0xad, 0xce, 0xe8, 0xcf, 0x0b, 0x31, 0x4e, 0x2f, 0x66, 0x2a, 0xbc, 0x5a, 0xa9, 0x8d, 0xad, 0x7d, + 0xab, 0x5e, 0xf4, 0xad, 0x01, 0x74, 0xd4, 0x39, 0xd6, 0xf1, 0xcd, 0xc0, 0xee, 0x4f, 0xe7, 0xba, + 0x9f, 0x67, 0x1d, 0xee, 0xb3, 0xd7, 0xb7, 0xc2, 0x46, 0xa3, 0x18, 0x36, 0x3e, 0xc5, 0xd5, 0xa9, + 0x33, 0xaa, 0x1f, 0x46, 0x17, 0x5e, 0xdd, 0xfd, 0x95, 0x0a, 0xa5, 0x8b, 0x06, 0x1d, 0x7d, 0x2a, + 0x1b, 0xc5, 0xfb, 0x33, 0xc6, 0x67, 0x7d, 0x52, 0x71, 0x7c, 0xc6, 0x49, 0xad, 0x7a, 0x12, 0xff, + 0x99, 0x6d, 0x59, 0x1d, 0xd9, 0xef, 0x97, 0x2e, 0x00, 0x67, 0xa7, 0xf6, 0xd2, 0x45, 0x61, 0x0d, + 0x1a, 0xbb, 0x93, 0x50, 0x99, 0x1b, 0x87, 0xee, 0xc7, 0x70, 0x09, 0xad, 0x90, 0xc6, 0xe3, 0xaf, + 0xd1, 0x8a, 0xd6, 0xd7, 0xd5, 0x7a, 0x7e, 0x5d, 0xad, 0x5a, 0xe0, 0x2c, 0xad, 0x19, 0xa9, 0xeb, + 0x96, 0xd4, 0x77, 0x7e, 0xd3, 0x87, 0xf6, 0x6e, 0x9c, 0x72, 0xef, 0x60, 0x97, 0xdd, 0x80, 0xce, + 0xe3, 0x28, 0x13, 0xf4, 0x7e, 0x4f, 0x7d, 0x0b, 0xfa, 0x63, 0xc8, 0xa0, 0xa3, 0x5e, 0xba, 0x33, + 0xf7, 0x02, 0x7b, 0x0d, 0x96, 0x64, 0xc3, 0x9a, 0xad, 0xab, 0x9e, 0x69, 0xde, 0x45, 0x1e, 0xe8, + 0x57, 0x7e, 0xf7, 0x02, 0xdb, 0x86, 0xae, 0xe9, 0x44, 0xb3, 0x8d, 0xfc, 0x64, 0x59, 0xd4, 0xf9, + 0x0e, 0x72, 0x5d, 0xd9, 0x91, 0x96, 0xeb, 0x16, 0xba, 0xd3, 0xf6, 0xba, 0xf7, 0xa8, 0xf7, 0x69, + 0xff, 0x77, 0xa0, 0x82, 0x7e, 0xb5, 0xf4, 0x34, 0xef, 0x5e, 0x60, 0xaf, 0x43, 0x5b, 0xf5, 0x77, + 0x19, 0x9b, 0x6f, 0xf6, 0x0e, 0xcc, 0x2b, 0x1f, 0xb1, 0x0e, 0x79, 0xa7, 0x96, 0x5d, 0xcc, 0x79, + 0xb7, 0x27, 0x58, 0x2c, 0xbd, 0x03, 0x6b, 0x4f, 0x65, 0x3b, 0x36, 0x7f, 0x13, 0x34, 0x4f, 0xbf, + 0x06, 0x55, 0xd8, 0xe2, 0x75, 0x68, 0xab, 0x0e, 0xae, 0xe4, 0xa6, 0xd8, 0xce, 0x2d, 0x90, 0xde, + 0x86, 0xfe, 0x23, 0x9e, 0xff, 0x25, 0x86, 0xad, 0x16, 0xde, 0x45, 0xf6, 0xf7, 0x06, 0xc5, 0x87, + 0x12, 0xf7, 0x02, 0xbb, 0x4b, 0xcd, 0x7d, 0xeb, 0x79, 0x65, 0xad, 0x34, 0x25, 0x1b, 0xac, 0x14, + 0x30, 0x68, 0xd7, 0xb7, 0x69, 0x12, 0xee, 0xf9, 0xe9, 0xe9, 0x17, 0x74, 0x6e, 0x9e, 0xc3, 0xd7, + 0x3b, 0xd0, 0x57, 0xbe, 0x22, 0x9f, 0x4d, 0x37, 0xf4, 0xbf, 0x77, 0xec, 0x76, 0xb2, 0xb4, 0x31, + 0x61, 0xc8, 0x76, 0x7d, 0xeb, 0x5f, 0x02, 0x19, 0xdb, 0x34, 0x53, 0x0a, 0xff, 0x1b, 0x18, 0xf4, + 0xad, 0xe7, 0x7a, 0x9c, 0xf7, 0x21, 0xac, 0x14, 0xff, 0x16, 0xc4, 0x5e, 0x3e, 0xf3, 0xaf, 0x42, + 0x15, 0xa2, 0xbd, 0xaf, 0xfe, 0x9c, 0x10, 0x87, 0xdc, 0x5a, 0xa2, 0x4a, 0xbe, 0xf9, 0xb9, 0x1f, + 0xc1, 0xfa, 0xdc, 0xeb, 0x19, 0xbb, 0x52, 0x20, 0x2b, 0x3d, 0xaa, 0x15, 0xdd, 0xfa, 0x4d, 0x68, + 0x62, 0x20, 0xd3, 0x56, 0x33, 0xb5, 0xdf, 0xc0, 0x20, 0xd4, 0x69, 0x75, 0x2f, 0xdc, 0xae, 0xb1, + 0x8f, 0x00, 0xf2, 0x8a, 0x8b, 0xe5, 0x4d, 0x66, 0xbb, 0xdc, 0x1d, 0x94, 0xd0, 0xf6, 0xfc, 0x1d, + 0xe8, 0x59, 0xb9, 0x43, 0xea, 0x77, 0xbe, 0x60, 0x1e, 0x94, 0xf1, 0xf6, 0x12, 0x7b, 0xd0, 0xb7, + 0xff, 0xac, 0xc4, 0x2e, 0xe5, 0x41, 0xad, 0xf0, 0x67, 0xa9, 0xc1, 0xdc, 0x07, 0x7b, 0x95, 0x4f, + 0x00, 0xf2, 0xb0, 0xa9, 0x8e, 0x50, 0x39, 0x8c, 0x0e, 0x4a, 0x68, 0x33, 0xff, 0x56, 0x8d, 0xf8, + 0x58, 0x2d, 0xa5, 0x6f, 0x36, 0x1f, 0x5f, 0x07, 0xe7, 0xa4, 0x79, 0xe2, 0xe3, 0x11, 0xac, 0x95, + 0x2b, 0x06, 0x69, 0xf8, 0xe2, 0xa5, 0x67, 0x70, 0xd9, 0xc2, 0x55, 0x2e, 0xf4, 0x04, 0x56, 0x4b, + 0x39, 0x93, 0x55, 0x95, 0x0b, 0x05, 0xbe, 0xaa, 0x93, 0x2c, 0x2d, 0x77, 0x00, 0x6b, 0xe5, 0xa8, + 0xcd, 0x2e, 0x6b, 0xaf, 0xaa, 0x48, 0x06, 0x83, 0xca, 0x8f, 0xf6, 0x8a, 0x0f, 0x91, 0xc1, 0x42, + 0xda, 0xd5, 0x82, 0xda, 0xaf, 0x94, 0x9a, 0xb1, 0xaa, 0xfc, 0x8c, 0xcb, 0x1c, 0x2d, 0xd1, 0xff, + 0x02, 0xef, 0xfe, 0x27, 0x00, 0x00, 0xff, 0xff, 0x5c, 0x54, 0xef, 0xcd, 0x25, 0x28, 0x00, 0x00, } diff --git a/rpc/gen/core.proto b/rpc/gen/core.proto index b3321cc47..f9e1b7d75 100644 --- a/rpc/gen/core.proto +++ b/rpc/gen/core.proto @@ -96,10 +96,13 @@ message Node { string endpoint = 2; string podname = 3; map cpu = 4; - int64 memory = 5; - string info = 6; + double cpu_used= 5; + int64 memory = 6; bool available = 7; map labels = 8; + int64 init_memory = 9; + map init_cpu = 10; + string info = 11; } message Nodes { @@ -125,6 +128,7 @@ message Container { map publish = 10; string image = 11; bytes inspect = 12; + bytes status_data = 13; } message ContainerDeployedOptions { diff --git a/rpc/gen/core_pb2.py b/rpc/gen/core_pb2.py index bc65de7e0..13d81eb95 100644 --- a/rpc/gen/core_pb2.py +++ b/rpc/gen/core_pb2.py @@ -19,7 +19,7 @@ name='core.proto', package='pb', syntax='proto3', - serialized_pb=_b('\n\ncore.proto\x12\x02pb\"\x07\n\x05\x45mpty\"\xb4\x01\n\x15ListContainersOptions\x12\x0f\n\x07\x61ppname\x18\x01 \x01(\t\x12\x12\n\nentrypoint\x18\x02 \x01(\t\x12\x10\n\x08nodename\x18\x03 \x01(\t\x12\x35\n\x06labels\x18\x04 \x03(\x0b\x32%.pb.ListContainersOptions.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"L\n\x13\x44\x65ployStatusOptions\x12\x0f\n\x07\x61ppname\x18\x01 \x01(\t\x12\x12\n\nentrypoint\x18\x02 \x01(\t\x12\x10\n\x08nodename\x18\x03 \x01(\t\"v\n\x13\x44\x65ployStatusMessage\x12\x0e\n\x06\x61\x63tion\x18\x01 \x01(\t\x12\x0f\n\x07\x61ppname\x18\x02 \x01(\t\x12\x12\n\nentrypoint\x18\x03 \x01(\t\x12\x10\n\x08nodename\x18\x04 \x01(\t\x12\n\n\x02id\x18\x05 \x01(\t\x12\x0c\n\x04\x64\x61ta\x18\x06 \x01(\x0c\"0\n\x03Pod\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04\x64\x65sc\x18\x02 \x01(\t\x12\r\n\x05\x66\x61vor\x18\x03 \x01(\t\"\x1d\n\x04Pods\x12\x15\n\x04pods\x18\x01 \x03(\x0b\x32\x07.pb.Pod\"\xfc\x02\n\x0bPodResource\x12\x0c\n\x04name\x18\x01 \x01(\t\x12%\n\x03\x63pu\x18\x02 \x03(\x0b\x32\x18.pb.PodResource.CpuEntry\x12+\n\x06memory\x18\x03 \x03(\x0b\x32\x1b.pb.PodResource.MemoryEntry\x12\'\n\x04\x64iff\x18\x04 \x03(\x0b\x32\x19.pb.PodResource.DiffEntry\x12+\n\x06\x64\x65tail\x18\x05 \x03(\x0b\x32\x1b.pb.PodResource.DetailEntry\x1a*\n\x08\x43puEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x01:\x02\x38\x01\x1a-\n\x0bMemoryEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x01:\x02\x38\x01\x1a+\n\tDiffEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x08:\x02\x38\x01\x1a-\n\x0b\x44\x65tailEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"5\n\x12ListNetworkOptions\x12\x0f\n\x07podname\x18\x01 \x01(\t\x12\x0e\n\x06\x64river\x18\x02 \x01(\t\"(\n\x07Network\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07subnets\x18\x02 \x03(\t\")\n\x08Networks\x12\x1d\n\x08networks\x18\x01 \x03(\x0b\x32\x0b.pb.Network\"\x89\x02\n\x04Node\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x10\n\x08\x65ndpoint\x18\x02 \x01(\t\x12\x0f\n\x07podname\x18\x03 \x01(\t\x12\x1e\n\x03\x63pu\x18\x04 \x03(\x0b\x32\x11.pb.Node.CpuEntry\x12\x0e\n\x06memory\x18\x05 \x01(\x03\x12\x0c\n\x04info\x18\x06 \x01(\t\x12\x11\n\tavailable\x18\x07 \x01(\x08\x12$\n\x06labels\x18\x08 \x03(\x0b\x32\x14.pb.Node.LabelsEntry\x1a*\n\x08\x43puEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x05:\x02\x38\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\" \n\x05Nodes\x12\x17\n\x05nodes\x18\x01 \x03(\x0b\x32\x08.pb.Node\"E\n\rNodeAvailable\x12\x10\n\x08nodename\x18\x01 \x01(\t\x12\x0f\n\x07podname\x18\x02 \x01(\t\x12\x11\n\tavailable\x18\x03 \x01(\x08\"\xa3\x03\n\tContainer\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0f\n\x07podname\x18\x02 \x01(\t\x12\x10\n\x08nodename\x18\x03 \x01(\t\x12\x0c\n\x04name\x18\x04 \x01(\t\x12#\n\x03\x63pu\x18\x05 \x03(\x0b\x32\x16.pb.Container.CpuEntry\x12\r\n\x05quota\x18\x06 \x01(\x01\x12\x0e\n\x06memory\x18\x07 \x01(\x03\x12\x12\n\nprivileged\x18\x08 \x01(\x08\x12)\n\x06labels\x18\t \x03(\x0b\x32\x19.pb.Container.LabelsEntry\x12+\n\x07publish\x18\n \x03(\x0b\x32\x1a.pb.Container.PublishEntry\x12\r\n\x05image\x18\x0b \x01(\t\x12\x0f\n\x07inspect\x18\x0c \x01(\x0c\x1a*\n\x08\x43puEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x05:\x02\x38\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a.\n\x0cPublishEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"k\n\x18\x43ontainerDeployedOptions\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0f\n\x07\x61ppname\x18\x02 \x01(\t\x12\x12\n\nentrypoint\x18\x03 \x01(\t\x12\x10\n\x08nodename\x18\x04 \x01(\t\x12\x0c\n\x04\x64\x61ta\x18\x05 \x01(\x0c\"/\n\nContainers\x12!\n\ncontainers\x18\x01 \x03(\x0b\x32\r.pb.Container\"\x19\n\x0b\x43ontainerID\x12\n\n\x02id\x18\x01 \x01(\t\"\x1b\n\x0c\x43ontainerIDs\x12\x0b\n\x03ids\x18\x01 \x03(\t\"4\n\x16RemoveContainerOptions\x12\x0b\n\x03ids\x18\x01 \x03(\t\x12\r\n\x05\x66orce\x18\x02 \x01(\x08\"7\n\x0eReallocOptions\x12\x0b\n\x03ids\x18\x01 \x03(\t\x12\x0b\n\x03\x63pu\x18\x02 \x01(\x01\x12\x0b\n\x03mem\x18\x03 \x01(\x03\":\n\rAddPodOptions\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05\x66\x61vor\x18\x02 \x01(\t\x12\x0c\n\x04\x64\x65sc\x18\x03 \x01(\t\" \n\x10RemovePodOptions\x12\x0c\n\x04name\x18\x01 \x01(\t\"\x1d\n\rGetPodOptions\x12\x0c\n\x04name\x18\x01 \x01(\t\"\xf7\x01\n\x0e\x41\x64\x64NodeOptions\x12\x10\n\x08nodename\x18\x01 \x01(\t\x12\x10\n\x08\x65ndpoint\x18\x02 \x01(\t\x12\x0f\n\x07podname\x18\x03 \x01(\t\x12\n\n\x02\x63\x61\x18\x04 \x01(\t\x12\x0c\n\x04\x63\x65rt\x18\x05 \x01(\t\x12\x0b\n\x03key\x18\x06 \x01(\t\x12\x0b\n\x03\x63pu\x18\x07 \x01(\x05\x12\r\n\x05share\x18\x08 \x01(\x05\x12\x0e\n\x06memory\x18\t \x01(\x03\x12.\n\x06labels\x18\n \x03(\x0b\x32\x1e.pb.AddNodeOptions.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"6\n\x11RemoveNodeOptions\x12\x10\n\x08nodename\x18\x01 \x01(\t\x12\x0f\n\x07podname\x18\x02 \x01(\t\"3\n\x0eGetNodeOptions\x12\x0f\n\x07podname\x18\x01 \x01(\t\x12\x10\n\x08nodename\x18\x02 \x01(\t\"0\n\x10ListNodesOptions\x12\x0f\n\x07podname\x18\x01 \x01(\t\x12\x0b\n\x03\x61ll\x18\x02 \x01(\x08\"\x8e\x04\n\x05\x42uild\x12\x0c\n\x04\x62\x61se\x18\x01 \x01(\t\x12\x0c\n\x04repo\x18\x02 \x01(\t\x12\x0f\n\x07version\x18\x03 \x01(\t\x12\x0b\n\x03\x64ir\x18\x04 \x01(\t\x12\x11\n\tsubmodule\x18\x05 \x01(\x08\x12\x10\n\x08\x63ommands\x18\x06 \x03(\t\x12!\n\x04\x65nvs\x18\x07 \x03(\x0b\x32\x13.pb.Build.EnvsEntry\x12!\n\x04\x61rgs\x18\x08 \x03(\x0b\x32\x13.pb.Build.ArgsEntry\x12%\n\x06labels\x18\t \x03(\x0b\x32\x15.pb.Build.LabelsEntry\x12+\n\tartifacts\x18\n \x03(\x0b\x32\x18.pb.Build.ArtifactsEntry\x12#\n\x05\x63\x61\x63he\x18\x0b \x03(\x0b\x32\x14.pb.Build.CacheEntry\x1a+\n\tEnvsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a+\n\tArgsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x30\n\x0e\x41rtifactsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a,\n\nCacheEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"z\n\x06\x42uilds\x12\x0e\n\x06stages\x18\x01 \x03(\t\x12&\n\x06\x62uilds\x18\x02 \x03(\x0b\x32\x16.pb.Builds.BuildsEntry\x1a\x38\n\x0b\x42uildsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x18\n\x05value\x18\x02 \x01(\x0b\x32\t.pb.Build:\x02\x38\x01\"s\n\x11\x42uildImageOptions\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04user\x18\x02 \x01(\t\x12\x0b\n\x03uid\x18\x03 \x01(\x05\x12\x0c\n\x04tags\x18\x04 \x03(\t\x12\x1a\n\x06\x62uilds\x18\x05 \x01(\x0b\x32\n.pb.Builds\x12\x0b\n\x03tar\x18\x06 \x01(\x0c\"F\n\x0bHookOptions\x12\x13\n\x0b\x61\x66ter_start\x18\x01 \x03(\t\x12\x13\n\x0b\x62\x65\x66ore_stop\x18\x02 \x03(\t\x12\r\n\x05\x66orce\x18\x03 \x01(\x08\"U\n\x12HealthCheckOptions\x12\x11\n\ttcp_ports\x18\x01 \x03(\t\x12\x11\n\thttp_port\x18\x02 \x01(\t\x12\x0b\n\x03url\x18\x03 \x01(\t\x12\x0c\n\x04\x63ode\x18\x04 \x01(\x05\"u\n\nLogOptions\x12\x0c\n\x04type\x18\x01 \x01(\t\x12*\n\x06\x63onfig\x18\x02 \x03(\x0b\x32\x1a.pb.LogOptions.ConfigEntry\x1a-\n\x0b\x43onfigEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xca\x02\n\x11\x45ntrypointOptions\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07\x63ommand\x18\x02 \x01(\t\x12\x12\n\nprivileged\x18\x03 \x01(\x08\x12\x0b\n\x03\x64ir\x18\x04 \x01(\t\x12\x1b\n\x03log\x18\x05 \x01(\x0b\x32\x0e.pb.LogOptions\x12\x0f\n\x07publish\x18\x06 \x03(\t\x12+\n\x0bhealthcheck\x18\x07 \x01(\x0b\x32\x16.pb.HealthCheckOptions\x12\x1d\n\x04hook\x18\x08 \x01(\x0b\x32\x0f.pb.HookOptions\x12\x16\n\x0erestart_policy\x18\t \x01(\t\x12\x33\n\x07sysctls\x18\n \x03(\x0b\x32\".pb.EntrypointOptions.SysctlsEntry\x1a.\n\x0cSysctlsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x88\x06\n\rDeployOptions\x12\x0c\n\x04name\x18\x01 \x01(\t\x12)\n\nentrypoint\x18\x02 \x01(\x0b\x32\x15.pb.EntrypointOptions\x12\x0f\n\x07podname\x18\x03 \x01(\t\x12\x10\n\x08nodename\x18\x04 \x01(\t\x12\r\n\x05image\x18\x05 \x01(\t\x12\x12\n\nextra_args\x18\x06 \x01(\t\x12\x11\n\tcpu_quota\x18\x07 \x01(\x01\x12\x0e\n\x06memory\x18\x08 \x01(\x03\x12\r\n\x05\x63ount\x18\t \x01(\x05\x12\x0b\n\x03\x65nv\x18\n \x03(\t\x12\x0b\n\x03\x64ns\x18\x0b \x03(\t\x12\x13\n\x0b\x65xtra_hosts\x18\x0c \x03(\t\x12\x0f\n\x07volumes\x18\r \x03(\t\x12\x31\n\x08networks\x18\x0e \x03(\x0b\x32\x1f.pb.DeployOptions.NetworksEntry\x12\x13\n\x0bnetworkmode\x18\x0f \x01(\t\x12\x0c\n\x04user\x18\x10 \x01(\t\x12\r\n\x05\x64\x65\x62ug\x18\x11 \x01(\x08\x12\x11\n\topenStdin\x18\x12 \x01(\x08\x12-\n\x06labels\x18\x13 \x03(\x0b\x32\x1d.pb.DeployOptions.LabelsEntry\x12\x35\n\nnodelabels\x18\x14 \x03(\x0b\x32!.pb.DeployOptions.NodelabelsEntry\x12\x15\n\rdeploy_method\x18\x15 \x01(\t\x12)\n\x04\x64\x61ta\x18\x16 \x03(\x0b\x32\x1b.pb.DeployOptions.DataEntry\x12\x11\n\tsoftlimit\x18\x17 \x01(\x08\x12\x13\n\x0bnodes_limit\x18\x18 \x01(\x05\x1a/\n\rNetworksEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x31\n\x0fNodelabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a+\n\tDataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x0c:\x02\x38\x01\"\x9d\x02\n\x0eReplaceOptions\x12$\n\tdeployOpt\x18\x01 \x01(\x0b\x32\x11.pb.DeployOptions\x12\r\n\x05\x66orce\x18\x02 \x01(\x08\x12;\n\rfilter_labels\x18\x03 \x03(\x0b\x32$.pb.ReplaceOptions.FilterLabelsEntry\x12*\n\x04\x63opy\x18\x04 \x03(\x0b\x32\x1c.pb.ReplaceOptions.CopyEntry\x12\x0b\n\x03ids\x18\x05 \x03(\t\x1a\x33\n\x11\x46ilterLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a+\n\tCopyEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"V\n\x12RemoveImageOptions\x12\x0f\n\x07podname\x18\x01 \x01(\t\x12\x10\n\x08nodename\x18\x02 \x01(\t\x12\x0e\n\x06images\x18\x03 \x03(\t\x12\r\n\x05prune\x18\x04 \x01(\x08\"\x1a\n\tCopyPaths\x12\r\n\x05paths\x18\x01 \x03(\t\"{\n\x0b\x43opyOptions\x12-\n\x07targets\x18\x01 \x03(\x0b\x32\x1c.pb.CopyOptions.TargetsEntry\x1a=\n\x0cTargetsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x1c\n\x05value\x18\x02 \x01(\x0b\x32\r.pb.CopyPaths:\x02\x38\x01\",\n\x0b\x45rrorDetail\x12\x0c\n\x04\x63ode\x18\x01 \x01(\x03\x12\x0f\n\x07message\x18\x02 \x01(\t\"\x87\x01\n\x11\x42uildImageMessage\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0e\n\x06status\x18\x02 \x01(\t\x12\x10\n\x08progress\x18\x03 \x01(\t\x12\r\n\x05\x65rror\x18\x04 \x01(\t\x12\x0e\n\x06stream\x18\x05 \x01(\t\x12%\n\x0c\x65rror_detail\x18\x06 \x01(\x0b\x32\x0f.pb.ErrorDetail\"\xea\x02\n\x16\x43reateContainerMessage\x12\x0f\n\x07podname\x18\x01 \x01(\t\x12\x10\n\x08nodename\x18\x02 \x01(\t\x12\n\n\x02id\x18\x03 \x01(\t\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\r\n\x05\x65rror\x18\x05 \x01(\t\x12\x0f\n\x07success\x18\x06 \x01(\x08\x12\x30\n\x03\x63pu\x18\x07 \x03(\x0b\x32#.pb.CreateContainerMessage.CpuEntry\x12\r\n\x05quota\x18\x08 \x01(\x01\x12\x0e\n\x06memory\x18\t \x01(\x03\x12\x38\n\x07publish\x18\n \x03(\x0b\x32\'.pb.CreateContainerMessage.PublishEntry\x12\x0c\n\x04hook\x18\x0b \x01(\x0c\x1a*\n\x08\x43puEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x05:\x02\x38\x01\x1a.\n\x0cPublishEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x80\x01\n\x17ReplaceContainerMessage\x12*\n\x06\x63reate\x18\x01 \x01(\x0b\x32\x1a.pb.CreateContainerMessage\x12*\n\x06remove\x18\x02 \x01(\x0b\x32\x1a.pb.RemoveContainerMessage\x12\r\n\x05\x65rror\x18\x03 \x01(\t\"7\n\x11RunAndWaitMessage\x12\x14\n\x0c\x63ontainer_id\x18\x01 \x01(\t\x12\x0c\n\x04\x64\x61ta\x18\x02 \x01(\x0c\"F\n\x12RemoveImageMessage\x12\r\n\x05image\x18\x01 \x01(\t\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\x10\n\x08messages\x18\x03 \x03(\t\"F\n\x16RemoveContainerMessage\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\x0f\n\x07message\x18\x03 \x01(\t\"5\n\x16ReallocResourceMessage\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0f\n\x07success\x18\x02 \x01(\x08\"b\n\x0b\x43opyMessage\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0e\n\x06status\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x0c\n\x04path\x18\x04 \x01(\t\x12\r\n\x05\x65rror\x18\x05 \x01(\t\x12\x0c\n\x04\x64\x61ta\x18\x06 \x01(\x0c\"J\n\x11RunAndWaitOptions\x12(\n\rDeployOptions\x18\x01 \x01(\x0b\x32\x11.pb.DeployOptions\x12\x0b\n\x03\x43md\x18\x02 \x01(\x0c\"4\n\x17\x43ontrolContainerOptions\x12\x0b\n\x03ids\x18\x01 \x03(\t\x12\x0c\n\x04type\x18\x02 \x01(\t\"4\n\x17\x43ontrolContainerMessage\x12\n\n\x02id\x18\x01 \x01(\t\x12\r\n\x05\x65rror\x18\x02 \x01(\t2\x8b\x0c\n\x07\x43oreRPC\x12!\n\x08ListPods\x12\t.pb.Empty\x1a\x08.pb.Pods\"\x00\x12&\n\x06\x41\x64\x64Pod\x12\x11.pb.AddPodOptions\x1a\x07.pb.Pod\"\x00\x12.\n\tRemovePod\x12\x14.pb.RemovePodOptions\x1a\t.pb.Empty\"\x00\x12&\n\x06GetPod\x12\x11.pb.GetPodOptions\x1a\x07.pb.Pod\"\x00\x12)\n\x07\x41\x64\x64Node\x12\x12.pb.AddNodeOptions\x1a\x08.pb.Node\"\x00\x12.\n\nRemoveNode\x12\x15.pb.RemoveNodeOptions\x1a\x07.pb.Pod\"\x00\x12\x31\n\x10SetNodeAvailable\x12\x11.pb.NodeAvailable\x1a\x08.pb.Node\"\x00\x12)\n\x07GetNode\x12\x12.pb.GetNodeOptions\x1a\x08.pb.Node\"\x00\x12\x30\n\x0cGetContainer\x12\x0f.pb.ContainerID\x1a\r.pb.Container\"\x00\x12\x33\n\rGetContainers\x12\x10.pb.ContainerIDs\x1a\x0e.pb.Containers\"\x00\x12/\n\rGetNodeByName\x12\x12.pb.GetNodeOptions\x1a\x08.pb.Node\"\x00\x12\x31\n\x0cListPodNodes\x12\x14.pb.ListNodesOptions\x1a\t.pb.Nodes\"\x00\x12\x36\n\x0cListNetworks\x12\x16.pb.ListNetworkOptions\x1a\x0c.pb.Networks\"\x00\x12=\n\x0eListContainers\x12\x19.pb.ListContainersOptions\x1a\x0e.pb.Containers\"\x00\x12:\n\x12ListNodeContainers\x12\x12.pb.GetNodeOptions\x1a\x0e.pb.Containers\"\x00\x12>\n\x11\x43ontainerDeployed\x12\x1c.pb.ContainerDeployedOptions\x1a\t.pb.Empty\"\x00\x12\x36\n\x0eGetPodResource\x12\x11.pb.GetPodOptions\x1a\x0f.pb.PodResource\"\x00\x12,\n\x04\x43opy\x12\x0f.pb.CopyOptions\x1a\x0f.pb.CopyMessage\"\x00\x30\x01\x12>\n\nBuildImage\x12\x15.pb.BuildImageOptions\x1a\x15.pb.BuildImageMessage\"\x00\x30\x01\x12\x41\n\x0bRemoveImage\x12\x16.pb.RemoveImageOptions\x1a\x16.pb.RemoveImageMessage\"\x00\x30\x01\x12\x44\n\x0c\x44\x65ployStatus\x12\x17.pb.DeployStatusOptions\x1a\x17.pb.DeployStatusMessage\"\x00\x30\x01\x12@\n\nRunAndWait\x12\x15.pb.RunAndWaitOptions\x1a\x15.pb.RunAndWaitMessage\"\x00(\x01\x30\x01\x12\x44\n\x0f\x43reateContainer\x12\x11.pb.DeployOptions\x1a\x1a.pb.CreateContainerMessage\"\x00\x30\x01\x12G\n\x10ReplaceContainer\x12\x12.pb.ReplaceOptions\x1a\x1b.pb.ReplaceContainerMessage\"\x00\x30\x01\x12M\n\x0fRemoveContainer\x12\x1a.pb.RemoveContainerOptions\x1a\x1a.pb.RemoveContainerMessage\"\x00\x30\x01\x12P\n\x10\x43ontrolContainer\x12\x1b.pb.ControlContainerOptions\x1a\x1b.pb.ControlContainerMessage\"\x00\x30\x01\x12\x45\n\x0fReallocResource\x12\x12.pb.ReallocOptions\x1a\x1a.pb.ReallocResourceMessage\"\x00\x30\x01\x62\x06proto3') + serialized_pb=_b('\n\ncore.proto\x12\x02pb\"\x07\n\x05\x45mpty\"\xb4\x01\n\x15ListContainersOptions\x12\x0f\n\x07\x61ppname\x18\x01 \x01(\t\x12\x12\n\nentrypoint\x18\x02 \x01(\t\x12\x10\n\x08nodename\x18\x03 \x01(\t\x12\x35\n\x06labels\x18\x04 \x03(\x0b\x32%.pb.ListContainersOptions.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"L\n\x13\x44\x65ployStatusOptions\x12\x0f\n\x07\x61ppname\x18\x01 \x01(\t\x12\x12\n\nentrypoint\x18\x02 \x01(\t\x12\x10\n\x08nodename\x18\x03 \x01(\t\"v\n\x13\x44\x65ployStatusMessage\x12\x0e\n\x06\x61\x63tion\x18\x01 \x01(\t\x12\x0f\n\x07\x61ppname\x18\x02 \x01(\t\x12\x12\n\nentrypoint\x18\x03 \x01(\t\x12\x10\n\x08nodename\x18\x04 \x01(\t\x12\n\n\x02id\x18\x05 \x01(\t\x12\x0c\n\x04\x64\x61ta\x18\x06 \x01(\x0c\"0\n\x03Pod\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04\x64\x65sc\x18\x02 \x01(\t\x12\r\n\x05\x66\x61vor\x18\x03 \x01(\t\"\x1d\n\x04Pods\x12\x15\n\x04pods\x18\x01 \x03(\x0b\x32\x07.pb.Pod\"\xfc\x02\n\x0bPodResource\x12\x0c\n\x04name\x18\x01 \x01(\t\x12%\n\x03\x63pu\x18\x02 \x03(\x0b\x32\x18.pb.PodResource.CpuEntry\x12+\n\x06memory\x18\x03 \x03(\x0b\x32\x1b.pb.PodResource.MemoryEntry\x12\'\n\x04\x64iff\x18\x04 \x03(\x0b\x32\x19.pb.PodResource.DiffEntry\x12+\n\x06\x64\x65tail\x18\x05 \x03(\x0b\x32\x1b.pb.PodResource.DetailEntry\x1a*\n\x08\x43puEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x01:\x02\x38\x01\x1a-\n\x0bMemoryEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x01:\x02\x38\x01\x1a+\n\tDiffEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x08:\x02\x38\x01\x1a-\n\x0b\x44\x65tailEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"5\n\x12ListNetworkOptions\x12\x0f\n\x07podname\x18\x01 \x01(\t\x12\x0e\n\x06\x64river\x18\x02 \x01(\t\"(\n\x07Network\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07subnets\x18\x02 \x03(\t\")\n\x08Networks\x12\x1d\n\x08networks\x18\x01 \x03(\x0b\x32\x0b.pb.Network\"\x89\x03\n\x04Node\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x10\n\x08\x65ndpoint\x18\x02 \x01(\t\x12\x0f\n\x07podname\x18\x03 \x01(\t\x12\x1e\n\x03\x63pu\x18\x04 \x03(\x0b\x32\x11.pb.Node.CpuEntry\x12\x10\n\x08\x63pu_used\x18\x05 \x01(\x01\x12\x0e\n\x06memory\x18\x06 \x01(\x03\x12\x11\n\tavailable\x18\x07 \x01(\x08\x12$\n\x06labels\x18\x08 \x03(\x0b\x32\x14.pb.Node.LabelsEntry\x12\x13\n\x0binit_memory\x18\t \x01(\x03\x12\'\n\x08init_cpu\x18\n \x03(\x0b\x32\x15.pb.Node.InitCpuEntry\x12\x0c\n\x04info\x18\x0b \x01(\t\x1a*\n\x08\x43puEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x05:\x02\x38\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a.\n\x0cInitCpuEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x05:\x02\x38\x01\" \n\x05Nodes\x12\x17\n\x05nodes\x18\x01 \x03(\x0b\x32\x08.pb.Node\"E\n\rNodeAvailable\x12\x10\n\x08nodename\x18\x01 \x01(\t\x12\x0f\n\x07podname\x18\x02 \x01(\t\x12\x11\n\tavailable\x18\x03 \x01(\x08\"\xb8\x03\n\tContainer\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0f\n\x07podname\x18\x02 \x01(\t\x12\x10\n\x08nodename\x18\x03 \x01(\t\x12\x0c\n\x04name\x18\x04 \x01(\t\x12#\n\x03\x63pu\x18\x05 \x03(\x0b\x32\x16.pb.Container.CpuEntry\x12\r\n\x05quota\x18\x06 \x01(\x01\x12\x0e\n\x06memory\x18\x07 \x01(\x03\x12\x12\n\nprivileged\x18\x08 \x01(\x08\x12)\n\x06labels\x18\t \x03(\x0b\x32\x19.pb.Container.LabelsEntry\x12+\n\x07publish\x18\n \x03(\x0b\x32\x1a.pb.Container.PublishEntry\x12\r\n\x05image\x18\x0b \x01(\t\x12\x0f\n\x07inspect\x18\x0c \x01(\x0c\x12\x13\n\x0bstatus_data\x18\r \x01(\x0c\x1a*\n\x08\x43puEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x05:\x02\x38\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a.\n\x0cPublishEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"k\n\x18\x43ontainerDeployedOptions\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0f\n\x07\x61ppname\x18\x02 \x01(\t\x12\x12\n\nentrypoint\x18\x03 \x01(\t\x12\x10\n\x08nodename\x18\x04 \x01(\t\x12\x0c\n\x04\x64\x61ta\x18\x05 \x01(\x0c\"/\n\nContainers\x12!\n\ncontainers\x18\x01 \x03(\x0b\x32\r.pb.Container\"\x19\n\x0b\x43ontainerID\x12\n\n\x02id\x18\x01 \x01(\t\"\x1b\n\x0c\x43ontainerIDs\x12\x0b\n\x03ids\x18\x01 \x03(\t\"4\n\x16RemoveContainerOptions\x12\x0b\n\x03ids\x18\x01 \x03(\t\x12\r\n\x05\x66orce\x18\x02 \x01(\x08\"7\n\x0eReallocOptions\x12\x0b\n\x03ids\x18\x01 \x03(\t\x12\x0b\n\x03\x63pu\x18\x02 \x01(\x01\x12\x0b\n\x03mem\x18\x03 \x01(\x03\":\n\rAddPodOptions\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05\x66\x61vor\x18\x02 \x01(\t\x12\x0c\n\x04\x64\x65sc\x18\x03 \x01(\t\" \n\x10RemovePodOptions\x12\x0c\n\x04name\x18\x01 \x01(\t\"\x1d\n\rGetPodOptions\x12\x0c\n\x04name\x18\x01 \x01(\t\"\xf7\x01\n\x0e\x41\x64\x64NodeOptions\x12\x10\n\x08nodename\x18\x01 \x01(\t\x12\x10\n\x08\x65ndpoint\x18\x02 \x01(\t\x12\x0f\n\x07podname\x18\x03 \x01(\t\x12\n\n\x02\x63\x61\x18\x04 \x01(\t\x12\x0c\n\x04\x63\x65rt\x18\x05 \x01(\t\x12\x0b\n\x03key\x18\x06 \x01(\t\x12\x0b\n\x03\x63pu\x18\x07 \x01(\x05\x12\r\n\x05share\x18\x08 \x01(\x05\x12\x0e\n\x06memory\x18\t \x01(\x03\x12.\n\x06labels\x18\n \x03(\x0b\x32\x1e.pb.AddNodeOptions.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"6\n\x11RemoveNodeOptions\x12\x10\n\x08nodename\x18\x01 \x01(\t\x12\x0f\n\x07podname\x18\x02 \x01(\t\"3\n\x0eGetNodeOptions\x12\x0f\n\x07podname\x18\x01 \x01(\t\x12\x10\n\x08nodename\x18\x02 \x01(\t\"0\n\x10ListNodesOptions\x12\x0f\n\x07podname\x18\x01 \x01(\t\x12\x0b\n\x03\x61ll\x18\x02 \x01(\x08\"\x8e\x04\n\x05\x42uild\x12\x0c\n\x04\x62\x61se\x18\x01 \x01(\t\x12\x0c\n\x04repo\x18\x02 \x01(\t\x12\x0f\n\x07version\x18\x03 \x01(\t\x12\x0b\n\x03\x64ir\x18\x04 \x01(\t\x12\x11\n\tsubmodule\x18\x05 \x01(\x08\x12\x10\n\x08\x63ommands\x18\x06 \x03(\t\x12!\n\x04\x65nvs\x18\x07 \x03(\x0b\x32\x13.pb.Build.EnvsEntry\x12!\n\x04\x61rgs\x18\x08 \x03(\x0b\x32\x13.pb.Build.ArgsEntry\x12%\n\x06labels\x18\t \x03(\x0b\x32\x15.pb.Build.LabelsEntry\x12+\n\tartifacts\x18\n \x03(\x0b\x32\x18.pb.Build.ArtifactsEntry\x12#\n\x05\x63\x61\x63he\x18\x0b \x03(\x0b\x32\x14.pb.Build.CacheEntry\x1a+\n\tEnvsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a+\n\tArgsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x30\n\x0e\x41rtifactsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a,\n\nCacheEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"z\n\x06\x42uilds\x12\x0e\n\x06stages\x18\x01 \x03(\t\x12&\n\x06\x62uilds\x18\x02 \x03(\x0b\x32\x16.pb.Builds.BuildsEntry\x1a\x38\n\x0b\x42uildsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x18\n\x05value\x18\x02 \x01(\x0b\x32\t.pb.Build:\x02\x38\x01\"s\n\x11\x42uildImageOptions\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04user\x18\x02 \x01(\t\x12\x0b\n\x03uid\x18\x03 \x01(\x05\x12\x0c\n\x04tags\x18\x04 \x03(\t\x12\x1a\n\x06\x62uilds\x18\x05 \x01(\x0b\x32\n.pb.Builds\x12\x0b\n\x03tar\x18\x06 \x01(\x0c\"F\n\x0bHookOptions\x12\x13\n\x0b\x61\x66ter_start\x18\x01 \x03(\t\x12\x13\n\x0b\x62\x65\x66ore_stop\x18\x02 \x03(\t\x12\r\n\x05\x66orce\x18\x03 \x01(\x08\"U\n\x12HealthCheckOptions\x12\x11\n\ttcp_ports\x18\x01 \x03(\t\x12\x11\n\thttp_port\x18\x02 \x01(\t\x12\x0b\n\x03url\x18\x03 \x01(\t\x12\x0c\n\x04\x63ode\x18\x04 \x01(\x05\"u\n\nLogOptions\x12\x0c\n\x04type\x18\x01 \x01(\t\x12*\n\x06\x63onfig\x18\x02 \x03(\x0b\x32\x1a.pb.LogOptions.ConfigEntry\x1a-\n\x0b\x43onfigEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xca\x02\n\x11\x45ntrypointOptions\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07\x63ommand\x18\x02 \x01(\t\x12\x12\n\nprivileged\x18\x03 \x01(\x08\x12\x0b\n\x03\x64ir\x18\x04 \x01(\t\x12\x1b\n\x03log\x18\x05 \x01(\x0b\x32\x0e.pb.LogOptions\x12\x0f\n\x07publish\x18\x06 \x03(\t\x12+\n\x0bhealthcheck\x18\x07 \x01(\x0b\x32\x16.pb.HealthCheckOptions\x12\x1d\n\x04hook\x18\x08 \x01(\x0b\x32\x0f.pb.HookOptions\x12\x16\n\x0erestart_policy\x18\t \x01(\t\x12\x33\n\x07sysctls\x18\n \x03(\x0b\x32\".pb.EntrypointOptions.SysctlsEntry\x1a.\n\x0cSysctlsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x88\x06\n\rDeployOptions\x12\x0c\n\x04name\x18\x01 \x01(\t\x12)\n\nentrypoint\x18\x02 \x01(\x0b\x32\x15.pb.EntrypointOptions\x12\x0f\n\x07podname\x18\x03 \x01(\t\x12\x10\n\x08nodename\x18\x04 \x01(\t\x12\r\n\x05image\x18\x05 \x01(\t\x12\x12\n\nextra_args\x18\x06 \x01(\t\x12\x11\n\tcpu_quota\x18\x07 \x01(\x01\x12\x0e\n\x06memory\x18\x08 \x01(\x03\x12\r\n\x05\x63ount\x18\t \x01(\x05\x12\x0b\n\x03\x65nv\x18\n \x03(\t\x12\x0b\n\x03\x64ns\x18\x0b \x03(\t\x12\x13\n\x0b\x65xtra_hosts\x18\x0c \x03(\t\x12\x0f\n\x07volumes\x18\r \x03(\t\x12\x31\n\x08networks\x18\x0e \x03(\x0b\x32\x1f.pb.DeployOptions.NetworksEntry\x12\x13\n\x0bnetworkmode\x18\x0f \x01(\t\x12\x0c\n\x04user\x18\x10 \x01(\t\x12\r\n\x05\x64\x65\x62ug\x18\x11 \x01(\x08\x12\x11\n\topenStdin\x18\x12 \x01(\x08\x12-\n\x06labels\x18\x13 \x03(\x0b\x32\x1d.pb.DeployOptions.LabelsEntry\x12\x35\n\nnodelabels\x18\x14 \x03(\x0b\x32!.pb.DeployOptions.NodelabelsEntry\x12\x15\n\rdeploy_method\x18\x15 \x01(\t\x12)\n\x04\x64\x61ta\x18\x16 \x03(\x0b\x32\x1b.pb.DeployOptions.DataEntry\x12\x11\n\tsoftlimit\x18\x17 \x01(\x08\x12\x13\n\x0bnodes_limit\x18\x18 \x01(\x05\x1a/\n\rNetworksEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x31\n\x0fNodelabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a+\n\tDataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x0c:\x02\x38\x01\"\x9d\x02\n\x0eReplaceOptions\x12$\n\tdeployOpt\x18\x01 \x01(\x0b\x32\x11.pb.DeployOptions\x12\r\n\x05\x66orce\x18\x02 \x01(\x08\x12;\n\rfilter_labels\x18\x03 \x03(\x0b\x32$.pb.ReplaceOptions.FilterLabelsEntry\x12*\n\x04\x63opy\x18\x04 \x03(\x0b\x32\x1c.pb.ReplaceOptions.CopyEntry\x12\x0b\n\x03ids\x18\x05 \x03(\t\x1a\x33\n\x11\x46ilterLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a+\n\tCopyEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"V\n\x12RemoveImageOptions\x12\x0f\n\x07podname\x18\x01 \x01(\t\x12\x10\n\x08nodename\x18\x02 \x01(\t\x12\x0e\n\x06images\x18\x03 \x03(\t\x12\r\n\x05prune\x18\x04 \x01(\x08\"\x1a\n\tCopyPaths\x12\r\n\x05paths\x18\x01 \x03(\t\"{\n\x0b\x43opyOptions\x12-\n\x07targets\x18\x01 \x03(\x0b\x32\x1c.pb.CopyOptions.TargetsEntry\x1a=\n\x0cTargetsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x1c\n\x05value\x18\x02 \x01(\x0b\x32\r.pb.CopyPaths:\x02\x38\x01\",\n\x0b\x45rrorDetail\x12\x0c\n\x04\x63ode\x18\x01 \x01(\x03\x12\x0f\n\x07message\x18\x02 \x01(\t\"\x87\x01\n\x11\x42uildImageMessage\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0e\n\x06status\x18\x02 \x01(\t\x12\x10\n\x08progress\x18\x03 \x01(\t\x12\r\n\x05\x65rror\x18\x04 \x01(\t\x12\x0e\n\x06stream\x18\x05 \x01(\t\x12%\n\x0c\x65rror_detail\x18\x06 \x01(\x0b\x32\x0f.pb.ErrorDetail\"\xea\x02\n\x16\x43reateContainerMessage\x12\x0f\n\x07podname\x18\x01 \x01(\t\x12\x10\n\x08nodename\x18\x02 \x01(\t\x12\n\n\x02id\x18\x03 \x01(\t\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\r\n\x05\x65rror\x18\x05 \x01(\t\x12\x0f\n\x07success\x18\x06 \x01(\x08\x12\x30\n\x03\x63pu\x18\x07 \x03(\x0b\x32#.pb.CreateContainerMessage.CpuEntry\x12\r\n\x05quota\x18\x08 \x01(\x01\x12\x0e\n\x06memory\x18\t \x01(\x03\x12\x38\n\x07publish\x18\n \x03(\x0b\x32\'.pb.CreateContainerMessage.PublishEntry\x12\x0c\n\x04hook\x18\x0b \x01(\x0c\x1a*\n\x08\x43puEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x05:\x02\x38\x01\x1a.\n\x0cPublishEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x80\x01\n\x17ReplaceContainerMessage\x12*\n\x06\x63reate\x18\x01 \x01(\x0b\x32\x1a.pb.CreateContainerMessage\x12*\n\x06remove\x18\x02 \x01(\x0b\x32\x1a.pb.RemoveContainerMessage\x12\r\n\x05\x65rror\x18\x03 \x01(\t\"7\n\x11RunAndWaitMessage\x12\x14\n\x0c\x63ontainer_id\x18\x01 \x01(\t\x12\x0c\n\x04\x64\x61ta\x18\x02 \x01(\x0c\"F\n\x12RemoveImageMessage\x12\r\n\x05image\x18\x01 \x01(\t\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\x10\n\x08messages\x18\x03 \x03(\t\"F\n\x16RemoveContainerMessage\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\x0f\n\x07message\x18\x03 \x01(\t\"5\n\x16ReallocResourceMessage\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0f\n\x07success\x18\x02 \x01(\x08\"b\n\x0b\x43opyMessage\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0e\n\x06status\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x0c\n\x04path\x18\x04 \x01(\t\x12\r\n\x05\x65rror\x18\x05 \x01(\t\x12\x0c\n\x04\x64\x61ta\x18\x06 \x01(\x0c\"J\n\x11RunAndWaitOptions\x12(\n\rDeployOptions\x18\x01 \x01(\x0b\x32\x11.pb.DeployOptions\x12\x0b\n\x03\x43md\x18\x02 \x01(\x0c\"4\n\x17\x43ontrolContainerOptions\x12\x0b\n\x03ids\x18\x01 \x03(\t\x12\x0c\n\x04type\x18\x02 \x01(\t\"4\n\x17\x43ontrolContainerMessage\x12\n\n\x02id\x18\x01 \x01(\t\x12\r\n\x05\x65rror\x18\x02 \x01(\t2\x8b\x0c\n\x07\x43oreRPC\x12!\n\x08ListPods\x12\t.pb.Empty\x1a\x08.pb.Pods\"\x00\x12&\n\x06\x41\x64\x64Pod\x12\x11.pb.AddPodOptions\x1a\x07.pb.Pod\"\x00\x12.\n\tRemovePod\x12\x14.pb.RemovePodOptions\x1a\t.pb.Empty\"\x00\x12&\n\x06GetPod\x12\x11.pb.GetPodOptions\x1a\x07.pb.Pod\"\x00\x12\x36\n\x0eGetPodResource\x12\x11.pb.GetPodOptions\x1a\x0f.pb.PodResource\"\x00\x12)\n\x07\x41\x64\x64Node\x12\x12.pb.AddNodeOptions\x1a\x08.pb.Node\"\x00\x12.\n\nRemoveNode\x12\x15.pb.RemoveNodeOptions\x1a\x07.pb.Pod\"\x00\x12\x31\n\x10SetNodeAvailable\x12\x11.pb.NodeAvailable\x1a\x08.pb.Node\"\x00\x12)\n\x07GetNode\x12\x12.pb.GetNodeOptions\x1a\x08.pb.Node\"\x00\x12\x30\n\x0cGetContainer\x12\x0f.pb.ContainerID\x1a\r.pb.Container\"\x00\x12\x33\n\rGetContainers\x12\x10.pb.ContainerIDs\x1a\x0e.pb.Containers\"\x00\x12/\n\rGetNodeByName\x12\x12.pb.GetNodeOptions\x1a\x08.pb.Node\"\x00\x12\x31\n\x0cListPodNodes\x12\x14.pb.ListNodesOptions\x1a\t.pb.Nodes\"\x00\x12\x36\n\x0cListNetworks\x12\x16.pb.ListNetworkOptions\x1a\x0c.pb.Networks\"\x00\x12=\n\x0eListContainers\x12\x19.pb.ListContainersOptions\x1a\x0e.pb.Containers\"\x00\x12:\n\x12ListNodeContainers\x12\x12.pb.GetNodeOptions\x1a\x0e.pb.Containers\"\x00\x12>\n\x11\x43ontainerDeployed\x12\x1c.pb.ContainerDeployedOptions\x1a\t.pb.Empty\"\x00\x12,\n\x04\x43opy\x12\x0f.pb.CopyOptions\x1a\x0f.pb.CopyMessage\"\x00\x30\x01\x12>\n\nBuildImage\x12\x15.pb.BuildImageOptions\x1a\x15.pb.BuildImageMessage\"\x00\x30\x01\x12\x41\n\x0bRemoveImage\x12\x16.pb.RemoveImageOptions\x1a\x16.pb.RemoveImageMessage\"\x00\x30\x01\x12\x44\n\x0c\x44\x65ployStatus\x12\x17.pb.DeployStatusOptions\x1a\x17.pb.DeployStatusMessage\"\x00\x30\x01\x12@\n\nRunAndWait\x12\x15.pb.RunAndWaitOptions\x1a\x15.pb.RunAndWaitMessage\"\x00(\x01\x30\x01\x12\x44\n\x0f\x43reateContainer\x12\x11.pb.DeployOptions\x1a\x1a.pb.CreateContainerMessage\"\x00\x30\x01\x12G\n\x10ReplaceContainer\x12\x12.pb.ReplaceOptions\x1a\x1b.pb.ReplaceContainerMessage\"\x00\x30\x01\x12M\n\x0fRemoveContainer\x12\x1a.pb.RemoveContainerOptions\x1a\x1a.pb.RemoveContainerMessage\"\x00\x30\x01\x12P\n\x10\x43ontrolContainer\x12\x1b.pb.ControlContainerOptions\x1a\x1b.pb.ControlContainerMessage\"\x00\x30\x01\x12\x45\n\x0fReallocResource\x12\x12.pb.ReallocOptions\x1a\x1a.pb.ReallocResourceMessage\"\x00\x30\x01\x62\x06proto3') ) @@ -672,8 +672,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1189, - serialized_end=1231, + serialized_start=1269, + serialized_end=1311, ) _NODE_LABELSENTRY = _descriptor.Descriptor( @@ -713,6 +713,43 @@ serialized_end=208, ) +_NODE_INITCPUENTRY = _descriptor.Descriptor( + name='InitCpuEntry', + full_name='pb.Node.InitCpuEntry', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='key', full_name='pb.Node.InitCpuEntry.key', index=0, + number=1, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='value', full_name='pb.Node.InitCpuEntry.value', index=1, + number=2, type=5, cpp_type=1, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None, file=DESCRIPTOR), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=_descriptor._ParseOptions(descriptor_pb2.MessageOptions(), _b('8\001')), + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=1360, + serialized_end=1406, +) + _NODE = _descriptor.Descriptor( name='Node', full_name='pb.Node', @@ -749,16 +786,16 @@ is_extension=False, extension_scope=None, options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( - name='memory', full_name='pb.Node.memory', index=4, - number=5, type=3, cpp_type=2, label=1, - has_default_value=False, default_value=0, + name='cpu_used', full_name='pb.Node.cpu_used', index=4, + number=5, type=1, cpp_type=5, label=1, + has_default_value=False, default_value=float(0), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( - name='info', full_name='pb.Node.info', index=5, - number=6, type=9, cpp_type=9, label=1, - has_default_value=False, default_value=_b("").decode('utf-8'), + name='memory', full_name='pb.Node.memory', index=5, + number=6, type=3, cpp_type=2, label=1, + has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None, file=DESCRIPTOR), @@ -776,10 +813,31 @@ message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='init_memory', full_name='pb.Node.init_memory', index=8, + number=9, type=3, cpp_type=2, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='init_cpu', full_name='pb.Node.init_cpu', index=9, + number=10, type=11, cpp_type=10, label=3, + has_default_value=False, default_value=[], + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='info', full_name='pb.Node.info', index=10, + number=11, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None, file=DESCRIPTOR), ], extensions=[ ], - nested_types=[_NODE_CPUENTRY, _NODE_LABELSENTRY, ], + nested_types=[_NODE_CPUENTRY, _NODE_LABELSENTRY, _NODE_INITCPUENTRY, ], enum_types=[ ], options=None, @@ -789,7 +847,7 @@ oneofs=[ ], serialized_start=1013, - serialized_end=1278, + serialized_end=1406, ) @@ -819,8 +877,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1280, - serialized_end=1312, + serialized_start=1408, + serialized_end=1440, ) @@ -864,8 +922,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1314, - serialized_end=1383, + serialized_start=1442, + serialized_end=1511, ) @@ -902,8 +960,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1189, - serialized_end=1231, + serialized_start=1269, + serialized_end=1311, ) _CONTAINER_LABELSENTRY = _descriptor.Descriptor( @@ -976,8 +1034,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1759, - serialized_end=1805, + serialized_start=1908, + serialized_end=1954, ) _CONTAINER = _descriptor.Descriptor( @@ -1071,6 +1129,13 @@ message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='status_data', full_name='pb.Container.status_data', index=12, + number=13, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None, file=DESCRIPTOR), ], extensions=[ ], @@ -1083,8 +1148,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1386, - serialized_end=1805, + serialized_start=1514, + serialized_end=1954, ) @@ -1142,8 +1207,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1807, - serialized_end=1914, + serialized_start=1956, + serialized_end=2063, ) @@ -1173,8 +1238,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1916, - serialized_end=1963, + serialized_start=2065, + serialized_end=2112, ) @@ -1204,8 +1269,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1965, - serialized_end=1990, + serialized_start=2114, + serialized_end=2139, ) @@ -1235,8 +1300,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1992, - serialized_end=2019, + serialized_start=2141, + serialized_end=2168, ) @@ -1273,8 +1338,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2021, - serialized_end=2073, + serialized_start=2170, + serialized_end=2222, ) @@ -1318,8 +1383,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2075, - serialized_end=2130, + serialized_start=2224, + serialized_end=2279, ) @@ -1363,8 +1428,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2132, - serialized_end=2190, + serialized_start=2281, + serialized_end=2339, ) @@ -1394,8 +1459,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2192, - serialized_end=2224, + serialized_start=2341, + serialized_end=2373, ) @@ -1425,8 +1490,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2226, - serialized_end=2255, + serialized_start=2375, + serialized_end=2404, ) @@ -1556,8 +1621,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2258, - serialized_end=2505, + serialized_start=2407, + serialized_end=2654, ) @@ -1594,8 +1659,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2507, - serialized_end=2561, + serialized_start=2656, + serialized_end=2710, ) @@ -1632,8 +1697,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2563, - serialized_end=2614, + serialized_start=2712, + serialized_end=2763, ) @@ -1670,8 +1735,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2616, - serialized_end=2664, + serialized_start=2765, + serialized_end=2813, ) @@ -1708,8 +1773,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2962, - serialized_end=3005, + serialized_start=3111, + serialized_end=3154, ) _BUILD_ARGSENTRY = _descriptor.Descriptor( @@ -1745,8 +1810,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=3007, - serialized_end=3050, + serialized_start=3156, + serialized_end=3199, ) _BUILD_LABELSENTRY = _descriptor.Descriptor( @@ -1819,8 +1884,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=3099, - serialized_end=3147, + serialized_start=3248, + serialized_end=3296, ) _BUILD_CACHEENTRY = _descriptor.Descriptor( @@ -1856,8 +1921,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=3149, - serialized_end=3193, + serialized_start=3298, + serialized_end=3342, ) _BUILD = _descriptor.Descriptor( @@ -1956,8 +2021,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2667, - serialized_end=3193, + serialized_start=2816, + serialized_end=3342, ) @@ -1994,8 +2059,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=3261, - serialized_end=3317, + serialized_start=3410, + serialized_end=3466, ) _BUILDS = _descriptor.Descriptor( @@ -2031,8 +2096,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=3195, - serialized_end=3317, + serialized_start=3344, + serialized_end=3466, ) @@ -2097,8 +2162,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=3319, - serialized_end=3434, + serialized_start=3468, + serialized_end=3583, ) @@ -2142,8 +2207,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=3436, - serialized_end=3506, + serialized_start=3585, + serialized_end=3655, ) @@ -2194,8 +2259,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=3508, - serialized_end=3593, + serialized_start=3657, + serialized_end=3742, ) @@ -2232,8 +2297,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=3667, - serialized_end=3712, + serialized_start=3816, + serialized_end=3861, ) _LOGOPTIONS = _descriptor.Descriptor( @@ -2269,8 +2334,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=3595, - serialized_end=3712, + serialized_start=3744, + serialized_end=3861, ) @@ -2307,8 +2372,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=3999, - serialized_end=4045, + serialized_start=4148, + serialized_end=4194, ) _ENTRYPOINTOPTIONS = _descriptor.Descriptor( @@ -2400,8 +2465,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=3715, - serialized_end=4045, + serialized_start=3864, + serialized_end=4194, ) @@ -2438,8 +2503,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=4634, - serialized_end=4681, + serialized_start=4783, + serialized_end=4830, ) _DEPLOYOPTIONS_LABELSENTRY = _descriptor.Descriptor( @@ -2512,8 +2577,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=4730, - serialized_end=4779, + serialized_start=4879, + serialized_end=4928, ) _DEPLOYOPTIONS_DATAENTRY = _descriptor.Descriptor( @@ -2549,8 +2614,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=4781, - serialized_end=4824, + serialized_start=4930, + serialized_end=4973, ) _DEPLOYOPTIONS = _descriptor.Descriptor( @@ -2740,8 +2805,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=4048, - serialized_end=4824, + serialized_start=4197, + serialized_end=4973, ) @@ -2778,8 +2843,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=5016, - serialized_end=5067, + serialized_start=5165, + serialized_end=5216, ) _REPLACEOPTIONS_COPYENTRY = _descriptor.Descriptor( @@ -2815,8 +2880,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=5069, - serialized_end=5112, + serialized_start=5218, + serialized_end=5261, ) _REPLACEOPTIONS = _descriptor.Descriptor( @@ -2873,8 +2938,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=4827, - serialized_end=5112, + serialized_start=4976, + serialized_end=5261, ) @@ -2925,8 +2990,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=5114, - serialized_end=5200, + serialized_start=5263, + serialized_end=5349, ) @@ -2956,8 +3021,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=5202, - serialized_end=5228, + serialized_start=5351, + serialized_end=5377, ) @@ -2994,8 +3059,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=5292, - serialized_end=5353, + serialized_start=5441, + serialized_end=5502, ) _COPYOPTIONS = _descriptor.Descriptor( @@ -3024,8 +3089,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=5230, - serialized_end=5353, + serialized_start=5379, + serialized_end=5502, ) @@ -3062,8 +3127,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=5355, - serialized_end=5399, + serialized_start=5504, + serialized_end=5548, ) @@ -3128,8 +3193,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=5402, - serialized_end=5537, + serialized_start=5551, + serialized_end=5686, ) @@ -3166,8 +3231,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1189, - serialized_end=1231, + serialized_start=1269, + serialized_end=1311, ) _CREATECONTAINERMESSAGE_PUBLISHENTRY = _descriptor.Descriptor( @@ -3203,8 +3268,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1759, - serialized_end=1805, + serialized_start=1908, + serialized_end=1954, ) _CREATECONTAINERMESSAGE = _descriptor.Descriptor( @@ -3303,8 +3368,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=5540, - serialized_end=5902, + serialized_start=5689, + serialized_end=6051, ) @@ -3348,8 +3413,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=5905, - serialized_end=6033, + serialized_start=6054, + serialized_end=6182, ) @@ -3386,8 +3451,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=6035, - serialized_end=6090, + serialized_start=6184, + serialized_end=6239, ) @@ -3431,8 +3496,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=6092, - serialized_end=6162, + serialized_start=6241, + serialized_end=6311, ) @@ -3476,8 +3541,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=6164, - serialized_end=6234, + serialized_start=6313, + serialized_end=6383, ) @@ -3514,8 +3579,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=6236, - serialized_end=6289, + serialized_start=6385, + serialized_end=6438, ) @@ -3580,8 +3645,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=6291, - serialized_end=6389, + serialized_start=6440, + serialized_end=6538, ) @@ -3618,8 +3683,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=6391, - serialized_end=6465, + serialized_start=6540, + serialized_end=6614, ) @@ -3656,8 +3721,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=6467, - serialized_end=6519, + serialized_start=6616, + serialized_end=6668, ) @@ -3694,8 +3759,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=6521, - serialized_end=6573, + serialized_start=6670, + serialized_end=6722, ) _LISTCONTAINERSOPTIONS_LABELSENTRY.containing_type = _LISTCONTAINERSOPTIONS @@ -3712,8 +3777,10 @@ _NETWORKS.fields_by_name['networks'].message_type = _NETWORK _NODE_CPUENTRY.containing_type = _NODE _NODE_LABELSENTRY.containing_type = _NODE +_NODE_INITCPUENTRY.containing_type = _NODE _NODE.fields_by_name['cpu'].message_type = _NODE_CPUENTRY _NODE.fields_by_name['labels'].message_type = _NODE_LABELSENTRY +_NODE.fields_by_name['init_cpu'].message_type = _NODE_INITCPUENTRY _NODES.fields_by_name['nodes'].message_type = _NODE _CONTAINER_CPUENTRY.containing_type = _CONTAINER _CONTAINER_LABELSENTRY.containing_type = _CONTAINER @@ -3948,6 +4015,13 @@ # @@protoc_insertion_point(class_scope:pb.Node.LabelsEntry) )) , + + InitCpuEntry = _reflection.GeneratedProtocolMessageType('InitCpuEntry', (_message.Message,), dict( + DESCRIPTOR = _NODE_INITCPUENTRY, + __module__ = 'core_pb2' + # @@protoc_insertion_point(class_scope:pb.Node.InitCpuEntry) + )) + , DESCRIPTOR = _NODE, __module__ = 'core_pb2' # @@protoc_insertion_point(class_scope:pb.Node) @@ -3955,6 +4029,7 @@ _sym_db.RegisterMessage(Node) _sym_db.RegisterMessage(Node.CpuEntry) _sym_db.RegisterMessage(Node.LabelsEntry) +_sym_db.RegisterMessage(Node.InitCpuEntry) Nodes = _reflection.GeneratedProtocolMessageType('Nodes', (_message.Message,), dict( DESCRIPTOR = _NODES, @@ -4419,6 +4494,8 @@ _NODE_CPUENTRY._options = _descriptor._ParseOptions(descriptor_pb2.MessageOptions(), _b('8\001')) _NODE_LABELSENTRY.has_options = True _NODE_LABELSENTRY._options = _descriptor._ParseOptions(descriptor_pb2.MessageOptions(), _b('8\001')) +_NODE_INITCPUENTRY.has_options = True +_NODE_INITCPUENTRY._options = _descriptor._ParseOptions(descriptor_pb2.MessageOptions(), _b('8\001')) _CONTAINER_CPUENTRY.has_options = True _CONTAINER_CPUENTRY._options = _descriptor._ParseOptions(descriptor_pb2.MessageOptions(), _b('8\001')) _CONTAINER_LABELSENTRY.has_options = True @@ -4468,8 +4545,8 @@ file=DESCRIPTOR, index=0, options=None, - serialized_start=6576, - serialized_end=8123, + serialized_start=6725, + serialized_end=8272, methods=[ _descriptor.MethodDescriptor( name='ListPods', @@ -4507,10 +4584,19 @@ output_type=_POD, options=None, ), + _descriptor.MethodDescriptor( + name='GetPodResource', + full_name='pb.CoreRPC.GetPodResource', + index=4, + containing_service=None, + input_type=_GETPODOPTIONS, + output_type=_PODRESOURCE, + options=None, + ), _descriptor.MethodDescriptor( name='AddNode', full_name='pb.CoreRPC.AddNode', - index=4, + index=5, containing_service=None, input_type=_ADDNODEOPTIONS, output_type=_NODE, @@ -4519,7 +4605,7 @@ _descriptor.MethodDescriptor( name='RemoveNode', full_name='pb.CoreRPC.RemoveNode', - index=5, + index=6, containing_service=None, input_type=_REMOVENODEOPTIONS, output_type=_POD, @@ -4528,7 +4614,7 @@ _descriptor.MethodDescriptor( name='SetNodeAvailable', full_name='pb.CoreRPC.SetNodeAvailable', - index=6, + index=7, containing_service=None, input_type=_NODEAVAILABLE, output_type=_NODE, @@ -4537,7 +4623,7 @@ _descriptor.MethodDescriptor( name='GetNode', full_name='pb.CoreRPC.GetNode', - index=7, + index=8, containing_service=None, input_type=_GETNODEOPTIONS, output_type=_NODE, @@ -4546,7 +4632,7 @@ _descriptor.MethodDescriptor( name='GetContainer', full_name='pb.CoreRPC.GetContainer', - index=8, + index=9, containing_service=None, input_type=_CONTAINERID, output_type=_CONTAINER, @@ -4555,7 +4641,7 @@ _descriptor.MethodDescriptor( name='GetContainers', full_name='pb.CoreRPC.GetContainers', - index=9, + index=10, containing_service=None, input_type=_CONTAINERIDS, output_type=_CONTAINERS, @@ -4564,7 +4650,7 @@ _descriptor.MethodDescriptor( name='GetNodeByName', full_name='pb.CoreRPC.GetNodeByName', - index=10, + index=11, containing_service=None, input_type=_GETNODEOPTIONS, output_type=_NODE, @@ -4573,7 +4659,7 @@ _descriptor.MethodDescriptor( name='ListPodNodes', full_name='pb.CoreRPC.ListPodNodes', - index=11, + index=12, containing_service=None, input_type=_LISTNODESOPTIONS, output_type=_NODES, @@ -4582,7 +4668,7 @@ _descriptor.MethodDescriptor( name='ListNetworks', full_name='pb.CoreRPC.ListNetworks', - index=12, + index=13, containing_service=None, input_type=_LISTNETWORKOPTIONS, output_type=_NETWORKS, @@ -4591,7 +4677,7 @@ _descriptor.MethodDescriptor( name='ListContainers', full_name='pb.CoreRPC.ListContainers', - index=13, + index=14, containing_service=None, input_type=_LISTCONTAINERSOPTIONS, output_type=_CONTAINERS, @@ -4600,7 +4686,7 @@ _descriptor.MethodDescriptor( name='ListNodeContainers', full_name='pb.CoreRPC.ListNodeContainers', - index=14, + index=15, containing_service=None, input_type=_GETNODEOPTIONS, output_type=_CONTAINERS, @@ -4609,21 +4695,12 @@ _descriptor.MethodDescriptor( name='ContainerDeployed', full_name='pb.CoreRPC.ContainerDeployed', - index=15, + index=16, containing_service=None, input_type=_CONTAINERDEPLOYEDOPTIONS, output_type=_EMPTY, options=None, ), - _descriptor.MethodDescriptor( - name='GetPodResource', - full_name='pb.CoreRPC.GetPodResource', - index=16, - containing_service=None, - input_type=_GETPODOPTIONS, - output_type=_PODRESOURCE, - options=None, - ), _descriptor.MethodDescriptor( name='Copy', full_name='pb.CoreRPC.Copy', diff --git a/rpc/gen/core_pb2_grpc.py b/rpc/gen/core_pb2_grpc.py index e5e57157f..abb41b61e 100644 --- a/rpc/gen/core_pb2_grpc.py +++ b/rpc/gen/core_pb2_grpc.py @@ -34,6 +34,11 @@ def __init__(self, channel): request_serializer=core__pb2.GetPodOptions.SerializeToString, response_deserializer=core__pb2.Pod.FromString, ) + self.GetPodResource = channel.unary_unary( + '/pb.CoreRPC/GetPodResource', + request_serializer=core__pb2.GetPodOptions.SerializeToString, + response_deserializer=core__pb2.PodResource.FromString, + ) self.AddNode = channel.unary_unary( '/pb.CoreRPC/AddNode', request_serializer=core__pb2.AddNodeOptions.SerializeToString, @@ -94,11 +99,6 @@ def __init__(self, channel): request_serializer=core__pb2.ContainerDeployedOptions.SerializeToString, response_deserializer=core__pb2.Empty.FromString, ) - self.GetPodResource = channel.unary_unary( - '/pb.CoreRPC/GetPodResource', - request_serializer=core__pb2.GetPodOptions.SerializeToString, - response_deserializer=core__pb2.PodResource.FromString, - ) self.Copy = channel.unary_stream( '/pb.CoreRPC/Copy', request_serializer=core__pb2.CopyOptions.SerializeToString, @@ -183,6 +183,13 @@ def GetPod(self, request, context): context.set_details('Method not implemented!') raise NotImplementedError('Method not implemented!') + def GetPodResource(self, request, context): + # missing associated documentation comment in .proto file + pass + context.set_code(grpc.StatusCode.UNIMPLEMENTED) + context.set_details('Method not implemented!') + raise NotImplementedError('Method not implemented!') + def AddNode(self, request, context): # missing associated documentation comment in .proto file pass @@ -267,13 +274,6 @@ def ContainerDeployed(self, request, context): context.set_details('Method not implemented!') raise NotImplementedError('Method not implemented!') - def GetPodResource(self, request, context): - # missing associated documentation comment in .proto file - pass - context.set_code(grpc.StatusCode.UNIMPLEMENTED) - context.set_details('Method not implemented!') - raise NotImplementedError('Method not implemented!') - def Copy(self, request, context): # missing associated documentation comment in .proto file pass @@ -367,6 +367,11 @@ def add_CoreRPCServicer_to_server(servicer, server): request_deserializer=core__pb2.GetPodOptions.FromString, response_serializer=core__pb2.Pod.SerializeToString, ), + 'GetPodResource': grpc.unary_unary_rpc_method_handler( + servicer.GetPodResource, + request_deserializer=core__pb2.GetPodOptions.FromString, + response_serializer=core__pb2.PodResource.SerializeToString, + ), 'AddNode': grpc.unary_unary_rpc_method_handler( servicer.AddNode, request_deserializer=core__pb2.AddNodeOptions.FromString, @@ -427,11 +432,6 @@ def add_CoreRPCServicer_to_server(servicer, server): request_deserializer=core__pb2.ContainerDeployedOptions.FromString, response_serializer=core__pb2.Empty.SerializeToString, ), - 'GetPodResource': grpc.unary_unary_rpc_method_handler( - servicer.GetPodResource, - request_deserializer=core__pb2.GetPodOptions.FromString, - response_serializer=core__pb2.PodResource.SerializeToString, - ), 'Copy': grpc.unary_stream_rpc_method_handler( servicer.Copy, request_deserializer=core__pb2.CopyOptions.FromString, diff --git a/rpc/transform.go b/rpc/transform.go index 62be60d89..3be0a296c 100644 --- a/rpc/transform.go +++ b/rpc/transform.go @@ -50,14 +50,17 @@ func toRPCNode(ctx context.Context, n *types.Node) *pb.Node { } return &pb.Node{ - Name: n.Name, - Endpoint: n.Endpoint, - Podname: n.Podname, - Available: n.Available, - Cpu: toRPCCPUMap(n.CPU), - Memory: n.MemCap, - Labels: n.Labels, - Info: nodeInfo, + Name: n.Name, + Endpoint: n.Endpoint, + Podname: n.Podname, + Cpu: toRPCCPUMap(n.CPU), + CpuUsed: n.CPUUsage, + Memory: n.MemCap, + Available: n.Available, + Labels: n.Labels, + InitCpu: toRPCCPUMap(n.InitCPU), + InitMemory: n.InitMemCap, + Info: nodeInfo, } } @@ -348,5 +351,6 @@ func toRPCContainer(ctx context.Context, c *types.Container) (*pb.Container, err Image: info.Config.Image, Labels: info.Config.Labels, Inspect: bytes, + StatusData: c.StatusData, }, nil } diff --git a/store/etcdv3/container.go b/store/etcdv3/container.go index 3d8f77171..3b7c68197 100644 --- a/store/etcdv3/container.go +++ b/store/etcdv3/container.go @@ -192,6 +192,18 @@ func (m *Mercury) bindNodeMeta(ctx context.Context, container *types.Container) return nil, err } + appname, entrypoint, _, err := utils.ParseContainerName(container.Name) + if err != nil { + return nil, err + } + + key := filepath.Join(containerDeployPrefix, appname, entrypoint, node.Name, container.ID) + ev, err := m.GetOne(ctx, key) + if err != nil { + return nil, err + } + + container.StatusData = ev.Value container.Engine = node.Engine container.HostIP = node.GetIP() return container, nil diff --git a/store/etcdv3/container_test.go b/store/etcdv3/container_test.go index b660d0e1d..5b11f75c0 100644 --- a/store/etcdv3/container_test.go +++ b/store/etcdv3/container_test.go @@ -93,4 +93,28 @@ func TestContainer(t *testing.T) { } }() assert.NoError(t, m.RemoveContainer(ctx, container)) + // bindNodeMeta + testC := &types.Container{ + Podname: "t", + Nodename: "x", + } + // failed by GetNode + _, err = m.bindNodeMeta(ctx, testC) + assert.Error(t, err) + testC.Nodename = nodename + testC.Podname = podname + // failed by ParseContainerName + _, err = m.bindNodeMeta(ctx, testC) + assert.Error(t, err) + // failed by GetOne + testC.Name = name + _, err = m.bindNodeMeta(ctx, testC) + assert.Error(t, err) + // correct + testC.ID = ID + key := filepath.Join(containerDeployPrefix, appname, entrypoint, nodename, ID) + _, err = m.Put(ctx, key, "") + assert.NoError(t, err) + _, err = m.bindNodeMeta(ctx, testC) + assert.NoError(t, err) } diff --git a/types/container.go b/types/container.go index 8d24d34ff..7fb668b72 100644 --- a/types/container.go +++ b/types/container.go @@ -22,6 +22,7 @@ type Container struct { Hook *Hook `json:"hook"` Privileged bool `json:"privileged"` SoftLimit bool `json:"softlimit"` + StatusData []byte `json:"-"` Engine engineapi.APIClient `json:"-"` HostIP string `json:"-"` } diff --git a/types/node.go b/types/node.go index 9014c16b7..06f1d2bf5 100644 --- a/types/node.go +++ b/types/node.go @@ -54,10 +54,10 @@ type Node struct { Name string `json:"name"` Endpoint string `json:"endpoint"` Podname string `json:"podname"` - Available bool `json:"available"` CPU CPUMap `json:"cpu"` CPUUsage float64 `json:"cpuusage"` MemCap int64 `json:"memcap"` + Available bool `json:"available"` Labels map[string]string `json:"labels"` InitCPU CPUMap `json:"init_cpu"` InitMemCap int64 `json:"init_memcap"`