diff --git a/api/api.pb.txt b/api/api.pb.txt index a77d1a896..25b65be1c 100755 --- a/api/api.pb.txt +++ b/api/api.pb.txt @@ -5810,6 +5810,14 @@ file { type: TYPE_INT64 json_name: "oomScoreAdj" } + field { + name: "Devices" + number: 31 + label: LABEL_REPEATED + type: TYPE_MESSAGE + type_name: ".docker.swarmkit.v1.ContainerSpec.DeviceMapping" + json_name: "Devices" + } nested_type { name: "LabelsEntry" field { @@ -5908,6 +5916,30 @@ file { json_name: "hard" } } + nested_type { + name: "DeviceMapping" + field { + name: "pathOnHost" + number: 1 + label: LABEL_OPTIONAL + type: TYPE_STRING + json_name: "pathOnHost" + } + field { + name: "pathInContainer" + number: 2 + label: LABEL_OPTIONAL + type: TYPE_STRING + json_name: "pathInContainer" + } + field { + name: "cgroupPermissions" + number: 3 + label: LABEL_OPTIONAL + type: TYPE_STRING + json_name: "cgroupPermissions" + } + } enum_type { name: "Isolation" value { diff --git a/api/specs.pb.go b/api/specs.pb.go index 959749c9f..c7f27d779 100644 --- a/api/specs.pb.go +++ b/api/specs.pb.go @@ -877,7 +877,8 @@ type ContainerSpec struct { Ulimits []*ContainerSpec_Ulimit `protobuf:"bytes,29,rep,name=ulimits,proto3" json:"ulimits,omitempty"` // OOmScoreAdj defines the relative value used for destroying a container during an OOM // Values are between -1000 and 1000 - OomScoreAdj int64 `protobuf:"varint,30,opt,name=oom_score_adj,json=oomScoreAdj,proto3" json:"oom_score_adj,omitempty"` + OomScoreAdj int64 `protobuf:"varint,30,opt,name=oom_score_adj,json=oomScoreAdj,proto3" json:"oom_score_adj,omitempty"` + Devices []*ContainerSpec_DeviceMapping `protobuf:"bytes,31,rep,name=Devices,proto3" json:"Devices,omitempty"` } func (m *ContainerSpec) Reset() { *m = ContainerSpec{} } @@ -1036,6 +1037,44 @@ func (m *ContainerSpec_Ulimit) XXX_DiscardUnknown() { var xxx_messageInfo_ContainerSpec_Ulimit proto.InternalMessageInfo +type ContainerSpec_DeviceMapping struct { + PathOnHost string `protobuf:"bytes,1,opt,name=pathOnHost,proto3" json:"pathOnHost,omitempty"` + PathInContainer string `protobuf:"bytes,2,opt,name=pathInContainer,proto3" json:"pathInContainer,omitempty"` + CgroupPermissions string `protobuf:"bytes,3,opt,name=cgroupPermissions,proto3" json:"cgroupPermissions,omitempty"` +} + +func (m *ContainerSpec_DeviceMapping) Reset() { *m = ContainerSpec_DeviceMapping{} } +func (*ContainerSpec_DeviceMapping) ProtoMessage() {} +func (*ContainerSpec_DeviceMapping) Descriptor() ([]byte, []int) { + return fileDescriptor_6589acc608f7d4fd, []int{10, 5} +} +func (m *ContainerSpec_DeviceMapping) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ContainerSpec_DeviceMapping) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_ContainerSpec_DeviceMapping.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *ContainerSpec_DeviceMapping) XXX_Merge(src proto.Message) { + xxx_messageInfo_ContainerSpec_DeviceMapping.Merge(m, src) +} +func (m *ContainerSpec_DeviceMapping) XXX_Size() int { + return m.Size() +} +func (m *ContainerSpec_DeviceMapping) XXX_DiscardUnknown() { + xxx_messageInfo_ContainerSpec_DeviceMapping.DiscardUnknown(m) +} + +var xxx_messageInfo_ContainerSpec_DeviceMapping proto.InternalMessageInfo + // EndpointSpec defines the properties that can be configured to // access and loadbalance the service. type EndpointSpec struct { @@ -1419,6 +1458,7 @@ func init() { proto.RegisterType((*ContainerSpec_PullOptions)(nil), "docker.swarmkit.v1.ContainerSpec.PullOptions") proto.RegisterType((*ContainerSpec_DNSConfig)(nil), "docker.swarmkit.v1.ContainerSpec.DNSConfig") proto.RegisterType((*ContainerSpec_Ulimit)(nil), "docker.swarmkit.v1.ContainerSpec.Ulimit") + proto.RegisterType((*ContainerSpec_DeviceMapping)(nil), "docker.swarmkit.v1.ContainerSpec.DeviceMapping") proto.RegisterType((*EndpointSpec)(nil), "docker.swarmkit.v1.EndpointSpec") proto.RegisterType((*NetworkSpec)(nil), "docker.swarmkit.v1.NetworkSpec") proto.RegisterType((*ClusterSpec)(nil), "docker.swarmkit.v1.ClusterSpec") @@ -1432,168 +1472,173 @@ func init() { } var fileDescriptor_6589acc608f7d4fd = []byte{ - // 2563 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x59, 0x41, 0x73, 0x1b, 0xb7, - 0xf5, 0x27, 0x25, 0x8a, 0x22, 0xdf, 0x92, 0x32, 0x8d, 0x38, 0xc9, 0x8a, 0xb6, 0x29, 0x86, 0x71, - 0x1c, 0x25, 0x99, 0x3f, 0x35, 0xd1, 0x3f, 0x93, 0x26, 0x4e, 0xd3, 0x96, 0x14, 0x19, 0x8b, 0xb1, - 0x2d, 0x73, 0x40, 0x59, 0xad, 0x67, 0x3a, 0xc3, 0x81, 0x76, 0x21, 0x72, 0xa3, 0xe5, 0x62, 0x8b, - 0x05, 0x95, 0xf0, 0xd6, 0x63, 0xc6, 0xbd, 0xf4, 0xd0, 0xab, 0x4e, 0x9d, 0x9e, 0x7a, 0x69, 0x3f, - 0x42, 0x6f, 0x39, 0xe6, 0x98, 0x5e, 0x34, 0x8d, 0xd2, 0x6f, 0xd0, 0x5b, 0x2f, 0xed, 0x00, 0x8b, - 0x5d, 0x2e, 0x25, 0xd2, 0x72, 0xa7, 0x3e, 0xf4, 0x06, 0x3c, 0xfe, 0x7e, 0x6f, 0x81, 0x87, 0xf7, - 0x1e, 0xde, 0x03, 0xe1, 0xdd, 0x81, 0x23, 0x86, 0xe3, 0xc3, 0xba, 0xc5, 0x46, 0x5b, 0x36, 0xb3, - 0x8e, 0x29, 0xdf, 0x0a, 0xbe, 0x24, 0x7c, 0x74, 0xec, 0x88, 0x2d, 0xe2, 0x3b, 0x5b, 0x81, 0x4f, - 0xad, 0xa0, 0xee, 0x73, 0x26, 0x18, 0x42, 0x21, 0xa0, 0x1e, 0x01, 0xea, 0x27, 0xef, 0x97, 0xaf, - 0xe2, 0x8b, 0x89, 0x4f, 0x35, 0xbf, 0x7c, 0x63, 0xc0, 0x06, 0x4c, 0x0d, 0xb7, 0xe4, 0x48, 0x4b, - 0x2b, 0x03, 0xc6, 0x06, 0x2e, 0xdd, 0x52, 0xb3, 0xc3, 0xf1, 0xd1, 0x96, 0x3d, 0xe6, 0x44, 0x38, - 0xcc, 0xd3, 0xbf, 0xaf, 0x5f, 0xfc, 0x9d, 0x78, 0x93, 0x45, 0xd4, 0x2f, 0x39, 0xf1, 0x7d, 0xca, - 0xf5, 0x07, 0x6b, 0xa7, 0x19, 0xc8, 0xed, 0x31, 0x9b, 0xf6, 0x7c, 0x6a, 0xa1, 0xfb, 0x60, 0x10, - 0xcf, 0x63, 0x42, 0xe9, 0x0e, 0xcc, 0x74, 0x35, 0xbd, 0x69, 0x6c, 0x6f, 0xd4, 0x2f, 0xef, 0xa9, - 0xde, 0x98, 0xc2, 0x9a, 0x99, 0x6f, 0xce, 0x36, 0x52, 0x38, 0xc9, 0x44, 0x3f, 0x85, 0x82, 0x4d, - 0x03, 0x87, 0x53, 0xbb, 0xcf, 0x99, 0x4b, 0xcd, 0xa5, 0x6a, 0x7a, 0x73, 0x6d, 0xfb, 0xd6, 0x3c, - 0x4d, 0xf2, 0xe3, 0x98, 0xb9, 0x14, 0x1b, 0x9a, 0x21, 0x27, 0xe8, 0x3e, 0xc0, 0x88, 0x8e, 0x0e, - 0x29, 0x0f, 0x86, 0x8e, 0x6f, 0x2e, 0x2b, 0xfa, 0xdb, 0x8b, 0xe8, 0x72, 0xed, 0xf5, 0x47, 0x31, - 0x1c, 0x27, 0xa8, 0xe8, 0x11, 0x14, 0xc8, 0x09, 0x71, 0x5c, 0x72, 0xe8, 0xb8, 0x8e, 0x98, 0x98, - 0x19, 0xa5, 0xea, 0x9d, 0xe7, 0xaa, 0x6a, 0x24, 0x08, 0x78, 0x86, 0x5e, 0xb3, 0x01, 0xa6, 0x1f, - 0x42, 0x77, 0x61, 0xb5, 0xdb, 0xde, 0x6b, 0x75, 0xf6, 0xee, 0x97, 0x52, 0xe5, 0xf5, 0x67, 0xa7, - 0xd5, 0x57, 0xa5, 0x8e, 0x29, 0xa0, 0x4b, 0x3d, 0xdb, 0xf1, 0x06, 0x68, 0x13, 0x72, 0x8d, 0x9d, - 0x9d, 0x76, 0x77, 0xbf, 0xdd, 0x2a, 0xa5, 0xcb, 0xe5, 0x67, 0xa7, 0xd5, 0xd7, 0x66, 0x81, 0x0d, - 0xcb, 0xa2, 0xbe, 0xa0, 0x76, 0x39, 0xf3, 0xf5, 0xef, 0x2b, 0xa9, 0xda, 0xd7, 0x69, 0x28, 0x24, - 0x17, 0x81, 0xee, 0x42, 0xb6, 0xb1, 0xb3, 0xdf, 0x39, 0x68, 0x97, 0x52, 0x53, 0x7a, 0x12, 0xd1, - 0xb0, 0x84, 0x73, 0x42, 0xd1, 0x1d, 0x58, 0xe9, 0x36, 0x9e, 0xf4, 0xda, 0xa5, 0xf4, 0x74, 0x39, - 0x49, 0x58, 0x97, 0x8c, 0x03, 0x85, 0x6a, 0xe1, 0x46, 0x67, 0xaf, 0xb4, 0x34, 0x1f, 0xd5, 0xe2, - 0xc4, 0xf1, 0xf4, 0x52, 0xfe, 0xb8, 0x02, 0x46, 0x8f, 0xf2, 0x13, 0xc7, 0x7a, 0xc9, 0x2e, 0xf2, - 0x21, 0x64, 0x04, 0x09, 0x8e, 0x95, 0x6b, 0x18, 0xf3, 0x5d, 0x63, 0x9f, 0x04, 0xc7, 0xf2, 0xa3, - 0x9a, 0xae, 0xf0, 0xd2, 0x33, 0x38, 0xf5, 0x5d, 0xc7, 0x22, 0x82, 0xda, 0xca, 0x33, 0x8c, 0xed, - 0xb7, 0xe6, 0xb1, 0x71, 0x8c, 0xd2, 0xeb, 0xdf, 0x4d, 0xe1, 0x04, 0x15, 0x7d, 0x02, 0xd9, 0x81, - 0xcb, 0x0e, 0x89, 0xab, 0x7c, 0xc2, 0xd8, 0x7e, 0x63, 0x9e, 0x92, 0xfb, 0x0a, 0x31, 0x55, 0xa0, - 0x29, 0xe8, 0x73, 0x58, 0x9b, 0xaa, 0xea, 0x7f, 0xc1, 0x0e, 0x4d, 0x58, 0xac, 0x64, 0xba, 0x92, - 0xcf, 0xd9, 0xe1, 0x6e, 0x0a, 0x17, 0x79, 0x52, 0x80, 0x7e, 0x02, 0x10, 0x6a, 0x55, 0x7a, 0x0c, - 0xa5, 0xe7, 0xf6, 0xe2, 0xc5, 0x84, 0x3a, 0xf2, 0x83, 0x68, 0x82, 0x3e, 0x82, 0xec, 0xd8, 0xb7, - 0x89, 0xa0, 0x66, 0x56, 0x71, 0xab, 0xf3, 0xb8, 0x4f, 0x14, 0x62, 0x87, 0x79, 0x47, 0xce, 0x00, - 0x6b, 0x3c, 0xfa, 0x31, 0xe4, 0x38, 0x73, 0xdd, 0x43, 0x62, 0x1d, 0x9b, 0xf9, 0x17, 0xe4, 0xc6, - 0x0c, 0xf4, 0x00, 0x72, 0x1e, 0x15, 0x5f, 0x32, 0x7e, 0x1c, 0x98, 0xab, 0xd5, 0xe5, 0x4d, 0x63, - 0xfb, 0xbd, 0xb9, 0x61, 0x15, 0x62, 0x1a, 0x42, 0x10, 0x6b, 0x38, 0xa2, 0x9e, 0x08, 0x15, 0x35, - 0x97, 0xcc, 0x34, 0x8e, 0x15, 0xc8, 0xa5, 0x50, 0xcf, 0xf6, 0x99, 0xe3, 0x09, 0x33, 0xb7, 0x78, - 0x29, 0x6d, 0x8d, 0x91, 0x6e, 0x81, 0x63, 0x46, 0x33, 0x0b, 0x99, 0x11, 0xb3, 0x69, 0x6d, 0x0b, - 0xae, 0x5f, 0x3a, 0x76, 0x54, 0x86, 0x9c, 0x36, 0x78, 0xe8, 0xaf, 0x19, 0x1c, 0xcf, 0x6b, 0xd7, - 0xa0, 0x38, 0x73, 0xc4, 0x35, 0x0b, 0x8a, 0x33, 0xc7, 0x85, 0xde, 0x82, 0xb5, 0x11, 0xf9, 0xaa, - 0x6f, 0x31, 0xcf, 0x1a, 0x73, 0x4e, 0x3d, 0xa1, 0x75, 0x14, 0x47, 0xe4, 0xab, 0x9d, 0x58, 0x88, - 0xde, 0x83, 0xeb, 0x82, 0x09, 0xe2, 0xf6, 0x2d, 0x36, 0xf2, 0x5d, 0x1a, 0x46, 0xc7, 0x92, 0x42, - 0x96, 0xd4, 0x0f, 0x3b, 0x53, 0x79, 0xcd, 0x80, 0x7c, 0x7c, 0x96, 0xb5, 0x3f, 0xad, 0x40, 0x2e, - 0xf2, 0x74, 0xf4, 0x00, 0x80, 0xc4, 0x86, 0xd2, 0x86, 0x78, 0xe7, 0x85, 0xac, 0x2a, 0xe9, 0xd2, - 0xc3, 0xa7, 0x74, 0xd4, 0x80, 0xbc, 0xc5, 0x3c, 0x41, 0x1c, 0x8f, 0x72, 0x1d, 0xa9, 0x73, 0xfd, - 0x73, 0x27, 0x02, 0x69, 0x1d, 0x53, 0x16, 0x6a, 0xc2, 0xea, 0x80, 0x7a, 0x94, 0x3b, 0x96, 0x76, - 0xf0, 0xbb, 0x73, 0x1d, 0x33, 0x84, 0xe0, 0xb1, 0x27, 0x9c, 0x11, 0xd5, 0x5a, 0x22, 0x22, 0xfa, - 0x0c, 0xf2, 0x9c, 0x06, 0x6c, 0xcc, 0x2d, 0x1a, 0xe8, 0x70, 0xdf, 0x9c, 0x1f, 0x26, 0x21, 0x08, - 0xd3, 0x5f, 0x8d, 0x1d, 0x4e, 0xe5, 0x16, 0x02, 0x3c, 0xa5, 0xa2, 0x4f, 0x60, 0x95, 0xd3, 0x40, - 0x10, 0x2e, 0x9e, 0x17, 0xb1, 0x38, 0x84, 0x74, 0x99, 0xeb, 0x58, 0x13, 0x1c, 0x31, 0xd0, 0x27, - 0x90, 0xf7, 0x5d, 0x62, 0x29, 0xad, 0xe6, 0xca, 0xe2, 0x18, 0xeb, 0x46, 0x20, 0x3c, 0xc5, 0xa3, - 0x8f, 0x01, 0x5c, 0x36, 0xe8, 0xdb, 0xdc, 0x39, 0xa1, 0x5c, 0x47, 0x59, 0x79, 0x1e, 0xbb, 0xa5, - 0x10, 0x38, 0xef, 0xb2, 0x41, 0x38, 0x44, 0xf7, 0xff, 0xab, 0x20, 0x49, 0x04, 0xc8, 0x1b, 0x50, - 0x38, 0x62, 0xdc, 0xa2, 0x7d, 0x1d, 0xeb, 0x79, 0xe5, 0x5b, 0x86, 0x92, 0x85, 0x01, 0x8a, 0x7e, - 0x09, 0xaf, 0x44, 0xd6, 0xea, 0x73, 0x7a, 0x44, 0x39, 0xf5, 0xa4, 0xc9, 0x0d, 0xf5, 0xd9, 0xb7, - 0x9e, 0x6f, 0x72, 0x8d, 0xd6, 0xa9, 0x16, 0xf1, 0x8b, 0x3f, 0x04, 0xcd, 0x3c, 0xac, 0xf2, 0xf0, - 0x80, 0x6b, 0xbf, 0x49, 0xcb, 0x38, 0xbb, 0x80, 0x40, 0x5b, 0x60, 0xc4, 0x9f, 0x77, 0x6c, 0xe5, - 0x70, 0xf9, 0xe6, 0xda, 0xf9, 0xd9, 0x06, 0x44, 0xd8, 0x4e, 0x4b, 0x66, 0x60, 0x3d, 0xb6, 0x51, - 0x1b, 0x8a, 0x31, 0x41, 0x16, 0x41, 0xba, 0x4c, 0xa8, 0x3e, 0x6f, 0xa5, 0xfb, 0x13, 0x9f, 0xe2, - 0x02, 0x4f, 0xcc, 0x6a, 0xbf, 0x00, 0x74, 0xd9, 0x01, 0x11, 0x82, 0xcc, 0xb1, 0xe3, 0xe9, 0x65, - 0x60, 0x35, 0x46, 0x75, 0x58, 0xf5, 0xc9, 0xc4, 0x65, 0xc4, 0xd6, 0x7e, 0x78, 0xa3, 0x1e, 0x96, - 0x47, 0xf5, 0xa8, 0x3c, 0xaa, 0x37, 0xbc, 0x09, 0x8e, 0x40, 0xb5, 0x07, 0xf0, 0xea, 0xdc, 0x38, - 0x43, 0xdb, 0x50, 0x88, 0x63, 0x64, 0xba, 0xd7, 0x6b, 0xe7, 0x67, 0x1b, 0x46, 0x1c, 0x4c, 0x9d, - 0x16, 0x36, 0x62, 0x50, 0xc7, 0xae, 0xfd, 0x7d, 0x0d, 0x8a, 0x33, 0x91, 0x86, 0x6e, 0xc0, 0x8a, - 0x33, 0x22, 0x03, 0xaa, 0xd7, 0x18, 0x4e, 0x50, 0x1b, 0xb2, 0x2e, 0x39, 0xa4, 0xae, 0x8c, 0x15, - 0x79, 0x70, 0xff, 0x77, 0x65, 0xc8, 0xd6, 0x1f, 0x2a, 0x7c, 0xdb, 0x13, 0x7c, 0x82, 0x35, 0x19, - 0x99, 0xb0, 0x6a, 0xb1, 0xd1, 0x88, 0x78, 0xf2, 0x92, 0x5c, 0xde, 0xcc, 0xe3, 0x68, 0x2a, 0x2d, - 0x43, 0xf8, 0x20, 0x30, 0x33, 0x4a, 0xac, 0xc6, 0x32, 0x47, 0x0e, 0x59, 0x20, 0x3c, 0x32, 0xa2, - 0xe6, 0x9a, 0x5a, 0x4d, 0x3c, 0x47, 0x25, 0x58, 0xa6, 0xde, 0x89, 0xb9, 0xa2, 0xe0, 0x72, 0x28, - 0x25, 0xb6, 0x13, 0x06, 0x42, 0x1e, 0xcb, 0xa1, 0xd4, 0x39, 0x0e, 0x28, 0x37, 0x57, 0x43, 0x6b, - 0xcb, 0x31, 0x7a, 0x0d, 0xb2, 0x03, 0xce, 0xc6, 0x7e, 0xe8, 0x81, 0x79, 0xac, 0x67, 0xf2, 0xbe, - 0xf3, 0xb9, 0x73, 0xe2, 0xb8, 0x74, 0x40, 0x03, 0xf3, 0x35, 0x75, 0x10, 0x95, 0xb9, 0xb1, 0x18, - 0xa3, 0x70, 0x82, 0x81, 0xea, 0x90, 0x71, 0x3c, 0x47, 0x98, 0xaf, 0xeb, 0x38, 0xbc, 0x78, 0x84, - 0x4d, 0xc6, 0xdc, 0x03, 0xe2, 0x8e, 0x29, 0x56, 0x38, 0xb4, 0x0e, 0xcb, 0x42, 0x4c, 0xcc, 0x62, - 0x35, 0xbd, 0x99, 0x6b, 0xae, 0x9e, 0x9f, 0x6d, 0x2c, 0xef, 0xef, 0x3f, 0xc5, 0x52, 0x86, 0x6e, - 0x03, 0x30, 0x9f, 0x7a, 0xfd, 0x40, 0xd8, 0x8e, 0x67, 0x22, 0x89, 0xc0, 0x79, 0x29, 0xe9, 0x49, - 0x01, 0xba, 0x29, 0x33, 0x17, 0xb1, 0xfb, 0xcc, 0x73, 0x27, 0xe6, 0x2b, 0xea, 0xd7, 0x9c, 0x14, - 0x3c, 0xf6, 0xdc, 0x09, 0xda, 0x00, 0x23, 0x10, 0xcc, 0xef, 0x07, 0xce, 0xc0, 0x23, 0xae, 0x79, - 0x43, 0xed, 0x1c, 0xa4, 0xa8, 0xa7, 0x24, 0xe8, 0x47, 0x90, 0x1d, 0xb1, 0xb1, 0x27, 0x02, 0x33, - 0xa7, 0x0e, 0x72, 0x7d, 0xde, 0x1e, 0x1f, 0x49, 0x84, 0x8e, 0x3a, 0x0d, 0x47, 0x6d, 0xb8, 0xae, - 0x34, 0x0f, 0x38, 0xb1, 0x68, 0xdf, 0xa7, 0xdc, 0x61, 0xb6, 0xbe, 0x9f, 0xd7, 0x2f, 0xed, 0xb6, - 0xa5, 0x5b, 0x01, 0x7c, 0x4d, 0x72, 0xee, 0x4b, 0x4a, 0x57, 0x31, 0x50, 0x17, 0x0a, 0xfe, 0xd8, - 0x75, 0xfb, 0xcc, 0x0f, 0x6f, 0xa3, 0x30, 0x81, 0xbf, 0x80, 0x3b, 0x75, 0xc7, 0xae, 0xfb, 0x38, - 0x24, 0x61, 0xc3, 0x9f, 0x4e, 0xd0, 0xa7, 0xb0, 0x1a, 0x50, 0x8b, 0x53, 0x11, 0x98, 0x05, 0xb5, - 0xa5, 0x37, 0xe7, 0x29, 0xeb, 0x29, 0x48, 0x9c, 0x17, 0x70, 0xc4, 0x91, 0x74, 0x4b, 0xa5, 0xb5, - 0xc0, 0x7c, 0x75, 0x31, 0x5d, 0x67, 0xbe, 0x29, 0x5d, 0x73, 0x64, 0xb8, 0x48, 0x9f, 0x0c, 0xcc, - 0xeb, 0xca, 0x9d, 0xc2, 0x09, 0x7a, 0x0a, 0x60, 0x7b, 0x41, 0x3f, 0x04, 0x99, 0xd7, 0xd4, 0x1e, - 0xdf, 0xbb, 0x7a, 0x8f, 0xad, 0xbd, 0x9e, 0xae, 0x43, 0x8a, 0xe7, 0x67, 0x1b, 0xf9, 0x78, 0x8a, - 0xf3, 0xb6, 0x17, 0x84, 0x43, 0xd4, 0x04, 0x63, 0x48, 0x89, 0x2b, 0x86, 0xd6, 0x90, 0x5a, 0xc7, - 0x66, 0x69, 0x71, 0x59, 0xb2, 0xab, 0x60, 0x5a, 0x43, 0x92, 0x84, 0x3a, 0x90, 0x77, 0x02, 0xe6, - 0xaa, 0x23, 0x32, 0x4d, 0x95, 0xdf, 0x5e, 0x60, 0x75, 0x9d, 0x88, 0x82, 0xa7, 0x6c, 0x74, 0x0b, - 0xf2, 0xbe, 0x63, 0x07, 0x0f, 0x9d, 0x91, 0x23, 0xcc, 0xf5, 0x6a, 0x7a, 0x73, 0x19, 0x4f, 0x05, - 0x68, 0x17, 0x56, 0x83, 0x49, 0x60, 0x09, 0x37, 0x30, 0xcb, 0xca, 0xb8, 0xf5, 0xab, 0x3f, 0xd3, - 0x0b, 0x09, 0x61, 0xe2, 0x88, 0xe8, 0xb2, 0xe2, 0xb1, 0x88, 0xaf, 0x7b, 0x81, 0x3e, 0xb1, 0x6d, - 0xf3, 0xa6, 0x32, 0x78, 0x71, 0x2a, 0x6d, 0xd8, 0x36, 0x7a, 0x1b, 0xae, 0x25, 0x60, 0x36, 0x67, - 0xbe, 0x79, 0x4b, 0xe1, 0x12, 0xec, 0x16, 0x67, 0xbe, 0xac, 0x21, 0xc6, 0xae, 0x5c, 0x63, 0x60, - 0xde, 0x56, 0x2b, 0xdb, 0xbc, 0x7a, 0x65, 0x4f, 0x14, 0x01, 0x47, 0x44, 0x54, 0x83, 0x22, 0x63, - 0xa3, 0x7e, 0x60, 0x31, 0x4e, 0xfb, 0xc4, 0xfe, 0xc2, 0xac, 0xa8, 0xfd, 0x1b, 0x8c, 0x8d, 0x7a, - 0x52, 0xd6, 0xb0, 0xbf, 0x28, 0x7f, 0x0c, 0x46, 0x22, 0x11, 0xca, 0x24, 0x75, 0x4c, 0x27, 0x3a, - 0xb7, 0xca, 0xa1, 0x74, 0xa0, 0x13, 0x99, 0x17, 0x54, 0xf2, 0xcf, 0xe3, 0x70, 0x72, 0x6f, 0xe9, - 0xa3, 0x74, 0x79, 0x1b, 0x8c, 0x84, 0xd3, 0xa3, 0x37, 0xe5, 0xc5, 0x34, 0x70, 0x02, 0xc1, 0x27, - 0x7d, 0x32, 0x16, 0x43, 0xf3, 0x67, 0x8a, 0x50, 0x88, 0x84, 0x8d, 0xb1, 0x18, 0x96, 0xfb, 0x30, - 0xf5, 0x1a, 0x54, 0x05, 0x43, 0xe6, 0xca, 0x80, 0xf2, 0x13, 0xca, 0x65, 0x99, 0x29, 0x0d, 0x91, - 0x14, 0xc9, 0x6c, 0x18, 0x50, 0xc2, 0xad, 0xa1, 0x4a, 0xeb, 0x79, 0xac, 0x67, 0x32, 0x4f, 0x47, - 0x01, 0xaa, 0xf3, 0xb4, 0x9e, 0x96, 0xef, 0x41, 0x21, 0x79, 0x40, 0xff, 0xd1, 0x86, 0x5a, 0x90, - 0x0d, 0x4d, 0x28, 0x33, 0xb3, 0xca, 0xea, 0xfa, 0x1e, 0x54, 0x19, 0x1d, 0x41, 0x26, 0x60, 0x47, - 0x42, 0xd1, 0x96, 0xb1, 0x1a, 0x4b, 0xd9, 0x90, 0xf0, 0xb0, 0xa3, 0x5a, 0xc6, 0x6a, 0x5c, 0xfb, - 0x73, 0x1a, 0xf2, 0xb1, 0x2b, 0xa2, 0x0f, 0xe0, 0x7a, 0xa7, 0xf7, 0xf8, 0x61, 0x63, 0xbf, 0xf3, - 0x78, 0xaf, 0xdf, 0x6a, 0x7f, 0xd6, 0x78, 0xf2, 0x70, 0xbf, 0x94, 0x2a, 0xdf, 0x7e, 0x76, 0x5a, - 0x5d, 0x9f, 0xde, 0x7a, 0x11, 0xbc, 0x45, 0x8f, 0xc8, 0xd8, 0x15, 0xb3, 0xac, 0x2e, 0x7e, 0xbc, - 0xd3, 0xee, 0xf5, 0x4a, 0xe9, 0x45, 0xac, 0x2e, 0x67, 0x16, 0x0d, 0x02, 0xb4, 0x0d, 0xa5, 0x29, - 0x6b, 0xf7, 0x69, 0xb7, 0x8d, 0x0f, 0x4a, 0x4b, 0xe5, 0x5b, 0xcf, 0x4e, 0xab, 0xe6, 0x65, 0xd2, - 0xee, 0xc4, 0xa7, 0xfc, 0x40, 0x37, 0xac, 0xff, 0x48, 0x43, 0x21, 0xd9, 0x25, 0xa0, 0x9d, 0xb0, - 0x37, 0x50, 0x06, 0x58, 0xdb, 0xde, 0xba, 0xaa, 0xab, 0x50, 0x95, 0x86, 0x3b, 0x96, 0x7a, 0x1f, - 0x31, 0x9b, 0x62, 0x45, 0x46, 0x1f, 0xc0, 0x8a, 0xcf, 0xb8, 0x88, 0xee, 0xe4, 0xf9, 0xd7, 0x15, - 0xe3, 0x51, 0xd9, 0x16, 0x82, 0x6b, 0x43, 0x58, 0x9b, 0xd5, 0x86, 0xee, 0xc0, 0xf2, 0x41, 0xa7, - 0x5b, 0x4a, 0x95, 0x6f, 0x3e, 0x3b, 0xad, 0xbe, 0x3e, 0xfb, 0xe3, 0x81, 0xc3, 0xc5, 0x98, 0xb8, - 0x9d, 0x2e, 0x7a, 0x17, 0x56, 0x5a, 0x7b, 0x3d, 0x8c, 0x4b, 0xe9, 0xf2, 0xc6, 0xb3, 0xd3, 0xea, - 0xcd, 0x59, 0x9c, 0xfc, 0x89, 0x8d, 0x3d, 0x1b, 0xb3, 0xc3, 0xb8, 0x4d, 0xff, 0xe7, 0x12, 0x18, - 0xba, 0x54, 0x79, 0xd9, 0x2f, 0x39, 0xc5, 0xb0, 0xec, 0x8d, 0x32, 0xec, 0xd2, 0x95, 0xd5, 0x6f, - 0x21, 0x24, 0xe8, 0xc8, 0x78, 0x03, 0x0a, 0x8e, 0x7f, 0xf2, 0x61, 0x9f, 0x7a, 0xe4, 0xd0, 0xd5, - 0x1d, 0x7b, 0x0e, 0x1b, 0x52, 0xd6, 0x0e, 0x45, 0xb2, 0xf8, 0x70, 0x3c, 0x41, 0xb9, 0xa7, 0x7b, - 0xf1, 0x1c, 0x8e, 0xe7, 0xe8, 0x53, 0xc8, 0x38, 0x3e, 0x19, 0xe9, 0x92, 0x7d, 0xee, 0x0e, 0x3a, - 0xdd, 0xc6, 0x23, 0x1d, 0xb9, 0xcd, 0xdc, 0xf9, 0xd9, 0x46, 0x46, 0x0a, 0xb0, 0xa2, 0xa1, 0x4a, - 0xd4, 0x4f, 0xc9, 0x2f, 0xa9, 0x82, 0x25, 0x87, 0x13, 0x12, 0x19, 0x7d, 0x8e, 0x37, 0xe0, 0x34, - 0x08, 0x54, 0xe9, 0x92, 0xc3, 0xd1, 0x14, 0x95, 0x61, 0x55, 0xd7, 0xde, 0xaa, 0x0d, 0xcb, 0xcb, - 0x8e, 0x46, 0x0b, 0x9a, 0x45, 0x30, 0x42, 0x6b, 0xf4, 0x8f, 0x38, 0x1b, 0xd5, 0xfe, 0x95, 0x01, - 0x63, 0xc7, 0x1d, 0x07, 0x42, 0xd7, 0x75, 0x2f, 0xcd, 0xf8, 0x4f, 0xe1, 0x3a, 0x51, 0x2f, 0x43, - 0xc4, 0x93, 0x85, 0x80, 0x6a, 0x69, 0xf4, 0x01, 0xdc, 0x99, 0xab, 0x2e, 0x06, 0x87, 0xed, 0x4f, - 0x33, 0x2b, 0x75, 0x9a, 0x69, 0x5c, 0x22, 0x17, 0x7e, 0x41, 0x3d, 0x28, 0x32, 0x6e, 0x0d, 0x69, - 0x20, 0xc2, 0xf2, 0x41, 0xbf, 0xa4, 0xcc, 0x7d, 0x63, 0x7b, 0x9c, 0x04, 0xea, 0x5b, 0x33, 0x5c, - 0xed, 0xac, 0x0e, 0xf4, 0x11, 0x64, 0x38, 0x39, 0x8a, 0xda, 0xb3, 0xb9, 0x41, 0x82, 0xc9, 0x91, - 0x98, 0x51, 0xa1, 0x18, 0xe8, 0x73, 0x00, 0xdb, 0x09, 0x7c, 0x22, 0xac, 0x21, 0xe5, 0xfa, 0xb0, - 0xe7, 0x6e, 0xb1, 0x15, 0xa3, 0x66, 0xb4, 0x24, 0xd8, 0xe8, 0x01, 0xe4, 0x2d, 0x12, 0xb9, 0x6b, - 0x76, 0xf1, 0xf3, 0xd2, 0x4e, 0x43, 0xab, 0x28, 0x49, 0x15, 0xe7, 0x67, 0x1b, 0xb9, 0x48, 0x82, - 0x73, 0x16, 0xd1, 0xee, 0xfb, 0x00, 0x8a, 0x82, 0x04, 0xc7, 0x7d, 0x3b, 0x4c, 0x67, 0xa1, 0x9b, - 0x2c, 0xa8, 0x02, 0x64, 0x17, 0xaf, 0xd3, 0x5e, 0x74, 0x9c, 0x05, 0x91, 0x90, 0xa1, 0x9f, 0xc3, - 0x75, 0xea, 0x59, 0x7c, 0xa2, 0x9c, 0x35, 0x5a, 0x61, 0x6e, 0xf1, 0x66, 0xdb, 0x31, 0x78, 0x66, - 0xb3, 0x25, 0x7a, 0x41, 0x5e, 0xfb, 0x6b, 0x1a, 0x20, 0x2c, 0xbb, 0x5e, 0xae, 0x03, 0x22, 0xc8, - 0xd8, 0x44, 0x10, 0xe5, 0x73, 0x05, 0xac, 0xc6, 0xe8, 0x1e, 0x80, 0xa0, 0x23, 0x5f, 0xa6, 0x5e, - 0x6f, 0xa0, 0xdd, 0xe6, 0x79, 0xe9, 0x20, 0x81, 0x46, 0xdb, 0x90, 0xd5, 0x4d, 0x74, 0xe6, 0x4a, - 0x9e, 0x46, 0xd6, 0xfe, 0x90, 0x06, 0x08, 0xb7, 0xf9, 0x3f, 0xbd, 0xb7, 0xda, 0x5f, 0x56, 0x00, - 0x0e, 0x98, 0x3b, 0x1e, 0xbd, 0xe4, 0x87, 0xd2, 0x1b, 0xb0, 0xa2, 0x1a, 0xa7, 0xe8, 0x92, 0x57, - 0x93, 0x84, 0x25, 0x97, 0x5f, 0xd4, 0x92, 0xa8, 0x0d, 0x86, 0xcc, 0x03, 0x41, 0xd0, 0x57, 0x17, - 0x62, 0x66, 0xb1, 0xe3, 0x85, 0xfb, 0x68, 0x28, 0xb0, 0xba, 0x05, 0x81, 0xc4, 0x63, 0x74, 0x6f, - 0xda, 0x05, 0xac, 0xa8, 0xdb, 0xb0, 0xba, 0x58, 0x85, 0xee, 0x05, 0xe2, 0x16, 0x80, 0xc2, 0x7a, - 0xa8, 0xd5, 0xd1, 0xcf, 0xeb, 0x89, 0xb7, 0x1e, 0x1d, 0xab, 0x73, 0x53, 0xd0, 0x3e, 0xf3, 0x99, - 0xcb, 0x06, 0x49, 0x3c, 0x5e, 0xac, 0x09, 0xed, 0x86, 0x25, 0xac, 0x25, 0x2b, 0x53, 0x4e, 0xbc, - 0x01, 0xd5, 0x61, 0x3b, 0xff, 0xf9, 0x4b, 0x23, 0xb1, 0x04, 0x86, 0x55, 0x6e, 0x3c, 0x45, 0x4f, - 0x2e, 0xfc, 0x7f, 0x90, 0x53, 0x55, 0xc4, 0xfb, 0xcf, 0xd9, 0xb1, 0xac, 0x21, 0xb4, 0xfd, 0x16, - 0xff, 0x8f, 0xf0, 0xbb, 0x34, 0xa0, 0xcb, 0x20, 0xb4, 0x99, 0x78, 0xe7, 0x57, 0xc5, 0xce, 0x65, - 0x8c, 0x7e, 0xe9, 0xbf, 0x3b, 0x7d, 0xe9, 0x57, 0xa5, 0xc4, 0x65, 0x60, 0xf8, 0xd6, 0x7f, 0x77, - 0xfa, 0xd6, 0xbf, 0x00, 0x97, 0x78, 0xed, 0x6f, 0xde, 0xf9, 0xe6, 0xfb, 0x4a, 0xea, 0xbb, 0xef, - 0x2b, 0xa9, 0x5f, 0x9f, 0x57, 0xd2, 0xdf, 0x9c, 0x57, 0xd2, 0xdf, 0x9e, 0x57, 0xd2, 0x7f, 0x3b, - 0xaf, 0xa4, 0x7f, 0xfb, 0x43, 0x25, 0xf5, 0xed, 0x0f, 0x95, 0xd4, 0x77, 0x3f, 0x54, 0x52, 0x87, - 0x59, 0xd5, 0x7c, 0xfe, 0xff, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0x51, 0x6a, 0xd3, 0x1b, 0x19, - 0x1b, 0x00, 0x00, + // 2644 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x59, 0xb1, 0x73, 0x23, 0xb7, + 0xd5, 0x17, 0x25, 0x4a, 0x22, 0x1f, 0x49, 0x1d, 0x05, 0x9f, 0xed, 0x15, 0xef, 0x8e, 0xa2, 0xe9, + 0xf3, 0x59, 0xb6, 0xbf, 0x8f, 0x1a, 0xeb, 0xf3, 0xf8, 0xb3, 0xcf, 0x9f, 0xbf, 0x84, 0x12, 0xe9, + 0x13, 0x7d, 0x77, 0x12, 0x07, 0xd4, 0x29, 0xb9, 0x99, 0xcc, 0x70, 0xa0, 0x5d, 0x88, 0x5c, 0x6b, + 0xb9, 0xd8, 0x00, 0xa0, 0x6c, 0x76, 0xe9, 0xe2, 0xb9, 0x34, 0x29, 0xd2, 0xaa, 0xca, 0xa4, 0x4a, + 0x93, 0x94, 0x29, 0xd3, 0xb9, 0x74, 0xe9, 0x34, 0x9a, 0x58, 0xfe, 0x13, 0xd2, 0xa5, 0x49, 0x06, + 0x58, 0xec, 0x72, 0x29, 0x91, 0xa7, 0xcb, 0xe4, 0x8a, 0x74, 0xc0, 0xdb, 0xdf, 0xef, 0x2d, 0xf0, + 0xf0, 0xde, 0xc3, 0x03, 0x00, 0xef, 0xf6, 0x5c, 0xd9, 0x1f, 0x1e, 0xd5, 0x6c, 0x36, 0xd8, 0x74, + 0x98, 0x7d, 0x42, 0xf9, 0xa6, 0xf8, 0x92, 0xf0, 0xc1, 0x89, 0x2b, 0x37, 0x49, 0xe0, 0x6e, 0x8a, + 0x80, 0xda, 0xa2, 0x16, 0x70, 0x26, 0x19, 0x42, 0x21, 0xa0, 0x16, 0x01, 0x6a, 0xa7, 0xef, 0x97, + 0xae, 0xe3, 0xcb, 0x51, 0x40, 0x0d, 0xbf, 0x74, 0xb3, 0xc7, 0x7a, 0x4c, 0x37, 0x37, 0x55, 0xcb, + 0x48, 0xcb, 0x3d, 0xc6, 0x7a, 0x1e, 0xdd, 0xd4, 0xbd, 0xa3, 0xe1, 0xf1, 0xa6, 0x33, 0xe4, 0x44, + 0xba, 0xcc, 0x37, 0xdf, 0xd7, 0x2e, 0x7f, 0x27, 0xfe, 0x68, 0x16, 0xf5, 0x4b, 0x4e, 0x82, 0x80, + 0x72, 0xf3, 0xc3, 0xea, 0x59, 0x1a, 0x32, 0x7b, 0xcc, 0xa1, 0x9d, 0x80, 0xda, 0xe8, 0x01, 0xe4, + 0x88, 0xef, 0x33, 0xa9, 0x75, 0x0b, 0x2b, 0x55, 0x49, 0x6d, 0xe4, 0xb6, 0xd6, 0x6b, 0x57, 0xe7, + 0x54, 0xab, 0x8f, 0x61, 0xdb, 0xe9, 0x6f, 0xce, 0xd7, 0xe7, 0x70, 0x92, 0x89, 0x7e, 0x04, 0x79, + 0x87, 0x0a, 0x97, 0x53, 0xa7, 0xcb, 0x99, 0x47, 0xad, 0xf9, 0x4a, 0x6a, 0x63, 0x65, 0xeb, 0xf6, + 0x34, 0x4d, 0xea, 0xe7, 0x98, 0x79, 0x14, 0xe7, 0x0c, 0x43, 0x75, 0xd0, 0x03, 0x80, 0x01, 0x1d, + 0x1c, 0x51, 0x2e, 0xfa, 0x6e, 0x60, 0x2d, 0x68, 0xfa, 0xdb, 0xb3, 0xe8, 0x6a, 0xec, 0xb5, 0xc7, + 0x31, 0x1c, 0x27, 0xa8, 0xe8, 0x31, 0xe4, 0xc9, 0x29, 0x71, 0x3d, 0x72, 0xe4, 0x7a, 0xae, 0x1c, + 0x59, 0x69, 0xad, 0xea, 0x9d, 0xe7, 0xaa, 0xaa, 0x27, 0x08, 0x78, 0x82, 0x5e, 0x75, 0x00, 0xc6, + 0x3f, 0x42, 0xf7, 0x60, 0xb9, 0xdd, 0xdc, 0x6b, 0xb4, 0xf6, 0x1e, 0x14, 0xe7, 0x4a, 0x6b, 0xcf, + 0xce, 0x2a, 0xaf, 0x2a, 0x1d, 0x63, 0x40, 0x9b, 0xfa, 0x8e, 0xeb, 0xf7, 0xd0, 0x06, 0x64, 0xea, + 0x3b, 0x3b, 0xcd, 0xf6, 0x41, 0xb3, 0x51, 0x4c, 0x95, 0x4a, 0xcf, 0xce, 0x2a, 0xaf, 0x4d, 0x02, + 0xeb, 0xb6, 0x4d, 0x03, 0x49, 0x9d, 0x52, 0xfa, 0xeb, 0xdf, 0x96, 0xe7, 0xaa, 0x5f, 0xa7, 0x20, + 0x9f, 0x1c, 0x04, 0xba, 0x07, 0x4b, 0xf5, 0x9d, 0x83, 0xd6, 0x61, 0xb3, 0x38, 0x37, 0xa6, 0x27, + 0x11, 0x75, 0x5b, 0xba, 0xa7, 0x14, 0xdd, 0x85, 0xc5, 0x76, 0xfd, 0x49, 0xa7, 0x59, 0x4c, 0x8d, + 0x87, 0x93, 0x84, 0xb5, 0xc9, 0x50, 0x68, 0x54, 0x03, 0xd7, 0x5b, 0x7b, 0xc5, 0xf9, 0xe9, 0xa8, + 0x06, 0x27, 0xae, 0x6f, 0x86, 0xf2, 0xfb, 0x45, 0xc8, 0x75, 0x28, 0x3f, 0x75, 0xed, 0x97, 0xec, + 0x22, 0x1f, 0x42, 0x5a, 0x12, 0x71, 0xa2, 0x5d, 0x23, 0x37, 0xdd, 0x35, 0x0e, 0x88, 0x38, 0x51, + 0x3f, 0x35, 0x74, 0x8d, 0x57, 0x9e, 0xc1, 0x69, 0xe0, 0xb9, 0x36, 0x91, 0xd4, 0xd1, 0x9e, 0x91, + 0xdb, 0x7a, 0x6b, 0x1a, 0x1b, 0xc7, 0x28, 0x33, 0xfe, 0xdd, 0x39, 0x9c, 0xa0, 0xa2, 0x4f, 0x60, + 0xa9, 0xe7, 0xb1, 0x23, 0xe2, 0x69, 0x9f, 0xc8, 0x6d, 0xbd, 0x31, 0x4d, 0xc9, 0x03, 0x8d, 0x18, + 0x2b, 0x30, 0x14, 0xf4, 0x39, 0xac, 0x8c, 0x55, 0x75, 0xbf, 0x60, 0x47, 0x16, 0xcc, 0x56, 0x32, + 0x1e, 0xc9, 0xe7, 0xec, 0x68, 0x77, 0x0e, 0x17, 0x78, 0x52, 0x80, 0xfe, 0x1f, 0x20, 0xd4, 0xaa, + 0xf5, 0xe4, 0xb4, 0x9e, 0x3b, 0xb3, 0x07, 0x13, 0xea, 0xc8, 0xf6, 0xa2, 0x0e, 0xfa, 0x08, 0x96, + 0x86, 0x81, 0x43, 0x24, 0xb5, 0x96, 0x34, 0xb7, 0x32, 0x8d, 0xfb, 0x44, 0x23, 0x76, 0x98, 0x7f, + 0xec, 0xf6, 0xb0, 0xc1, 0xa3, 0xff, 0x83, 0x0c, 0x67, 0x9e, 0x77, 0x44, 0xec, 0x13, 0x2b, 0xfb, + 0x82, 0xdc, 0x98, 0x81, 0x1e, 0x42, 0xc6, 0xa7, 0xf2, 0x4b, 0xc6, 0x4f, 0x84, 0xb5, 0x5c, 0x59, + 0xd8, 0xc8, 0x6d, 0xbd, 0x37, 0x35, 0xac, 0x42, 0x4c, 0x5d, 0x4a, 0x62, 0xf7, 0x07, 0xd4, 0x97, + 0xa1, 0xa2, 0xed, 0x79, 0x2b, 0x85, 0x63, 0x05, 0x6a, 0x28, 0xd4, 0x77, 0x02, 0xe6, 0xfa, 0xd2, + 0xca, 0xcc, 0x1e, 0x4a, 0xd3, 0x60, 0x94, 0x5b, 0xe0, 0x98, 0xb1, 0xbd, 0x04, 0xe9, 0x01, 0x73, + 0x68, 0x75, 0x13, 0x56, 0xaf, 0x2c, 0x3b, 0x2a, 0x41, 0xc6, 0x18, 0x3c, 0xf4, 0xd7, 0x34, 0x8e, + 0xfb, 0xd5, 0x1b, 0x50, 0x98, 0x58, 0xe2, 0xaa, 0x0d, 0x85, 0x89, 0xe5, 0x42, 0x6f, 0xc1, 0xca, + 0x80, 0x7c, 0xd5, 0xb5, 0x99, 0x6f, 0x0f, 0x39, 0xa7, 0xbe, 0x34, 0x3a, 0x0a, 0x03, 0xf2, 0xd5, + 0x4e, 0x2c, 0x44, 0xef, 0xc1, 0xaa, 0x64, 0x92, 0x78, 0x5d, 0x9b, 0x0d, 0x02, 0x8f, 0x86, 0xd1, + 0x31, 0xaf, 0x91, 0x45, 0xfd, 0x61, 0x67, 0x2c, 0xaf, 0xe6, 0x20, 0x1b, 0xaf, 0x65, 0xf5, 0x0f, + 0x8b, 0x90, 0x89, 0x3c, 0x1d, 0x3d, 0x04, 0x20, 0xb1, 0xa1, 0x8c, 0x21, 0xde, 0x79, 0x21, 0xab, + 0x2a, 0xba, 0xf2, 0xf0, 0x31, 0x1d, 0xd5, 0x21, 0x6b, 0x33, 0x5f, 0x12, 0xd7, 0xa7, 0xdc, 0x44, + 0xea, 0x54, 0xff, 0xdc, 0x89, 0x40, 0x46, 0xc7, 0x98, 0x85, 0xb6, 0x61, 0xb9, 0x47, 0x7d, 0xca, + 0x5d, 0xdb, 0x38, 0xf8, 0xbd, 0xa9, 0x8e, 0x19, 0x42, 0xf0, 0xd0, 0x97, 0xee, 0x80, 0x1a, 0x2d, + 0x11, 0x11, 0x7d, 0x06, 0x59, 0x4e, 0x05, 0x1b, 0x72, 0x9b, 0x0a, 0x13, 0xee, 0x1b, 0xd3, 0xc3, + 0x24, 0x04, 0x61, 0xfa, 0xf3, 0xa1, 0xcb, 0xa9, 0x9a, 0x82, 0xc0, 0x63, 0x2a, 0xfa, 0x04, 0x96, + 0x39, 0x15, 0x92, 0x70, 0xf9, 0xbc, 0x88, 0xc5, 0x21, 0xa4, 0xcd, 0x3c, 0xd7, 0x1e, 0xe1, 0x88, + 0x81, 0x3e, 0x81, 0x6c, 0xe0, 0x11, 0x5b, 0x6b, 0xb5, 0x16, 0x67, 0xc7, 0x58, 0x3b, 0x02, 0xe1, + 0x31, 0x1e, 0x7d, 0x0c, 0xe0, 0xb1, 0x5e, 0xd7, 0xe1, 0xee, 0x29, 0xe5, 0x26, 0xca, 0x4a, 0xd3, + 0xd8, 0x0d, 0x8d, 0xc0, 0x59, 0x8f, 0xf5, 0xc2, 0x26, 0x7a, 0xf0, 0x6f, 0x05, 0x49, 0x22, 0x40, + 0xde, 0x80, 0xfc, 0x31, 0xe3, 0x36, 0xed, 0x9a, 0x58, 0xcf, 0x6a, 0xdf, 0xca, 0x69, 0x59, 0x18, + 0xa0, 0xe8, 0x67, 0xf0, 0x4a, 0x64, 0xad, 0x2e, 0xa7, 0xc7, 0x94, 0x53, 0x5f, 0x99, 0x3c, 0xa7, + 0x7f, 0xfb, 0xd6, 0xf3, 0x4d, 0x6e, 0xd0, 0x26, 0xd5, 0x22, 0x7e, 0xf9, 0x83, 0xd8, 0xce, 0xc2, + 0x32, 0x0f, 0x17, 0xb8, 0xfa, 0xab, 0x94, 0x8a, 0xb3, 0x4b, 0x08, 0xb4, 0x09, 0xb9, 0xf8, 0xf7, + 0xae, 0xa3, 0x1d, 0x2e, 0xbb, 0xbd, 0x72, 0x71, 0xbe, 0x0e, 0x11, 0xb6, 0xd5, 0x50, 0x19, 0xd8, + 0xb4, 0x1d, 0xd4, 0x84, 0x42, 0x4c, 0x50, 0x45, 0x90, 0x29, 0x13, 0x2a, 0xcf, 0x1b, 0xe9, 0xc1, + 0x28, 0xa0, 0x38, 0xcf, 0x13, 0xbd, 0xea, 0x4f, 0x01, 0x5d, 0x75, 0x40, 0x84, 0x20, 0x7d, 0xe2, + 0xfa, 0x66, 0x18, 0x58, 0xb7, 0x51, 0x0d, 0x96, 0x03, 0x32, 0xf2, 0x18, 0x71, 0x8c, 0x1f, 0xde, + 0xac, 0x85, 0xe5, 0x51, 0x2d, 0x2a, 0x8f, 0x6a, 0x75, 0x7f, 0x84, 0x23, 0x50, 0xf5, 0x21, 0xbc, + 0x3a, 0x35, 0xce, 0xd0, 0x16, 0xe4, 0xe3, 0x18, 0x19, 0xcf, 0xf5, 0xc6, 0xc5, 0xf9, 0x7a, 0x2e, + 0x0e, 0xa6, 0x56, 0x03, 0xe7, 0x62, 0x50, 0xcb, 0xa9, 0xfe, 0xa9, 0x08, 0x85, 0x89, 0x48, 0x43, + 0x37, 0x61, 0xd1, 0x1d, 0x90, 0x1e, 0x35, 0x63, 0x0c, 0x3b, 0xa8, 0x09, 0x4b, 0x1e, 0x39, 0xa2, + 0x9e, 0x8a, 0x15, 0xb5, 0x70, 0xff, 0x7d, 0x6d, 0xc8, 0xd6, 0x1e, 0x69, 0x7c, 0xd3, 0x97, 0x7c, + 0x84, 0x0d, 0x19, 0x59, 0xb0, 0x6c, 0xb3, 0xc1, 0x80, 0xf8, 0x6a, 0x93, 0x5c, 0xd8, 0xc8, 0xe2, + 0xa8, 0xab, 0x2c, 0x43, 0x78, 0x4f, 0x58, 0x69, 0x2d, 0xd6, 0x6d, 0x95, 0x23, 0xfb, 0x4c, 0x48, + 0x9f, 0x0c, 0xa8, 0xb5, 0xa2, 0x47, 0x13, 0xf7, 0x51, 0x11, 0x16, 0xa8, 0x7f, 0x6a, 0x2d, 0x6a, + 0xb8, 0x6a, 0x2a, 0x89, 0xe3, 0x86, 0x81, 0x90, 0xc5, 0xaa, 0xa9, 0x74, 0x0e, 0x05, 0xe5, 0xd6, + 0x72, 0x68, 0x6d, 0xd5, 0x46, 0xaf, 0xc1, 0x52, 0x8f, 0xb3, 0x61, 0x10, 0x7a, 0x60, 0x16, 0x9b, + 0x9e, 0xda, 0xef, 0x02, 0xee, 0x9e, 0xba, 0x1e, 0xed, 0x51, 0x61, 0xbd, 0xa6, 0x17, 0xa2, 0x3c, + 0x35, 0x16, 0x63, 0x14, 0x4e, 0x30, 0x50, 0x0d, 0xd2, 0xae, 0xef, 0x4a, 0xeb, 0x75, 0x13, 0x87, + 0x97, 0x97, 0x70, 0x9b, 0x31, 0xef, 0x90, 0x78, 0x43, 0x8a, 0x35, 0x0e, 0xad, 0xc1, 0x82, 0x94, + 0x23, 0xab, 0x50, 0x49, 0x6d, 0x64, 0xb6, 0x97, 0x2f, 0xce, 0xd7, 0x17, 0x0e, 0x0e, 0x9e, 0x62, + 0x25, 0x43, 0x77, 0x00, 0x58, 0x40, 0xfd, 0xae, 0x90, 0x8e, 0xeb, 0x5b, 0x48, 0x21, 0x70, 0x56, + 0x49, 0x3a, 0x4a, 0x80, 0x6e, 0xa9, 0xcc, 0x45, 0x9c, 0x2e, 0xf3, 0xbd, 0x91, 0xf5, 0x8a, 0xfe, + 0x9a, 0x51, 0x82, 0x7d, 0xdf, 0x1b, 0xa1, 0x75, 0xc8, 0x09, 0xc9, 0x82, 0xae, 0x70, 0x7b, 0x3e, + 0xf1, 0xac, 0x9b, 0x7a, 0xe6, 0xa0, 0x44, 0x1d, 0x2d, 0x41, 0xff, 0x0b, 0x4b, 0x03, 0x36, 0xf4, + 0xa5, 0xb0, 0x32, 0x7a, 0x21, 0xd7, 0xa6, 0xcd, 0xf1, 0xb1, 0x42, 0x98, 0xa8, 0x33, 0x70, 0xd4, + 0x84, 0x55, 0xad, 0xb9, 0xc7, 0x89, 0x4d, 0xbb, 0x01, 0xe5, 0x2e, 0x73, 0xcc, 0xfe, 0xbc, 0x76, + 0x65, 0xb6, 0x0d, 0x73, 0x14, 0xc0, 0x37, 0x14, 0xe7, 0x81, 0xa2, 0xb4, 0x35, 0x03, 0xb5, 0x21, + 0x1f, 0x0c, 0x3d, 0xaf, 0xcb, 0x82, 0x70, 0x37, 0x0a, 0x13, 0xf8, 0x0b, 0xb8, 0x53, 0x7b, 0xe8, + 0x79, 0xfb, 0x21, 0x09, 0xe7, 0x82, 0x71, 0x07, 0x7d, 0x0a, 0xcb, 0x82, 0xda, 0x9c, 0x4a, 0x61, + 0xe5, 0xf5, 0x94, 0xde, 0x9c, 0xa6, 0xac, 0xa3, 0x21, 0x71, 0x5e, 0xc0, 0x11, 0x47, 0xd1, 0x6d, + 0x9d, 0xd6, 0x84, 0xf5, 0xea, 0x6c, 0xba, 0xc9, 0x7c, 0x63, 0xba, 0xe1, 0xa8, 0x70, 0x51, 0x3e, + 0x29, 0xac, 0x55, 0xed, 0x4e, 0x61, 0x07, 0x3d, 0x05, 0x70, 0x7c, 0xd1, 0x0d, 0x41, 0xd6, 0x0d, + 0x3d, 0xc7, 0xf7, 0xae, 0x9f, 0x63, 0x63, 0xaf, 0x63, 0xea, 0x90, 0xc2, 0xc5, 0xf9, 0x7a, 0x36, + 0xee, 0xe2, 0xac, 0xe3, 0x8b, 0xb0, 0x89, 0xb6, 0x21, 0xd7, 0xa7, 0xc4, 0x93, 0x7d, 0xbb, 0x4f, + 0xed, 0x13, 0xab, 0x38, 0xbb, 0x2c, 0xd9, 0xd5, 0x30, 0xa3, 0x21, 0x49, 0x42, 0x2d, 0xc8, 0xba, + 0x82, 0x79, 0x7a, 0x89, 0x2c, 0x4b, 0xe7, 0xb7, 0x17, 0x18, 0x5d, 0x2b, 0xa2, 0xe0, 0x31, 0x1b, + 0xdd, 0x86, 0x6c, 0xe0, 0x3a, 0xe2, 0x91, 0x3b, 0x70, 0xa5, 0xb5, 0x56, 0x49, 0x6d, 0x2c, 0xe0, + 0xb1, 0x00, 0xed, 0xc2, 0xb2, 0x18, 0x09, 0x5b, 0x7a, 0xc2, 0x2a, 0x69, 0xe3, 0xd6, 0xae, 0xff, + 0x4d, 0x27, 0x24, 0x84, 0x89, 0x23, 0xa2, 0xab, 0x8a, 0xc7, 0x26, 0x81, 0x39, 0x0b, 0x74, 0x89, + 0xe3, 0x58, 0xb7, 0xb4, 0xc1, 0x0b, 0x63, 0x69, 0xdd, 0x71, 0xd0, 0xdb, 0x70, 0x23, 0x01, 0x73, + 0x38, 0x0b, 0xac, 0xdb, 0x1a, 0x97, 0x60, 0x37, 0x38, 0x0b, 0x54, 0x0d, 0x31, 0xf4, 0xd4, 0x18, + 0x85, 0x75, 0x47, 0x8f, 0x6c, 0xe3, 0xfa, 0x91, 0x3d, 0xd1, 0x04, 0x1c, 0x11, 0x51, 0x15, 0x0a, + 0x8c, 0x0d, 0xba, 0xc2, 0x66, 0x9c, 0x76, 0x89, 0xf3, 0x85, 0x55, 0xd6, 0xf3, 0xcf, 0x31, 0x36, + 0xe8, 0x28, 0x59, 0xdd, 0xf9, 0x02, 0xb5, 0x60, 0xb9, 0x41, 0x55, 0x11, 0x27, 0xac, 0x75, 0xfd, + 0x9f, 0xcd, 0x17, 0x70, 0x03, 0x4d, 0x78, 0x4c, 0x82, 0xc0, 0xf5, 0x7b, 0x38, 0xe2, 0x97, 0x3e, + 0x86, 0x5c, 0x22, 0xa7, 0xaa, 0x7c, 0x77, 0x42, 0x47, 0x26, 0x4d, 0xab, 0xa6, 0xf2, 0xc5, 0x53, + 0x95, 0x62, 0xf4, 0x3e, 0x92, 0xc5, 0x61, 0xe7, 0xfe, 0xfc, 0x47, 0xa9, 0xd2, 0x16, 0xe4, 0x12, + 0xf1, 0x83, 0xde, 0x54, 0x7b, 0x5c, 0xcf, 0x15, 0x92, 0x8f, 0xba, 0x64, 0x28, 0xfb, 0xd6, 0x8f, + 0x35, 0x21, 0x1f, 0x09, 0xeb, 0x43, 0xd9, 0x2f, 0x75, 0x61, 0xec, 0x80, 0xa8, 0x02, 0x39, 0x95, + 0x76, 0x05, 0xe5, 0xa7, 0x94, 0xab, 0x8a, 0x55, 0xd9, 0x34, 0x29, 0x52, 0x89, 0x55, 0x50, 0xc2, + 0xed, 0xbe, 0xde, 0x21, 0xb2, 0xd8, 0xf4, 0x54, 0xca, 0x8f, 0x62, 0xdd, 0xa4, 0x7c, 0xd3, 0x2d, + 0xdd, 0x87, 0x7c, 0x72, 0xad, 0xff, 0xa5, 0x09, 0x35, 0x60, 0x29, 0x5c, 0x0d, 0x95, 0xe4, 0xf5, + 0x06, 0x61, 0xb6, 0x54, 0xbd, 0x39, 0x20, 0x48, 0x0b, 0x76, 0x2c, 0x35, 0x6d, 0x01, 0xeb, 0xb6, + 0x92, 0xf5, 0x09, 0x0f, 0x0f, 0x67, 0x0b, 0x58, 0xb7, 0x4b, 0xbf, 0x4c, 0x41, 0x61, 0xc2, 0xd8, + 0xa8, 0x0c, 0x10, 0x10, 0xd9, 0xdf, 0xf7, 0x77, 0x99, 0x90, 0x46, 0x67, 0x42, 0x82, 0x36, 0xe0, + 0x86, 0xea, 0xb5, 0xfc, 0x78, 0xc5, 0xcc, 0xd8, 0x2e, 0x8b, 0xd1, 0x7f, 0xc1, 0xaa, 0xad, 0xf7, + 0x96, 0x36, 0xe5, 0x03, 0x57, 0x08, 0x63, 0x01, 0x85, 0xbd, 0xfa, 0xa1, 0xfa, 0xc7, 0x14, 0x64, + 0xe3, 0xf8, 0x42, 0x1f, 0xc0, 0x6a, 0xab, 0xb3, 0xff, 0xa8, 0x7e, 0xd0, 0xda, 0xdf, 0xeb, 0x36, + 0x9a, 0x9f, 0xd5, 0x9f, 0x3c, 0x3a, 0x28, 0xce, 0x95, 0xee, 0x3c, 0x3b, 0xab, 0xac, 0x8d, 0xb7, + 0xf2, 0x08, 0xde, 0xa0, 0xc7, 0x64, 0xe8, 0xc9, 0x49, 0x56, 0x1b, 0xef, 0xef, 0x34, 0x3b, 0x9d, + 0x62, 0x6a, 0x16, 0xab, 0xcd, 0x99, 0x4d, 0x85, 0x40, 0x5b, 0x50, 0x1c, 0xb3, 0x76, 0x9f, 0xb6, + 0x9b, 0xf8, 0xb0, 0x38, 0x5f, 0xba, 0xfd, 0xec, 0xac, 0x62, 0x5d, 0x25, 0xed, 0x8e, 0x02, 0xca, + 0x0f, 0xcd, 0x29, 0xfc, 0x6f, 0x29, 0xc8, 0x27, 0x8f, 0x3e, 0x68, 0x27, 0x3c, 0xf0, 0x68, 0xb3, + 0xad, 0x4c, 0x77, 0xf4, 0x24, 0x5e, 0x97, 0x4f, 0xde, 0x50, 0xe9, 0x7d, 0xcc, 0x1c, 0x8a, 0x35, + 0x19, 0x7d, 0x00, 0x8b, 0x01, 0xe3, 0x32, 0x2a, 0x34, 0xa6, 0xef, 0xc1, 0x8c, 0x47, 0xb5, 0x68, + 0x08, 0xae, 0xf6, 0x61, 0x65, 0x52, 0x1b, 0xba, 0x0b, 0x0b, 0x87, 0xad, 0x76, 0x71, 0xae, 0x74, + 0xeb, 0xd9, 0x59, 0xe5, 0xf5, 0xc9, 0x8f, 0x87, 0x2e, 0x97, 0x43, 0xe2, 0xb5, 0xda, 0xe8, 0x5d, + 0x58, 0x6c, 0xec, 0x75, 0x30, 0x2e, 0xa6, 0x4a, 0xeb, 0xcf, 0xce, 0x2a, 0xb7, 0x26, 0x71, 0xea, + 0x13, 0x1b, 0xfa, 0x0e, 0x66, 0x47, 0xf1, 0xdd, 0xc3, 0xdf, 0xe7, 0x21, 0x67, 0xea, 0xaf, 0x97, + 0x7d, 0x3d, 0x55, 0x08, 0x6b, 0xf9, 0x68, 0xdb, 0x98, 0xbf, 0xb6, 0xa4, 0xcf, 0x87, 0x04, 0x13, + 0xa3, 0x6f, 0x40, 0xde, 0x0d, 0x4e, 0x3f, 0xec, 0x52, 0x9f, 0x1c, 0x79, 0xe6, 0x1a, 0x22, 0x83, + 0x73, 0x4a, 0xd6, 0x0c, 0x45, 0xaa, 0xa2, 0x72, 0x7d, 0x49, 0xb9, 0x6f, 0x2e, 0x18, 0x32, 0x38, + 0xee, 0xa3, 0x4f, 0x21, 0xed, 0x06, 0x64, 0x60, 0xce, 0x21, 0x53, 0x67, 0xd0, 0x6a, 0xd7, 0x1f, + 0x9b, 0x1c, 0xb2, 0x9d, 0xb9, 0x38, 0x5f, 0x4f, 0x2b, 0x01, 0xd6, 0x34, 0x15, 0x39, 0xe1, 0x29, + 0x4f, 0xfd, 0x49, 0x57, 0x61, 0x19, 0x9c, 0x90, 0xa8, 0x3c, 0xe0, 0xfa, 0x3d, 0x4e, 0x85, 0xd0, + 0xf5, 0x58, 0x06, 0x47, 0x5d, 0x54, 0x82, 0x65, 0x73, 0xa0, 0xd0, 0x67, 0xcb, 0xac, 0x3a, 0xa6, + 0x19, 0xc1, 0x76, 0x01, 0x72, 0xa1, 0x35, 0xba, 0xc7, 0x9c, 0x0d, 0xaa, 0xff, 0x48, 0x43, 0x6e, + 0xc7, 0x1b, 0x0a, 0x69, 0x8a, 0xd5, 0x97, 0x66, 0xfc, 0xa7, 0xb0, 0x4a, 0xf4, 0x75, 0x17, 0xf1, + 0x55, 0x75, 0xa3, 0xcf, 0x69, 0x66, 0x01, 0xee, 0x4e, 0x55, 0x17, 0x83, 0xc3, 0x33, 0xdd, 0xf6, + 0x92, 0xd2, 0x69, 0xa5, 0x70, 0x91, 0x5c, 0xfa, 0x82, 0x3a, 0x50, 0x60, 0xdc, 0xee, 0x53, 0x21, + 0xc3, 0x9a, 0xc8, 0x5c, 0x0f, 0x4d, 0xbd, 0x38, 0xdc, 0x4f, 0x02, 0x4d, 0x29, 0x10, 0x8e, 0x76, + 0x52, 0x07, 0xfa, 0x08, 0xd2, 0x9c, 0x1c, 0x47, 0x67, 0xce, 0xa9, 0x41, 0x82, 0xc9, 0xb1, 0x9c, + 0x50, 0xa1, 0x19, 0xe8, 0x73, 0x00, 0xc7, 0x15, 0x01, 0x91, 0x76, 0x9f, 0x72, 0xb3, 0xd8, 0x53, + 0xa7, 0xd8, 0x88, 0x51, 0x13, 0x5a, 0x12, 0x6c, 0xf4, 0x10, 0xb2, 0x36, 0x89, 0xdc, 0x75, 0x69, + 0xf6, 0x9d, 0xd9, 0x4e, 0xdd, 0xa8, 0x28, 0x2a, 0x15, 0x17, 0xe7, 0xeb, 0x99, 0x48, 0x82, 0x33, + 0x36, 0x31, 0xee, 0xfb, 0x10, 0x0a, 0x92, 0x88, 0x93, 0xae, 0x13, 0xa6, 0xb3, 0xd0, 0x4d, 0x66, + 0x94, 0x36, 0x07, 0x44, 0x9c, 0x98, 0xb4, 0x17, 0x2d, 0x67, 0x5e, 0x26, 0x64, 0xe8, 0x27, 0xb0, + 0x4a, 0x7d, 0x9b, 0x8f, 0xb4, 0xb3, 0x46, 0x23, 0xcc, 0xcc, 0x9e, 0x6c, 0x33, 0x06, 0x4f, 0x4c, + 0xb6, 0x48, 0x2f, 0xc9, 0xab, 0x7f, 0x49, 0x01, 0x84, 0xb5, 0xe4, 0xcb, 0x75, 0x40, 0x04, 0x69, + 0x87, 0x48, 0xa2, 0x7d, 0x2e, 0x8f, 0x75, 0x1b, 0xdd, 0x07, 0x90, 0x74, 0x10, 0xa8, 0xd4, 0xeb, + 0xf7, 0x8c, 0xdb, 0x3c, 0x2f, 0x1d, 0x24, 0xd0, 0x68, 0x0b, 0x96, 0xcc, 0xcd, 0x40, 0xfa, 0x5a, + 0x9e, 0x41, 0x56, 0x7f, 0x97, 0x02, 0x08, 0xa7, 0xf9, 0x1f, 0x3d, 0xb7, 0xea, 0x9f, 0x17, 0x01, + 0x0e, 0x99, 0x37, 0x1c, 0xbc, 0xe4, 0xdb, 0xdf, 0x9b, 0xb0, 0xa8, 0x37, 0xe6, 0xa8, 0xdc, 0xd0, + 0x9d, 0x84, 0x25, 0x17, 0x5e, 0xd4, 0x92, 0xa8, 0x09, 0x39, 0x95, 0x07, 0x84, 0xe8, 0xea, 0x0d, + 0x31, 0x3d, 0xdb, 0xf1, 0xc2, 0x79, 0xd4, 0x35, 0x58, 0xef, 0x82, 0x40, 0xe2, 0x36, 0xba, 0x3f, + 0x3e, 0xda, 0x2c, 0xea, 0xdd, 0xb0, 0x32, 0x5b, 0x85, 0x39, 0xe0, 0xc4, 0xe7, 0x1a, 0x0a, 0x6b, + 0xa1, 0x56, 0xd7, 0xbc, 0x19, 0x24, 0x2e, 0xb0, 0x4c, 0xac, 0x4e, 0x4d, 0x41, 0x07, 0x2c, 0x60, + 0x1e, 0xeb, 0x25, 0xf1, 0x78, 0xb6, 0x26, 0xb4, 0x1b, 0xd6, 0xe5, 0xb6, 0x2a, 0xb7, 0x39, 0xf1, + 0x7b, 0xd4, 0x84, 0xed, 0xf4, 0x3b, 0x3d, 0x83, 0xc4, 0x0a, 0x18, 0x96, 0xee, 0x71, 0x17, 0x3d, + 0xb9, 0xf4, 0x28, 0x92, 0xd1, 0x55, 0xc4, 0xfb, 0xcf, 0x99, 0xb1, 0xaa, 0x21, 0x8c, 0xfd, 0x66, + 0x3f, 0x8e, 0xfc, 0x26, 0x05, 0xe8, 0x2a, 0x08, 0x6d, 0x24, 0x1e, 0x2f, 0x74, 0xb1, 0x73, 0x15, + 0x63, 0x9e, 0x2f, 0xee, 0x8d, 0x9f, 0x2f, 0x74, 0x29, 0x71, 0x15, 0x18, 0x3e, 0x60, 0xdc, 0x1b, + 0x3f, 0x60, 0xcc, 0xc0, 0x25, 0x9e, 0x30, 0xb6, 0xef, 0x7e, 0xf3, 0x7d, 0x79, 0xee, 0xbb, 0xef, + 0xcb, 0x73, 0xbf, 0xb8, 0x28, 0xa7, 0xbe, 0xb9, 0x28, 0xa7, 0xbe, 0xbd, 0x28, 0xa7, 0xfe, 0x7a, + 0x51, 0x4e, 0xfd, 0xfa, 0x87, 0xf2, 0xdc, 0xb7, 0x3f, 0x94, 0xe7, 0xbe, 0xfb, 0xa1, 0x3c, 0x77, + 0xb4, 0xa4, 0x4f, 0xd4, 0xff, 0xf3, 0xcf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xf2, 0x49, 0xb0, 0xd2, + 0xee, 0x1b, 0x00, 0x00, } func (m *NodeSpec) Copy() *NodeSpec { @@ -1963,6 +2008,14 @@ func (m *ContainerSpec) CopyFrom(src interface{}) { } } + if o.Devices != nil { + m.Devices = make([]*ContainerSpec_DeviceMapping, len(o.Devices)) + for i := range m.Devices { + m.Devices[i] = &ContainerSpec_DeviceMapping{} + github_com_moby_swarmkit_v2_api_deepcopy.Copy(m.Devices[i], o.Devices[i]) + } + } + } func (m *ContainerSpec_PullOptions) Copy() *ContainerSpec_PullOptions { @@ -2025,6 +2078,21 @@ func (m *ContainerSpec_Ulimit) CopyFrom(src interface{}) { *m = *o } +func (m *ContainerSpec_DeviceMapping) Copy() *ContainerSpec_DeviceMapping { + if m == nil { + return nil + } + o := &ContainerSpec_DeviceMapping{} + o.CopyFrom(m) + return o +} + +func (m *ContainerSpec_DeviceMapping) CopyFrom(src interface{}) { + + o := src.(*ContainerSpec_DeviceMapping) + *m = *o +} + func (m *EndpointSpec) Copy() *EndpointSpec { if m == nil { return nil @@ -2841,6 +2909,22 @@ func (m *ContainerSpec) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if len(m.Devices) > 0 { + for iNdEx := len(m.Devices) - 1; iNdEx >= 0; iNdEx-- { + { + size, err := m.Devices[iNdEx].MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintSpecs(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x1 + i-- + dAtA[i] = 0xfa + } + } if m.OomScoreAdj != 0 { i = encodeVarintSpecs(dAtA, i, uint64(m.OomScoreAdj)) i-- @@ -3305,6 +3389,50 @@ func (m *ContainerSpec_Ulimit) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } +func (m *ContainerSpec_DeviceMapping) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *ContainerSpec_DeviceMapping) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *ContainerSpec_DeviceMapping) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if len(m.CgroupPermissions) > 0 { + i -= len(m.CgroupPermissions) + copy(dAtA[i:], m.CgroupPermissions) + i = encodeVarintSpecs(dAtA, i, uint64(len(m.CgroupPermissions))) + i-- + dAtA[i] = 0x1a + } + if len(m.PathInContainer) > 0 { + i -= len(m.PathInContainer) + copy(dAtA[i:], m.PathInContainer) + i = encodeVarintSpecs(dAtA, i, uint64(len(m.PathInContainer))) + i-- + dAtA[i] = 0x12 + } + if len(m.PathOnHost) > 0 { + i -= len(m.PathOnHost) + copy(dAtA[i:], m.PathOnHost) + i = encodeVarintSpecs(dAtA, i, uint64(len(m.PathOnHost))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + func (m *EndpointSpec) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -4226,6 +4354,12 @@ func (m *ContainerSpec) Size() (n int) { if m.OomScoreAdj != 0 { n += 2 + sovSpecs(uint64(m.OomScoreAdj)) } + if len(m.Devices) > 0 { + for _, e := range m.Devices { + l = e.Size() + n += 2 + l + sovSpecs(uint64(l)) + } + } return n } @@ -4288,6 +4422,27 @@ func (m *ContainerSpec_Ulimit) Size() (n int) { return n } +func (m *ContainerSpec_DeviceMapping) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.PathOnHost) + if l > 0 { + n += 1 + l + sovSpecs(uint64(l)) + } + l = len(m.PathInContainer) + if l > 0 { + n += 1 + l + sovSpecs(uint64(l)) + } + l = len(m.CgroupPermissions) + if l > 0 { + n += 1 + l + sovSpecs(uint64(l)) + } + return n +} + func (m *EndpointSpec) Size() (n int) { if m == nil { return 0 @@ -4689,6 +4844,11 @@ func (this *ContainerSpec) String() string { repeatedStringForUlimits += strings.Replace(fmt.Sprintf("%v", f), "ContainerSpec_Ulimit", "ContainerSpec_Ulimit", 1) + "," } repeatedStringForUlimits += "}" + repeatedStringForDevices := "[]*ContainerSpec_DeviceMapping{" + for _, f := range this.Devices { + repeatedStringForDevices += strings.Replace(fmt.Sprintf("%v", f), "ContainerSpec_DeviceMapping", "ContainerSpec_DeviceMapping", 1) + "," + } + repeatedStringForDevices += "}" keysForLabels := make([]string, 0, len(this.Labels)) for k, _ := range this.Labels { keysForLabels = append(keysForLabels, k) @@ -4740,6 +4900,7 @@ func (this *ContainerSpec) String() string { `CapabilityDrop:` + fmt.Sprintf("%v", this.CapabilityDrop) + `,`, `Ulimits:` + repeatedStringForUlimits + `,`, `OomScoreAdj:` + fmt.Sprintf("%v", this.OomScoreAdj) + `,`, + `Devices:` + repeatedStringForDevices + `,`, `}`, }, "") return s @@ -4778,6 +4939,18 @@ func (this *ContainerSpec_Ulimit) String() string { }, "") return s } +func (this *ContainerSpec_DeviceMapping) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&ContainerSpec_DeviceMapping{`, + `PathOnHost:` + fmt.Sprintf("%v", this.PathOnHost) + `,`, + `PathInContainer:` + fmt.Sprintf("%v", this.PathInContainer) + `,`, + `CgroupPermissions:` + fmt.Sprintf("%v", this.CgroupPermissions) + `,`, + `}`, + }, "") + return s +} func (this *EndpointSpec) String() string { if this == nil { return "nil" @@ -7511,6 +7684,40 @@ func (m *ContainerSpec) Unmarshal(dAtA []byte) error { break } } + case 31: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Devices", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowSpecs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthSpecs + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthSpecs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Devices = append(m.Devices, &ContainerSpec_DeviceMapping{}) + if err := m.Devices[len(m.Devices)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipSpecs(dAtA[iNdEx:]) @@ -7880,6 +8087,152 @@ func (m *ContainerSpec_Ulimit) Unmarshal(dAtA []byte) error { } return nil } +func (m *ContainerSpec_DeviceMapping) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowSpecs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: DeviceMapping: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: DeviceMapping: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PathOnHost", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowSpecs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthSpecs + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthSpecs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PathOnHost = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PathInContainer", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowSpecs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthSpecs + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthSpecs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PathInContainer = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field CgroupPermissions", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowSpecs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthSpecs + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthSpecs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.CgroupPermissions = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipSpecs(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthSpecs + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func (m *EndpointSpec) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 diff --git a/api/specs.proto b/api/specs.proto index c1aeaccf7..42baa7710 100644 --- a/api/specs.proto +++ b/api/specs.proto @@ -375,6 +375,13 @@ message ContainerSpec { // OOmScoreAdj defines the relative value used for destroying a container during an OOM // Values are between -1000 and 1000 int64 oom_score_adj = 30; + + message DeviceMapping { + string pathOnHost = 1; + string pathInContainer = 2; + string cgroupPermissions = 3; + } + repeated DeviceMapping Devices = 31; } // EndpointSpec defines the properties that can be configured to diff --git a/swarmd/cmd/swarmctl/service/flagparser/device.go b/swarmd/cmd/swarmctl/service/flagparser/device.go new file mode 100644 index 000000000..d82a44c04 --- /dev/null +++ b/swarmd/cmd/swarmctl/service/flagparser/device.go @@ -0,0 +1,49 @@ +package flagparser + +import ( + "strings" + + "github.com/moby/swarmkit/v2/api" + "github.com/pkg/errors" + "github.com/spf13/pflag" +) + +func parseDevice(flags *pflag.FlagSet, spec *api.ServiceSpec) error { + if flags.Changed("device") { + container := spec.Task.GetContainer() + if container == nil { + return nil + } + + devices, err := flags.GetStringSlice("device") + if err != nil { + return err + } + + container.Devices = make([]*api.ContainerSpec_DeviceMapping, len(devices)) + + for i, device := range devices { + parts := strings.Split(device, ":") + if len(parts) < 1 || len(parts) > 3 { + return errors.Wrap(err, "failed to parse device") + } + + mapping := &api.ContainerSpec_DeviceMapping{ + PathOnHost: parts[0], + PathInContainer: parts[0], + } + + if len(parts) > 1 { + mapping.PathInContainer = parts[1] + } + + if len(parts) == 3 { + mapping.CgroupPermissions = parts[2] + } + + container.Devices[i] = mapping + } + } + + return nil +} diff --git a/swarmd/cmd/swarmctl/service/flagparser/flags.go b/swarmd/cmd/swarmctl/service/flagparser/flags.go index 714651923..1da37d1c8 100644 --- a/swarmd/cmd/swarmctl/service/flagparser/flags.go +++ b/swarmd/cmd/swarmctl/service/flagparser/flags.go @@ -59,6 +59,7 @@ func AddServiceFlags(flags *pflag.FlagSet) { flags.StringSlice("volume", nil, "define a volume mount") flags.StringSlice("tmpfs", nil, "define a tmpfs mount") flags.StringSlice("npipe", nil, "define a npipe mount") + flags.StringSlice("device", nil, "device options") flags.String("log-driver", "", "specify a log driver") flags.StringSlice("log-opt", nil, "log driver options, as key value pairs") @@ -151,6 +152,10 @@ func Merge(cmd *cobra.Command, spec *api.ServiceSpec, c api.ControlClient) error return err } + if err := parseDevice(flags, spec); err != nil { + return err + } + driver, err := common.ParseLogDriverFlags(flags) if err != nil { return err diff --git a/swarmd/dockerexec/container.go b/swarmd/dockerexec/container.go index 2ab35f38e..6f5ea80ac 100644 --- a/swarmd/dockerexec/container.go +++ b/swarmd/dockerexec/container.go @@ -467,6 +467,15 @@ func (c *containerConfig) resources() enginecontainer.Resources { } } + resources.Devices = make([]enginecontainer.DeviceMapping, len(c.spec().Devices)) + for i, device := range c.spec().Devices { + resources.Devices[i] = enginecontainer.DeviceMapping{ + PathOnHost: device.PathOnHost, + PathInContainer: device.PathInContainer, + CgroupPermissions: device.CgroupPermissions, + } + } + // If no limits are specified let the engine use its defaults. // // TODO(aluzzardi): We might want to set some limits anyway otherwise diff --git a/swarmd/dockerexec/container_test.go b/swarmd/dockerexec/container_test.go index 0b9add675..cba79c450 100644 --- a/swarmd/dockerexec/container_test.go +++ b/swarmd/dockerexec/container_test.go @@ -332,3 +332,35 @@ func TestUlimits(t *testing.T) { t.Fatalf("expected %v, got %v", expected, actual) } } + +func TestDevices(t *testing.T) { + c := containerConfig{ + task: &api.Task{ + Spec: api.TaskSpec{ + Runtime: &api.TaskSpec_Container{ + Container: &api.ContainerSpec{ + Devices: []*api.ContainerSpec_DeviceMapping{ + { + PathOnHost: "/dev/dri/card0", + PathInContainer: "/dev/card0", + CgroupPermissions: "ro", + }, + }, + }, + }, + }, + }, + } + + expected := []enginecontainer.DeviceMapping{ + { + PathOnHost: "/dev/dri/card0", + PathInContainer: "/dev/card0", + CgroupPermissions: "ro", + }, + } + actual := c.resources().Devices + if !reflect.DeepEqual(actual, expected) { + t.Fatalf("expected %v, got %v", expected, actual) + } +}