generated.pb.go 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621
  1. /*
  2. Copyright The Kubernetes Authors.
  3. Licensed under the Apache License, Version 2.0 (the "License");
  4. you may not use this file except in compliance with the License.
  5. You may obtain a copy of the License at
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. */
  13. // Code generated by protoc-gen-gogo. DO NOT EDIT.
  14. // source: k8s.io/kubernetes/vendor/k8s.io/api/scheduling/v1/generated.proto
  15. /*
  16. Package v1 is a generated protocol buffer package.
  17. It is generated from these files:
  18. k8s.io/kubernetes/vendor/k8s.io/api/scheduling/v1/generated.proto
  19. It has these top-level messages:
  20. PriorityClass
  21. PriorityClassList
  22. */
  23. package v1
  24. import proto "github.com/gogo/protobuf/proto"
  25. import fmt "fmt"
  26. import math "math"
  27. import strings "strings"
  28. import reflect "reflect"
  29. import io "io"
  30. // Reference imports to suppress errors if they are not otherwise used.
  31. var _ = proto.Marshal
  32. var _ = fmt.Errorf
  33. var _ = math.Inf
  34. // This is a compile-time assertion to ensure that this generated file
  35. // is compatible with the proto package it is being compiled against.
  36. // A compilation error at this line likely means your copy of the
  37. // proto package needs to be updated.
  38. const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
  39. func (m *PriorityClass) Reset() { *m = PriorityClass{} }
  40. func (*PriorityClass) ProtoMessage() {}
  41. func (*PriorityClass) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{0} }
  42. func (m *PriorityClassList) Reset() { *m = PriorityClassList{} }
  43. func (*PriorityClassList) ProtoMessage() {}
  44. func (*PriorityClassList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{1} }
  45. func init() {
  46. proto.RegisterType((*PriorityClass)(nil), "k8s.io.api.scheduling.v1.PriorityClass")
  47. proto.RegisterType((*PriorityClassList)(nil), "k8s.io.api.scheduling.v1.PriorityClassList")
  48. }
  49. func (m *PriorityClass) Marshal() (dAtA []byte, err error) {
  50. size := m.Size()
  51. dAtA = make([]byte, size)
  52. n, err := m.MarshalTo(dAtA)
  53. if err != nil {
  54. return nil, err
  55. }
  56. return dAtA[:n], nil
  57. }
  58. func (m *PriorityClass) MarshalTo(dAtA []byte) (int, error) {
  59. var i int
  60. _ = i
  61. var l int
  62. _ = l
  63. dAtA[i] = 0xa
  64. i++
  65. i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size()))
  66. n1, err := m.ObjectMeta.MarshalTo(dAtA[i:])
  67. if err != nil {
  68. return 0, err
  69. }
  70. i += n1
  71. dAtA[i] = 0x10
  72. i++
  73. i = encodeVarintGenerated(dAtA, i, uint64(m.Value))
  74. dAtA[i] = 0x18
  75. i++
  76. if m.GlobalDefault {
  77. dAtA[i] = 1
  78. } else {
  79. dAtA[i] = 0
  80. }
  81. i++
  82. dAtA[i] = 0x22
  83. i++
  84. i = encodeVarintGenerated(dAtA, i, uint64(len(m.Description)))
  85. i += copy(dAtA[i:], m.Description)
  86. return i, nil
  87. }
  88. func (m *PriorityClassList) Marshal() (dAtA []byte, err error) {
  89. size := m.Size()
  90. dAtA = make([]byte, size)
  91. n, err := m.MarshalTo(dAtA)
  92. if err != nil {
  93. return nil, err
  94. }
  95. return dAtA[:n], nil
  96. }
  97. func (m *PriorityClassList) MarshalTo(dAtA []byte) (int, error) {
  98. var i int
  99. _ = i
  100. var l int
  101. _ = l
  102. dAtA[i] = 0xa
  103. i++
  104. i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size()))
  105. n2, err := m.ListMeta.MarshalTo(dAtA[i:])
  106. if err != nil {
  107. return 0, err
  108. }
  109. i += n2
  110. if len(m.Items) > 0 {
  111. for _, msg := range m.Items {
  112. dAtA[i] = 0x12
  113. i++
  114. i = encodeVarintGenerated(dAtA, i, uint64(msg.Size()))
  115. n, err := msg.MarshalTo(dAtA[i:])
  116. if err != nil {
  117. return 0, err
  118. }
  119. i += n
  120. }
  121. }
  122. return i, nil
  123. }
  124. func encodeVarintGenerated(dAtA []byte, offset int, v uint64) int {
  125. for v >= 1<<7 {
  126. dAtA[offset] = uint8(v&0x7f | 0x80)
  127. v >>= 7
  128. offset++
  129. }
  130. dAtA[offset] = uint8(v)
  131. return offset + 1
  132. }
  133. func (m *PriorityClass) Size() (n int) {
  134. var l int
  135. _ = l
  136. l = m.ObjectMeta.Size()
  137. n += 1 + l + sovGenerated(uint64(l))
  138. n += 1 + sovGenerated(uint64(m.Value))
  139. n += 2
  140. l = len(m.Description)
  141. n += 1 + l + sovGenerated(uint64(l))
  142. return n
  143. }
  144. func (m *PriorityClassList) Size() (n int) {
  145. var l int
  146. _ = l
  147. l = m.ListMeta.Size()
  148. n += 1 + l + sovGenerated(uint64(l))
  149. if len(m.Items) > 0 {
  150. for _, e := range m.Items {
  151. l = e.Size()
  152. n += 1 + l + sovGenerated(uint64(l))
  153. }
  154. }
  155. return n
  156. }
  157. func sovGenerated(x uint64) (n int) {
  158. for {
  159. n++
  160. x >>= 7
  161. if x == 0 {
  162. break
  163. }
  164. }
  165. return n
  166. }
  167. func sozGenerated(x uint64) (n int) {
  168. return sovGenerated(uint64((x << 1) ^ uint64((int64(x) >> 63))))
  169. }
  170. func (this *PriorityClass) String() string {
  171. if this == nil {
  172. return "nil"
  173. }
  174. s := strings.Join([]string{`&PriorityClass{`,
  175. `ObjectMeta:` + strings.Replace(strings.Replace(this.ObjectMeta.String(), "ObjectMeta", "k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta", 1), `&`, ``, 1) + `,`,
  176. `Value:` + fmt.Sprintf("%v", this.Value) + `,`,
  177. `GlobalDefault:` + fmt.Sprintf("%v", this.GlobalDefault) + `,`,
  178. `Description:` + fmt.Sprintf("%v", this.Description) + `,`,
  179. `}`,
  180. }, "")
  181. return s
  182. }
  183. func (this *PriorityClassList) String() string {
  184. if this == nil {
  185. return "nil"
  186. }
  187. s := strings.Join([]string{`&PriorityClassList{`,
  188. `ListMeta:` + strings.Replace(strings.Replace(this.ListMeta.String(), "ListMeta", "k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta", 1), `&`, ``, 1) + `,`,
  189. `Items:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.Items), "PriorityClass", "PriorityClass", 1), `&`, ``, 1) + `,`,
  190. `}`,
  191. }, "")
  192. return s
  193. }
  194. func valueToStringGenerated(v interface{}) string {
  195. rv := reflect.ValueOf(v)
  196. if rv.IsNil() {
  197. return "nil"
  198. }
  199. pv := reflect.Indirect(rv).Interface()
  200. return fmt.Sprintf("*%v", pv)
  201. }
  202. func (m *PriorityClass) Unmarshal(dAtA []byte) error {
  203. l := len(dAtA)
  204. iNdEx := 0
  205. for iNdEx < l {
  206. preIndex := iNdEx
  207. var wire uint64
  208. for shift := uint(0); ; shift += 7 {
  209. if shift >= 64 {
  210. return ErrIntOverflowGenerated
  211. }
  212. if iNdEx >= l {
  213. return io.ErrUnexpectedEOF
  214. }
  215. b := dAtA[iNdEx]
  216. iNdEx++
  217. wire |= (uint64(b) & 0x7F) << shift
  218. if b < 0x80 {
  219. break
  220. }
  221. }
  222. fieldNum := int32(wire >> 3)
  223. wireType := int(wire & 0x7)
  224. if wireType == 4 {
  225. return fmt.Errorf("proto: PriorityClass: wiretype end group for non-group")
  226. }
  227. if fieldNum <= 0 {
  228. return fmt.Errorf("proto: PriorityClass: illegal tag %d (wire type %d)", fieldNum, wire)
  229. }
  230. switch fieldNum {
  231. case 1:
  232. if wireType != 2 {
  233. return fmt.Errorf("proto: wrong wireType = %d for field ObjectMeta", wireType)
  234. }
  235. var msglen int
  236. for shift := uint(0); ; shift += 7 {
  237. if shift >= 64 {
  238. return ErrIntOverflowGenerated
  239. }
  240. if iNdEx >= l {
  241. return io.ErrUnexpectedEOF
  242. }
  243. b := dAtA[iNdEx]
  244. iNdEx++
  245. msglen |= (int(b) & 0x7F) << shift
  246. if b < 0x80 {
  247. break
  248. }
  249. }
  250. if msglen < 0 {
  251. return ErrInvalidLengthGenerated
  252. }
  253. postIndex := iNdEx + msglen
  254. if postIndex > l {
  255. return io.ErrUnexpectedEOF
  256. }
  257. if err := m.ObjectMeta.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
  258. return err
  259. }
  260. iNdEx = postIndex
  261. case 2:
  262. if wireType != 0 {
  263. return fmt.Errorf("proto: wrong wireType = %d for field Value", wireType)
  264. }
  265. m.Value = 0
  266. for shift := uint(0); ; shift += 7 {
  267. if shift >= 64 {
  268. return ErrIntOverflowGenerated
  269. }
  270. if iNdEx >= l {
  271. return io.ErrUnexpectedEOF
  272. }
  273. b := dAtA[iNdEx]
  274. iNdEx++
  275. m.Value |= (int32(b) & 0x7F) << shift
  276. if b < 0x80 {
  277. break
  278. }
  279. }
  280. case 3:
  281. if wireType != 0 {
  282. return fmt.Errorf("proto: wrong wireType = %d for field GlobalDefault", wireType)
  283. }
  284. var v int
  285. for shift := uint(0); ; shift += 7 {
  286. if shift >= 64 {
  287. return ErrIntOverflowGenerated
  288. }
  289. if iNdEx >= l {
  290. return io.ErrUnexpectedEOF
  291. }
  292. b := dAtA[iNdEx]
  293. iNdEx++
  294. v |= (int(b) & 0x7F) << shift
  295. if b < 0x80 {
  296. break
  297. }
  298. }
  299. m.GlobalDefault = bool(v != 0)
  300. case 4:
  301. if wireType != 2 {
  302. return fmt.Errorf("proto: wrong wireType = %d for field Description", wireType)
  303. }
  304. var stringLen uint64
  305. for shift := uint(0); ; shift += 7 {
  306. if shift >= 64 {
  307. return ErrIntOverflowGenerated
  308. }
  309. if iNdEx >= l {
  310. return io.ErrUnexpectedEOF
  311. }
  312. b := dAtA[iNdEx]
  313. iNdEx++
  314. stringLen |= (uint64(b) & 0x7F) << shift
  315. if b < 0x80 {
  316. break
  317. }
  318. }
  319. intStringLen := int(stringLen)
  320. if intStringLen < 0 {
  321. return ErrInvalidLengthGenerated
  322. }
  323. postIndex := iNdEx + intStringLen
  324. if postIndex > l {
  325. return io.ErrUnexpectedEOF
  326. }
  327. m.Description = string(dAtA[iNdEx:postIndex])
  328. iNdEx = postIndex
  329. default:
  330. iNdEx = preIndex
  331. skippy, err := skipGenerated(dAtA[iNdEx:])
  332. if err != nil {
  333. return err
  334. }
  335. if skippy < 0 {
  336. return ErrInvalidLengthGenerated
  337. }
  338. if (iNdEx + skippy) > l {
  339. return io.ErrUnexpectedEOF
  340. }
  341. iNdEx += skippy
  342. }
  343. }
  344. if iNdEx > l {
  345. return io.ErrUnexpectedEOF
  346. }
  347. return nil
  348. }
  349. func (m *PriorityClassList) Unmarshal(dAtA []byte) error {
  350. l := len(dAtA)
  351. iNdEx := 0
  352. for iNdEx < l {
  353. preIndex := iNdEx
  354. var wire uint64
  355. for shift := uint(0); ; shift += 7 {
  356. if shift >= 64 {
  357. return ErrIntOverflowGenerated
  358. }
  359. if iNdEx >= l {
  360. return io.ErrUnexpectedEOF
  361. }
  362. b := dAtA[iNdEx]
  363. iNdEx++
  364. wire |= (uint64(b) & 0x7F) << shift
  365. if b < 0x80 {
  366. break
  367. }
  368. }
  369. fieldNum := int32(wire >> 3)
  370. wireType := int(wire & 0x7)
  371. if wireType == 4 {
  372. return fmt.Errorf("proto: PriorityClassList: wiretype end group for non-group")
  373. }
  374. if fieldNum <= 0 {
  375. return fmt.Errorf("proto: PriorityClassList: illegal tag %d (wire type %d)", fieldNum, wire)
  376. }
  377. switch fieldNum {
  378. case 1:
  379. if wireType != 2 {
  380. return fmt.Errorf("proto: wrong wireType = %d for field ListMeta", wireType)
  381. }
  382. var msglen int
  383. for shift := uint(0); ; shift += 7 {
  384. if shift >= 64 {
  385. return ErrIntOverflowGenerated
  386. }
  387. if iNdEx >= l {
  388. return io.ErrUnexpectedEOF
  389. }
  390. b := dAtA[iNdEx]
  391. iNdEx++
  392. msglen |= (int(b) & 0x7F) << shift
  393. if b < 0x80 {
  394. break
  395. }
  396. }
  397. if msglen < 0 {
  398. return ErrInvalidLengthGenerated
  399. }
  400. postIndex := iNdEx + msglen
  401. if postIndex > l {
  402. return io.ErrUnexpectedEOF
  403. }
  404. if err := m.ListMeta.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
  405. return err
  406. }
  407. iNdEx = postIndex
  408. case 2:
  409. if wireType != 2 {
  410. return fmt.Errorf("proto: wrong wireType = %d for field Items", wireType)
  411. }
  412. var msglen int
  413. for shift := uint(0); ; shift += 7 {
  414. if shift >= 64 {
  415. return ErrIntOverflowGenerated
  416. }
  417. if iNdEx >= l {
  418. return io.ErrUnexpectedEOF
  419. }
  420. b := dAtA[iNdEx]
  421. iNdEx++
  422. msglen |= (int(b) & 0x7F) << shift
  423. if b < 0x80 {
  424. break
  425. }
  426. }
  427. if msglen < 0 {
  428. return ErrInvalidLengthGenerated
  429. }
  430. postIndex := iNdEx + msglen
  431. if postIndex > l {
  432. return io.ErrUnexpectedEOF
  433. }
  434. m.Items = append(m.Items, PriorityClass{})
  435. if err := m.Items[len(m.Items)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
  436. return err
  437. }
  438. iNdEx = postIndex
  439. default:
  440. iNdEx = preIndex
  441. skippy, err := skipGenerated(dAtA[iNdEx:])
  442. if err != nil {
  443. return err
  444. }
  445. if skippy < 0 {
  446. return ErrInvalidLengthGenerated
  447. }
  448. if (iNdEx + skippy) > l {
  449. return io.ErrUnexpectedEOF
  450. }
  451. iNdEx += skippy
  452. }
  453. }
  454. if iNdEx > l {
  455. return io.ErrUnexpectedEOF
  456. }
  457. return nil
  458. }
  459. func skipGenerated(dAtA []byte) (n int, err error) {
  460. l := len(dAtA)
  461. iNdEx := 0
  462. for iNdEx < l {
  463. var wire uint64
  464. for shift := uint(0); ; shift += 7 {
  465. if shift >= 64 {
  466. return 0, ErrIntOverflowGenerated
  467. }
  468. if iNdEx >= l {
  469. return 0, io.ErrUnexpectedEOF
  470. }
  471. b := dAtA[iNdEx]
  472. iNdEx++
  473. wire |= (uint64(b) & 0x7F) << shift
  474. if b < 0x80 {
  475. break
  476. }
  477. }
  478. wireType := int(wire & 0x7)
  479. switch wireType {
  480. case 0:
  481. for shift := uint(0); ; shift += 7 {
  482. if shift >= 64 {
  483. return 0, ErrIntOverflowGenerated
  484. }
  485. if iNdEx >= l {
  486. return 0, io.ErrUnexpectedEOF
  487. }
  488. iNdEx++
  489. if dAtA[iNdEx-1] < 0x80 {
  490. break
  491. }
  492. }
  493. return iNdEx, nil
  494. case 1:
  495. iNdEx += 8
  496. return iNdEx, nil
  497. case 2:
  498. var length int
  499. for shift := uint(0); ; shift += 7 {
  500. if shift >= 64 {
  501. return 0, ErrIntOverflowGenerated
  502. }
  503. if iNdEx >= l {
  504. return 0, io.ErrUnexpectedEOF
  505. }
  506. b := dAtA[iNdEx]
  507. iNdEx++
  508. length |= (int(b) & 0x7F) << shift
  509. if b < 0x80 {
  510. break
  511. }
  512. }
  513. iNdEx += length
  514. if length < 0 {
  515. return 0, ErrInvalidLengthGenerated
  516. }
  517. return iNdEx, nil
  518. case 3:
  519. for {
  520. var innerWire uint64
  521. var start int = iNdEx
  522. for shift := uint(0); ; shift += 7 {
  523. if shift >= 64 {
  524. return 0, ErrIntOverflowGenerated
  525. }
  526. if iNdEx >= l {
  527. return 0, io.ErrUnexpectedEOF
  528. }
  529. b := dAtA[iNdEx]
  530. iNdEx++
  531. innerWire |= (uint64(b) & 0x7F) << shift
  532. if b < 0x80 {
  533. break
  534. }
  535. }
  536. innerWireType := int(innerWire & 0x7)
  537. if innerWireType == 4 {
  538. break
  539. }
  540. next, err := skipGenerated(dAtA[start:])
  541. if err != nil {
  542. return 0, err
  543. }
  544. iNdEx = start + next
  545. }
  546. return iNdEx, nil
  547. case 4:
  548. return iNdEx, nil
  549. case 5:
  550. iNdEx += 4
  551. return iNdEx, nil
  552. default:
  553. return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
  554. }
  555. }
  556. panic("unreachable")
  557. }
  558. var (
  559. ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling")
  560. ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow")
  561. )
  562. func init() {
  563. proto.RegisterFile("k8s.io/kubernetes/vendor/k8s.io/api/scheduling/v1/generated.proto", fileDescriptorGenerated)
  564. }
  565. var fileDescriptorGenerated = []byte{
  566. // 442 bytes of a gzipped FileDescriptorProto
  567. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0x3f, 0x8b, 0xd4, 0x40,
  568. 0x18, 0xc6, 0x33, 0x7b, 0x2e, 0xac, 0xb3, 0x2c, 0x68, 0x44, 0x08, 0x5b, 0xcc, 0x85, 0xb3, 0x30,
  569. 0x8d, 0x33, 0xee, 0xa1, 0x22, 0x58, 0x19, 0x0f, 0x44, 0x38, 0x51, 0x52, 0x58, 0x88, 0x85, 0x93,
  570. 0xe4, 0xbd, 0xec, 0xb8, 0x49, 0x26, 0xcc, 0x4c, 0x02, 0xd7, 0x59, 0x5b, 0xf9, 0x8d, 0x6c, 0xb7,
  571. 0xbc, 0xf2, 0xaa, 0xc3, 0x8d, 0x5f, 0x44, 0xf2, 0xc7, 0xcb, 0xae, 0xe7, 0xe1, 0x75, 0x99, 0xe7,
  572. 0x7d, 0x7e, 0xcf, 0x3b, 0x79, 0x18, 0xfc, 0x72, 0xf5, 0x5c, 0x53, 0x21, 0xd9, 0xaa, 0x0c, 0x41,
  573. 0xe5, 0x60, 0x40, 0xb3, 0x0a, 0xf2, 0x58, 0x2a, 0xd6, 0x0f, 0x78, 0x21, 0x98, 0x8e, 0x96, 0x10,
  574. 0x97, 0xa9, 0xc8, 0x13, 0x56, 0x2d, 0x58, 0x02, 0x39, 0x28, 0x6e, 0x20, 0xa6, 0x85, 0x92, 0x46,
  575. 0xda, 0x4e, 0xe7, 0xa4, 0xbc, 0x10, 0x74, 0x70, 0xd2, 0x6a, 0x31, 0x7f, 0x94, 0x08, 0xb3, 0x2c,
  576. 0x43, 0x1a, 0xc9, 0x8c, 0x25, 0x32, 0x91, 0xac, 0x05, 0xc2, 0xf2, 0xa4, 0x3d, 0xb5, 0x87, 0xf6,
  577. 0xab, 0x0b, 0x9a, 0x3f, 0x19, 0x56, 0x66, 0x3c, 0x5a, 0x8a, 0x1c, 0xd4, 0x29, 0x2b, 0x56, 0x49,
  578. 0x23, 0x68, 0x96, 0x81, 0xe1, 0xff, 0x58, 0x3f, 0x67, 0xd7, 0x51, 0xaa, 0xcc, 0x8d, 0xc8, 0xe0,
  579. 0x0a, 0xf0, 0xec, 0x7f, 0x40, 0xf3, 0x13, 0x19, 0xff, 0x9b, 0x3b, 0xf8, 0x36, 0xc2, 0xb3, 0xf7,
  580. 0x4a, 0x48, 0x25, 0xcc, 0xe9, 0xab, 0x94, 0x6b, 0x6d, 0x7f, 0xc6, 0x93, 0xe6, 0x56, 0x31, 0x37,
  581. 0xdc, 0x41, 0x2e, 0xf2, 0xa6, 0x87, 0x8f, 0xe9, 0x50, 0xc6, 0x65, 0x38, 0x2d, 0x56, 0x49, 0x23,
  582. 0x68, 0xda, 0xb8, 0x69, 0xb5, 0xa0, 0xef, 0xc2, 0x2f, 0x10, 0x99, 0xb7, 0x60, 0xb8, 0x6f, 0xaf,
  583. 0x2f, 0xf6, 0xad, 0xfa, 0x62, 0x1f, 0x0f, 0x5a, 0x70, 0x99, 0x6a, 0x3f, 0xc0, 0xe3, 0x8a, 0xa7,
  584. 0x25, 0x38, 0x23, 0x17, 0x79, 0x63, 0x7f, 0xd6, 0x9b, 0xc7, 0x1f, 0x1a, 0x31, 0xe8, 0x66, 0xf6,
  585. 0x0b, 0x3c, 0x4b, 0x52, 0x19, 0xf2, 0xf4, 0x08, 0x4e, 0x78, 0x99, 0x1a, 0x67, 0xcf, 0x45, 0xde,
  586. 0xc4, 0xbf, 0xdf, 0x9b, 0x67, 0xaf, 0xb7, 0x87, 0xc1, 0xae, 0xd7, 0x7e, 0x8a, 0xa7, 0x31, 0xe8,
  587. 0x48, 0x89, 0xc2, 0x08, 0x99, 0x3b, 0xb7, 0x5c, 0xe4, 0xdd, 0xf6, 0xef, 0xf5, 0xe8, 0xf4, 0x68,
  588. 0x18, 0x05, 0xdb, 0xbe, 0x83, 0x1f, 0x08, 0xdf, 0xdd, 0x29, 0xe3, 0x58, 0x68, 0x63, 0x7f, 0xba,
  589. 0x52, 0x08, 0xbd, 0x59, 0x21, 0x0d, 0xdd, 0xd6, 0x71, 0xa7, 0xdf, 0x3c, 0xf9, 0xa3, 0x6c, 0x95,
  590. 0x71, 0x8c, 0xc7, 0xc2, 0x40, 0xa6, 0x9d, 0x91, 0xbb, 0xe7, 0x4d, 0x0f, 0x1f, 0xd2, 0xeb, 0x1e,
  591. 0x1e, 0xdd, 0xb9, 0xd9, 0xd0, 0xda, 0x9b, 0x86, 0x0e, 0xba, 0x10, 0xdf, 0x5b, 0x6f, 0x88, 0x75,
  592. 0xb6, 0x21, 0xd6, 0xf9, 0x86, 0x58, 0x5f, 0x6b, 0x82, 0xd6, 0x35, 0x41, 0x67, 0x35, 0x41, 0xe7,
  593. 0x35, 0x41, 0x3f, 0x6b, 0x82, 0xbe, 0xff, 0x22, 0xd6, 0xc7, 0x51, 0xb5, 0xf8, 0x1d, 0x00, 0x00,
  594. 0xff, 0xff, 0x32, 0xe8, 0x23, 0x88, 0x24, 0x03, 0x00, 0x00,
  595. }