generated.pb.go 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191
  1. /*
  2. Copyright 2016 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.
  14. // source: k8s.io/kubernetes/pkg/apis/policy/v1alpha1/generated.proto
  15. // DO NOT EDIT!
  16. /*
  17. Package v1alpha1 is a generated protocol buffer package.
  18. It is generated from these files:
  19. k8s.io/kubernetes/pkg/apis/policy/v1alpha1/generated.proto
  20. It has these top-level messages:
  21. Eviction
  22. PodDisruptionBudget
  23. PodDisruptionBudgetList
  24. PodDisruptionBudgetSpec
  25. PodDisruptionBudgetStatus
  26. */
  27. package v1alpha1
  28. import proto "github.com/gogo/protobuf/proto"
  29. import fmt "fmt"
  30. import math "math"
  31. import k8s_io_kubernetes_pkg_api_unversioned "k8s.io/kubernetes/pkg/api/unversioned"
  32. import k8s_io_kubernetes_pkg_api_v1 "k8s.io/kubernetes/pkg/api/v1"
  33. import strings "strings"
  34. import reflect "reflect"
  35. import io "io"
  36. // Reference imports to suppress errors if they are not otherwise used.
  37. var _ = proto.Marshal
  38. var _ = fmt.Errorf
  39. var _ = math.Inf
  40. // This is a compile-time assertion to ensure that this generated file
  41. // is compatible with the proto package it is being compiled against.
  42. const _ = proto.GoGoProtoPackageIsVersion1
  43. func (m *Eviction) Reset() { *m = Eviction{} }
  44. func (*Eviction) ProtoMessage() {}
  45. func (*Eviction) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{0} }
  46. func (m *PodDisruptionBudget) Reset() { *m = PodDisruptionBudget{} }
  47. func (*PodDisruptionBudget) ProtoMessage() {}
  48. func (*PodDisruptionBudget) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{1} }
  49. func (m *PodDisruptionBudgetList) Reset() { *m = PodDisruptionBudgetList{} }
  50. func (*PodDisruptionBudgetList) ProtoMessage() {}
  51. func (*PodDisruptionBudgetList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{2} }
  52. func (m *PodDisruptionBudgetSpec) Reset() { *m = PodDisruptionBudgetSpec{} }
  53. func (*PodDisruptionBudgetSpec) ProtoMessage() {}
  54. func (*PodDisruptionBudgetSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{3} }
  55. func (m *PodDisruptionBudgetStatus) Reset() { *m = PodDisruptionBudgetStatus{} }
  56. func (*PodDisruptionBudgetStatus) ProtoMessage() {}
  57. func (*PodDisruptionBudgetStatus) Descriptor() ([]byte, []int) {
  58. return fileDescriptorGenerated, []int{4}
  59. }
  60. func init() {
  61. proto.RegisterType((*Eviction)(nil), "k8s.io.kubernetes.pkg.apis.policy.v1alpha1.Eviction")
  62. proto.RegisterType((*PodDisruptionBudget)(nil), "k8s.io.kubernetes.pkg.apis.policy.v1alpha1.PodDisruptionBudget")
  63. proto.RegisterType((*PodDisruptionBudgetList)(nil), "k8s.io.kubernetes.pkg.apis.policy.v1alpha1.PodDisruptionBudgetList")
  64. proto.RegisterType((*PodDisruptionBudgetSpec)(nil), "k8s.io.kubernetes.pkg.apis.policy.v1alpha1.PodDisruptionBudgetSpec")
  65. proto.RegisterType((*PodDisruptionBudgetStatus)(nil), "k8s.io.kubernetes.pkg.apis.policy.v1alpha1.PodDisruptionBudgetStatus")
  66. }
  67. func (m *Eviction) Marshal() (data []byte, err error) {
  68. size := m.Size()
  69. data = make([]byte, size)
  70. n, err := m.MarshalTo(data)
  71. if err != nil {
  72. return nil, err
  73. }
  74. return data[:n], nil
  75. }
  76. func (m *Eviction) MarshalTo(data []byte) (int, error) {
  77. var i int
  78. _ = i
  79. var l int
  80. _ = l
  81. data[i] = 0xa
  82. i++
  83. i = encodeVarintGenerated(data, i, uint64(m.ObjectMeta.Size()))
  84. n1, err := m.ObjectMeta.MarshalTo(data[i:])
  85. if err != nil {
  86. return 0, err
  87. }
  88. i += n1
  89. if m.DeleteOptions != nil {
  90. data[i] = 0x12
  91. i++
  92. i = encodeVarintGenerated(data, i, uint64(m.DeleteOptions.Size()))
  93. n2, err := m.DeleteOptions.MarshalTo(data[i:])
  94. if err != nil {
  95. return 0, err
  96. }
  97. i += n2
  98. }
  99. return i, nil
  100. }
  101. func (m *PodDisruptionBudget) Marshal() (data []byte, err error) {
  102. size := m.Size()
  103. data = make([]byte, size)
  104. n, err := m.MarshalTo(data)
  105. if err != nil {
  106. return nil, err
  107. }
  108. return data[:n], nil
  109. }
  110. func (m *PodDisruptionBudget) MarshalTo(data []byte) (int, error) {
  111. var i int
  112. _ = i
  113. var l int
  114. _ = l
  115. data[i] = 0xa
  116. i++
  117. i = encodeVarintGenerated(data, i, uint64(m.ObjectMeta.Size()))
  118. n3, err := m.ObjectMeta.MarshalTo(data[i:])
  119. if err != nil {
  120. return 0, err
  121. }
  122. i += n3
  123. data[i] = 0x12
  124. i++
  125. i = encodeVarintGenerated(data, i, uint64(m.Spec.Size()))
  126. n4, err := m.Spec.MarshalTo(data[i:])
  127. if err != nil {
  128. return 0, err
  129. }
  130. i += n4
  131. data[i] = 0x1a
  132. i++
  133. i = encodeVarintGenerated(data, i, uint64(m.Status.Size()))
  134. n5, err := m.Status.MarshalTo(data[i:])
  135. if err != nil {
  136. return 0, err
  137. }
  138. i += n5
  139. return i, nil
  140. }
  141. func (m *PodDisruptionBudgetList) Marshal() (data []byte, err error) {
  142. size := m.Size()
  143. data = make([]byte, size)
  144. n, err := m.MarshalTo(data)
  145. if err != nil {
  146. return nil, err
  147. }
  148. return data[:n], nil
  149. }
  150. func (m *PodDisruptionBudgetList) MarshalTo(data []byte) (int, error) {
  151. var i int
  152. _ = i
  153. var l int
  154. _ = l
  155. data[i] = 0xa
  156. i++
  157. i = encodeVarintGenerated(data, i, uint64(m.ListMeta.Size()))
  158. n6, err := m.ListMeta.MarshalTo(data[i:])
  159. if err != nil {
  160. return 0, err
  161. }
  162. i += n6
  163. if len(m.Items) > 0 {
  164. for _, msg := range m.Items {
  165. data[i] = 0x12
  166. i++
  167. i = encodeVarintGenerated(data, i, uint64(msg.Size()))
  168. n, err := msg.MarshalTo(data[i:])
  169. if err != nil {
  170. return 0, err
  171. }
  172. i += n
  173. }
  174. }
  175. return i, nil
  176. }
  177. func (m *PodDisruptionBudgetSpec) Marshal() (data []byte, err error) {
  178. size := m.Size()
  179. data = make([]byte, size)
  180. n, err := m.MarshalTo(data)
  181. if err != nil {
  182. return nil, err
  183. }
  184. return data[:n], nil
  185. }
  186. func (m *PodDisruptionBudgetSpec) MarshalTo(data []byte) (int, error) {
  187. var i int
  188. _ = i
  189. var l int
  190. _ = l
  191. data[i] = 0xa
  192. i++
  193. i = encodeVarintGenerated(data, i, uint64(m.MinAvailable.Size()))
  194. n7, err := m.MinAvailable.MarshalTo(data[i:])
  195. if err != nil {
  196. return 0, err
  197. }
  198. i += n7
  199. if m.Selector != nil {
  200. data[i] = 0x12
  201. i++
  202. i = encodeVarintGenerated(data, i, uint64(m.Selector.Size()))
  203. n8, err := m.Selector.MarshalTo(data[i:])
  204. if err != nil {
  205. return 0, err
  206. }
  207. i += n8
  208. }
  209. return i, nil
  210. }
  211. func (m *PodDisruptionBudgetStatus) Marshal() (data []byte, err error) {
  212. size := m.Size()
  213. data = make([]byte, size)
  214. n, err := m.MarshalTo(data)
  215. if err != nil {
  216. return nil, err
  217. }
  218. return data[:n], nil
  219. }
  220. func (m *PodDisruptionBudgetStatus) MarshalTo(data []byte) (int, error) {
  221. var i int
  222. _ = i
  223. var l int
  224. _ = l
  225. data[i] = 0x8
  226. i++
  227. if m.PodDisruptionAllowed {
  228. data[i] = 1
  229. } else {
  230. data[i] = 0
  231. }
  232. i++
  233. data[i] = 0x10
  234. i++
  235. i = encodeVarintGenerated(data, i, uint64(m.CurrentHealthy))
  236. data[i] = 0x18
  237. i++
  238. i = encodeVarintGenerated(data, i, uint64(m.DesiredHealthy))
  239. data[i] = 0x20
  240. i++
  241. i = encodeVarintGenerated(data, i, uint64(m.ExpectedPods))
  242. return i, nil
  243. }
  244. func encodeFixed64Generated(data []byte, offset int, v uint64) int {
  245. data[offset] = uint8(v)
  246. data[offset+1] = uint8(v >> 8)
  247. data[offset+2] = uint8(v >> 16)
  248. data[offset+3] = uint8(v >> 24)
  249. data[offset+4] = uint8(v >> 32)
  250. data[offset+5] = uint8(v >> 40)
  251. data[offset+6] = uint8(v >> 48)
  252. data[offset+7] = uint8(v >> 56)
  253. return offset + 8
  254. }
  255. func encodeFixed32Generated(data []byte, offset int, v uint32) int {
  256. data[offset] = uint8(v)
  257. data[offset+1] = uint8(v >> 8)
  258. data[offset+2] = uint8(v >> 16)
  259. data[offset+3] = uint8(v >> 24)
  260. return offset + 4
  261. }
  262. func encodeVarintGenerated(data []byte, offset int, v uint64) int {
  263. for v >= 1<<7 {
  264. data[offset] = uint8(v&0x7f | 0x80)
  265. v >>= 7
  266. offset++
  267. }
  268. data[offset] = uint8(v)
  269. return offset + 1
  270. }
  271. func (m *Eviction) Size() (n int) {
  272. var l int
  273. _ = l
  274. l = m.ObjectMeta.Size()
  275. n += 1 + l + sovGenerated(uint64(l))
  276. if m.DeleteOptions != nil {
  277. l = m.DeleteOptions.Size()
  278. n += 1 + l + sovGenerated(uint64(l))
  279. }
  280. return n
  281. }
  282. func (m *PodDisruptionBudget) Size() (n int) {
  283. var l int
  284. _ = l
  285. l = m.ObjectMeta.Size()
  286. n += 1 + l + sovGenerated(uint64(l))
  287. l = m.Spec.Size()
  288. n += 1 + l + sovGenerated(uint64(l))
  289. l = m.Status.Size()
  290. n += 1 + l + sovGenerated(uint64(l))
  291. return n
  292. }
  293. func (m *PodDisruptionBudgetList) Size() (n int) {
  294. var l int
  295. _ = l
  296. l = m.ListMeta.Size()
  297. n += 1 + l + sovGenerated(uint64(l))
  298. if len(m.Items) > 0 {
  299. for _, e := range m.Items {
  300. l = e.Size()
  301. n += 1 + l + sovGenerated(uint64(l))
  302. }
  303. }
  304. return n
  305. }
  306. func (m *PodDisruptionBudgetSpec) Size() (n int) {
  307. var l int
  308. _ = l
  309. l = m.MinAvailable.Size()
  310. n += 1 + l + sovGenerated(uint64(l))
  311. if m.Selector != nil {
  312. l = m.Selector.Size()
  313. n += 1 + l + sovGenerated(uint64(l))
  314. }
  315. return n
  316. }
  317. func (m *PodDisruptionBudgetStatus) Size() (n int) {
  318. var l int
  319. _ = l
  320. n += 2
  321. n += 1 + sovGenerated(uint64(m.CurrentHealthy))
  322. n += 1 + sovGenerated(uint64(m.DesiredHealthy))
  323. n += 1 + sovGenerated(uint64(m.ExpectedPods))
  324. return n
  325. }
  326. func sovGenerated(x uint64) (n int) {
  327. for {
  328. n++
  329. x >>= 7
  330. if x == 0 {
  331. break
  332. }
  333. }
  334. return n
  335. }
  336. func sozGenerated(x uint64) (n int) {
  337. return sovGenerated(uint64((x << 1) ^ uint64((int64(x) >> 63))))
  338. }
  339. func (this *Eviction) String() string {
  340. if this == nil {
  341. return "nil"
  342. }
  343. s := strings.Join([]string{`&Eviction{`,
  344. `ObjectMeta:` + strings.Replace(strings.Replace(this.ObjectMeta.String(), "ObjectMeta", "k8s_io_kubernetes_pkg_api_v1.ObjectMeta", 1), `&`, ``, 1) + `,`,
  345. `DeleteOptions:` + strings.Replace(fmt.Sprintf("%v", this.DeleteOptions), "DeleteOptions", "k8s_io_kubernetes_pkg_api_v1.DeleteOptions", 1) + `,`,
  346. `}`,
  347. }, "")
  348. return s
  349. }
  350. func (this *PodDisruptionBudget) String() string {
  351. if this == nil {
  352. return "nil"
  353. }
  354. s := strings.Join([]string{`&PodDisruptionBudget{`,
  355. `ObjectMeta:` + strings.Replace(strings.Replace(this.ObjectMeta.String(), "ObjectMeta", "k8s_io_kubernetes_pkg_api_v1.ObjectMeta", 1), `&`, ``, 1) + `,`,
  356. `Spec:` + strings.Replace(strings.Replace(this.Spec.String(), "PodDisruptionBudgetSpec", "PodDisruptionBudgetSpec", 1), `&`, ``, 1) + `,`,
  357. `Status:` + strings.Replace(strings.Replace(this.Status.String(), "PodDisruptionBudgetStatus", "PodDisruptionBudgetStatus", 1), `&`, ``, 1) + `,`,
  358. `}`,
  359. }, "")
  360. return s
  361. }
  362. func (this *PodDisruptionBudgetList) String() string {
  363. if this == nil {
  364. return "nil"
  365. }
  366. s := strings.Join([]string{`&PodDisruptionBudgetList{`,
  367. `ListMeta:` + strings.Replace(strings.Replace(this.ListMeta.String(), "ListMeta", "k8s_io_kubernetes_pkg_api_unversioned.ListMeta", 1), `&`, ``, 1) + `,`,
  368. `Items:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.Items), "PodDisruptionBudget", "PodDisruptionBudget", 1), `&`, ``, 1) + `,`,
  369. `}`,
  370. }, "")
  371. return s
  372. }
  373. func (this *PodDisruptionBudgetSpec) String() string {
  374. if this == nil {
  375. return "nil"
  376. }
  377. s := strings.Join([]string{`&PodDisruptionBudgetSpec{`,
  378. `MinAvailable:` + strings.Replace(strings.Replace(this.MinAvailable.String(), "IntOrString", "k8s_io_kubernetes_pkg_util_intstr.IntOrString", 1), `&`, ``, 1) + `,`,
  379. `Selector:` + strings.Replace(fmt.Sprintf("%v", this.Selector), "LabelSelector", "k8s_io_kubernetes_pkg_api_unversioned.LabelSelector", 1) + `,`,
  380. `}`,
  381. }, "")
  382. return s
  383. }
  384. func (this *PodDisruptionBudgetStatus) String() string {
  385. if this == nil {
  386. return "nil"
  387. }
  388. s := strings.Join([]string{`&PodDisruptionBudgetStatus{`,
  389. `PodDisruptionAllowed:` + fmt.Sprintf("%v", this.PodDisruptionAllowed) + `,`,
  390. `CurrentHealthy:` + fmt.Sprintf("%v", this.CurrentHealthy) + `,`,
  391. `DesiredHealthy:` + fmt.Sprintf("%v", this.DesiredHealthy) + `,`,
  392. `ExpectedPods:` + fmt.Sprintf("%v", this.ExpectedPods) + `,`,
  393. `}`,
  394. }, "")
  395. return s
  396. }
  397. func valueToStringGenerated(v interface{}) string {
  398. rv := reflect.ValueOf(v)
  399. if rv.IsNil() {
  400. return "nil"
  401. }
  402. pv := reflect.Indirect(rv).Interface()
  403. return fmt.Sprintf("*%v", pv)
  404. }
  405. func (m *Eviction) Unmarshal(data []byte) error {
  406. l := len(data)
  407. iNdEx := 0
  408. for iNdEx < l {
  409. preIndex := iNdEx
  410. var wire uint64
  411. for shift := uint(0); ; shift += 7 {
  412. if shift >= 64 {
  413. return ErrIntOverflowGenerated
  414. }
  415. if iNdEx >= l {
  416. return io.ErrUnexpectedEOF
  417. }
  418. b := data[iNdEx]
  419. iNdEx++
  420. wire |= (uint64(b) & 0x7F) << shift
  421. if b < 0x80 {
  422. break
  423. }
  424. }
  425. fieldNum := int32(wire >> 3)
  426. wireType := int(wire & 0x7)
  427. if wireType == 4 {
  428. return fmt.Errorf("proto: Eviction: wiretype end group for non-group")
  429. }
  430. if fieldNum <= 0 {
  431. return fmt.Errorf("proto: Eviction: illegal tag %d (wire type %d)", fieldNum, wire)
  432. }
  433. switch fieldNum {
  434. case 1:
  435. if wireType != 2 {
  436. return fmt.Errorf("proto: wrong wireType = %d for field ObjectMeta", wireType)
  437. }
  438. var msglen int
  439. for shift := uint(0); ; shift += 7 {
  440. if shift >= 64 {
  441. return ErrIntOverflowGenerated
  442. }
  443. if iNdEx >= l {
  444. return io.ErrUnexpectedEOF
  445. }
  446. b := data[iNdEx]
  447. iNdEx++
  448. msglen |= (int(b) & 0x7F) << shift
  449. if b < 0x80 {
  450. break
  451. }
  452. }
  453. if msglen < 0 {
  454. return ErrInvalidLengthGenerated
  455. }
  456. postIndex := iNdEx + msglen
  457. if postIndex > l {
  458. return io.ErrUnexpectedEOF
  459. }
  460. if err := m.ObjectMeta.Unmarshal(data[iNdEx:postIndex]); err != nil {
  461. return err
  462. }
  463. iNdEx = postIndex
  464. case 2:
  465. if wireType != 2 {
  466. return fmt.Errorf("proto: wrong wireType = %d for field DeleteOptions", wireType)
  467. }
  468. var msglen int
  469. for shift := uint(0); ; shift += 7 {
  470. if shift >= 64 {
  471. return ErrIntOverflowGenerated
  472. }
  473. if iNdEx >= l {
  474. return io.ErrUnexpectedEOF
  475. }
  476. b := data[iNdEx]
  477. iNdEx++
  478. msglen |= (int(b) & 0x7F) << shift
  479. if b < 0x80 {
  480. break
  481. }
  482. }
  483. if msglen < 0 {
  484. return ErrInvalidLengthGenerated
  485. }
  486. postIndex := iNdEx + msglen
  487. if postIndex > l {
  488. return io.ErrUnexpectedEOF
  489. }
  490. if m.DeleteOptions == nil {
  491. m.DeleteOptions = &k8s_io_kubernetes_pkg_api_v1.DeleteOptions{}
  492. }
  493. if err := m.DeleteOptions.Unmarshal(data[iNdEx:postIndex]); err != nil {
  494. return err
  495. }
  496. iNdEx = postIndex
  497. default:
  498. iNdEx = preIndex
  499. skippy, err := skipGenerated(data[iNdEx:])
  500. if err != nil {
  501. return err
  502. }
  503. if skippy < 0 {
  504. return ErrInvalidLengthGenerated
  505. }
  506. if (iNdEx + skippy) > l {
  507. return io.ErrUnexpectedEOF
  508. }
  509. iNdEx += skippy
  510. }
  511. }
  512. if iNdEx > l {
  513. return io.ErrUnexpectedEOF
  514. }
  515. return nil
  516. }
  517. func (m *PodDisruptionBudget) Unmarshal(data []byte) error {
  518. l := len(data)
  519. iNdEx := 0
  520. for iNdEx < l {
  521. preIndex := iNdEx
  522. var wire uint64
  523. for shift := uint(0); ; shift += 7 {
  524. if shift >= 64 {
  525. return ErrIntOverflowGenerated
  526. }
  527. if iNdEx >= l {
  528. return io.ErrUnexpectedEOF
  529. }
  530. b := data[iNdEx]
  531. iNdEx++
  532. wire |= (uint64(b) & 0x7F) << shift
  533. if b < 0x80 {
  534. break
  535. }
  536. }
  537. fieldNum := int32(wire >> 3)
  538. wireType := int(wire & 0x7)
  539. if wireType == 4 {
  540. return fmt.Errorf("proto: PodDisruptionBudget: wiretype end group for non-group")
  541. }
  542. if fieldNum <= 0 {
  543. return fmt.Errorf("proto: PodDisruptionBudget: illegal tag %d (wire type %d)", fieldNum, wire)
  544. }
  545. switch fieldNum {
  546. case 1:
  547. if wireType != 2 {
  548. return fmt.Errorf("proto: wrong wireType = %d for field ObjectMeta", wireType)
  549. }
  550. var msglen int
  551. for shift := uint(0); ; shift += 7 {
  552. if shift >= 64 {
  553. return ErrIntOverflowGenerated
  554. }
  555. if iNdEx >= l {
  556. return io.ErrUnexpectedEOF
  557. }
  558. b := data[iNdEx]
  559. iNdEx++
  560. msglen |= (int(b) & 0x7F) << shift
  561. if b < 0x80 {
  562. break
  563. }
  564. }
  565. if msglen < 0 {
  566. return ErrInvalidLengthGenerated
  567. }
  568. postIndex := iNdEx + msglen
  569. if postIndex > l {
  570. return io.ErrUnexpectedEOF
  571. }
  572. if err := m.ObjectMeta.Unmarshal(data[iNdEx:postIndex]); err != nil {
  573. return err
  574. }
  575. iNdEx = postIndex
  576. case 2:
  577. if wireType != 2 {
  578. return fmt.Errorf("proto: wrong wireType = %d for field Spec", wireType)
  579. }
  580. var msglen int
  581. for shift := uint(0); ; shift += 7 {
  582. if shift >= 64 {
  583. return ErrIntOverflowGenerated
  584. }
  585. if iNdEx >= l {
  586. return io.ErrUnexpectedEOF
  587. }
  588. b := data[iNdEx]
  589. iNdEx++
  590. msglen |= (int(b) & 0x7F) << shift
  591. if b < 0x80 {
  592. break
  593. }
  594. }
  595. if msglen < 0 {
  596. return ErrInvalidLengthGenerated
  597. }
  598. postIndex := iNdEx + msglen
  599. if postIndex > l {
  600. return io.ErrUnexpectedEOF
  601. }
  602. if err := m.Spec.Unmarshal(data[iNdEx:postIndex]); err != nil {
  603. return err
  604. }
  605. iNdEx = postIndex
  606. case 3:
  607. if wireType != 2 {
  608. return fmt.Errorf("proto: wrong wireType = %d for field Status", wireType)
  609. }
  610. var msglen int
  611. for shift := uint(0); ; shift += 7 {
  612. if shift >= 64 {
  613. return ErrIntOverflowGenerated
  614. }
  615. if iNdEx >= l {
  616. return io.ErrUnexpectedEOF
  617. }
  618. b := data[iNdEx]
  619. iNdEx++
  620. msglen |= (int(b) & 0x7F) << shift
  621. if b < 0x80 {
  622. break
  623. }
  624. }
  625. if msglen < 0 {
  626. return ErrInvalidLengthGenerated
  627. }
  628. postIndex := iNdEx + msglen
  629. if postIndex > l {
  630. return io.ErrUnexpectedEOF
  631. }
  632. if err := m.Status.Unmarshal(data[iNdEx:postIndex]); err != nil {
  633. return err
  634. }
  635. iNdEx = postIndex
  636. default:
  637. iNdEx = preIndex
  638. skippy, err := skipGenerated(data[iNdEx:])
  639. if err != nil {
  640. return err
  641. }
  642. if skippy < 0 {
  643. return ErrInvalidLengthGenerated
  644. }
  645. if (iNdEx + skippy) > l {
  646. return io.ErrUnexpectedEOF
  647. }
  648. iNdEx += skippy
  649. }
  650. }
  651. if iNdEx > l {
  652. return io.ErrUnexpectedEOF
  653. }
  654. return nil
  655. }
  656. func (m *PodDisruptionBudgetList) Unmarshal(data []byte) error {
  657. l := len(data)
  658. iNdEx := 0
  659. for iNdEx < l {
  660. preIndex := iNdEx
  661. var wire uint64
  662. for shift := uint(0); ; shift += 7 {
  663. if shift >= 64 {
  664. return ErrIntOverflowGenerated
  665. }
  666. if iNdEx >= l {
  667. return io.ErrUnexpectedEOF
  668. }
  669. b := data[iNdEx]
  670. iNdEx++
  671. wire |= (uint64(b) & 0x7F) << shift
  672. if b < 0x80 {
  673. break
  674. }
  675. }
  676. fieldNum := int32(wire >> 3)
  677. wireType := int(wire & 0x7)
  678. if wireType == 4 {
  679. return fmt.Errorf("proto: PodDisruptionBudgetList: wiretype end group for non-group")
  680. }
  681. if fieldNum <= 0 {
  682. return fmt.Errorf("proto: PodDisruptionBudgetList: illegal tag %d (wire type %d)", fieldNum, wire)
  683. }
  684. switch fieldNum {
  685. case 1:
  686. if wireType != 2 {
  687. return fmt.Errorf("proto: wrong wireType = %d for field ListMeta", wireType)
  688. }
  689. var msglen int
  690. for shift := uint(0); ; shift += 7 {
  691. if shift >= 64 {
  692. return ErrIntOverflowGenerated
  693. }
  694. if iNdEx >= l {
  695. return io.ErrUnexpectedEOF
  696. }
  697. b := data[iNdEx]
  698. iNdEx++
  699. msglen |= (int(b) & 0x7F) << shift
  700. if b < 0x80 {
  701. break
  702. }
  703. }
  704. if msglen < 0 {
  705. return ErrInvalidLengthGenerated
  706. }
  707. postIndex := iNdEx + msglen
  708. if postIndex > l {
  709. return io.ErrUnexpectedEOF
  710. }
  711. if err := m.ListMeta.Unmarshal(data[iNdEx:postIndex]); err != nil {
  712. return err
  713. }
  714. iNdEx = postIndex
  715. case 2:
  716. if wireType != 2 {
  717. return fmt.Errorf("proto: wrong wireType = %d for field Items", wireType)
  718. }
  719. var msglen int
  720. for shift := uint(0); ; shift += 7 {
  721. if shift >= 64 {
  722. return ErrIntOverflowGenerated
  723. }
  724. if iNdEx >= l {
  725. return io.ErrUnexpectedEOF
  726. }
  727. b := data[iNdEx]
  728. iNdEx++
  729. msglen |= (int(b) & 0x7F) << shift
  730. if b < 0x80 {
  731. break
  732. }
  733. }
  734. if msglen < 0 {
  735. return ErrInvalidLengthGenerated
  736. }
  737. postIndex := iNdEx + msglen
  738. if postIndex > l {
  739. return io.ErrUnexpectedEOF
  740. }
  741. m.Items = append(m.Items, PodDisruptionBudget{})
  742. if err := m.Items[len(m.Items)-1].Unmarshal(data[iNdEx:postIndex]); err != nil {
  743. return err
  744. }
  745. iNdEx = postIndex
  746. default:
  747. iNdEx = preIndex
  748. skippy, err := skipGenerated(data[iNdEx:])
  749. if err != nil {
  750. return err
  751. }
  752. if skippy < 0 {
  753. return ErrInvalidLengthGenerated
  754. }
  755. if (iNdEx + skippy) > l {
  756. return io.ErrUnexpectedEOF
  757. }
  758. iNdEx += skippy
  759. }
  760. }
  761. if iNdEx > l {
  762. return io.ErrUnexpectedEOF
  763. }
  764. return nil
  765. }
  766. func (m *PodDisruptionBudgetSpec) Unmarshal(data []byte) error {
  767. l := len(data)
  768. iNdEx := 0
  769. for iNdEx < l {
  770. preIndex := iNdEx
  771. var wire uint64
  772. for shift := uint(0); ; shift += 7 {
  773. if shift >= 64 {
  774. return ErrIntOverflowGenerated
  775. }
  776. if iNdEx >= l {
  777. return io.ErrUnexpectedEOF
  778. }
  779. b := data[iNdEx]
  780. iNdEx++
  781. wire |= (uint64(b) & 0x7F) << shift
  782. if b < 0x80 {
  783. break
  784. }
  785. }
  786. fieldNum := int32(wire >> 3)
  787. wireType := int(wire & 0x7)
  788. if wireType == 4 {
  789. return fmt.Errorf("proto: PodDisruptionBudgetSpec: wiretype end group for non-group")
  790. }
  791. if fieldNum <= 0 {
  792. return fmt.Errorf("proto: PodDisruptionBudgetSpec: illegal tag %d (wire type %d)", fieldNum, wire)
  793. }
  794. switch fieldNum {
  795. case 1:
  796. if wireType != 2 {
  797. return fmt.Errorf("proto: wrong wireType = %d for field MinAvailable", wireType)
  798. }
  799. var msglen int
  800. for shift := uint(0); ; shift += 7 {
  801. if shift >= 64 {
  802. return ErrIntOverflowGenerated
  803. }
  804. if iNdEx >= l {
  805. return io.ErrUnexpectedEOF
  806. }
  807. b := data[iNdEx]
  808. iNdEx++
  809. msglen |= (int(b) & 0x7F) << shift
  810. if b < 0x80 {
  811. break
  812. }
  813. }
  814. if msglen < 0 {
  815. return ErrInvalidLengthGenerated
  816. }
  817. postIndex := iNdEx + msglen
  818. if postIndex > l {
  819. return io.ErrUnexpectedEOF
  820. }
  821. if err := m.MinAvailable.Unmarshal(data[iNdEx:postIndex]); err != nil {
  822. return err
  823. }
  824. iNdEx = postIndex
  825. case 2:
  826. if wireType != 2 {
  827. return fmt.Errorf("proto: wrong wireType = %d for field Selector", wireType)
  828. }
  829. var msglen int
  830. for shift := uint(0); ; shift += 7 {
  831. if shift >= 64 {
  832. return ErrIntOverflowGenerated
  833. }
  834. if iNdEx >= l {
  835. return io.ErrUnexpectedEOF
  836. }
  837. b := data[iNdEx]
  838. iNdEx++
  839. msglen |= (int(b) & 0x7F) << shift
  840. if b < 0x80 {
  841. break
  842. }
  843. }
  844. if msglen < 0 {
  845. return ErrInvalidLengthGenerated
  846. }
  847. postIndex := iNdEx + msglen
  848. if postIndex > l {
  849. return io.ErrUnexpectedEOF
  850. }
  851. if m.Selector == nil {
  852. m.Selector = &k8s_io_kubernetes_pkg_api_unversioned.LabelSelector{}
  853. }
  854. if err := m.Selector.Unmarshal(data[iNdEx:postIndex]); err != nil {
  855. return err
  856. }
  857. iNdEx = postIndex
  858. default:
  859. iNdEx = preIndex
  860. skippy, err := skipGenerated(data[iNdEx:])
  861. if err != nil {
  862. return err
  863. }
  864. if skippy < 0 {
  865. return ErrInvalidLengthGenerated
  866. }
  867. if (iNdEx + skippy) > l {
  868. return io.ErrUnexpectedEOF
  869. }
  870. iNdEx += skippy
  871. }
  872. }
  873. if iNdEx > l {
  874. return io.ErrUnexpectedEOF
  875. }
  876. return nil
  877. }
  878. func (m *PodDisruptionBudgetStatus) Unmarshal(data []byte) error {
  879. l := len(data)
  880. iNdEx := 0
  881. for iNdEx < l {
  882. preIndex := iNdEx
  883. var wire uint64
  884. for shift := uint(0); ; shift += 7 {
  885. if shift >= 64 {
  886. return ErrIntOverflowGenerated
  887. }
  888. if iNdEx >= l {
  889. return io.ErrUnexpectedEOF
  890. }
  891. b := data[iNdEx]
  892. iNdEx++
  893. wire |= (uint64(b) & 0x7F) << shift
  894. if b < 0x80 {
  895. break
  896. }
  897. }
  898. fieldNum := int32(wire >> 3)
  899. wireType := int(wire & 0x7)
  900. if wireType == 4 {
  901. return fmt.Errorf("proto: PodDisruptionBudgetStatus: wiretype end group for non-group")
  902. }
  903. if fieldNum <= 0 {
  904. return fmt.Errorf("proto: PodDisruptionBudgetStatus: illegal tag %d (wire type %d)", fieldNum, wire)
  905. }
  906. switch fieldNum {
  907. case 1:
  908. if wireType != 0 {
  909. return fmt.Errorf("proto: wrong wireType = %d for field PodDisruptionAllowed", wireType)
  910. }
  911. var v int
  912. for shift := uint(0); ; shift += 7 {
  913. if shift >= 64 {
  914. return ErrIntOverflowGenerated
  915. }
  916. if iNdEx >= l {
  917. return io.ErrUnexpectedEOF
  918. }
  919. b := data[iNdEx]
  920. iNdEx++
  921. v |= (int(b) & 0x7F) << shift
  922. if b < 0x80 {
  923. break
  924. }
  925. }
  926. m.PodDisruptionAllowed = bool(v != 0)
  927. case 2:
  928. if wireType != 0 {
  929. return fmt.Errorf("proto: wrong wireType = %d for field CurrentHealthy", wireType)
  930. }
  931. m.CurrentHealthy = 0
  932. for shift := uint(0); ; shift += 7 {
  933. if shift >= 64 {
  934. return ErrIntOverflowGenerated
  935. }
  936. if iNdEx >= l {
  937. return io.ErrUnexpectedEOF
  938. }
  939. b := data[iNdEx]
  940. iNdEx++
  941. m.CurrentHealthy |= (int32(b) & 0x7F) << shift
  942. if b < 0x80 {
  943. break
  944. }
  945. }
  946. case 3:
  947. if wireType != 0 {
  948. return fmt.Errorf("proto: wrong wireType = %d for field DesiredHealthy", wireType)
  949. }
  950. m.DesiredHealthy = 0
  951. for shift := uint(0); ; shift += 7 {
  952. if shift >= 64 {
  953. return ErrIntOverflowGenerated
  954. }
  955. if iNdEx >= l {
  956. return io.ErrUnexpectedEOF
  957. }
  958. b := data[iNdEx]
  959. iNdEx++
  960. m.DesiredHealthy |= (int32(b) & 0x7F) << shift
  961. if b < 0x80 {
  962. break
  963. }
  964. }
  965. case 4:
  966. if wireType != 0 {
  967. return fmt.Errorf("proto: wrong wireType = %d for field ExpectedPods", wireType)
  968. }
  969. m.ExpectedPods = 0
  970. for shift := uint(0); ; shift += 7 {
  971. if shift >= 64 {
  972. return ErrIntOverflowGenerated
  973. }
  974. if iNdEx >= l {
  975. return io.ErrUnexpectedEOF
  976. }
  977. b := data[iNdEx]
  978. iNdEx++
  979. m.ExpectedPods |= (int32(b) & 0x7F) << shift
  980. if b < 0x80 {
  981. break
  982. }
  983. }
  984. default:
  985. iNdEx = preIndex
  986. skippy, err := skipGenerated(data[iNdEx:])
  987. if err != nil {
  988. return err
  989. }
  990. if skippy < 0 {
  991. return ErrInvalidLengthGenerated
  992. }
  993. if (iNdEx + skippy) > l {
  994. return io.ErrUnexpectedEOF
  995. }
  996. iNdEx += skippy
  997. }
  998. }
  999. if iNdEx > l {
  1000. return io.ErrUnexpectedEOF
  1001. }
  1002. return nil
  1003. }
  1004. func skipGenerated(data []byte) (n int, err error) {
  1005. l := len(data)
  1006. iNdEx := 0
  1007. for iNdEx < l {
  1008. var wire uint64
  1009. for shift := uint(0); ; shift += 7 {
  1010. if shift >= 64 {
  1011. return 0, ErrIntOverflowGenerated
  1012. }
  1013. if iNdEx >= l {
  1014. return 0, io.ErrUnexpectedEOF
  1015. }
  1016. b := data[iNdEx]
  1017. iNdEx++
  1018. wire |= (uint64(b) & 0x7F) << shift
  1019. if b < 0x80 {
  1020. break
  1021. }
  1022. }
  1023. wireType := int(wire & 0x7)
  1024. switch wireType {
  1025. case 0:
  1026. for shift := uint(0); ; shift += 7 {
  1027. if shift >= 64 {
  1028. return 0, ErrIntOverflowGenerated
  1029. }
  1030. if iNdEx >= l {
  1031. return 0, io.ErrUnexpectedEOF
  1032. }
  1033. iNdEx++
  1034. if data[iNdEx-1] < 0x80 {
  1035. break
  1036. }
  1037. }
  1038. return iNdEx, nil
  1039. case 1:
  1040. iNdEx += 8
  1041. return iNdEx, nil
  1042. case 2:
  1043. var length int
  1044. for shift := uint(0); ; shift += 7 {
  1045. if shift >= 64 {
  1046. return 0, ErrIntOverflowGenerated
  1047. }
  1048. if iNdEx >= l {
  1049. return 0, io.ErrUnexpectedEOF
  1050. }
  1051. b := data[iNdEx]
  1052. iNdEx++
  1053. length |= (int(b) & 0x7F) << shift
  1054. if b < 0x80 {
  1055. break
  1056. }
  1057. }
  1058. iNdEx += length
  1059. if length < 0 {
  1060. return 0, ErrInvalidLengthGenerated
  1061. }
  1062. return iNdEx, nil
  1063. case 3:
  1064. for {
  1065. var innerWire uint64
  1066. var start int = iNdEx
  1067. for shift := uint(0); ; shift += 7 {
  1068. if shift >= 64 {
  1069. return 0, ErrIntOverflowGenerated
  1070. }
  1071. if iNdEx >= l {
  1072. return 0, io.ErrUnexpectedEOF
  1073. }
  1074. b := data[iNdEx]
  1075. iNdEx++
  1076. innerWire |= (uint64(b) & 0x7F) << shift
  1077. if b < 0x80 {
  1078. break
  1079. }
  1080. }
  1081. innerWireType := int(innerWire & 0x7)
  1082. if innerWireType == 4 {
  1083. break
  1084. }
  1085. next, err := skipGenerated(data[start:])
  1086. if err != nil {
  1087. return 0, err
  1088. }
  1089. iNdEx = start + next
  1090. }
  1091. return iNdEx, nil
  1092. case 4:
  1093. return iNdEx, nil
  1094. case 5:
  1095. iNdEx += 4
  1096. return iNdEx, nil
  1097. default:
  1098. return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
  1099. }
  1100. }
  1101. panic("unreachable")
  1102. }
  1103. var (
  1104. ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling")
  1105. ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow")
  1106. )
  1107. var fileDescriptorGenerated = []byte{
  1108. // 648 bytes of a gzipped FileDescriptorProto
  1109. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xb4, 0x94, 0xdf, 0x6a, 0xd4, 0x4e,
  1110. 0x14, 0xc7, 0xbb, 0xfd, 0xc7, 0x32, 0xbf, 0x6d, 0xf9, 0x35, 0x16, 0x5d, 0x17, 0x69, 0x65, 0xaf,
  1111. 0x4a, 0xb5, 0x13, 0x5a, 0x14, 0x8a, 0x17, 0x4a, 0xd3, 0x16, 0xac, 0x58, 0x2a, 0xe9, 0x8d, 0x08,
  1112. 0x0a, 0x93, 0xe4, 0x98, 0x1d, 0x9b, 0x64, 0xc2, 0xcc, 0x64, 0xb5, 0x77, 0x3e, 0x82, 0xaf, 0xe0,
  1113. 0xc3, 0x08, 0xc5, 0xab, 0x5e, 0x7a, 0xb5, 0x68, 0xfb, 0x22, 0x4e, 0x26, 0xb3, 0xdb, 0xcd, 0xee,
  1114. 0xa6, 0x14, 0x8a, 0x17, 0x03, 0x39, 0x33, 0xe7, 0xf3, 0x3d, 0x7f, 0xe6, 0x4c, 0xd0, 0xb3, 0x93,
  1115. 0x6d, 0x81, 0x29, 0xb3, 0x4f, 0x32, 0x0f, 0x78, 0x02, 0x12, 0x84, 0x9d, 0x9e, 0x84, 0x36, 0x49,
  1116. 0xa9, 0xfa, 0x60, 0x11, 0xf5, 0x4f, 0xed, 0xee, 0x26, 0x89, 0xd2, 0x0e, 0xd9, 0xb4, 0x43, 0x48,
  1117. 0x80, 0x13, 0x09, 0x01, 0x4e, 0x39, 0x93, 0xcc, 0x5a, 0x2f, 0x58, 0x7c, 0xc5, 0x62, 0xc5, 0xe2,
  1118. 0x9c, 0xc5, 0x05, 0x8b, 0xfb, 0x6c, 0x6b, 0x23, 0xa4, 0xb2, 0x93, 0x79, 0xd8, 0x67, 0xb1, 0x1d,
  1119. 0xb2, 0x90, 0xd9, 0x5a, 0xc2, 0xcb, 0x3e, 0x6a, 0x4b, 0x1b, 0xfa, 0xab, 0x90, 0x6e, 0x6d, 0x55,
  1120. 0xa6, 0x65, 0x73, 0x10, 0x2c, 0xe3, 0x3e, 0x8c, 0xa6, 0xd3, 0x7a, 0x5a, 0xcd, 0x64, 0x49, 0x17,
  1121. 0xb8, 0xa0, 0x2c, 0x81, 0x60, 0x0c, 0x7b, 0x5c, 0x8d, 0x75, 0xc7, 0x6a, 0x6e, 0x6d, 0x4c, 0xf6,
  1122. 0xe6, 0x59, 0x22, 0x69, 0x3c, 0x9e, 0xd3, 0xe6, 0x64, 0xf7, 0x4c, 0xd2, 0xc8, 0xa6, 0x89, 0x14,
  1123. 0x92, 0x8f, 0x22, 0xed, 0x9f, 0x35, 0x54, 0xdf, 0xef, 0x52, 0x5f, 0xaa, 0x74, 0xad, 0xb7, 0xa8,
  1124. 0x1e, 0x83, 0x24, 0x01, 0x91, 0xa4, 0x59, 0x7b, 0x58, 0x5b, 0xfb, 0x6f, 0x6b, 0x0d, 0x57, 0x76,
  1125. 0x5d, 0x75, 0x1b, 0x1f, 0x79, 0x9f, 0xc0, 0x97, 0x87, 0x8a, 0x71, 0xac, 0xb3, 0xde, 0xea, 0xd4,
  1126. 0x45, 0x6f, 0x15, 0x5d, 0xed, 0xb9, 0x03, 0x35, 0x2b, 0x40, 0x0b, 0x01, 0x44, 0x0a, 0x3f, 0x4a,
  1127. 0xf3, 0x48, 0xa2, 0x39, 0xad, 0xe5, 0x1f, 0x5d, 0x2f, 0xbf, 0x37, 0x8c, 0x38, 0x4b, 0x4a, 0x7d,
  1128. 0xa1, 0xb4, 0xe5, 0x96, 0x45, 0xdb, 0x3f, 0xa6, 0xd1, 0x9d, 0x37, 0x2c, 0xd8, 0xa3, 0x82, 0x67,
  1129. 0x7a, 0xcb, 0xc9, 0x82, 0x10, 0xe4, 0x3f, 0xac, 0x0b, 0xd0, 0xac, 0x48, 0xc1, 0x37, 0xe5, 0xec,
  1130. 0xe2, 0x9b, 0xcf, 0x28, 0x9e, 0x90, 0xe8, 0xb1, 0x92, 0x72, 0x1a, 0x26, 0xe0, 0x6c, 0x6e, 0xb9,
  1131. 0x5a, 0xde, 0x8a, 0xd1, 0xbc, 0x90, 0x44, 0x66, 0xa2, 0x39, 0xa3, 0x03, 0xed, 0xdf, 0x36, 0x90,
  1132. 0x16, 0x73, 0x16, 0x4d, 0xa8, 0xf9, 0xc2, 0x76, 0x4d, 0x90, 0x76, 0xaf, 0x86, 0xee, 0x4d, 0xa0,
  1133. 0x5e, 0x53, 0x21, 0xad, 0xf7, 0x63, 0xbd, 0xb4, 0xaf, 0xe9, 0xe5, 0xd0, 0x53, 0xc0, 0x39, 0xae,
  1134. 0x5b, 0xfa, 0xbf, 0x09, 0x5b, 0xef, 0xef, 0x94, 0x06, 0x65, 0x8e, 0x4a, 0x88, 0xf3, 0x01, 0x99,
  1135. 0x51, 0xda, 0x2f, 0x6e, 0x59, 0xa8, 0xb3, 0x60, 0x62, 0xcd, 0x1d, 0xe4, 0xaa, 0x6e, 0x21, 0xde,
  1136. 0xbe, 0x9c, 0x5c, 0x60, 0xde, 0x71, 0xab, 0x83, 0x1a, 0x31, 0x4d, 0x76, 0xba, 0x84, 0x46, 0xc4,
  1137. 0x8b, 0xc0, 0x14, 0x89, 0x2b, 0x12, 0xc9, 0xdf, 0x16, 0x2e, 0xde, 0x16, 0x3e, 0x48, 0xe4, 0x11,
  1138. 0x3f, 0x96, 0x9c, 0x26, 0xa1, 0xb3, 0x6c, 0xe2, 0x36, 0x0e, 0x87, 0xb4, 0xdc, 0x92, 0xb2, 0xf5,
  1139. 0x01, 0xd5, 0x85, 0x9a, 0x5f, 0x5f, 0x32, 0x6e, 0x06, 0xe8, 0xc9, 0x4d, 0x5b, 0x49, 0x3c, 0x88,
  1140. 0x8e, 0x0d, 0xeb, 0x34, 0xf2, 0x5e, 0xf6, 0x2d, 0x77, 0xa0, 0xd9, 0xfe, 0x3e, 0x8d, 0xee, 0x57,
  1141. 0x5e, 0xbe, 0xf5, 0x0a, 0x2d, 0x05, 0x83, 0x93, 0x9d, 0x28, 0x62, 0x9f, 0x21, 0xd0, 0xc5, 0xd6,
  1142. 0x9d, 0x07, 0x26, 0xf9, 0xe5, 0x12, 0x6d, 0x7c, 0xdc, 0x71, 0xcc, 0x7a, 0x8e, 0x16, 0xfd, 0x8c,
  1143. 0x73, 0x48, 0xe4, 0x4b, 0x20, 0x91, 0xec, 0x9c, 0xea, 0x7a, 0xe6, 0x9c, 0xbb, 0x46, 0x68, 0x71,
  1144. 0xb7, 0x74, 0xea, 0x8e, 0x78, 0xe7, 0x7c, 0x00, 0x82, 0x72, 0x08, 0xfa, 0xfc, 0x4c, 0x99, 0xdf,
  1145. 0x2b, 0x9d, 0xba, 0x23, 0xde, 0xd6, 0x36, 0x6a, 0xc0, 0x17, 0x75, 0x79, 0xea, 0xbf, 0xa6, 0x52,
  1146. 0x16, 0xcd, 0x59, 0x4d, 0x0f, 0xee, 0x60, 0x7f, 0xe8, 0xcc, 0x2d, 0x79, 0x3a, 0xeb, 0x67, 0x7f,
  1147. 0x56, 0xa6, 0xce, 0xd5, 0xfa, 0xa5, 0xd6, 0xd7, 0x8b, 0x95, 0xda, 0x99, 0x5a, 0xe7, 0x6a, 0xfd,
  1148. 0x56, 0xeb, 0xdb, 0xe5, 0xca, 0xd4, 0xbb, 0x7a, 0x7f, 0xbe, 0xfe, 0x06, 0x00, 0x00, 0xff, 0xff,
  1149. 0x7d, 0xdd, 0x26, 0x2d, 0xbe, 0x06, 0x00, 0x00,
  1150. }