From c2d09ec744c5ef27abcfd4ed725e76e6a9a5c338 Mon Sep 17 00:00:00 2001 From: Daneyon Hansen Date: Thu, 7 May 2020 13:46:03 -0700 Subject: [PATCH] Adds request retry attributes to HTTPRoute API Type --- api/v1alpha1/generated.pb.go | 685 ++++++++++++++---- api/v1alpha1/generated.proto | 36 + api/v1alpha1/httproute_types.go | 39 + api/v1alpha1/zz_generated.deepcopy.go | 35 + .../bases/networking.x-k8s.io_httproutes.yaml | 68 ++ 5 files changed, 704 insertions(+), 159 deletions(-) diff --git a/api/v1alpha1/generated.pb.go b/api/v1alpha1/generated.pb.go index b7e0ce4609..443595eea9 100644 --- a/api/v1alpha1/generated.pb.go +++ b/api/v1alpha1/generated.pb.go @@ -410,10 +410,38 @@ func (m *HTTPHeaderFilter) XXX_DiscardUnknown() { var xxx_messageInfo_HTTPHeaderFilter proto.InternalMessageInfo +func (m *HTTPRetryPolicy) Reset() { *m = HTTPRetryPolicy{} } +func (*HTTPRetryPolicy) ProtoMessage() {} +func (*HTTPRetryPolicy) Descriptor() ([]byte, []int) { + return fileDescriptor_40fafbfb106ed5b2, []int{13} +} +func (m *HTTPRetryPolicy) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *HTTPRetryPolicy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil +} +func (m *HTTPRetryPolicy) XXX_Merge(src proto.Message) { + xxx_messageInfo_HTTPRetryPolicy.Merge(m, src) +} +func (m *HTTPRetryPolicy) XXX_Size() int { + return m.Size() +} +func (m *HTTPRetryPolicy) XXX_DiscardUnknown() { + xxx_messageInfo_HTTPRetryPolicy.DiscardUnknown(m) +} + +var xxx_messageInfo_HTTPRetryPolicy proto.InternalMessageInfo + func (m *HTTPRoute) Reset() { *m = HTTPRoute{} } func (*HTTPRoute) ProtoMessage() {} func (*HTTPRoute) Descriptor() ([]byte, []int) { - return fileDescriptor_40fafbfb106ed5b2, []int{13} + return fileDescriptor_40fafbfb106ed5b2, []int{14} } func (m *HTTPRoute) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -441,7 +469,7 @@ var xxx_messageInfo_HTTPRoute proto.InternalMessageInfo func (m *HTTPRouteAction) Reset() { *m = HTTPRouteAction{} } func (*HTTPRouteAction) ProtoMessage() {} func (*HTTPRouteAction) Descriptor() ([]byte, []int) { - return fileDescriptor_40fafbfb106ed5b2, []int{14} + return fileDescriptor_40fafbfb106ed5b2, []int{15} } func (m *HTTPRouteAction) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -469,7 +497,7 @@ var xxx_messageInfo_HTTPRouteAction proto.InternalMessageInfo func (m *HTTPRouteFilter) Reset() { *m = HTTPRouteFilter{} } func (*HTTPRouteFilter) ProtoMessage() {} func (*HTTPRouteFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_40fafbfb106ed5b2, []int{15} + return fileDescriptor_40fafbfb106ed5b2, []int{16} } func (m *HTTPRouteFilter) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -497,7 +525,7 @@ var xxx_messageInfo_HTTPRouteFilter proto.InternalMessageInfo func (m *HTTPRouteHost) Reset() { *m = HTTPRouteHost{} } func (*HTTPRouteHost) ProtoMessage() {} func (*HTTPRouteHost) Descriptor() ([]byte, []int) { - return fileDescriptor_40fafbfb106ed5b2, []int{16} + return fileDescriptor_40fafbfb106ed5b2, []int{17} } func (m *HTTPRouteHost) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -525,7 +553,7 @@ var xxx_messageInfo_HTTPRouteHost proto.InternalMessageInfo func (m *HTTPRouteList) Reset() { *m = HTTPRouteList{} } func (*HTTPRouteList) ProtoMessage() {} func (*HTTPRouteList) Descriptor() ([]byte, []int) { - return fileDescriptor_40fafbfb106ed5b2, []int{17} + return fileDescriptor_40fafbfb106ed5b2, []int{18} } func (m *HTTPRouteList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -553,7 +581,7 @@ var xxx_messageInfo_HTTPRouteList proto.InternalMessageInfo func (m *HTTPRouteMatch) Reset() { *m = HTTPRouteMatch{} } func (*HTTPRouteMatch) ProtoMessage() {} func (*HTTPRouteMatch) Descriptor() ([]byte, []int) { - return fileDescriptor_40fafbfb106ed5b2, []int{18} + return fileDescriptor_40fafbfb106ed5b2, []int{19} } func (m *HTTPRouteMatch) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -581,7 +609,7 @@ var xxx_messageInfo_HTTPRouteMatch proto.InternalMessageInfo func (m *HTTPRouteRule) Reset() { *m = HTTPRouteRule{} } func (*HTTPRouteRule) ProtoMessage() {} func (*HTTPRouteRule) Descriptor() ([]byte, []int) { - return fileDescriptor_40fafbfb106ed5b2, []int{19} + return fileDescriptor_40fafbfb106ed5b2, []int{20} } func (m *HTTPRouteRule) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -609,7 +637,7 @@ var xxx_messageInfo_HTTPRouteRule proto.InternalMessageInfo func (m *HTTPRouteSpec) Reset() { *m = HTTPRouteSpec{} } func (*HTTPRouteSpec) ProtoMessage() {} func (*HTTPRouteSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_40fafbfb106ed5b2, []int{20} + return fileDescriptor_40fafbfb106ed5b2, []int{21} } func (m *HTTPRouteSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -637,7 +665,7 @@ var xxx_messageInfo_HTTPRouteSpec proto.InternalMessageInfo func (m *HTTPRouteStatus) Reset() { *m = HTTPRouteStatus{} } func (*HTTPRouteStatus) ProtoMessage() {} func (*HTTPRouteStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_40fafbfb106ed5b2, []int{21} + return fileDescriptor_40fafbfb106ed5b2, []int{22} } func (m *HTTPRouteStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -665,7 +693,7 @@ var xxx_messageInfo_HTTPRouteStatus proto.InternalMessageInfo func (m *Listener) Reset() { *m = Listener{} } func (*Listener) ProtoMessage() {} func (*Listener) Descriptor() ([]byte, []int) { - return fileDescriptor_40fafbfb106ed5b2, []int{22} + return fileDescriptor_40fafbfb106ed5b2, []int{23} } func (m *Listener) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -693,7 +721,7 @@ var xxx_messageInfo_Listener proto.InternalMessageInfo func (m *ListenerAddress) Reset() { *m = ListenerAddress{} } func (*ListenerAddress) ProtoMessage() {} func (*ListenerAddress) Descriptor() ([]byte, []int) { - return fileDescriptor_40fafbfb106ed5b2, []int{23} + return fileDescriptor_40fafbfb106ed5b2, []int{24} } func (m *ListenerAddress) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -721,7 +749,7 @@ var xxx_messageInfo_ListenerAddress proto.InternalMessageInfo func (m *ListenerCondition) Reset() { *m = ListenerCondition{} } func (*ListenerCondition) ProtoMessage() {} func (*ListenerCondition) Descriptor() ([]byte, []int) { - return fileDescriptor_40fafbfb106ed5b2, []int{24} + return fileDescriptor_40fafbfb106ed5b2, []int{25} } func (m *ListenerCondition) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -749,7 +777,7 @@ var xxx_messageInfo_ListenerCondition proto.InternalMessageInfo func (m *ListenerStatus) Reset() { *m = ListenerStatus{} } func (*ListenerStatus) ProtoMessage() {} func (*ListenerStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_40fafbfb106ed5b2, []int{25} + return fileDescriptor_40fafbfb106ed5b2, []int{26} } func (m *ListenerStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -777,7 +805,7 @@ var xxx_messageInfo_ListenerStatus proto.InternalMessageInfo func (m *LocalObjectReference) Reset() { *m = LocalObjectReference{} } func (*LocalObjectReference) ProtoMessage() {} func (*LocalObjectReference) Descriptor() ([]byte, []int) { - return fileDescriptor_40fafbfb106ed5b2, []int{26} + return fileDescriptor_40fafbfb106ed5b2, []int{27} } func (m *LocalObjectReference) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -805,7 +833,7 @@ var xxx_messageInfo_LocalObjectReference proto.InternalMessageInfo func (m *RouteBindingSelector) Reset() { *m = RouteBindingSelector{} } func (*RouteBindingSelector) ProtoMessage() {} func (*RouteBindingSelector) Descriptor() ([]byte, []int) { - return fileDescriptor_40fafbfb106ed5b2, []int{27} + return fileDescriptor_40fafbfb106ed5b2, []int{28} } func (m *RouteBindingSelector) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -833,7 +861,7 @@ var xxx_messageInfo_RouteBindingSelector proto.InternalMessageInfo func (m *TLSConfig) Reset() { *m = TLSConfig{} } func (*TLSConfig) ProtoMessage() {} func (*TLSConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_40fafbfb106ed5b2, []int{28} + return fileDescriptor_40fafbfb106ed5b2, []int{29} } func (m *TLSConfig) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -861,7 +889,7 @@ var xxx_messageInfo_TLSConfig proto.InternalMessageInfo func (m *TcpRoute) Reset() { *m = TcpRoute{} } func (*TcpRoute) ProtoMessage() {} func (*TcpRoute) Descriptor() ([]byte, []int) { - return fileDescriptor_40fafbfb106ed5b2, []int{29} + return fileDescriptor_40fafbfb106ed5b2, []int{30} } func (m *TcpRoute) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -889,7 +917,7 @@ var xxx_messageInfo_TcpRoute proto.InternalMessageInfo func (m *TcpRouteList) Reset() { *m = TcpRouteList{} } func (*TcpRouteList) ProtoMessage() {} func (*TcpRouteList) Descriptor() ([]byte, []int) { - return fileDescriptor_40fafbfb106ed5b2, []int{30} + return fileDescriptor_40fafbfb106ed5b2, []int{31} } func (m *TcpRouteList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -917,7 +945,7 @@ var xxx_messageInfo_TcpRouteList proto.InternalMessageInfo func (m *TcpRouteSpec) Reset() { *m = TcpRouteSpec{} } func (*TcpRouteSpec) ProtoMessage() {} func (*TcpRouteSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_40fafbfb106ed5b2, []int{31} + return fileDescriptor_40fafbfb106ed5b2, []int{32} } func (m *TcpRouteSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -945,7 +973,7 @@ var xxx_messageInfo_TcpRouteSpec proto.InternalMessageInfo func (m *TcpRouteStatus) Reset() { *m = TcpRouteStatus{} } func (*TcpRouteStatus) ProtoMessage() {} func (*TcpRouteStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_40fafbfb106ed5b2, []int{32} + return fileDescriptor_40fafbfb106ed5b2, []int{33} } func (m *TcpRouteStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -973,7 +1001,7 @@ var xxx_messageInfo_TcpRouteStatus proto.InternalMessageInfo func (m *TrafficSplit) Reset() { *m = TrafficSplit{} } func (*TrafficSplit) ProtoMessage() {} func (*TrafficSplit) Descriptor() ([]byte, []int) { - return fileDescriptor_40fafbfb106ed5b2, []int{33} + return fileDescriptor_40fafbfb106ed5b2, []int{34} } func (m *TrafficSplit) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1001,7 +1029,7 @@ var xxx_messageInfo_TrafficSplit proto.InternalMessageInfo func (m *TrafficSplitList) Reset() { *m = TrafficSplitList{} } func (*TrafficSplitList) ProtoMessage() {} func (*TrafficSplitList) Descriptor() ([]byte, []int) { - return fileDescriptor_40fafbfb106ed5b2, []int{34} + return fileDescriptor_40fafbfb106ed5b2, []int{35} } func (m *TrafficSplitList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1029,7 +1057,7 @@ var xxx_messageInfo_TrafficSplitList proto.InternalMessageInfo func (m *TrafficSplitSpec) Reset() { *m = TrafficSplitSpec{} } func (*TrafficSplitSpec) ProtoMessage() {} func (*TrafficSplitSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_40fafbfb106ed5b2, []int{35} + return fileDescriptor_40fafbfb106ed5b2, []int{36} } func (m *TrafficSplitSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1057,7 +1085,7 @@ var xxx_messageInfo_TrafficSplitSpec proto.InternalMessageInfo func (m *TrafficSplitStatus) Reset() { *m = TrafficSplitStatus{} } func (*TrafficSplitStatus) ProtoMessage() {} func (*TrafficSplitStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_40fafbfb106ed5b2, []int{36} + return fileDescriptor_40fafbfb106ed5b2, []int{37} } func (m *TrafficSplitStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1097,6 +1125,7 @@ func init() { proto.RegisterType((*GatewayStatus)(nil), "k8s.io.service_apis.api.v1alpha1.GatewayStatus") proto.RegisterType((*HTTPHeaderFilter)(nil), "k8s.io.service_apis.api.v1alpha1.HTTPHeaderFilter") proto.RegisterMapType((map[string]string)(nil), "k8s.io.service_apis.api.v1alpha1.HTTPHeaderFilter.AddEntry") + proto.RegisterType((*HTTPRetryPolicy)(nil), "k8s.io.service_apis.api.v1alpha1.HTTPRetryPolicy") proto.RegisterType((*HTTPRoute)(nil), "k8s.io.service_apis.api.v1alpha1.HTTPRoute") proto.RegisterType((*HTTPRouteAction)(nil), "k8s.io.service_apis.api.v1alpha1.HTTPRouteAction") proto.RegisterType((*HTTPRouteFilter)(nil), "k8s.io.service_apis.api.v1alpha1.HTTPRouteFilter") @@ -1130,141 +1159,149 @@ func init() { } var fileDescriptor_40fafbfb106ed5b2 = []byte{ - // 2143 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x59, 0xcd, 0x8f, 0x1b, 0x49, - 0x15, 0x4f, 0xfb, 0x63, 0xc6, 0x7e, 0xf3, 0x99, 0x62, 0x36, 0x78, 0x87, 0x95, 0x3d, 0xea, 0x65, - 0x51, 0x12, 0x48, 0x3b, 0x99, 0x0d, 0x61, 0x12, 0x96, 0xc3, 0x78, 0xd8, 0xec, 0x20, 0x4d, 0x92, - 0xd9, 0x1a, 0x13, 0x76, 0x97, 0x68, 0xa1, 0xd2, 0x2e, 0x7b, 0x9a, 0x69, 0xbb, 0xad, 0xee, 0xf2, - 0x84, 0x91, 0x38, 0xb0, 0x11, 0x12, 0x07, 0x2e, 0xcb, 0x11, 0xad, 0x38, 0xed, 0x3f, 0xc1, 0x85, - 0x7b, 0xc4, 0x69, 0x2f, 0x48, 0x2b, 0x0e, 0x86, 0x38, 0x42, 0x1c, 0x39, 0x20, 0x90, 0xc8, 0x09, - 0xd5, 0x47, 0x97, 0xbb, 0xdb, 0xf6, 0xa4, 0x9d, 0x64, 0x40, 0x83, 0xf6, 0xd6, 0xf5, 0xea, 0xd5, - 0xaf, 0x5e, 0xbd, 0x7a, 0xf5, 0xab, 0x57, 0xaf, 0xe1, 0x9b, 0x81, 0xd3, 0x0a, 0xac, 0x83, 0x8d, - 0xc0, 0x72, 0xbc, 0x6a, 0x40, 0xfd, 0x43, 0xc7, 0xa6, 0x97, 0x48, 0xd7, 0x09, 0xaa, 0xa4, 0xeb, - 0x54, 0x0f, 0xaf, 0x10, 0xb7, 0xbb, 0x4f, 0xae, 0x54, 0x5b, 0xb4, 0x43, 0x7d, 0xc2, 0x68, 0xc3, - 0xea, 0xfa, 0x1e, 0xf3, 0xd0, 0x9a, 0x1c, 0x61, 0xa9, 0x11, 0x3f, 0xe2, 0x23, 0x2c, 0xd2, 0x75, - 0xac, 0x70, 0xc4, 0xea, 0xa5, 0x96, 0xc3, 0xf6, 0x7b, 0xf7, 0x2d, 0xdb, 0x6b, 0x57, 0x5b, 0x5e, - 0xcb, 0xab, 0x8a, 0x81, 0xf7, 0x7b, 0x4d, 0xd1, 0x12, 0x0d, 0xf1, 0x25, 0x01, 0x57, 0x4d, 0x65, - 0x02, 0x9f, 0xd5, 0xf6, 0x7c, 0x5a, 0x3d, 0x1c, 0x99, 0x74, 0xf5, 0xea, 0x50, 0xa7, 0x4d, 0xec, - 0x7d, 0xa7, 0x43, 0xfd, 0xa3, 0x6a, 0xf7, 0xa0, 0x55, 0x15, 0xf6, 0xb6, 0x29, 0x23, 0xe3, 0x46, - 0x5d, 0x9b, 0x34, 0xca, 0xef, 0x75, 0x98, 0xd3, 0xa6, 0xd5, 0xc0, 0xde, 0xa7, 0x6d, 0x32, 0x32, - 0xee, 0x7a, 0xd4, 0x33, 0xb6, 0xd7, 0x61, 0xbe, 0xe7, 0xba, 0xd4, 0xbf, 0x14, 0x0e, 0xe3, 0x10, - 0x62, 0x28, 0x4d, 0x0e, 0x35, 0x7f, 0x67, 0xc0, 0xd2, 0x4d, 0xcf, 0x7f, 0x40, 0xfc, 0x46, 0xdd, - 0xab, 0x13, 0xbf, 0x45, 0x19, 0x6a, 0x41, 0x91, 0x89, 0x2f, 0x4c, 0x9b, 0x25, 0x63, 0xcd, 0x38, - 0x3f, 0xb7, 0x7e, 0xcd, 0x7a, 0x96, 0x17, 0xad, 0x1d, 0xcf, 0x26, 0xee, 0x9d, 0xfb, 0x3f, 0xa1, - 0x36, 0x1f, 0x47, 0x7d, 0xda, 0xb1, 0x69, 0xed, 0xec, 0xa3, 0x7e, 0xe5, 0xcc, 0xa0, 0x5f, 0x29, - 0xd6, 0x43, 0x40, 0x3c, 0xc4, 0x46, 0x6f, 0x01, 0xc8, 0xc6, 0xae, 0xe7, 0xb3, 0x52, 0x66, 0xcd, - 0x38, 0x9f, 0xaf, 0xbd, 0x36, 0xe8, 0x57, 0xa0, 0xae, 0xa5, 0x4f, 0x63, 0x2d, 0x1c, 0xd1, 0x37, - 0xff, 0x91, 0x81, 0xd9, 0x77, 0x08, 0xa3, 0x0f, 0xc8, 0x11, 0xba, 0x07, 0x05, 0x76, 0xd4, 0xa5, - 0xb7, 0x28, 0x23, 0xca, 0x62, 0x2b, 0xb4, 0x38, 0xea, 0x4c, 0xab, 0x7b, 0xd0, 0xb2, 0x84, 0xe9, - 0x7c, 0x0b, 0xac, 0xc3, 0x2b, 0x56, 0x5d, 0x8d, 0xaa, 0x2d, 0x2b, 0x4b, 0x0b, 0xa1, 0x04, 0x6b, - 0x44, 0xf4, 0x63, 0x28, 0x70, 0xfd, 0x06, 0x61, 0x44, 0x58, 0x39, 0xb7, 0x7e, 0x39, 0x1d, 0xba, - 0x74, 0x87, 0xc0, 0x47, 0x0a, 0x1f, 0x86, 0x32, 0xac, 0x51, 0xd1, 0x1d, 0xc8, 0x05, 0x5d, 0x6a, - 0x97, 0xb2, 0x02, 0xfd, 0xd2, 0xb3, 0xbd, 0xad, 0x16, 0xbe, 0xd7, 0xa5, 0x76, 0x6d, 0x5e, 0x41, - 0xe7, 0x78, 0x0b, 0x0b, 0x20, 0xf4, 0x03, 0x98, 0x09, 0x18, 0x61, 0xbd, 0xa0, 0x94, 0x13, 0x90, - 0xd5, 0xf4, 0x90, 0x62, 0x58, 0x6d, 0x51, 0x81, 0xce, 0xc8, 0x36, 0x56, 0x70, 0xe6, 0xc3, 0x2c, - 0xcc, 0x2b, 0xcd, 0x2d, 0x97, 0x04, 0x41, 0xcc, 0xf5, 0xb9, 0x13, 0x75, 0xbd, 0x71, 0x22, 0xae, - 0xaf, 0x2b, 0xd7, 0xcb, 0x8d, 0x5d, 0x4f, 0xed, 0x27, 0xb1, 0xfa, 0x89, 0xfe, 0xbf, 0xa7, 0xfd, - 0x2f, 0xb7, 0xf4, 0xea, 0x94, 0xb8, 0xc7, 0x6f, 0xc2, 0x93, 0x0c, 0xbc, 0x12, 0x55, 0xdf, 0xf2, - 0x3a, 0x0d, 0x87, 0x39, 0x5e, 0x07, 0x7d, 0x07, 0x72, 0xdc, 0x77, 0xc2, 0x57, 0xc5, 0xda, 0x85, - 0xd0, 0x32, 0xee, 0xd9, 0xa7, 0xfd, 0xca, 0xab, 0x63, 0x07, 0xf1, 0x4e, 0x2c, 0x86, 0xa1, 0x1d, - 0x6d, 0x76, 0x46, 0x00, 0x5c, 0x8d, 0x1b, 0xf0, 0xb4, 0x5f, 0x19, 0xc3, 0x7e, 0x96, 0x46, 0x8a, - 0x9b, 0x89, 0x4c, 0x98, 0xf1, 0x29, 0x09, 0xbc, 0x8e, 0x70, 0x42, 0xb1, 0x06, 0x1c, 0x09, 0x0b, - 0x09, 0x56, 0x3d, 0xe8, 0x0d, 0x98, 0x6d, 0xd3, 0x20, 0x20, 0x2d, 0x2a, 0xa2, 0xa7, 0x58, 0x9b, - 0x1b, 0xf4, 0x2b, 0xb3, 0xb7, 0xa4, 0x08, 0x87, 0x7d, 0xc8, 0x07, 0xe4, 0x92, 0x80, 0xd5, 0x7d, - 0xd2, 0x09, 0xa4, 0xd1, 0x4e, 0x9b, 0x96, 0xf2, 0xc2, 0xb7, 0x17, 0x53, 0xc6, 0x9b, 0xd3, 0xa6, - 0xb5, 0x73, 0x83, 0x7e, 0x05, 0xed, 0x8c, 0x20, 0xe1, 0x31, 0xe8, 0xe6, 0xa7, 0x19, 0x58, 0x8e, - 0x3a, 0x6c, 0xc7, 0x09, 0x58, 0x2c, 0xdc, 0xb3, 0x2f, 0x3d, 0xdc, 0xef, 0x8d, 0x84, 0x7b, 0x4a, - 0x74, 0x6e, 0x5b, 0x1c, 0x3d, 0x94, 0x44, 0x42, 0x7d, 0x0f, 0xf2, 0x0e, 0xa3, 0x6d, 0xbe, 0xb9, - 0xd9, 0x28, 0x74, 0xba, 0x98, 0xac, 0x2d, 0x28, 0xe8, 0xfc, 0xf7, 0x38, 0x08, 0x96, 0x58, 0xe6, - 0x1f, 0xb3, 0x71, 0x2f, 0xf1, 0x43, 0x80, 0xd6, 0x01, 0x86, 0xf7, 0x90, 0x0a, 0x46, 0x7d, 0x0c, - 0xb7, 0x74, 0x0f, 0x8e, 0x68, 0xa1, 0x5f, 0x1b, 0x50, 0x22, 0xae, 0xeb, 0x3d, 0xa0, 0x0d, 0x85, - 0x77, 0x9b, 0xb4, 0x69, 0xd0, 0x25, 0x36, 0x0d, 0xd4, 0xe9, 0x7c, 0x33, 0xa5, 0x33, 0xc8, 0x7d, - 0xea, 0xee, 0x51, 0x97, 0xda, 0xcc, 0xf3, 0x6b, 0x6b, 0x6a, 0xde, 0xd2, 0xe6, 0x04, 0x70, 0x3c, - 0x71, 0x5a, 0xf4, 0x4b, 0x03, 0xce, 0xa9, 0x4e, 0xec, 0xf5, 0x18, 0x8d, 0x58, 0x94, 0x7d, 0x7e, - 0x8b, 0x56, 0x07, 0xfd, 0xca, 0xb9, 0xcd, 0xb1, 0xb0, 0x78, 0xc2, 0x74, 0xc8, 0x83, 0x85, 0x2e, - 0xf1, 0x49, 0x9b, 0x32, 0xea, 0x07, 0xfc, 0x62, 0xce, 0xbd, 0xd8, 0xc5, 0x3c, 0xe8, 0x57, 0x16, - 0x76, 0xa3, 0x80, 0x38, 0x8e, 0x6f, 0x7e, 0x64, 0x00, 0x1a, 0xa5, 0x24, 0x74, 0x20, 0x76, 0x56, - 0x1e, 0xf7, 0xa0, 0x64, 0x88, 0x40, 0xfa, 0xd6, 0x74, 0x81, 0xa4, 0xe9, 0x22, 0x16, 0x12, 0x0a, - 0x12, 0x47, 0xe0, 0xcd, 0xbf, 0x46, 0x4e, 0xa0, 0xa6, 0xb8, 0x8d, 0x18, 0xc5, 0x7d, 0x35, 0x41, - 0x71, 0x2b, 0x49, 0xfd, 0x13, 0x63, 0xb7, 0x0b, 0x43, 0xe6, 0x92, 0xf4, 0xb6, 0xa4, 0xe0, 0x46, - 0xd9, 0xeb, 0x6b, 0x9a, 0x08, 0x25, 0xc7, 0x69, 0x5e, 0x4f, 0x90, 0xe1, 0xe1, 0x4b, 0x62, 0xb9, - 0x55, 0x85, 0x9f, 0x96, 0xe9, 0x7e, 0x93, 0x81, 0x39, 0xe5, 0xb7, 0x11, 0x92, 0x33, 0x4e, 0x94, - 0xe4, 0x32, 0x2f, 0x9d, 0xe4, 0x6e, 0x87, 0x24, 0x97, 0x15, 0xb1, 0x79, 0x21, 0x75, 0x6c, 0x4e, - 0xe0, 0xb7, 0x03, 0x38, 0xa7, 0x14, 0x12, 0x67, 0x08, 0x55, 0xa1, 0xd8, 0x09, 0x0f, 0xa8, 0x8a, - 0x46, 0x9d, 0xef, 0xea, 0x93, 0x8b, 0x87, 0x3a, 0x68, 0x0d, 0x72, 0xbc, 0xa1, 0xa2, 0x4f, 0xa7, - 0x0d, 0x5c, 0x17, 0x8b, 0x1e, 0xf3, 0xef, 0x86, 0xde, 0x08, 0xc1, 0xa3, 0xaf, 0x43, 0xde, 0xe6, - 0x47, 0x46, 0xc1, 0x6b, 0x0b, 0xc5, 0x39, 0xc2, 0xb2, 0x0f, 0xfd, 0x10, 0x8a, 0xae, 0x13, 0x30, - 0x9e, 0xd9, 0x87, 0xd4, 0x7e, 0x31, 0x05, 0x2d, 0xa8, 0x21, 0x43, 0x9b, 0x43, 0x49, 0x80, 0x87, - 0x78, 0xe8, 0x43, 0x98, 0xf1, 0x39, 0x15, 0x85, 0x84, 0x97, 0x82, 0x70, 0x04, 0x75, 0xd5, 0x9c, - 0x4e, 0xc3, 0xe9, 0xb4, 0x34, 0xe7, 0x0d, 0x43, 0x5e, 0xa0, 0x61, 0x85, 0x6a, 0xfe, 0xc9, 0x80, - 0x85, 0x58, 0xe6, 0x89, 0x9a, 0x63, 0x18, 0x66, 0x8a, 0xb4, 0x2c, 0x2d, 0xb9, 0x20, 0x32, 0xea, - 0xb6, 0xcb, 0xe9, 0xdd, 0xa6, 0x32, 0xb4, 0x63, 0x9d, 0x67, 0xfe, 0xc1, 0x80, 0xe5, 0xed, 0x7a, - 0x7d, 0x77, 0x9b, 0x92, 0x06, 0xf5, 0x6f, 0x3a, 0x2e, 0xa3, 0x3e, 0xfa, 0x00, 0xb2, 0xa4, 0xd1, - 0x50, 0x0b, 0xfb, 0xf6, 0xb3, 0x67, 0x4c, 0x02, 0x58, 0x9b, 0x8d, 0xc6, 0xdb, 0x1d, 0xe6, 0x1f, - 0xd5, 0xe6, 0xd4, 0xe4, 0xd9, 0xcd, 0x46, 0x03, 0x73, 0x50, 0x99, 0x71, 0xb5, 0xbd, 0x43, 0x2a, - 0x16, 0xa4, 0x33, 0x2e, 0x2e, 0xc1, 0xaa, 0x67, 0xf5, 0x1a, 0x14, 0x42, 0x04, 0xb4, 0x0c, 0xd9, - 0x03, 0x7a, 0x24, 0xa3, 0x0b, 0xf3, 0x4f, 0xb4, 0x02, 0xf9, 0x43, 0xe2, 0xf6, 0x54, 0x90, 0x62, - 0xd9, 0xb8, 0x91, 0xd9, 0x30, 0xcc, 0x7f, 0x67, 0xa0, 0xc8, 0x6d, 0x11, 0x1b, 0x78, 0xea, 0x5f, - 0x5c, 0xef, 0xc6, 0x5e, 0x5c, 0xd5, 0x74, 0xdb, 0x20, 0x96, 0x3e, 0x31, 0xe7, 0x7f, 0x3f, 0xf1, - 0xe6, 0xba, 0x32, 0x0d, 0xe8, 0xf1, 0x09, 0xff, 0x9f, 0x0d, 0x58, 0xd2, 0xba, 0x9b, 0xb6, 0xb8, - 0x07, 0x3f, 0x84, 0x62, 0x33, 0x7c, 0xb9, 0xab, 0x2d, 0x48, 0x31, 0x63, 0xe2, 0xb1, 0x5f, 0x5b, - 0xe0, 0xc1, 0xab, 0x85, 0x78, 0x08, 0x89, 0x5c, 0x98, 0xa7, 0x3f, 0x65, 0xb4, 0x13, 0x38, 0x5e, - 0x87, 0x27, 0x1c, 0x99, 0x17, 0x4a, 0x38, 0x96, 0x07, 0xfd, 0xca, 0xfc, 0xdb, 0x11, 0x3c, 0x1c, - 0x43, 0xe7, 0x3c, 0x30, 0x5c, 0xa1, 0x3a, 0x29, 0xef, 0xc3, 0xec, 0xbe, 0x08, 0xfc, 0x40, 0xad, - 0x6f, 0x7d, 0xfa, 0xd3, 0x22, 0xdf, 0x13, 0x52, 0x12, 0xe0, 0x10, 0xef, 0xbf, 0xbc, 0xb8, 0x8f, - 0x32, 0xb0, 0xa0, 0x17, 0xb7, 0xed, 0x05, 0x0c, 0x7d, 0x03, 0x0a, 0xfb, 0x5e, 0xc0, 0xc4, 0x75, - 0x20, 0xb9, 0x5d, 0x1f, 0x87, 0x6d, 0x25, 0xc7, 0x5a, 0x03, 0xd5, 0x21, 0xef, 0xf7, 0x5c, 0x1a, - 0xd2, 0xd4, 0x34, 0xd1, 0x8a, 0x7b, 0x2e, 0x1d, 0xde, 0x1b, 0xbc, 0x15, 0x60, 0x09, 0x36, 0xe2, - 0x83, 0xec, 0x89, 0xfa, 0xe0, 0xb7, 0x51, 0x1f, 0x9c, 0xfa, 0x2c, 0x63, 0x37, 0x9e, 0x65, 0x7c, - 0x7d, 0x8a, 0x1d, 0x99, 0x90, 0x67, 0x7c, 0x92, 0x85, 0x45, 0xad, 0x73, 0x8b, 0x30, 0x7b, 0x9f, - 0x07, 0x49, 0x97, 0xb0, 0xfd, 0xfa, 0x30, 0xdb, 0xd5, 0x26, 0xed, 0x2a, 0x39, 0xd6, 0x1a, 0xe8, - 0x35, 0xc8, 0xf1, 0x6f, 0x95, 0x5d, 0x14, 0x38, 0x39, 0x71, 0x2d, 0x2c, 0xa4, 0xc8, 0x02, 0x90, - 0xb1, 0x2f, 0xd0, 0x64, 0xc2, 0xba, 0xc8, 0xd9, 0x71, 0x5b, 0x4b, 0x71, 0x44, 0x03, 0x35, 0x60, - 0x46, 0xb6, 0x4a, 0x39, 0xb1, 0xc2, 0xb7, 0xa6, 0x58, 0xa1, 0xb0, 0xde, 0x92, 0xc0, 0xf2, 0xa6, - 0xd2, 0xbc, 0x26, 0x85, 0x58, 0x61, 0x8f, 0x84, 0x60, 0xfe, 0x24, 0x43, 0x70, 0xf5, 0x3a, 0xcc, - 0x45, 0x8c, 0x9a, 0xea, 0xf2, 0xfb, 0x38, 0x1a, 0xbd, 0xfc, 0x14, 0xa1, 0x77, 0x21, 0xdf, 0xe6, - 0xeb, 0x4c, 0x96, 0xa5, 0xd2, 0xfa, 0xa7, 0x56, 0xe4, 0x21, 0x20, 0x3e, 0xb1, 0x44, 0x42, 0xdf, - 0x87, 0x99, 0xa6, 0x20, 0x2d, 0x15, 0xb0, 0xd3, 0x5c, 0x20, 0x8a, 0xed, 0xc4, 0x85, 0x2f, 0xbf, - 0xb1, 0x02, 0xe3, 0xb0, 0x44, 0x5c, 0x19, 0xea, 0x84, 0x4f, 0x03, 0x2b, 0xef, 0x1a, 0x09, 0x2b, - 0xbf, 0xb1, 0x02, 0x33, 0x7f, 0x6f, 0x44, 0x5c, 0x22, 0xb2, 0xd5, 0x3a, 0xe4, 0x39, 0x65, 0x85, - 0x49, 0xdb, 0x34, 0x34, 0xc5, 0x49, 0x6f, 0x78, 0x30, 0x78, 0x2b, 0xc0, 0x12, 0x0c, 0xdd, 0x85, - 0xd9, 0x06, 0x6d, 0x92, 0x9e, 0xcb, 0x94, 0x5b, 0xa6, 0xc6, 0x15, 0x57, 0xc0, 0x77, 0x25, 0x06, - 0x0e, 0xc1, 0xcc, 0x87, 0xd1, 0x1b, 0x47, 0xe5, 0x9e, 0x1e, 0xcc, 0xb5, 0x64, 0x1e, 0x89, 0x69, - 0x33, 0x5c, 0xc7, 0x46, 0xea, 0xe4, 0x33, 0x19, 0x90, 0x5f, 0x52, 0x0b, 0x0a, 0x73, 0x7a, 0x0e, - 0x8a, 0xa3, 0x33, 0x98, 0xbf, 0xc8, 0x42, 0x21, 0x4c, 0x1d, 0xf5, 0xfb, 0xc0, 0x98, 0xf4, 0x3e, - 0x40, 0xef, 0xc1, 0x2c, 0x69, 0x34, 0x7c, 0x1a, 0x04, 0xe9, 0x43, 0x24, 0x84, 0xdf, 0x94, 0x03, - 0xa5, 0x37, 0x54, 0x03, 0x87, 0x70, 0x82, 0x3d, 0x3c, 0x9f, 0x89, 0x10, 0xc9, 0x2b, 0xf6, 0xf0, - 0x7c, 0x86, 0x85, 0x14, 0x9d, 0x87, 0x82, 0xf8, 0x5f, 0x60, 0x7b, 0xae, 0x7a, 0xc2, 0xce, 0x0b, - 0x16, 0x52, 0x32, 0xac, 0x7b, 0xd1, 0x4d, 0xc8, 0x32, 0x37, 0x50, 0x07, 0x39, 0x05, 0x2d, 0xd6, - 0x77, 0xf6, 0xb6, 0xbc, 0x4e, 0xd3, 0x69, 0xd5, 0x66, 0x79, 0x26, 0x5b, 0xdf, 0xd9, 0xc3, 0x1c, - 0x60, 0x84, 0x19, 0x66, 0x4e, 0xf4, 0x72, 0x6a, 0xc1, 0x52, 0xc2, 0x4d, 0xa8, 0x1a, 0x2b, 0x33, - 0x7c, 0x25, 0x51, 0x66, 0x98, 0x53, 0x6a, 0x91, 0xea, 0xc2, 0xeb, 0x31, 0xf2, 0x18, 0x06, 0xf3, - 0x5d, 0x2e, 0x54, 0x5c, 0x62, 0xfe, 0x2d, 0x03, 0x67, 0xc3, 0x99, 0x86, 0x25, 0x8d, 0xeb, 0xb1, - 0xb9, 0xde, 0x48, 0xcc, 0xf5, 0xca, 0xc8, 0x80, 0x2f, 0x6a, 0x1a, 0xcf, 0xae, 0x69, 0xfc, 0xd3, - 0x80, 0xc5, 0xf8, 0x63, 0xed, 0x7f, 0x7a, 0xbe, 0x5a, 0xb1, 0x57, 0xad, 0xcc, 0x1a, 0xde, 0x4c, - 0x0f, 0x9e, 0xbe, 0x66, 0xf6, 0x2b, 0x03, 0x56, 0xc6, 0x9d, 0x01, 0x1e, 0x9f, 0x2d, 0xdf, 0xeb, - 0x75, 0x93, 0xb5, 0x84, 0x77, 0xb8, 0x10, 0xcb, 0x3e, 0x9e, 0x72, 0xf8, 0x34, 0xf0, 0x7a, 0xbe, - 0x1d, 0xc6, 0xb1, 0x4e, 0x39, 0xb0, 0x92, 0x63, 0xad, 0xa1, 0x1d, 0x9a, 0x9d, 0x58, 0xd0, 0x78, - 0x98, 0x81, 0x95, 0x71, 0xf5, 0x00, 0xf4, 0x33, 0x38, 0xab, 0x0b, 0x23, 0xa1, 0x50, 0x5d, 0xa5, - 0xcf, 0x55, 0x53, 0x7d, 0x55, 0x4d, 0x7e, 0xf6, 0x76, 0x12, 0x15, 0x8f, 0x4e, 0x84, 0x5c, 0x58, - 0x10, 0xf5, 0x07, 0x3d, 0xf3, 0x0b, 0xd4, 0x97, 0x45, 0x29, 0x15, 0x47, 0xd1, 0x70, 0x1c, 0xdc, - 0x7c, 0x92, 0x81, 0xa2, 0xe6, 0x39, 0x74, 0x04, 0x4b, 0x36, 0xf5, 0x99, 0xd3, 0x74, 0x6c, 0xc2, - 0x68, 0xe4, 0x9e, 0x79, 0x5e, 0x72, 0xfb, 0xb2, 0x5a, 0xfa, 0xd2, 0x56, 0x1c, 0x16, 0x27, 0xe7, - 0x41, 0x37, 0x60, 0xb1, 0xed, 0x74, 0x9c, 0x76, 0xaf, 0x7d, 0x97, 0xfa, 0x9c, 0xfb, 0xd4, 0x1e, - 0xa3, 0x41, 0xbf, 0xb2, 0x78, 0x2b, 0xd6, 0x83, 0x13, 0x9a, 0xc8, 0x86, 0x59, 0xaf, 0x1b, 0x8d, - 0xde, 0x8d, 0x29, 0xc8, 0xdd, 0xba, 0x23, 0x87, 0xca, 0x6c, 0x50, 0x93, 0x8a, 0x92, 0xe2, 0x10, - 0x79, 0xf5, 0x06, 0xcc, 0x47, 0x35, 0xa7, 0x4a, 0xd1, 0xfe, 0x95, 0x81, 0x42, 0xdd, 0xee, 0xfe, - 0x7f, 0x94, 0x27, 0x76, 0x63, 0xe5, 0x89, 0x14, 0x7f, 0x6a, 0xc2, 0x95, 0x4f, 0xac, 0x4e, 0xbc, - 0x97, 0xa8, 0x4e, 0x5c, 0x9e, 0x02, 0xf3, 0xf8, 0xe2, 0xc4, 0x27, 0x19, 0x98, 0x0f, 0x55, 0x4f, - 0xfd, 0xc3, 0xee, 0x4e, 0xfc, 0x61, 0x77, 0x31, 0xbd, 0x97, 0x26, 0xbc, 0xeb, 0x16, 0x87, 0xce, - 0xe1, 0xbb, 0x61, 0x2e, 0xc3, 0x62, 0xdc, 0xaf, 0xe2, 0x97, 0x7a, 0xdd, 0x27, 0xcd, 0xa6, 0x63, - 0xef, 0x75, 0x5d, 0x87, 0x9d, 0xfa, 0xe0, 0xad, 0xc7, 0x82, 0x37, 0x45, 0xd1, 0x26, 0xba, 0xfa, - 0x14, 0xbf, 0xd4, 0x73, 0x69, 0x7f, 0xa9, 0xc7, 0x70, 0x8f, 0x0f, 0xe2, 0x4f, 0x33, 0xb0, 0x1c, - 0x55, 0x3f, 0xf5, 0x81, 0xbc, 0x17, 0x0f, 0x64, 0x6b, 0x3a, 0x6f, 0x4d, 0x08, 0x66, 0x14, 0x77, - 0x92, 0x08, 0xe8, 0x15, 0x40, 0x63, 0xfc, 0x6c, 0x3d, 0x7a, 0x5c, 0x3e, 0xf3, 0xd9, 0xe3, 0xf2, - 0x99, 0xcf, 0x1f, 0x97, 0xcf, 0xfc, 0x7c, 0x50, 0x36, 0x1e, 0x0d, 0xca, 0xc6, 0x67, 0x83, 0xb2, - 0xf1, 0xf9, 0xa0, 0x6c, 0xfc, 0x65, 0x50, 0x36, 0x3e, 0x7e, 0x52, 0x3e, 0xf3, 0x41, 0x21, 0x9c, - 0xfc, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x6a, 0x96, 0x35, 0x76, 0xde, 0x25, 0x00, 0x00, + // 2271 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x5a, 0xcd, 0x6f, 0x1b, 0xc7, + 0x15, 0xf7, 0xf2, 0x43, 0x24, 0x9f, 0x3e, 0x3d, 0x75, 0x5c, 0x45, 0x0d, 0x44, 0x63, 0xd3, 0x14, + 0xb6, 0x5b, 0x2f, 0x2d, 0xc5, 0x75, 0x65, 0x37, 0x3d, 0x88, 0x4a, 0x1c, 0x05, 0x90, 0x6d, 0x65, + 0xc4, 0xb8, 0x49, 0x6a, 0xa4, 0x1d, 0x2f, 0x87, 0xd4, 0x56, 0x4b, 0x2e, 0x31, 0x3b, 0x94, 0x2b, + 0xa0, 0x87, 0xc6, 0x28, 0xd0, 0x43, 0x81, 0x22, 0x3d, 0x16, 0x41, 0x4f, 0xf9, 0x3b, 0x7a, 0x37, + 0x7a, 0xca, 0xa5, 0x40, 0xd0, 0x03, 0x5b, 0xd3, 0x28, 0x7a, 0x2a, 0x7a, 0x28, 0x5a, 0xa0, 0x3e, + 0x15, 0xf3, 0xb1, 0xc3, 0x5d, 0x52, 0x94, 0x97, 0xb6, 0xd5, 0x42, 0x45, 0x6e, 0x3b, 0x6f, 0x67, + 0x7e, 0x33, 0xf3, 0xdb, 0x37, 0xbf, 0x79, 0xef, 0x91, 0xf0, 0xed, 0xd0, 0x6b, 0x86, 0xce, 0xde, + 0x5a, 0xe8, 0x78, 0x41, 0x25, 0xa4, 0x6c, 0xdf, 0x73, 0xe9, 0x25, 0xd2, 0xf1, 0xc2, 0x0a, 0xe9, + 0x78, 0x95, 0xfd, 0x15, 0xe2, 0x77, 0x76, 0xc9, 0x4a, 0xa5, 0x49, 0xdb, 0x94, 0x11, 0x4e, 0xeb, + 0x4e, 0x87, 0x05, 0x3c, 0x40, 0xe7, 0xd4, 0x08, 0x47, 0x8f, 0xf8, 0xa1, 0x18, 0xe1, 0x90, 0x8e, + 0xe7, 0x44, 0x23, 0x96, 0x2e, 0x35, 0x3d, 0xbe, 0xdb, 0xbd, 0xe7, 0xb8, 0x41, 0xab, 0xd2, 0x0c, + 0x9a, 0x41, 0x45, 0x0e, 0xbc, 0xd7, 0x6d, 0xc8, 0x96, 0x6c, 0xc8, 0x27, 0x05, 0xb8, 0x64, 0xeb, + 0x25, 0x88, 0x59, 0xdd, 0x80, 0xd1, 0xca, 0xfe, 0xc8, 0xa4, 0x4b, 0x57, 0x06, 0x7d, 0x5a, 0xc4, + 0xdd, 0xf5, 0xda, 0x94, 0x1d, 0x54, 0x3a, 0x7b, 0xcd, 0x8a, 0x5c, 0x6f, 0x8b, 0x72, 0x72, 0xd8, + 0xa8, 0xab, 0xe3, 0x46, 0xb1, 0x6e, 0x9b, 0x7b, 0x2d, 0x5a, 0x09, 0xdd, 0x5d, 0xda, 0x22, 0x23, + 0xe3, 0xae, 0xc5, 0x99, 0x71, 0x83, 0x36, 0x67, 0x81, 0xef, 0x53, 0x76, 0x29, 0x1a, 0x26, 0x20, + 0xe4, 0x50, 0x3a, 0x3c, 0xd4, 0xfe, 0x5b, 0x06, 0xe6, 0x6f, 0x04, 0xec, 0x3e, 0x61, 0xf5, 0x5a, + 0x50, 0x23, 0xac, 0x49, 0x39, 0x6a, 0x42, 0x89, 0xcb, 0x27, 0x4c, 0x1b, 0x8b, 0xd6, 0x39, 0xeb, + 0xfc, 0xf4, 0xea, 0x55, 0xe7, 0x69, 0x2c, 0x3a, 0x5b, 0x81, 0x4b, 0xfc, 0xdb, 0xf7, 0x7e, 0x4c, + 0x5d, 0x31, 0x8e, 0x32, 0xda, 0x76, 0x69, 0xf5, 0xf4, 0xc3, 0x5e, 0xf9, 0x54, 0xbf, 0x57, 0x2e, + 0xd5, 0x22, 0x40, 0x3c, 0xc0, 0x46, 0x6f, 0x00, 0xa8, 0xc6, 0x76, 0xc0, 0xf8, 0x62, 0xe6, 0x9c, + 0x75, 0x3e, 0x5f, 0x7d, 0xa5, 0xdf, 0x2b, 0x43, 0xcd, 0x58, 0x9f, 0x24, 0x5a, 0x38, 0xd6, 0x1f, + 0xbd, 0x07, 0x05, 0xb1, 0xbb, 0xa0, 0xcb, 0x17, 0xb3, 0x72, 0x91, 0x4e, 0xb4, 0xc8, 0x38, 0x7f, + 0x4e, 0x67, 0xaf, 0xe9, 0xc8, 0xd5, 0x0a, 0xd6, 0x9d, 0xfd, 0x15, 0xe7, 0xcd, 0x2e, 0x23, 0xdc, + 0x0b, 0xda, 0xd5, 0xe9, 0x7e, 0xaf, 0x5c, 0xa8, 0x29, 0x08, 0x1c, 0x61, 0xa1, 0xbb, 0x50, 0x60, + 0x94, 0x33, 0x8f, 0x86, 0x8b, 0x39, 0x09, 0xbb, 0xf2, 0xf4, 0xbd, 0x6f, 0xd6, 0x6a, 0xdb, 0x98, + 0x72, 0x76, 0xb0, 0x1d, 0xf8, 0x9e, 0x7b, 0x50, 0x9d, 0xef, 0xf7, 0xca, 0xd3, 0x31, 0x03, 0x8e, + 0x20, 0xed, 0x7f, 0x64, 0xa0, 0xf0, 0x36, 0xe1, 0xf4, 0x3e, 0x39, 0x40, 0x77, 0xa1, 0xc8, 0x0f, + 0x3a, 0xf4, 0x26, 0xe5, 0x44, 0xd3, 0x9c, 0x72, 0x07, 0x35, 0x3d, 0xaa, 0xba, 0xa0, 0xe9, 0x2d, + 0x46, 0x16, 0x6c, 0x10, 0xd1, 0x8f, 0xa0, 0x28, 0xfa, 0xd7, 0x09, 0x27, 0x92, 0xda, 0xe9, 0xd5, + 0xcb, 0xe9, 0xd0, 0xd5, 0x37, 0x94, 0xf8, 0x48, 0xe3, 0xc3, 0xc0, 0x86, 0x0d, 0x2a, 0xba, 0x0d, + 0xb9, 0xb0, 0x43, 0x5d, 0xcd, 0xfe, 0xa5, 0xa7, 0xd3, 0xa4, 0x37, 0xbe, 0xd3, 0xa1, 0x6e, 0x75, + 0x46, 0x43, 0xe7, 0x44, 0x0b, 0x4b, 0x20, 0xf4, 0x7d, 0x98, 0x0a, 0x39, 0xe1, 0xdd, 0x88, 0xf9, + 0x4a, 0x7a, 0x48, 0x39, 0xac, 0x3a, 0xa7, 0x41, 0xa7, 0x54, 0x1b, 0x6b, 0x38, 0xfb, 0x41, 0x16, + 0x66, 0x74, 0xcf, 0x0d, 0x9f, 0x84, 0x61, 0x82, 0xfa, 0xdc, 0xb1, 0x52, 0x6f, 0x1d, 0x0b, 0xf5, + 0x35, 0x4d, 0xbd, 0xfa, 0xb0, 0xab, 0xa9, 0x79, 0x92, 0xbb, 0x1f, 0xcb, 0xff, 0x5d, 0xc3, 0xbf, + 0xfa, 0xa4, 0x57, 0x26, 0xc4, 0x3d, 0xfa, 0x23, 0x3c, 0xce, 0xc0, 0x4b, 0xf1, 0xee, 0x1b, 0x41, + 0xbb, 0xee, 0x89, 0x83, 0x88, 0xbe, 0x07, 0x39, 0xc1, 0x9d, 0xe4, 0xaa, 0x54, 0xbd, 0x10, 0xad, + 0x4c, 0x30, 0xfb, 0xa4, 0x57, 0x7e, 0xf9, 0xd0, 0x41, 0xe2, 0x25, 0x96, 0xc3, 0xd0, 0x96, 0x59, + 0x76, 0x46, 0x02, 0x5c, 0x49, 0x2e, 0xe0, 0x49, 0xaf, 0x7c, 0x88, 0x64, 0x3b, 0x06, 0x29, 0xb9, + 0x4c, 0x64, 0xc3, 0x14, 0xa3, 0x24, 0x0c, 0xda, 0x92, 0x84, 0x52, 0x15, 0x04, 0x12, 0x96, 0x16, + 0xac, 0xdf, 0xa0, 0xd7, 0xa0, 0xd0, 0xa2, 0x61, 0x48, 0x9a, 0x54, 0x7a, 0x4f, 0x49, 0x49, 0xc9, + 0x4d, 0x65, 0xc2, 0xd1, 0x3b, 0xc4, 0x00, 0xf9, 0x24, 0xe4, 0x35, 0x46, 0xda, 0xa1, 0x5a, 0xb4, + 0xd7, 0xa2, 0x8b, 0x79, 0xc9, 0xed, 0xc5, 0x94, 0xfe, 0xe6, 0xb5, 0x68, 0xf5, 0x6c, 0xbf, 0x57, + 0x46, 0x5b, 0x23, 0x48, 0xf8, 0x10, 0x74, 0xfb, 0xb3, 0x0c, 0x2c, 0xc4, 0x09, 0xdb, 0xf2, 0x42, + 0x9e, 0x70, 0xf7, 0xec, 0x0b, 0x77, 0xf7, 0xbb, 0x23, 0xee, 0x9e, 0x12, 0x5d, 0xac, 0x2d, 0x89, + 0x1e, 0x59, 0x62, 0xae, 0xbe, 0x03, 0x79, 0x8f, 0xd3, 0x96, 0xf8, 0xb8, 0xd9, 0x38, 0x74, 0x3a, + 0x9f, 0xac, 0xce, 0x6a, 0xe8, 0xfc, 0x3b, 0x02, 0x04, 0x2b, 0x2c, 0xfb, 0x0f, 0xd9, 0x24, 0x4b, + 0xe2, 0x10, 0xa0, 0x55, 0x80, 0xc1, 0xe5, 0xa9, 0x9d, 0xd1, 0x1c, 0xc3, 0x0d, 0xf3, 0x06, 0xc7, + 0x7a, 0xa1, 0x5f, 0x5b, 0xb0, 0x48, 0x7c, 0x3f, 0xb8, 0x4f, 0xeb, 0x1a, 0xef, 0x16, 0x69, 0xd1, + 0xb0, 0x43, 0x5c, 0x1a, 0xea, 0xd3, 0xf9, 0x7a, 0x4a, 0x32, 0xc8, 0x3d, 0xea, 0xef, 0x50, 0x9f, + 0xba, 0x3c, 0x60, 0xd5, 0x73, 0x7a, 0xde, 0xc5, 0xf5, 0x31, 0xe0, 0x78, 0xec, 0xb4, 0xe8, 0x17, + 0x16, 0x9c, 0xd5, 0x2f, 0x71, 0xd0, 0xe5, 0x34, 0xb6, 0xa2, 0xec, 0xb3, 0xaf, 0x68, 0xa9, 0xdf, + 0x2b, 0x9f, 0x5d, 0x3f, 0x14, 0x16, 0x8f, 0x99, 0x0e, 0x05, 0x30, 0xdb, 0x21, 0x8c, 0xb4, 0x28, + 0xa7, 0x2c, 0x14, 0xd1, 0x44, 0xee, 0xf9, 0xa2, 0x89, 0x7e, 0xaf, 0x3c, 0xbb, 0x1d, 0x07, 0xc4, + 0x49, 0x7c, 0xfb, 0x63, 0x0b, 0xd0, 0xa8, 0x24, 0xa1, 0x3d, 0xf9, 0x65, 0xd5, 0x71, 0x0f, 0x17, + 0x2d, 0xe9, 0x48, 0xdf, 0x99, 0xcc, 0x91, 0x8c, 0x5c, 0x24, 0x5c, 0x42, 0x43, 0xe2, 0x18, 0xbc, + 0xfd, 0x97, 0xd8, 0x09, 0x34, 0x12, 0xb7, 0x96, 0x90, 0xb8, 0xaf, 0x0f, 0x49, 0xdc, 0x99, 0xe1, + 0xfe, 0xc7, 0xa6, 0x6e, 0x17, 0x06, 0xca, 0xa5, 0xe4, 0x6d, 0x5e, 0xc3, 0x8d, 0xaa, 0xd7, 0x37, + 0x8c, 0x10, 0x2a, 0x8d, 0x33, 0xba, 0x3e, 0x24, 0x86, 0xfb, 0x2f, 0x48, 0xe5, 0x96, 0x34, 0x7e, + 0x5a, 0xa5, 0xfb, 0x4d, 0x06, 0xa6, 0x35, 0x6f, 0x23, 0x22, 0x67, 0x1d, 0xab, 0xc8, 0x65, 0x5e, + 0xb8, 0xc8, 0xdd, 0x8a, 0x44, 0x2e, 0x2b, 0x7d, 0xf3, 0x42, 0x6a, 0xdf, 0x1c, 0xa3, 0x6f, 0x7b, + 0x70, 0x56, 0x77, 0x18, 0x3a, 0x43, 0xa8, 0x02, 0xa5, 0x76, 0x74, 0x40, 0xb5, 0x37, 0x9a, 0x20, + 0xdd, 0x9c, 0x5c, 0x3c, 0xe8, 0x83, 0xce, 0x41, 0x4e, 0x34, 0xb4, 0xf7, 0x99, 0xb0, 0x41, 0xf4, + 0xc5, 0xf2, 0x8d, 0xfd, 0x77, 0xcb, 0x7c, 0x08, 0xa9, 0xa3, 0xaf, 0x42, 0xde, 0x15, 0x47, 0x46, + 0xc3, 0x9b, 0x15, 0xca, 0x73, 0x84, 0xd5, 0x3b, 0xf4, 0x03, 0x28, 0xf9, 0x5e, 0xc8, 0x45, 0x3a, + 0x12, 0x49, 0xfb, 0xc5, 0x14, 0xb2, 0xa0, 0x87, 0x0c, 0xd6, 0x1c, 0x59, 0x42, 0x3c, 0xc0, 0x43, + 0x1f, 0xc1, 0x14, 0x13, 0x52, 0x14, 0x09, 0x5e, 0x0a, 0xc1, 0x91, 0xd2, 0x55, 0xf5, 0xda, 0x75, + 0xaf, 0xdd, 0x34, 0x9a, 0x37, 0x70, 0x79, 0x89, 0x86, 0x35, 0xaa, 0xfd, 0x47, 0x0b, 0x66, 0x13, + 0x91, 0x27, 0x6a, 0x1c, 0xa2, 0x30, 0x13, 0x84, 0x65, 0x69, 0xc5, 0x05, 0x91, 0x51, 0xda, 0x2e, + 0xa7, 0xa7, 0x4d, 0x47, 0x68, 0x47, 0x92, 0x67, 0xff, 0xde, 0x82, 0x05, 0x91, 0xd0, 0x6c, 0x52, + 0x52, 0xa7, 0xec, 0x86, 0xe7, 0x73, 0xca, 0xd0, 0x87, 0x90, 0x25, 0xf5, 0xba, 0xde, 0xd8, 0x77, + 0xd3, 0x65, 0x44, 0x71, 0x00, 0x67, 0xbd, 0x5e, 0x7f, 0xab, 0xcd, 0xd9, 0x41, 0x75, 0x5a, 0x4f, + 0x9e, 0x5d, 0xaf, 0xd7, 0xb1, 0x00, 0x55, 0x11, 0x57, 0x2b, 0xd8, 0xa7, 0x72, 0x43, 0x26, 0xe2, + 0x12, 0x16, 0xac, 0xdf, 0x2c, 0x5d, 0x85, 0x62, 0x84, 0x80, 0x16, 0x20, 0xbb, 0x47, 0x0f, 0x94, + 0x77, 0x61, 0xf1, 0x88, 0xce, 0x40, 0x7e, 0x9f, 0xf8, 0x5d, 0xed, 0xa4, 0x58, 0x35, 0xae, 0x67, + 0xd6, 0x2c, 0xfb, 0x57, 0x19, 0x98, 0x1f, 0xca, 0xce, 0xd0, 0xb7, 0xa0, 0x48, 0x38, 0xa7, 0xad, + 0x0e, 0x57, 0x2e, 0x9a, 0x1f, 0x1c, 0xcd, 0x75, 0x6d, 0xc7, 0xa6, 0x07, 0x6a, 0xc2, 0xac, 0x48, + 0xde, 0x0e, 0xde, 0x69, 0x73, 0xca, 0xf6, 0x89, 0x3f, 0xd9, 0xe9, 0x37, 0xc9, 0xa6, 0xbc, 0xbb, + 0x70, 0x1c, 0x08, 0x27, 0x71, 0x51, 0x1d, 0x66, 0xa4, 0xa1, 0xf6, 0x5c, 0x49, 0xed, 0x42, 0xbf, + 0x57, 0x9e, 0xc1, 0x31, 0x1c, 0x9c, 0x40, 0xb5, 0xff, 0x9d, 0x81, 0x92, 0x24, 0x44, 0x78, 0xf2, + 0x89, 0x4f, 0x41, 0xdf, 0x4d, 0xa4, 0xa0, 0x95, 0x94, 0x99, 0xba, 0xd8, 0xfa, 0xd8, 0x24, 0xe8, + 0x83, 0xa1, 0x24, 0x74, 0x65, 0x12, 0xd0, 0xa3, 0x33, 0xa0, 0x3f, 0x59, 0xda, 0x19, 0x45, 0xdf, + 0x75, 0x57, 0x06, 0x06, 0x1f, 0x41, 0xa9, 0x11, 0xd5, 0x5f, 0xf4, 0x27, 0x48, 0x31, 0xe3, 0x50, + 0xc9, 0xa6, 0x3a, 0x2b, 0x4e, 0xb3, 0x31, 0xe2, 0x01, 0x24, 0xf2, 0x61, 0x86, 0xfe, 0x84, 0xd3, + 0x76, 0xe8, 0x05, 0x6d, 0x11, 0x81, 0x65, 0x9e, 0x2b, 0x02, 0x93, 0xde, 0xf5, 0x56, 0x0c, 0x0f, + 0x27, 0xd0, 0x85, 0x30, 0x0e, 0x76, 0xa8, 0xa5, 0xe3, 0x03, 0x28, 0xec, 0x4a, 0x25, 0x08, 0xf5, + 0xfe, 0x56, 0x27, 0x97, 0x0f, 0x95, 0x60, 0x29, 0x4b, 0x88, 0x23, 0xbc, 0xff, 0xf2, 0xe6, 0x3e, + 0xce, 0xc0, 0xac, 0xd9, 0xdc, 0x66, 0x10, 0x72, 0xa1, 0x24, 0xbb, 0x41, 0xc8, 0xe5, 0xfd, 0xa8, + 0x2e, 0x3b, 0x73, 0x1c, 0x36, 0xb5, 0x1d, 0x9b, 0x1e, 0xa8, 0x06, 0x79, 0xd6, 0xf5, 0x69, 0xa4, + 0xdb, 0x93, 0x78, 0x2b, 0xee, 0xfa, 0x74, 0x70, 0x91, 0x8a, 0x56, 0x88, 0x15, 0xd8, 0x08, 0x07, + 0xd9, 0x63, 0xe5, 0xe0, 0xb7, 0x71, 0x0e, 0x4e, 0x7c, 0xd8, 0xb5, 0x9d, 0x0c, 0xbb, 0xbe, 0x39, + 0xc1, 0x17, 0x19, 0x13, 0x78, 0x7d, 0x9a, 0x85, 0x39, 0xd3, 0xe7, 0x26, 0xe1, 0xee, 0xae, 0x70, + 0x92, 0x0e, 0xe1, 0xbb, 0xb5, 0x41, 0xf8, 0x6f, 0x96, 0xb4, 0xad, 0xed, 0xd8, 0xf4, 0x40, 0xaf, + 0x40, 0x4e, 0x3c, 0xeb, 0x70, 0xab, 0x28, 0xc4, 0x49, 0xf4, 0xc2, 0xd2, 0x8a, 0x1c, 0x00, 0xe5, + 0xfb, 0x12, 0x4d, 0x45, 0xf0, 0x73, 0x42, 0x1d, 0x37, 0x8d, 0x15, 0xc7, 0x7a, 0xa0, 0x3a, 0x4c, + 0xa9, 0xd6, 0x62, 0x4e, 0xee, 0xf0, 0x8d, 0x09, 0x76, 0x28, 0x57, 0xef, 0x28, 0x60, 0x75, 0x75, + 0x1b, 0x5d, 0x53, 0x46, 0xac, 0xb1, 0x47, 0x5c, 0x30, 0x7f, 0x9c, 0x2e, 0xb8, 0x74, 0x0d, 0xa6, + 0x63, 0x8b, 0x9a, 0x28, 0x1a, 0xf8, 0x24, 0xee, 0xbd, 0xe2, 0x14, 0xa1, 0x77, 0x21, 0xdf, 0x12, + 0xfb, 0x1c, 0xae, 0xd3, 0xa5, 0xe5, 0xa7, 0x5a, 0x12, 0x2e, 0x20, 0x1f, 0xb1, 0x42, 0x42, 0xef, + 0xc1, 0x54, 0x43, 0x8a, 0x96, 0x76, 0xd8, 0x49, 0x2e, 0x10, 0xad, 0x76, 0x32, 0x02, 0x52, 0xcf, + 0x58, 0x83, 0x09, 0x58, 0x22, 0xaf, 0x0c, 0x7d, 0xc2, 0x27, 0x81, 0x55, 0x77, 0x8d, 0x82, 0x55, + 0xcf, 0x58, 0x83, 0xd9, 0xbf, 0xb3, 0x62, 0x94, 0xc8, 0xf0, 0xbd, 0x06, 0x79, 0x21, 0x59, 0x51, + 0x14, 0x3b, 0x89, 0x4c, 0x09, 0xd1, 0x1b, 0x1c, 0x0c, 0xd1, 0x0a, 0xb1, 0x02, 0x43, 0x77, 0xa0, + 0x50, 0xa7, 0x0d, 0xd2, 0xf5, 0xb9, 0xa6, 0x65, 0x62, 0x5c, 0x79, 0x05, 0xbc, 0xa9, 0x30, 0x70, + 0x04, 0x66, 0x3f, 0x88, 0xdf, 0x38, 0x3a, 0x18, 0x0f, 0x60, 0xba, 0xa9, 0x02, 0x6b, 0x4c, 0x1b, + 0xd1, 0x3e, 0xd6, 0x52, 0x47, 0xe3, 0xc3, 0x0e, 0xf9, 0x15, 0xbd, 0xa1, 0x28, 0xc9, 0x11, 0xa0, + 0x38, 0x3e, 0x83, 0xfd, 0xf3, 0x2c, 0x14, 0xa3, 0x58, 0xda, 0x24, 0x4c, 0xd6, 0xb8, 0x84, 0x09, + 0xbd, 0x0f, 0x05, 0x52, 0xaf, 0x33, 0x1a, 0x86, 0xe9, 0x5d, 0x24, 0x82, 0x5f, 0x57, 0x03, 0x15, + 0x1b, 0xba, 0x81, 0x23, 0x38, 0xa9, 0x1e, 0x01, 0x53, 0xb1, 0x63, 0x5e, 0xab, 0x47, 0xc0, 0x38, + 0x96, 0x56, 0x74, 0x1e, 0x8a, 0xf2, 0x57, 0x1f, 0x37, 0xf0, 0x75, 0x4e, 0x3f, 0x23, 0x55, 0x48, + 0xdb, 0xb0, 0x79, 0x8b, 0x6e, 0x40, 0x96, 0xfb, 0xa1, 0x3e, 0xc8, 0x29, 0x64, 0xb1, 0xb6, 0xb5, + 0xb3, 0x11, 0xb4, 0x1b, 0x5e, 0xb3, 0x5a, 0x10, 0xa1, 0x7d, 0x6d, 0x6b, 0x07, 0x0b, 0x80, 0x11, + 0x65, 0x98, 0x3a, 0xd6, 0xcb, 0xa9, 0x09, 0xf3, 0x43, 0x34, 0xa1, 0x4a, 0xa2, 0xee, 0xf2, 0xb5, + 0xa1, 0xba, 0xcb, 0xb4, 0xee, 0x16, 0x2b, 0xb7, 0xbc, 0x9a, 0x10, 0x8f, 0x81, 0x33, 0xdf, 0x11, + 0x46, 0xad, 0x25, 0xf6, 0x5f, 0x33, 0x70, 0x3a, 0x9a, 0x69, 0x50, 0xe3, 0xb9, 0x96, 0x98, 0xeb, + 0xb5, 0xa1, 0xb9, 0x5e, 0x1a, 0x19, 0xf0, 0x65, 0x91, 0xe7, 0xe9, 0x45, 0x9e, 0x7f, 0x5a, 0x30, + 0x97, 0xcc, 0x5e, 0xff, 0xa7, 0xe7, 0xab, 0x99, 0x48, 0xf3, 0x55, 0xd4, 0xf0, 0x7a, 0x7a, 0xf0, + 0xf4, 0x45, 0xc4, 0x5f, 0x5a, 0x70, 0xe6, 0xb0, 0x33, 0x20, 0xfc, 0xb3, 0xc9, 0x82, 0x6e, 0x67, + 0xb8, 0xb8, 0xf2, 0xb6, 0x30, 0x62, 0xf5, 0x4e, 0x84, 0x1c, 0x8c, 0x86, 0x41, 0x97, 0xb9, 0x91, + 0x1f, 0x9b, 0x90, 0x03, 0x6b, 0x3b, 0x36, 0x3d, 0x0c, 0xa1, 0xd9, 0xb1, 0x15, 0x9e, 0x07, 0x19, + 0x38, 0x73, 0x58, 0x81, 0x04, 0xfd, 0x14, 0x4e, 0x9b, 0x4a, 0x51, 0x64, 0xd4, 0x57, 0xe9, 0x33, + 0x15, 0x99, 0x5f, 0xd6, 0x93, 0x9f, 0xbe, 0x35, 0x8c, 0x8a, 0x47, 0x27, 0x42, 0x3e, 0xcc, 0xca, + 0x82, 0x8c, 0x99, 0xf9, 0x39, 0x0a, 0xee, 0x2a, 0x3f, 0x8f, 0xa3, 0xe1, 0x24, 0xb8, 0xfd, 0x38, + 0x03, 0x25, 0xa3, 0x73, 0xe8, 0x00, 0xe6, 0x5d, 0xca, 0xb8, 0xd7, 0xf0, 0x5c, 0xc2, 0x69, 0xec, + 0x9e, 0x79, 0x56, 0x71, 0xfb, 0xaa, 0xde, 0xfa, 0xfc, 0x46, 0x12, 0x16, 0x0f, 0xcf, 0x83, 0xae, + 0xc3, 0x5c, 0xcb, 0x6b, 0x7b, 0xad, 0x6e, 0xeb, 0x0e, 0x65, 0x42, 0xfb, 0xf4, 0x37, 0x46, 0xfd, + 0x5e, 0x79, 0xee, 0x66, 0xe2, 0x0d, 0x1e, 0xea, 0x89, 0x5c, 0x28, 0x04, 0x9d, 0xb8, 0xf7, 0xae, + 0x4d, 0x20, 0xee, 0xce, 0x6d, 0x35, 0x54, 0x45, 0x83, 0x46, 0x54, 0xb4, 0x15, 0x47, 0xc8, 0x4b, + 0xd7, 0x61, 0x26, 0xde, 0x73, 0xa2, 0x10, 0xed, 0x5f, 0x19, 0x28, 0xd6, 0xdc, 0xce, 0xff, 0x47, + 0x79, 0x62, 0x3b, 0x51, 0x9e, 0x48, 0xf1, 0xd3, 0x55, 0xb4, 0xf3, 0xb1, 0xd5, 0x89, 0xf7, 0x87, + 0xaa, 0x13, 0x97, 0x27, 0xc0, 0x3c, 0xba, 0x38, 0xf1, 0x69, 0x06, 0x66, 0xa2, 0xae, 0x27, 0x3e, + 0xb1, 0xbb, 0x9d, 0x4c, 0xec, 0x2e, 0xa6, 0x67, 0x69, 0x4c, 0x5e, 0x37, 0x37, 0x20, 0x47, 0x7c, + 0x0d, 0x7b, 0x01, 0xe6, 0x92, 0xbc, 0xca, 0xff, 0x18, 0xd4, 0x18, 0x69, 0x34, 0x3c, 0x77, 0xa7, + 0xe3, 0x7b, 0xfc, 0xc4, 0x3b, 0x6f, 0x2d, 0xe1, 0xbc, 0x29, 0x8a, 0x36, 0xf1, 0xdd, 0xa7, 0xf8, + 0x8f, 0x41, 0x2e, 0xed, 0x7f, 0x0c, 0x12, 0xb8, 0x47, 0x3b, 0xf1, 0x67, 0x19, 0x58, 0x88, 0x77, + 0x3f, 0xf1, 0x8e, 0xbc, 0x93, 0x74, 0x64, 0x67, 0x32, 0xb6, 0xc6, 0x38, 0x33, 0x4a, 0x92, 0x24, + 0x1d, 0xfa, 0x0c, 0xa0, 0x43, 0x78, 0x76, 0x1e, 0x3e, 0x5a, 0x3e, 0xf5, 0xf9, 0xa3, 0xe5, 0x53, + 0x5f, 0x3c, 0x5a, 0x3e, 0xf5, 0xb3, 0xfe, 0xb2, 0xf5, 0xb0, 0xbf, 0x6c, 0x7d, 0xde, 0x5f, 0xb6, + 0xbe, 0xe8, 0x2f, 0x5b, 0x7f, 0xee, 0x2f, 0x5b, 0x9f, 0x3c, 0x5e, 0x3e, 0xf5, 0x61, 0x31, 0x9a, + 0xfc, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x87, 0x58, 0x7c, 0xd3, 0xa4, 0x27, 0x00, 0x00, } func (m *ForwardToTarget) Marshal() (dAtA []byte, err error) { @@ -1287,6 +1324,30 @@ func (m *ForwardToTarget) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.RetryPolicy != nil { + { + size, err := m.RetryPolicy.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x22 + } + if m.Timeout != nil { + { + size, err := m.Timeout.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x1a + } if m.TargetPort != nil { i = encodeVarintGenerated(dAtA, i, uint64(*m.TargetPort)) i-- @@ -1948,6 +2009,56 @@ func (m *HTTPHeaderFilter) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } +func (m *HTTPRetryPolicy) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *HTTPRetryPolicy) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *HTTPRetryPolicy) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.RetryTimeout != nil { + { + size, err := m.RetryTimeout.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x1a + } + if m.RetryInterval != nil { + { + size, err := m.RetryInterval.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x12 + } + i = encodeVarintGenerated(dAtA, i, uint64(m.Attempts)) + i-- + dAtA[i] = 0x8 + return len(dAtA) - i, nil +} + func (m *HTTPRoute) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -3160,6 +3271,14 @@ func (m *ForwardToTarget) Size() (n int) { if m.TargetPort != nil { n += 1 + sovGenerated(uint64(*m.TargetPort)) } + if m.Timeout != nil { + l = m.Timeout.Size() + n += 1 + l + sovGenerated(uint64(l)) + } + if m.RetryPolicy != nil { + l = m.RetryPolicy.Size() + n += 1 + l + sovGenerated(uint64(l)) + } return n } @@ -3391,6 +3510,24 @@ func (m *HTTPHeaderFilter) Size() (n int) { return n } +func (m *HTTPRetryPolicy) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + n += 1 + sovGenerated(uint64(m.Attempts)) + if m.RetryInterval != nil { + l = m.RetryInterval.Size() + n += 1 + l + sovGenerated(uint64(l)) + } + if m.RetryTimeout != nil { + l = m.RetryTimeout.Size() + n += 1 + l + sovGenerated(uint64(l)) + } + return n +} + func (m *HTTPRoute) Size() (n int) { if m == nil { return 0 @@ -3829,6 +3966,8 @@ func (this *ForwardToTarget) String() string { s := strings.Join([]string{`&ForwardToTarget{`, `TargetRef:` + strings.Replace(strings.Replace(this.TargetRef.String(), "LocalObjectReference", "LocalObjectReference", 1), `&`, ``, 1) + `,`, `TargetPort:` + valueToStringGenerated(this.TargetPort) + `,`, + `Timeout:` + strings.Replace(fmt.Sprintf("%v", this.Timeout), "Duration", "v1.Duration", 1) + `,`, + `RetryPolicy:` + strings.Replace(this.RetryPolicy.String(), "HTTPRetryPolicy", "HTTPRetryPolicy", 1) + `,`, `}`, }, "") return s @@ -4019,6 +4158,18 @@ func (this *HTTPHeaderFilter) String() string { }, "") return s } +func (this *HTTPRetryPolicy) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&HTTPRetryPolicy{`, + `Attempts:` + fmt.Sprintf("%v", this.Attempts) + `,`, + `RetryInterval:` + strings.Replace(fmt.Sprintf("%v", this.RetryInterval), "Duration", "v1.Duration", 1) + `,`, + `RetryTimeout:` + strings.Replace(fmt.Sprintf("%v", this.RetryTimeout), "Duration", "v1.Duration", 1) + `,`, + `}`, + }, "") + return s +} func (this *HTTPRoute) String() string { if this == nil { return "nil" @@ -4448,6 +4599,78 @@ func (m *ForwardToTarget) Unmarshal(dAtA []byte) error { } } m.TargetPort = &v + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Timeout", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.Timeout == nil { + m.Timeout = &v1.Duration{} + } + if err := m.Timeout.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 4: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field RetryPolicy", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.RetryPolicy == nil { + m.RetryPolicy = &HTTPRetryPolicy{} + } + if err := m.RetryPolicy.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) @@ -6460,6 +6683,150 @@ func (m *HTTPHeaderFilter) Unmarshal(dAtA []byte) error { } return nil } +func (m *HTTPRetryPolicy) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: HTTPRetryPolicy: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: HTTPRetryPolicy: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field Attempts", wireType) + } + m.Attempts = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.Attempts |= int32(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field RetryInterval", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.RetryInterval == nil { + m.RetryInterval = &v1.Duration{} + } + if err := m.RetryInterval.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field RetryTimeout", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.RetryTimeout == nil { + m.RetryTimeout = &v1.Duration{} + } + if err := m.RetryTimeout.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipGenerated(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthGenerated + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthGenerated + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func (m *HTTPRoute) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 diff --git a/api/v1alpha1/generated.proto b/api/v1alpha1/generated.proto index 53dc782fdb..f30d0e826f 100644 --- a/api/v1alpha1/generated.proto +++ b/api/v1alpha1/generated.proto @@ -45,6 +45,21 @@ message ForwardToTarget { // // +optional optional int32 targetPort = 2; + + // Timeout specifies the maximum time to wait for a response after sending + // an HTTP request to targetRef. + // + // Support: Core + // + // +optional + optional k8s.io.apimachinery.pkg.apis.meta.v1.Duration timeout = 3; + + // RetryPolicy describes a policy for resending a failed request to a targetRef. + // + // Support: Core + // + // +optional + optional HTTPRetryPolicy retries = 4; } // Gateway represents an instantiation of a service-traffic handling infrastructure. @@ -318,6 +333,27 @@ message HTTPHeaderFilter { repeated string remove = 2; } +// HTTPRetryPolicy describes a policy for resending a failed HTTP request. +message HTTPRetryPolicy { + // Attempts is the number of retries for a given request. The number of + // retries attempted depends on the request timeout of the HTTP route. + // + // Support: Core + optional int32 attempts = 1; + + // RetryInterval is the amount of time between retrying an HTTP request. + // The format is: 1h/1m/1s/1ms with 1ms being the smallest interval. + // + // Support: Core + optional k8s.io.apimachinery.pkg.apis.meta.v1.Duration retryInterval = 2; + + // RetryTimeout is the timeout of a retry attempt for a given request. + // The format is: 1h/1m/1s/1ms with 1ms being the smallest interval. + // + // Support: Core + optional k8s.io.apimachinery.pkg.apis.meta.v1.Duration retryTimeout = 3; +} + // HTTPRoute is the Schema for the httproutes API message HTTPRoute { optional k8s.io.apimachinery.pkg.apis.meta.v1.TypeMeta typeMeta = 1; diff --git a/api/v1alpha1/httproute_types.go b/api/v1alpha1/httproute_types.go index 6d3ed9736c..f9ed16cd1e 100644 --- a/api/v1alpha1/httproute_types.go +++ b/api/v1alpha1/httproute_types.go @@ -264,6 +264,45 @@ type ForwardToTarget struct { // // +optional TargetPort *TargetPort `json:"targetPort" protobuf:"bytes,2,opt,name=targetPort"` + + // Timeout specifies the maximum time to wait for a response after sending + // an HTTP request to targetRef. + // + // Support: Core + // + // +optional + Timeout *metav1.Duration `json:"timeout,omitempty" protobuf:"bytes,3,opt,name=timeout"` + + // RetryPolicy describes a policy for resending a failed request to a targetRef. + // + // Support: Core + // + // +optional + RetryPolicy *HTTPRetryPolicy `json:"retries,omitempty" protobuf:"bytes,4,opt,name=retries"` +} + +// HTTPRetryPolicy describes a policy for resending a failed HTTP request. +type HTTPRetryPolicy struct { + // Attempts is the number of retries for a given request. The number of + // retries attempted depends on the request timeout of the HTTP route. + // + // Support: Core + // + Attempts int32 `json:"attempts" protobuf:"bytes,1,opt,name=attempts"` + + // RetryInterval is the amount of time between retrying an HTTP request. + // The format is: 1h/1m/1s/1ms with 1ms being the smallest interval. + // + // Support: Core + // + RetryInterval *metav1.Duration `json:"retryInterval" protobuf:"bytes,2,opt,name=retryInterval"` + + // RetryTimeout is the timeout of a retry attempt for a given request. + // The format is: 1h/1m/1s/1ms with 1ms being the smallest interval. + // + // Support: Core + // + RetryTimeout *metav1.Duration `json:"retryTimeout" protobuf:"bytes,3,opt,name=retryTimeout"` } // TargetPort specifies the destination port number to use for a TargetRef. diff --git a/api/v1alpha1/zz_generated.deepcopy.go b/api/v1alpha1/zz_generated.deepcopy.go index 7d34a808ed..de1914f4bb 100644 --- a/api/v1alpha1/zz_generated.deepcopy.go +++ b/api/v1alpha1/zz_generated.deepcopy.go @@ -33,6 +33,16 @@ func (in *ForwardToTarget) DeepCopyInto(out *ForwardToTarget) { *out = new(TargetPort) **out = **in } + if in.Timeout != nil { + in, out := &in.Timeout, &out.Timeout + *out = new(v1.Duration) + **out = **in + } + if in.RetryPolicy != nil { + in, out := &in.RetryPolicy, &out.RetryPolicy + *out = new(HTTPRetryPolicy) + (*in).DeepCopyInto(*out) + } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ForwardToTarget. @@ -350,6 +360,31 @@ func (in *HTTPHeaderFilter) DeepCopy() *HTTPHeaderFilter { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *HTTPRetryPolicy) DeepCopyInto(out *HTTPRetryPolicy) { + *out = *in + if in.RetryInterval != nil { + in, out := &in.RetryInterval, &out.RetryInterval + *out = new(v1.Duration) + **out = **in + } + if in.RetryTimeout != nil { + in, out := &in.RetryTimeout, &out.RetryTimeout + *out = new(v1.Duration) + **out = **in + } +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HTTPRetryPolicy. +func (in *HTTPRetryPolicy) DeepCopy() *HTTPRetryPolicy { + if in == nil { + return nil + } + out := new(HTTPRetryPolicy) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *HTTPRoute) DeepCopyInto(out *HTTPRoute) { *out = *in diff --git a/config/crd/bases/networking.x-k8s.io_httproutes.yaml b/config/crd/bases/networking.x-k8s.io_httproutes.yaml index 15d85a14cc..caa02e0193 100644 --- a/config/crd/bases/networking.x-k8s.io_httproutes.yaml +++ b/config/crd/bases/networking.x-k8s.io_httproutes.yaml @@ -137,6 +137,35 @@ spec: status condition on any Gateway that includes the HTTPRoute will be true. properties: + retries: + description: "RetryPolicy describes a policy for + resending a failed request to a targetRef. \n + Support: Core" + properties: + attempts: + description: "Attempts is the number of retries + for a given request. The number of retries + attempted depends on the request timeout of + the HTTP route. \n Support: Core" + format: int32 + type: integer + retryInterval: + description: "RetryInterval is the amount of + time between retrying an HTTP request. The + format is: 1h/1m/1s/1ms with 1ms being the + smallest interval. \n Support: Core" + type: string + retryTimeout: + description: "RetryTimeout is the timeout of + a retry attempt for a given request. The format + is: 1h/1m/1s/1ms with 1ms being the smallest + interval. \n Support: Core" + type: string + required: + - attempts + - retryInterval + - retryTimeout + type: object targetPort: description: "TargetPort specifies the destination port number to use for the TargetRef. If unspecified @@ -175,6 +204,11 @@ spec: - name - resource type: object + timeout: + description: "Timeout specifies the maximum time + to wait for a response after sending an HTTP request + to targetRef. \n Support: Core" + type: string required: - targetRef type: object @@ -415,6 +449,35 @@ spec: the "InvalidRoutes" status condition on any Gateway that includes the HTTPRoute will be true. properties: + retries: + description: "RetryPolicy describes a policy for + resending a failed request to a targetRef. \n + Support: Core" + properties: + attempts: + description: "Attempts is the number of retries + for a given request. The number of retries + attempted depends on the request timeout + of the HTTP route. \n Support: Core" + format: int32 + type: integer + retryInterval: + description: "RetryInterval is the amount + of time between retrying an HTTP request. + The format is: 1h/1m/1s/1ms with 1ms being + the smallest interval. \n Support: Core" + type: string + retryTimeout: + description: "RetryTimeout is the timeout + of a retry attempt for a given request. + The format is: 1h/1m/1s/1ms with 1ms being + the smallest interval. \n Support: Core" + type: string + required: + - attempts + - retryInterval + - retryTimeout + type: object targetPort: description: "TargetPort specifies the destination port number to use for the TargetRef. If unspecified @@ -454,6 +517,11 @@ spec: - name - resource type: object + timeout: + description: "Timeout specifies the maximum time + to wait for a response after sending an HTTP + request to targetRef. \n Support: Core" + type: string required: - targetRef type: object