blob: 245d278f57ec259db820f8b773f1100a4f7a5d12 [file] [log] [blame]
Zack Williamse940c7a2019-08-21 14:25:39 -07001/*
2Copyright The Kubernetes Authors.
3
4Licensed under the Apache License, Version 2.0 (the "License");
5you may not use this file except in compliance with the License.
6You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10Unless required by applicable law or agreed to in writing, software
11distributed under the License is distributed on an "AS IS" BASIS,
12WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13See the License for the specific language governing permissions and
14limitations under the License.
15*/
16
17// Code generated by protoc-gen-gogo. DO NOT EDIT.
18// source: k8s.io/kubernetes/vendor/k8s.io/api/authentication/v1beta1/generated.proto
19
20/*
21 Package v1beta1 is a generated protocol buffer package.
22
23 It is generated from these files:
24 k8s.io/kubernetes/vendor/k8s.io/api/authentication/v1beta1/generated.proto
25
26 It has these top-level messages:
27 ExtraValue
28 TokenReview
29 TokenReviewSpec
30 TokenReviewStatus
31 UserInfo
32*/
33package v1beta1
34
Scott Baker4a35a702019-11-26 08:17:33 -080035import (
36 fmt "fmt"
Zack Williamse940c7a2019-08-21 14:25:39 -070037
Scott Baker4a35a702019-11-26 08:17:33 -080038 proto "github.com/gogo/protobuf/proto"
Zack Williamse940c7a2019-08-21 14:25:39 -070039
Scott Baker4a35a702019-11-26 08:17:33 -080040 math "math"
Zack Williamse940c7a2019-08-21 14:25:39 -070041
Scott Baker4a35a702019-11-26 08:17:33 -080042 github_com_gogo_protobuf_sortkeys "github.com/gogo/protobuf/sortkeys"
43
44 strings "strings"
45
46 reflect "reflect"
47
48 io "io"
49)
Zack Williamse940c7a2019-08-21 14:25:39 -070050
51// Reference imports to suppress errors if they are not otherwise used.
52var _ = proto.Marshal
53var _ = fmt.Errorf
54var _ = math.Inf
55
56// This is a compile-time assertion to ensure that this generated file
57// is compatible with the proto package it is being compiled against.
58// A compilation error at this line likely means your copy of the
59// proto package needs to be updated.
60const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
61
62func (m *ExtraValue) Reset() { *m = ExtraValue{} }
63func (*ExtraValue) ProtoMessage() {}
64func (*ExtraValue) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{0} }
65
66func (m *TokenReview) Reset() { *m = TokenReview{} }
67func (*TokenReview) ProtoMessage() {}
68func (*TokenReview) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{1} }
69
70func (m *TokenReviewSpec) Reset() { *m = TokenReviewSpec{} }
71func (*TokenReviewSpec) ProtoMessage() {}
72func (*TokenReviewSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{2} }
73
74func (m *TokenReviewStatus) Reset() { *m = TokenReviewStatus{} }
75func (*TokenReviewStatus) ProtoMessage() {}
76func (*TokenReviewStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{3} }
77
78func (m *UserInfo) Reset() { *m = UserInfo{} }
79func (*UserInfo) ProtoMessage() {}
80func (*UserInfo) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{4} }
81
82func init() {
83 proto.RegisterType((*ExtraValue)(nil), "k8s.io.api.authentication.v1beta1.ExtraValue")
84 proto.RegisterType((*TokenReview)(nil), "k8s.io.api.authentication.v1beta1.TokenReview")
85 proto.RegisterType((*TokenReviewSpec)(nil), "k8s.io.api.authentication.v1beta1.TokenReviewSpec")
86 proto.RegisterType((*TokenReviewStatus)(nil), "k8s.io.api.authentication.v1beta1.TokenReviewStatus")
87 proto.RegisterType((*UserInfo)(nil), "k8s.io.api.authentication.v1beta1.UserInfo")
88}
89func (m ExtraValue) Marshal() (dAtA []byte, err error) {
90 size := m.Size()
91 dAtA = make([]byte, size)
92 n, err := m.MarshalTo(dAtA)
93 if err != nil {
94 return nil, err
95 }
96 return dAtA[:n], nil
97}
98
99func (m ExtraValue) MarshalTo(dAtA []byte) (int, error) {
100 var i int
101 _ = i
102 var l int
103 _ = l
104 if len(m) > 0 {
105 for _, s := range m {
106 dAtA[i] = 0xa
107 i++
108 l = len(s)
109 for l >= 1<<7 {
110 dAtA[i] = uint8(uint64(l)&0x7f | 0x80)
111 l >>= 7
112 i++
113 }
114 dAtA[i] = uint8(l)
115 i++
116 i += copy(dAtA[i:], s)
117 }
118 }
119 return i, nil
120}
121
122func (m *TokenReview) Marshal() (dAtA []byte, err error) {
123 size := m.Size()
124 dAtA = make([]byte, size)
125 n, err := m.MarshalTo(dAtA)
126 if err != nil {
127 return nil, err
128 }
129 return dAtA[:n], nil
130}
131
132func (m *TokenReview) MarshalTo(dAtA []byte) (int, error) {
133 var i int
134 _ = i
135 var l int
136 _ = l
137 dAtA[i] = 0xa
138 i++
139 i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size()))
140 n1, err := m.ObjectMeta.MarshalTo(dAtA[i:])
141 if err != nil {
142 return 0, err
143 }
144 i += n1
145 dAtA[i] = 0x12
146 i++
147 i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size()))
148 n2, err := m.Spec.MarshalTo(dAtA[i:])
149 if err != nil {
150 return 0, err
151 }
152 i += n2
153 dAtA[i] = 0x1a
154 i++
155 i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size()))
156 n3, err := m.Status.MarshalTo(dAtA[i:])
157 if err != nil {
158 return 0, err
159 }
160 i += n3
161 return i, nil
162}
163
164func (m *TokenReviewSpec) Marshal() (dAtA []byte, err error) {
165 size := m.Size()
166 dAtA = make([]byte, size)
167 n, err := m.MarshalTo(dAtA)
168 if err != nil {
169 return nil, err
170 }
171 return dAtA[:n], nil
172}
173
174func (m *TokenReviewSpec) MarshalTo(dAtA []byte) (int, error) {
175 var i int
176 _ = i
177 var l int
178 _ = l
179 dAtA[i] = 0xa
180 i++
181 i = encodeVarintGenerated(dAtA, i, uint64(len(m.Token)))
182 i += copy(dAtA[i:], m.Token)
183 if len(m.Audiences) > 0 {
184 for _, s := range m.Audiences {
185 dAtA[i] = 0x12
186 i++
187 l = len(s)
188 for l >= 1<<7 {
189 dAtA[i] = uint8(uint64(l)&0x7f | 0x80)
190 l >>= 7
191 i++
192 }
193 dAtA[i] = uint8(l)
194 i++
195 i += copy(dAtA[i:], s)
196 }
197 }
198 return i, nil
199}
200
201func (m *TokenReviewStatus) Marshal() (dAtA []byte, err error) {
202 size := m.Size()
203 dAtA = make([]byte, size)
204 n, err := m.MarshalTo(dAtA)
205 if err != nil {
206 return nil, err
207 }
208 return dAtA[:n], nil
209}
210
211func (m *TokenReviewStatus) MarshalTo(dAtA []byte) (int, error) {
212 var i int
213 _ = i
214 var l int
215 _ = l
216 dAtA[i] = 0x8
217 i++
218 if m.Authenticated {
219 dAtA[i] = 1
220 } else {
221 dAtA[i] = 0
222 }
223 i++
224 dAtA[i] = 0x12
225 i++
226 i = encodeVarintGenerated(dAtA, i, uint64(m.User.Size()))
227 n4, err := m.User.MarshalTo(dAtA[i:])
228 if err != nil {
229 return 0, err
230 }
231 i += n4
232 dAtA[i] = 0x1a
233 i++
234 i = encodeVarintGenerated(dAtA, i, uint64(len(m.Error)))
235 i += copy(dAtA[i:], m.Error)
236 if len(m.Audiences) > 0 {
237 for _, s := range m.Audiences {
238 dAtA[i] = 0x22
239 i++
240 l = len(s)
241 for l >= 1<<7 {
242 dAtA[i] = uint8(uint64(l)&0x7f | 0x80)
243 l >>= 7
244 i++
245 }
246 dAtA[i] = uint8(l)
247 i++
248 i += copy(dAtA[i:], s)
249 }
250 }
251 return i, nil
252}
253
254func (m *UserInfo) Marshal() (dAtA []byte, err error) {
255 size := m.Size()
256 dAtA = make([]byte, size)
257 n, err := m.MarshalTo(dAtA)
258 if err != nil {
259 return nil, err
260 }
261 return dAtA[:n], nil
262}
263
264func (m *UserInfo) MarshalTo(dAtA []byte) (int, error) {
265 var i int
266 _ = i
267 var l int
268 _ = l
269 dAtA[i] = 0xa
270 i++
271 i = encodeVarintGenerated(dAtA, i, uint64(len(m.Username)))
272 i += copy(dAtA[i:], m.Username)
273 dAtA[i] = 0x12
274 i++
275 i = encodeVarintGenerated(dAtA, i, uint64(len(m.UID)))
276 i += copy(dAtA[i:], m.UID)
277 if len(m.Groups) > 0 {
278 for _, s := range m.Groups {
279 dAtA[i] = 0x1a
280 i++
281 l = len(s)
282 for l >= 1<<7 {
283 dAtA[i] = uint8(uint64(l)&0x7f | 0x80)
284 l >>= 7
285 i++
286 }
287 dAtA[i] = uint8(l)
288 i++
289 i += copy(dAtA[i:], s)
290 }
291 }
292 if len(m.Extra) > 0 {
293 keysForExtra := make([]string, 0, len(m.Extra))
294 for k := range m.Extra {
295 keysForExtra = append(keysForExtra, string(k))
296 }
297 github_com_gogo_protobuf_sortkeys.Strings(keysForExtra)
298 for _, k := range keysForExtra {
299 dAtA[i] = 0x22
300 i++
301 v := m.Extra[string(k)]
302 msgSize := 0
303 if (&v) != nil {
304 msgSize = (&v).Size()
305 msgSize += 1 + sovGenerated(uint64(msgSize))
306 }
307 mapSize := 1 + len(k) + sovGenerated(uint64(len(k))) + msgSize
308 i = encodeVarintGenerated(dAtA, i, uint64(mapSize))
309 dAtA[i] = 0xa
310 i++
311 i = encodeVarintGenerated(dAtA, i, uint64(len(k)))
312 i += copy(dAtA[i:], k)
313 dAtA[i] = 0x12
314 i++
315 i = encodeVarintGenerated(dAtA, i, uint64((&v).Size()))
316 n5, err := (&v).MarshalTo(dAtA[i:])
317 if err != nil {
318 return 0, err
319 }
320 i += n5
321 }
322 }
323 return i, nil
324}
325
326func encodeVarintGenerated(dAtA []byte, offset int, v uint64) int {
327 for v >= 1<<7 {
328 dAtA[offset] = uint8(v&0x7f | 0x80)
329 v >>= 7
330 offset++
331 }
332 dAtA[offset] = uint8(v)
333 return offset + 1
334}
335func (m ExtraValue) Size() (n int) {
336 var l int
337 _ = l
338 if len(m) > 0 {
339 for _, s := range m {
340 l = len(s)
341 n += 1 + l + sovGenerated(uint64(l))
342 }
343 }
344 return n
345}
346
347func (m *TokenReview) Size() (n int) {
348 var l int
349 _ = l
350 l = m.ObjectMeta.Size()
351 n += 1 + l + sovGenerated(uint64(l))
352 l = m.Spec.Size()
353 n += 1 + l + sovGenerated(uint64(l))
354 l = m.Status.Size()
355 n += 1 + l + sovGenerated(uint64(l))
356 return n
357}
358
359func (m *TokenReviewSpec) Size() (n int) {
360 var l int
361 _ = l
362 l = len(m.Token)
363 n += 1 + l + sovGenerated(uint64(l))
364 if len(m.Audiences) > 0 {
365 for _, s := range m.Audiences {
366 l = len(s)
367 n += 1 + l + sovGenerated(uint64(l))
368 }
369 }
370 return n
371}
372
373func (m *TokenReviewStatus) Size() (n int) {
374 var l int
375 _ = l
376 n += 2
377 l = m.User.Size()
378 n += 1 + l + sovGenerated(uint64(l))
379 l = len(m.Error)
380 n += 1 + l + sovGenerated(uint64(l))
381 if len(m.Audiences) > 0 {
382 for _, s := range m.Audiences {
383 l = len(s)
384 n += 1 + l + sovGenerated(uint64(l))
385 }
386 }
387 return n
388}
389
390func (m *UserInfo) Size() (n int) {
391 var l int
392 _ = l
393 l = len(m.Username)
394 n += 1 + l + sovGenerated(uint64(l))
395 l = len(m.UID)
396 n += 1 + l + sovGenerated(uint64(l))
397 if len(m.Groups) > 0 {
398 for _, s := range m.Groups {
399 l = len(s)
400 n += 1 + l + sovGenerated(uint64(l))
401 }
402 }
403 if len(m.Extra) > 0 {
404 for k, v := range m.Extra {
405 _ = k
406 _ = v
407 l = v.Size()
408 mapEntrySize := 1 + len(k) + sovGenerated(uint64(len(k))) + 1 + l + sovGenerated(uint64(l))
409 n += mapEntrySize + 1 + sovGenerated(uint64(mapEntrySize))
410 }
411 }
412 return n
413}
414
415func sovGenerated(x uint64) (n int) {
416 for {
417 n++
418 x >>= 7
419 if x == 0 {
420 break
421 }
422 }
423 return n
424}
425func sozGenerated(x uint64) (n int) {
426 return sovGenerated(uint64((x << 1) ^ uint64((int64(x) >> 63))))
427}
428func (this *TokenReview) String() string {
429 if this == nil {
430 return "nil"
431 }
432 s := strings.Join([]string{`&TokenReview{`,
433 `ObjectMeta:` + strings.Replace(strings.Replace(this.ObjectMeta.String(), "ObjectMeta", "k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta", 1), `&`, ``, 1) + `,`,
434 `Spec:` + strings.Replace(strings.Replace(this.Spec.String(), "TokenReviewSpec", "TokenReviewSpec", 1), `&`, ``, 1) + `,`,
435 `Status:` + strings.Replace(strings.Replace(this.Status.String(), "TokenReviewStatus", "TokenReviewStatus", 1), `&`, ``, 1) + `,`,
436 `}`,
437 }, "")
438 return s
439}
440func (this *TokenReviewSpec) String() string {
441 if this == nil {
442 return "nil"
443 }
444 s := strings.Join([]string{`&TokenReviewSpec{`,
445 `Token:` + fmt.Sprintf("%v", this.Token) + `,`,
446 `Audiences:` + fmt.Sprintf("%v", this.Audiences) + `,`,
447 `}`,
448 }, "")
449 return s
450}
451func (this *TokenReviewStatus) String() string {
452 if this == nil {
453 return "nil"
454 }
455 s := strings.Join([]string{`&TokenReviewStatus{`,
456 `Authenticated:` + fmt.Sprintf("%v", this.Authenticated) + `,`,
457 `User:` + strings.Replace(strings.Replace(this.User.String(), "UserInfo", "UserInfo", 1), `&`, ``, 1) + `,`,
458 `Error:` + fmt.Sprintf("%v", this.Error) + `,`,
459 `Audiences:` + fmt.Sprintf("%v", this.Audiences) + `,`,
460 `}`,
461 }, "")
462 return s
463}
464func (this *UserInfo) String() string {
465 if this == nil {
466 return "nil"
467 }
468 keysForExtra := make([]string, 0, len(this.Extra))
469 for k := range this.Extra {
470 keysForExtra = append(keysForExtra, k)
471 }
472 github_com_gogo_protobuf_sortkeys.Strings(keysForExtra)
473 mapStringForExtra := "map[string]ExtraValue{"
474 for _, k := range keysForExtra {
475 mapStringForExtra += fmt.Sprintf("%v: %v,", k, this.Extra[k])
476 }
477 mapStringForExtra += "}"
478 s := strings.Join([]string{`&UserInfo{`,
479 `Username:` + fmt.Sprintf("%v", this.Username) + `,`,
480 `UID:` + fmt.Sprintf("%v", this.UID) + `,`,
481 `Groups:` + fmt.Sprintf("%v", this.Groups) + `,`,
482 `Extra:` + mapStringForExtra + `,`,
483 `}`,
484 }, "")
485 return s
486}
487func valueToStringGenerated(v interface{}) string {
488 rv := reflect.ValueOf(v)
489 if rv.IsNil() {
490 return "nil"
491 }
492 pv := reflect.Indirect(rv).Interface()
493 return fmt.Sprintf("*%v", pv)
494}
495func (m *ExtraValue) Unmarshal(dAtA []byte) error {
496 l := len(dAtA)
497 iNdEx := 0
498 for iNdEx < l {
499 preIndex := iNdEx
500 var wire uint64
501 for shift := uint(0); ; shift += 7 {
502 if shift >= 64 {
503 return ErrIntOverflowGenerated
504 }
505 if iNdEx >= l {
506 return io.ErrUnexpectedEOF
507 }
508 b := dAtA[iNdEx]
509 iNdEx++
510 wire |= (uint64(b) & 0x7F) << shift
511 if b < 0x80 {
512 break
513 }
514 }
515 fieldNum := int32(wire >> 3)
516 wireType := int(wire & 0x7)
517 if wireType == 4 {
518 return fmt.Errorf("proto: ExtraValue: wiretype end group for non-group")
519 }
520 if fieldNum <= 0 {
521 return fmt.Errorf("proto: ExtraValue: illegal tag %d (wire type %d)", fieldNum, wire)
522 }
523 switch fieldNum {
524 case 1:
525 if wireType != 2 {
526 return fmt.Errorf("proto: wrong wireType = %d for field Items", wireType)
527 }
528 var stringLen uint64
529 for shift := uint(0); ; shift += 7 {
530 if shift >= 64 {
531 return ErrIntOverflowGenerated
532 }
533 if iNdEx >= l {
534 return io.ErrUnexpectedEOF
535 }
536 b := dAtA[iNdEx]
537 iNdEx++
538 stringLen |= (uint64(b) & 0x7F) << shift
539 if b < 0x80 {
540 break
541 }
542 }
543 intStringLen := int(stringLen)
544 if intStringLen < 0 {
545 return ErrInvalidLengthGenerated
546 }
547 postIndex := iNdEx + intStringLen
548 if postIndex > l {
549 return io.ErrUnexpectedEOF
550 }
551 *m = append(*m, string(dAtA[iNdEx:postIndex]))
552 iNdEx = postIndex
553 default:
554 iNdEx = preIndex
555 skippy, err := skipGenerated(dAtA[iNdEx:])
556 if err != nil {
557 return err
558 }
559 if skippy < 0 {
560 return ErrInvalidLengthGenerated
561 }
562 if (iNdEx + skippy) > l {
563 return io.ErrUnexpectedEOF
564 }
565 iNdEx += skippy
566 }
567 }
568
569 if iNdEx > l {
570 return io.ErrUnexpectedEOF
571 }
572 return nil
573}
574func (m *TokenReview) Unmarshal(dAtA []byte) error {
575 l := len(dAtA)
576 iNdEx := 0
577 for iNdEx < l {
578 preIndex := iNdEx
579 var wire uint64
580 for shift := uint(0); ; shift += 7 {
581 if shift >= 64 {
582 return ErrIntOverflowGenerated
583 }
584 if iNdEx >= l {
585 return io.ErrUnexpectedEOF
586 }
587 b := dAtA[iNdEx]
588 iNdEx++
589 wire |= (uint64(b) & 0x7F) << shift
590 if b < 0x80 {
591 break
592 }
593 }
594 fieldNum := int32(wire >> 3)
595 wireType := int(wire & 0x7)
596 if wireType == 4 {
597 return fmt.Errorf("proto: TokenReview: wiretype end group for non-group")
598 }
599 if fieldNum <= 0 {
600 return fmt.Errorf("proto: TokenReview: illegal tag %d (wire type %d)", fieldNum, wire)
601 }
602 switch fieldNum {
603 case 1:
604 if wireType != 2 {
605 return fmt.Errorf("proto: wrong wireType = %d for field ObjectMeta", wireType)
606 }
607 var msglen int
608 for shift := uint(0); ; shift += 7 {
609 if shift >= 64 {
610 return ErrIntOverflowGenerated
611 }
612 if iNdEx >= l {
613 return io.ErrUnexpectedEOF
614 }
615 b := dAtA[iNdEx]
616 iNdEx++
617 msglen |= (int(b) & 0x7F) << shift
618 if b < 0x80 {
619 break
620 }
621 }
622 if msglen < 0 {
623 return ErrInvalidLengthGenerated
624 }
625 postIndex := iNdEx + msglen
626 if postIndex > l {
627 return io.ErrUnexpectedEOF
628 }
629 if err := m.ObjectMeta.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
630 return err
631 }
632 iNdEx = postIndex
633 case 2:
634 if wireType != 2 {
635 return fmt.Errorf("proto: wrong wireType = %d for field Spec", wireType)
636 }
637 var msglen int
638 for shift := uint(0); ; shift += 7 {
639 if shift >= 64 {
640 return ErrIntOverflowGenerated
641 }
642 if iNdEx >= l {
643 return io.ErrUnexpectedEOF
644 }
645 b := dAtA[iNdEx]
646 iNdEx++
647 msglen |= (int(b) & 0x7F) << shift
648 if b < 0x80 {
649 break
650 }
651 }
652 if msglen < 0 {
653 return ErrInvalidLengthGenerated
654 }
655 postIndex := iNdEx + msglen
656 if postIndex > l {
657 return io.ErrUnexpectedEOF
658 }
659 if err := m.Spec.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
660 return err
661 }
662 iNdEx = postIndex
663 case 3:
664 if wireType != 2 {
665 return fmt.Errorf("proto: wrong wireType = %d for field Status", wireType)
666 }
667 var msglen int
668 for shift := uint(0); ; shift += 7 {
669 if shift >= 64 {
670 return ErrIntOverflowGenerated
671 }
672 if iNdEx >= l {
673 return io.ErrUnexpectedEOF
674 }
675 b := dAtA[iNdEx]
676 iNdEx++
677 msglen |= (int(b) & 0x7F) << shift
678 if b < 0x80 {
679 break
680 }
681 }
682 if msglen < 0 {
683 return ErrInvalidLengthGenerated
684 }
685 postIndex := iNdEx + msglen
686 if postIndex > l {
687 return io.ErrUnexpectedEOF
688 }
689 if err := m.Status.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
690 return err
691 }
692 iNdEx = postIndex
693 default:
694 iNdEx = preIndex
695 skippy, err := skipGenerated(dAtA[iNdEx:])
696 if err != nil {
697 return err
698 }
699 if skippy < 0 {
700 return ErrInvalidLengthGenerated
701 }
702 if (iNdEx + skippy) > l {
703 return io.ErrUnexpectedEOF
704 }
705 iNdEx += skippy
706 }
707 }
708
709 if iNdEx > l {
710 return io.ErrUnexpectedEOF
711 }
712 return nil
713}
714func (m *TokenReviewSpec) Unmarshal(dAtA []byte) error {
715 l := len(dAtA)
716 iNdEx := 0
717 for iNdEx < l {
718 preIndex := iNdEx
719 var wire uint64
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 wire |= (uint64(b) & 0x7F) << shift
730 if b < 0x80 {
731 break
732 }
733 }
734 fieldNum := int32(wire >> 3)
735 wireType := int(wire & 0x7)
736 if wireType == 4 {
737 return fmt.Errorf("proto: TokenReviewSpec: wiretype end group for non-group")
738 }
739 if fieldNum <= 0 {
740 return fmt.Errorf("proto: TokenReviewSpec: illegal tag %d (wire type %d)", fieldNum, wire)
741 }
742 switch fieldNum {
743 case 1:
744 if wireType != 2 {
745 return fmt.Errorf("proto: wrong wireType = %d for field Token", wireType)
746 }
747 var stringLen uint64
748 for shift := uint(0); ; shift += 7 {
749 if shift >= 64 {
750 return ErrIntOverflowGenerated
751 }
752 if iNdEx >= l {
753 return io.ErrUnexpectedEOF
754 }
755 b := dAtA[iNdEx]
756 iNdEx++
757 stringLen |= (uint64(b) & 0x7F) << shift
758 if b < 0x80 {
759 break
760 }
761 }
762 intStringLen := int(stringLen)
763 if intStringLen < 0 {
764 return ErrInvalidLengthGenerated
765 }
766 postIndex := iNdEx + intStringLen
767 if postIndex > l {
768 return io.ErrUnexpectedEOF
769 }
770 m.Token = string(dAtA[iNdEx:postIndex])
771 iNdEx = postIndex
772 case 2:
773 if wireType != 2 {
774 return fmt.Errorf("proto: wrong wireType = %d for field Audiences", wireType)
775 }
776 var stringLen uint64
777 for shift := uint(0); ; shift += 7 {
778 if shift >= 64 {
779 return ErrIntOverflowGenerated
780 }
781 if iNdEx >= l {
782 return io.ErrUnexpectedEOF
783 }
784 b := dAtA[iNdEx]
785 iNdEx++
786 stringLen |= (uint64(b) & 0x7F) << shift
787 if b < 0x80 {
788 break
789 }
790 }
791 intStringLen := int(stringLen)
792 if intStringLen < 0 {
793 return ErrInvalidLengthGenerated
794 }
795 postIndex := iNdEx + intStringLen
796 if postIndex > l {
797 return io.ErrUnexpectedEOF
798 }
799 m.Audiences = append(m.Audiences, string(dAtA[iNdEx:postIndex]))
800 iNdEx = postIndex
801 default:
802 iNdEx = preIndex
803 skippy, err := skipGenerated(dAtA[iNdEx:])
804 if err != nil {
805 return err
806 }
807 if skippy < 0 {
808 return ErrInvalidLengthGenerated
809 }
810 if (iNdEx + skippy) > l {
811 return io.ErrUnexpectedEOF
812 }
813 iNdEx += skippy
814 }
815 }
816
817 if iNdEx > l {
818 return io.ErrUnexpectedEOF
819 }
820 return nil
821}
822func (m *TokenReviewStatus) Unmarshal(dAtA []byte) error {
823 l := len(dAtA)
824 iNdEx := 0
825 for iNdEx < l {
826 preIndex := iNdEx
827 var wire uint64
828 for shift := uint(0); ; shift += 7 {
829 if shift >= 64 {
830 return ErrIntOverflowGenerated
831 }
832 if iNdEx >= l {
833 return io.ErrUnexpectedEOF
834 }
835 b := dAtA[iNdEx]
836 iNdEx++
837 wire |= (uint64(b) & 0x7F) << shift
838 if b < 0x80 {
839 break
840 }
841 }
842 fieldNum := int32(wire >> 3)
843 wireType := int(wire & 0x7)
844 if wireType == 4 {
845 return fmt.Errorf("proto: TokenReviewStatus: wiretype end group for non-group")
846 }
847 if fieldNum <= 0 {
848 return fmt.Errorf("proto: TokenReviewStatus: illegal tag %d (wire type %d)", fieldNum, wire)
849 }
850 switch fieldNum {
851 case 1:
852 if wireType != 0 {
853 return fmt.Errorf("proto: wrong wireType = %d for field Authenticated", wireType)
854 }
855 var v int
856 for shift := uint(0); ; shift += 7 {
857 if shift >= 64 {
858 return ErrIntOverflowGenerated
859 }
860 if iNdEx >= l {
861 return io.ErrUnexpectedEOF
862 }
863 b := dAtA[iNdEx]
864 iNdEx++
865 v |= (int(b) & 0x7F) << shift
866 if b < 0x80 {
867 break
868 }
869 }
870 m.Authenticated = bool(v != 0)
871 case 2:
872 if wireType != 2 {
873 return fmt.Errorf("proto: wrong wireType = %d for field User", wireType)
874 }
875 var msglen int
876 for shift := uint(0); ; shift += 7 {
877 if shift >= 64 {
878 return ErrIntOverflowGenerated
879 }
880 if iNdEx >= l {
881 return io.ErrUnexpectedEOF
882 }
883 b := dAtA[iNdEx]
884 iNdEx++
885 msglen |= (int(b) & 0x7F) << shift
886 if b < 0x80 {
887 break
888 }
889 }
890 if msglen < 0 {
891 return ErrInvalidLengthGenerated
892 }
893 postIndex := iNdEx + msglen
894 if postIndex > l {
895 return io.ErrUnexpectedEOF
896 }
897 if err := m.User.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
898 return err
899 }
900 iNdEx = postIndex
901 case 3:
902 if wireType != 2 {
903 return fmt.Errorf("proto: wrong wireType = %d for field Error", wireType)
904 }
905 var stringLen uint64
906 for shift := uint(0); ; shift += 7 {
907 if shift >= 64 {
908 return ErrIntOverflowGenerated
909 }
910 if iNdEx >= l {
911 return io.ErrUnexpectedEOF
912 }
913 b := dAtA[iNdEx]
914 iNdEx++
915 stringLen |= (uint64(b) & 0x7F) << shift
916 if b < 0x80 {
917 break
918 }
919 }
920 intStringLen := int(stringLen)
921 if intStringLen < 0 {
922 return ErrInvalidLengthGenerated
923 }
924 postIndex := iNdEx + intStringLen
925 if postIndex > l {
926 return io.ErrUnexpectedEOF
927 }
928 m.Error = string(dAtA[iNdEx:postIndex])
929 iNdEx = postIndex
930 case 4:
931 if wireType != 2 {
932 return fmt.Errorf("proto: wrong wireType = %d for field Audiences", wireType)
933 }
934 var stringLen uint64
935 for shift := uint(0); ; shift += 7 {
936 if shift >= 64 {
937 return ErrIntOverflowGenerated
938 }
939 if iNdEx >= l {
940 return io.ErrUnexpectedEOF
941 }
942 b := dAtA[iNdEx]
943 iNdEx++
944 stringLen |= (uint64(b) & 0x7F) << shift
945 if b < 0x80 {
946 break
947 }
948 }
949 intStringLen := int(stringLen)
950 if intStringLen < 0 {
951 return ErrInvalidLengthGenerated
952 }
953 postIndex := iNdEx + intStringLen
954 if postIndex > l {
955 return io.ErrUnexpectedEOF
956 }
957 m.Audiences = append(m.Audiences, string(dAtA[iNdEx:postIndex]))
958 iNdEx = postIndex
959 default:
960 iNdEx = preIndex
961 skippy, err := skipGenerated(dAtA[iNdEx:])
962 if err != nil {
963 return err
964 }
965 if skippy < 0 {
966 return ErrInvalidLengthGenerated
967 }
968 if (iNdEx + skippy) > l {
969 return io.ErrUnexpectedEOF
970 }
971 iNdEx += skippy
972 }
973 }
974
975 if iNdEx > l {
976 return io.ErrUnexpectedEOF
977 }
978 return nil
979}
980func (m *UserInfo) Unmarshal(dAtA []byte) error {
981 l := len(dAtA)
982 iNdEx := 0
983 for iNdEx < l {
984 preIndex := iNdEx
985 var wire uint64
986 for shift := uint(0); ; shift += 7 {
987 if shift >= 64 {
988 return ErrIntOverflowGenerated
989 }
990 if iNdEx >= l {
991 return io.ErrUnexpectedEOF
992 }
993 b := dAtA[iNdEx]
994 iNdEx++
995 wire |= (uint64(b) & 0x7F) << shift
996 if b < 0x80 {
997 break
998 }
999 }
1000 fieldNum := int32(wire >> 3)
1001 wireType := int(wire & 0x7)
1002 if wireType == 4 {
1003 return fmt.Errorf("proto: UserInfo: wiretype end group for non-group")
1004 }
1005 if fieldNum <= 0 {
1006 return fmt.Errorf("proto: UserInfo: illegal tag %d (wire type %d)", fieldNum, wire)
1007 }
1008 switch fieldNum {
1009 case 1:
1010 if wireType != 2 {
1011 return fmt.Errorf("proto: wrong wireType = %d for field Username", wireType)
1012 }
1013 var stringLen uint64
1014 for shift := uint(0); ; shift += 7 {
1015 if shift >= 64 {
1016 return ErrIntOverflowGenerated
1017 }
1018 if iNdEx >= l {
1019 return io.ErrUnexpectedEOF
1020 }
1021 b := dAtA[iNdEx]
1022 iNdEx++
1023 stringLen |= (uint64(b) & 0x7F) << shift
1024 if b < 0x80 {
1025 break
1026 }
1027 }
1028 intStringLen := int(stringLen)
1029 if intStringLen < 0 {
1030 return ErrInvalidLengthGenerated
1031 }
1032 postIndex := iNdEx + intStringLen
1033 if postIndex > l {
1034 return io.ErrUnexpectedEOF
1035 }
1036 m.Username = string(dAtA[iNdEx:postIndex])
1037 iNdEx = postIndex
1038 case 2:
1039 if wireType != 2 {
1040 return fmt.Errorf("proto: wrong wireType = %d for field UID", wireType)
1041 }
1042 var stringLen uint64
1043 for shift := uint(0); ; shift += 7 {
1044 if shift >= 64 {
1045 return ErrIntOverflowGenerated
1046 }
1047 if iNdEx >= l {
1048 return io.ErrUnexpectedEOF
1049 }
1050 b := dAtA[iNdEx]
1051 iNdEx++
1052 stringLen |= (uint64(b) & 0x7F) << shift
1053 if b < 0x80 {
1054 break
1055 }
1056 }
1057 intStringLen := int(stringLen)
1058 if intStringLen < 0 {
1059 return ErrInvalidLengthGenerated
1060 }
1061 postIndex := iNdEx + intStringLen
1062 if postIndex > l {
1063 return io.ErrUnexpectedEOF
1064 }
1065 m.UID = string(dAtA[iNdEx:postIndex])
1066 iNdEx = postIndex
1067 case 3:
1068 if wireType != 2 {
1069 return fmt.Errorf("proto: wrong wireType = %d for field Groups", wireType)
1070 }
1071 var stringLen uint64
1072 for shift := uint(0); ; shift += 7 {
1073 if shift >= 64 {
1074 return ErrIntOverflowGenerated
1075 }
1076 if iNdEx >= l {
1077 return io.ErrUnexpectedEOF
1078 }
1079 b := dAtA[iNdEx]
1080 iNdEx++
1081 stringLen |= (uint64(b) & 0x7F) << shift
1082 if b < 0x80 {
1083 break
1084 }
1085 }
1086 intStringLen := int(stringLen)
1087 if intStringLen < 0 {
1088 return ErrInvalidLengthGenerated
1089 }
1090 postIndex := iNdEx + intStringLen
1091 if postIndex > l {
1092 return io.ErrUnexpectedEOF
1093 }
1094 m.Groups = append(m.Groups, string(dAtA[iNdEx:postIndex]))
1095 iNdEx = postIndex
1096 case 4:
1097 if wireType != 2 {
1098 return fmt.Errorf("proto: wrong wireType = %d for field Extra", wireType)
1099 }
1100 var msglen int
1101 for shift := uint(0); ; shift += 7 {
1102 if shift >= 64 {
1103 return ErrIntOverflowGenerated
1104 }
1105 if iNdEx >= l {
1106 return io.ErrUnexpectedEOF
1107 }
1108 b := dAtA[iNdEx]
1109 iNdEx++
1110 msglen |= (int(b) & 0x7F) << shift
1111 if b < 0x80 {
1112 break
1113 }
1114 }
1115 if msglen < 0 {
1116 return ErrInvalidLengthGenerated
1117 }
1118 postIndex := iNdEx + msglen
1119 if postIndex > l {
1120 return io.ErrUnexpectedEOF
1121 }
1122 if m.Extra == nil {
1123 m.Extra = make(map[string]ExtraValue)
1124 }
1125 var mapkey string
1126 mapvalue := &ExtraValue{}
1127 for iNdEx < postIndex {
1128 entryPreIndex := iNdEx
1129 var wire uint64
1130 for shift := uint(0); ; shift += 7 {
1131 if shift >= 64 {
1132 return ErrIntOverflowGenerated
1133 }
1134 if iNdEx >= l {
1135 return io.ErrUnexpectedEOF
1136 }
1137 b := dAtA[iNdEx]
1138 iNdEx++
1139 wire |= (uint64(b) & 0x7F) << shift
1140 if b < 0x80 {
1141 break
1142 }
1143 }
1144 fieldNum := int32(wire >> 3)
1145 if fieldNum == 1 {
1146 var stringLenmapkey uint64
1147 for shift := uint(0); ; shift += 7 {
1148 if shift >= 64 {
1149 return ErrIntOverflowGenerated
1150 }
1151 if iNdEx >= l {
1152 return io.ErrUnexpectedEOF
1153 }
1154 b := dAtA[iNdEx]
1155 iNdEx++
1156 stringLenmapkey |= (uint64(b) & 0x7F) << shift
1157 if b < 0x80 {
1158 break
1159 }
1160 }
1161 intStringLenmapkey := int(stringLenmapkey)
1162 if intStringLenmapkey < 0 {
1163 return ErrInvalidLengthGenerated
1164 }
1165 postStringIndexmapkey := iNdEx + intStringLenmapkey
1166 if postStringIndexmapkey > l {
1167 return io.ErrUnexpectedEOF
1168 }
1169 mapkey = string(dAtA[iNdEx:postStringIndexmapkey])
1170 iNdEx = postStringIndexmapkey
1171 } else if fieldNum == 2 {
1172 var mapmsglen int
1173 for shift := uint(0); ; shift += 7 {
1174 if shift >= 64 {
1175 return ErrIntOverflowGenerated
1176 }
1177 if iNdEx >= l {
1178 return io.ErrUnexpectedEOF
1179 }
1180 b := dAtA[iNdEx]
1181 iNdEx++
1182 mapmsglen |= (int(b) & 0x7F) << shift
1183 if b < 0x80 {
1184 break
1185 }
1186 }
1187 if mapmsglen < 0 {
1188 return ErrInvalidLengthGenerated
1189 }
1190 postmsgIndex := iNdEx + mapmsglen
1191 if mapmsglen < 0 {
1192 return ErrInvalidLengthGenerated
1193 }
1194 if postmsgIndex > l {
1195 return io.ErrUnexpectedEOF
1196 }
1197 mapvalue = &ExtraValue{}
1198 if err := mapvalue.Unmarshal(dAtA[iNdEx:postmsgIndex]); err != nil {
1199 return err
1200 }
1201 iNdEx = postmsgIndex
1202 } else {
1203 iNdEx = entryPreIndex
1204 skippy, err := skipGenerated(dAtA[iNdEx:])
1205 if err != nil {
1206 return err
1207 }
1208 if skippy < 0 {
1209 return ErrInvalidLengthGenerated
1210 }
1211 if (iNdEx + skippy) > postIndex {
1212 return io.ErrUnexpectedEOF
1213 }
1214 iNdEx += skippy
1215 }
1216 }
1217 m.Extra[mapkey] = *mapvalue
1218 iNdEx = postIndex
1219 default:
1220 iNdEx = preIndex
1221 skippy, err := skipGenerated(dAtA[iNdEx:])
1222 if err != nil {
1223 return err
1224 }
1225 if skippy < 0 {
1226 return ErrInvalidLengthGenerated
1227 }
1228 if (iNdEx + skippy) > l {
1229 return io.ErrUnexpectedEOF
1230 }
1231 iNdEx += skippy
1232 }
1233 }
1234
1235 if iNdEx > l {
1236 return io.ErrUnexpectedEOF
1237 }
1238 return nil
1239}
1240func skipGenerated(dAtA []byte) (n int, err error) {
1241 l := len(dAtA)
1242 iNdEx := 0
1243 for iNdEx < l {
1244 var wire uint64
1245 for shift := uint(0); ; shift += 7 {
1246 if shift >= 64 {
1247 return 0, ErrIntOverflowGenerated
1248 }
1249 if iNdEx >= l {
1250 return 0, io.ErrUnexpectedEOF
1251 }
1252 b := dAtA[iNdEx]
1253 iNdEx++
1254 wire |= (uint64(b) & 0x7F) << shift
1255 if b < 0x80 {
1256 break
1257 }
1258 }
1259 wireType := int(wire & 0x7)
1260 switch wireType {
1261 case 0:
1262 for shift := uint(0); ; shift += 7 {
1263 if shift >= 64 {
1264 return 0, ErrIntOverflowGenerated
1265 }
1266 if iNdEx >= l {
1267 return 0, io.ErrUnexpectedEOF
1268 }
1269 iNdEx++
1270 if dAtA[iNdEx-1] < 0x80 {
1271 break
1272 }
1273 }
1274 return iNdEx, nil
1275 case 1:
1276 iNdEx += 8
1277 return iNdEx, nil
1278 case 2:
1279 var length int
1280 for shift := uint(0); ; shift += 7 {
1281 if shift >= 64 {
1282 return 0, ErrIntOverflowGenerated
1283 }
1284 if iNdEx >= l {
1285 return 0, io.ErrUnexpectedEOF
1286 }
1287 b := dAtA[iNdEx]
1288 iNdEx++
1289 length |= (int(b) & 0x7F) << shift
1290 if b < 0x80 {
1291 break
1292 }
1293 }
1294 iNdEx += length
1295 if length < 0 {
1296 return 0, ErrInvalidLengthGenerated
1297 }
1298 return iNdEx, nil
1299 case 3:
1300 for {
1301 var innerWire uint64
1302 var start int = iNdEx
1303 for shift := uint(0); ; shift += 7 {
1304 if shift >= 64 {
1305 return 0, ErrIntOverflowGenerated
1306 }
1307 if iNdEx >= l {
1308 return 0, io.ErrUnexpectedEOF
1309 }
1310 b := dAtA[iNdEx]
1311 iNdEx++
1312 innerWire |= (uint64(b) & 0x7F) << shift
1313 if b < 0x80 {
1314 break
1315 }
1316 }
1317 innerWireType := int(innerWire & 0x7)
1318 if innerWireType == 4 {
1319 break
1320 }
1321 next, err := skipGenerated(dAtA[start:])
1322 if err != nil {
1323 return 0, err
1324 }
1325 iNdEx = start + next
1326 }
1327 return iNdEx, nil
1328 case 4:
1329 return iNdEx, nil
1330 case 5:
1331 iNdEx += 4
1332 return iNdEx, nil
1333 default:
1334 return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
1335 }
1336 }
1337 panic("unreachable")
1338}
1339
1340var (
1341 ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling")
1342 ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow")
1343)
1344
1345func init() {
1346 proto.RegisterFile("k8s.io/kubernetes/vendor/k8s.io/api/authentication/v1beta1/generated.proto", fileDescriptorGenerated)
1347}
1348
1349var fileDescriptorGenerated = []byte{
1350 // 663 bytes of a gzipped FileDescriptorProto
1351 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x53, 0xcd, 0x4e, 0x14, 0x4d,
1352 0x14, 0xed, 0x9e, 0x1f, 0xbe, 0x99, 0x9a, 0x6f, 0x14, 0x2b, 0x31, 0x99, 0x4c, 0x62, 0x0f, 0x8e,
1353 0x1b, 0x12, 0xa4, 0x5a, 0x08, 0x41, 0x82, 0x2b, 0x5a, 0x89, 0xc1, 0x84, 0x98, 0x94, 0xe0, 0x42,
1354 0x5d, 0x58, 0xd3, 0x73, 0xe9, 0x69, 0xc7, 0xfe, 0x49, 0x55, 0xf5, 0x28, 0x3b, 0x1e, 0xc1, 0xa5,
1355 0x4b, 0x13, 0x9f, 0xc4, 0x1d, 0x4b, 0x96, 0x2c, 0xcc, 0x44, 0xda, 0x27, 0xf0, 0x0d, 0x4c, 0x55,
1356 0x17, 0xcc, 0x00, 0x31, 0xc0, 0xae, 0xeb, 0xdc, 0x7b, 0xce, 0x3d, 0xf7, 0x54, 0x17, 0x7a, 0x31,
1357 0x5c, 0x13, 0x24, 0x4c, 0xdc, 0x61, 0xd6, 0x03, 0x1e, 0x83, 0x04, 0xe1, 0x8e, 0x20, 0xee, 0x27,
1358 0xdc, 0x35, 0x05, 0x96, 0x86, 0x2e, 0xcb, 0xe4, 0x00, 0x62, 0x19, 0xfa, 0x4c, 0x86, 0x49, 0xec,
1359 0x8e, 0x96, 0x7a, 0x20, 0xd9, 0x92, 0x1b, 0x40, 0x0c, 0x9c, 0x49, 0xe8, 0x93, 0x94, 0x27, 0x32,
1360 0xc1, 0xf7, 0x0b, 0x0a, 0x61, 0x69, 0x48, 0xce, 0x53, 0x88, 0xa1, 0xb4, 0x17, 0x83, 0x50, 0x0e,
1361 0xb2, 0x1e, 0xf1, 0x93, 0xc8, 0x0d, 0x92, 0x20, 0x71, 0x35, 0xb3, 0x97, 0xed, 0xe9, 0x93, 0x3e,
1362 0xe8, 0xaf, 0x42, 0xb1, 0xbd, 0x32, 0x31, 0x11, 0x31, 0x7f, 0x10, 0xc6, 0xc0, 0xf7, 0xdd, 0x74,
1363 0x18, 0x28, 0x40, 0xb8, 0x11, 0x48, 0xe6, 0x8e, 0x2e, 0xf9, 0x68, 0xbb, 0xff, 0x62, 0xf1, 0x2c,
1364 0x96, 0x61, 0x04, 0x97, 0x08, 0xab, 0x57, 0x11, 0x84, 0x3f, 0x80, 0x88, 0x5d, 0xe4, 0x75, 0x1f,
1365 0x23, 0xb4, 0xf9, 0x59, 0x72, 0xf6, 0x9a, 0x7d, 0xcc, 0x00, 0x77, 0x50, 0x35, 0x94, 0x10, 0x89,
1366 0x96, 0x3d, 0x57, 0x9e, 0xaf, 0x7b, 0xf5, 0x7c, 0xdc, 0xa9, 0x6e, 0x29, 0x80, 0x16, 0xf8, 0x7a,
1367 0xed, 0xeb, 0xb7, 0x8e, 0x75, 0xf0, 0x73, 0xce, 0xea, 0x7e, 0x2f, 0xa1, 0xc6, 0x4e, 0x32, 0x84,
1368 0x98, 0xc2, 0x28, 0x84, 0x4f, 0xf8, 0x3d, 0xaa, 0xa9, 0x65, 0xfa, 0x4c, 0xb2, 0x96, 0x3d, 0x67,
1369 0xcf, 0x37, 0x96, 0x1f, 0x91, 0x49, 0x98, 0x67, 0x9e, 0x48, 0x3a, 0x0c, 0x14, 0x20, 0x88, 0xea,
1370 0x26, 0xa3, 0x25, 0xf2, 0xb2, 0xf7, 0x01, 0x7c, 0xb9, 0x0d, 0x92, 0x79, 0xf8, 0x70, 0xdc, 0xb1,
1371 0xf2, 0x71, 0x07, 0x4d, 0x30, 0x7a, 0xa6, 0x8a, 0x77, 0x50, 0x45, 0xa4, 0xe0, 0xb7, 0x4a, 0x5a,
1372 0x7d, 0x99, 0x5c, 0x79, 0x55, 0x64, 0xca, 0xdf, 0xab, 0x14, 0x7c, 0xef, 0x7f, 0xa3, 0x5f, 0x51,
1373 0x27, 0xaa, 0xd5, 0xf0, 0x3b, 0x34, 0x23, 0x24, 0x93, 0x99, 0x68, 0x95, 0xb5, 0xee, 0xca, 0x0d,
1374 0x75, 0x35, 0xd7, 0xbb, 0x65, 0x94, 0x67, 0x8a, 0x33, 0x35, 0x9a, 0x5d, 0x1f, 0xdd, 0xbe, 0x60,
1375 0x02, 0x3f, 0x40, 0x55, 0xa9, 0x20, 0x9d, 0x52, 0xdd, 0x6b, 0x1a, 0x66, 0xb5, 0xe8, 0x2b, 0x6a,
1376 0x78, 0x01, 0xd5, 0x59, 0xd6, 0x0f, 0x21, 0xf6, 0x41, 0xb4, 0x4a, 0xfa, 0x32, 0x9a, 0xf9, 0xb8,
1377 0x53, 0xdf, 0x38, 0x05, 0xe9, 0xa4, 0xde, 0xfd, 0x63, 0xa3, 0x3b, 0x97, 0x2c, 0xe1, 0x27, 0xa8,
1378 0x39, 0x65, 0x1f, 0xfa, 0x7a, 0x5e, 0xcd, 0xbb, 0x6b, 0xe6, 0x35, 0x37, 0xa6, 0x8b, 0xf4, 0x7c,
1379 0x2f, 0xde, 0x46, 0x95, 0x4c, 0x00, 0x37, 0x59, 0x2f, 0x5c, 0x23, 0x93, 0x5d, 0x01, 0x7c, 0x2b,
1380 0xde, 0x4b, 0x26, 0x21, 0x2b, 0x84, 0x6a, 0x19, 0xb5, 0x33, 0x70, 0x9e, 0x70, 0x9d, 0xf1, 0xd4,
1381 0xce, 0x9b, 0x0a, 0xa4, 0x45, 0xed, 0xfc, 0xce, 0x95, 0x2b, 0x76, 0xfe, 0x51, 0x42, 0xb5, 0xd3,
1382 0x91, 0xf8, 0x21, 0xaa, 0xa9, 0x31, 0x31, 0x8b, 0xc0, 0xa4, 0x3a, 0x6b, 0x26, 0xe8, 0x1e, 0x85,
1383 0xd3, 0xb3, 0x0e, 0x7c, 0x0f, 0x95, 0xb3, 0xb0, 0xaf, 0x57, 0xab, 0x7b, 0x0d, 0xd3, 0x58, 0xde,
1384 0xdd, 0x7a, 0x46, 0x15, 0x8e, 0xbb, 0x68, 0x26, 0xe0, 0x49, 0x96, 0xaa, 0x1f, 0x42, 0x79, 0x40,
1385 0xea, 0x5a, 0x9f, 0x6b, 0x84, 0x9a, 0x0a, 0x7e, 0x8b, 0xaa, 0xa0, 0x5e, 0x8d, 0xb6, 0xd9, 0x58,
1386 0x5e, 0xbd, 0x41, 0x3e, 0x44, 0x3f, 0xb7, 0xcd, 0x58, 0xf2, 0xfd, 0xa9, 0x1c, 0x14, 0x46, 0x0b,
1387 0xcd, 0x76, 0x60, 0x9e, 0xa4, 0xee, 0xc1, 0xb3, 0xa8, 0x3c, 0x84, 0xfd, 0x62, 0x2d, 0xaa, 0x3e,
1388 0xf1, 0x53, 0x54, 0x1d, 0xa9, 0xd7, 0x6a, 0x2e, 0x67, 0xf1, 0x1a, 0xc3, 0x27, 0x4f, 0x9c, 0x16,
1389 0xdc, 0xf5, 0xd2, 0x9a, 0xed, 0x2d, 0x1e, 0x9e, 0x38, 0xd6, 0xd1, 0x89, 0x63, 0x1d, 0x9f, 0x38,
1390 0xd6, 0x41, 0xee, 0xd8, 0x87, 0xb9, 0x63, 0x1f, 0xe5, 0x8e, 0x7d, 0x9c, 0x3b, 0xf6, 0xaf, 0xdc,
1391 0xb1, 0xbf, 0xfc, 0x76, 0xac, 0x37, 0xff, 0x19, 0x91, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xf7,
1392 0xd6, 0x32, 0x28, 0x68, 0x05, 0x00, 0x00,
1393}