diff --git a/api/event-bus.html b/api/event-bus.html
index ee7681befc..191a976f74 100644
--- a/api/event-bus.html
+++ b/api/event-bus.html
@@ -501,6 +501,23 @@
NativeStrategy
Max Age of existing messages, i.e. “72h”, “4h35m”
+
+
+imagePullSecrets
+
+
+[]Kubernetes core/v1.LocalObjectReference
+
+
+ |
+
+(Optional)
+ ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec.
+If specified, these secrets will be passed to individual puller implementations for them to use. For example,
+in the case of docker, only DockerConfig type secrets are honored.
+More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod
+ |
+
PersistenceStrategy
diff --git a/api/event-bus.md b/api/event-bus.md
index a94f1df5c3..0826763cb2 100644
--- a/api/event-bus.md
+++ b/api/event-bus.md
@@ -519,6 +519,24 @@ Max Age of existing messages, i.e. “72h”, “4h35m”
+
+
+imagePullSecrets
+
+\[\]Kubernetes core/v1.LocalObjectReference
+ |
+
+(Optional)
+
+ImagePullSecrets is an optional list of references to secrets in the
+same namespace to use for pulling any of the images used by this
+PodSpec. If specified, these secrets will be passed to individual puller
+implementations for them to use. For example, in the case of docker,
+only DockerConfig type secrets are honored. More info:
+https://kubernetes.io/docs/concepts/containers/images\#specifying-imagepullsecrets-on-a-pod
+
+ |
+
diff --git a/api/event-source.html b/api/event-source.html
index 6954ee96ec..0fa5d08f61 100644
--- a/api/event-source.html
+++ b/api/event-source.html
@@ -3837,6 +3837,23 @@ Template
More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
+
+
+imagePullSecrets
+
+
+[]Kubernetes core/v1.LocalObjectReference
+
+
+ |
+
+(Optional)
+ ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec.
+If specified, these secrets will be passed to individual puller implementations for them to use. For example,
+in the case of docker, only DockerConfig type secrets are honored.
+More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod
+ |
+
WatchPathConfig
diff --git a/api/event-source.md b/api/event-source.md
index f4cf4aea09..1a1ff71af8 100644
--- a/api/event-source.md
+++ b/api/event-source.md
@@ -3920,6 +3920,24 @@ scheduled on that node. More info:
+
+
+imagePullSecrets
+
+\[\]Kubernetes core/v1.LocalObjectReference
+ |
+
+(Optional)
+
+ImagePullSecrets is an optional list of references to secrets in the
+same namespace to use for pulling any of the images used by this
+PodSpec. If specified, these secrets will be passed to individual puller
+implementations for them to use. For example, in the case of docker,
+only DockerConfig type secrets are honored. More info:
+https://kubernetes.io/docs/concepts/containers/images\#specifying-imagepullsecrets-on-a-pod
+
+ |
+
diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json
index 3d2f5f3c64..f5ae8b8b0f 100644
--- a/api/openapi-spec/swagger.json
+++ b/api/openapi-spec/swagger.json
@@ -368,6 +368,15 @@
"description": "ContainerTemplate contains customized spec for NATS container",
"$ref": "#/definitions/io.argoproj.eventbus.v1alpha1.ContainerTemplate"
},
+ "imagePullSecrets": {
+ "description": "ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference"
+ },
+ "x-kubernetes-patch-merge-key": "name",
+ "x-kubernetes-patch-strategy": "merge"
+ },
"maxAge": {
"description": "Max Age of existing messages, i.e. \"72h\", “4h35m”",
"type": "string"
@@ -1853,6 +1862,15 @@
"description": "Container is the main container image to run in the event source pod",
"$ref": "#/definitions/io.k8s.api.core.v1.Container"
},
+ "imagePullSecrets": {
+ "description": "ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference"
+ },
+ "x-kubernetes-patch-merge-key": "name",
+ "x-kubernetes-patch-strategy": "merge"
+ },
"metadata": {
"description": "Metadata sets the pods's metadata, i.e. annotations and labels",
"$ref": "#/definitions/io.argoproj.common.Metadata"
@@ -2810,6 +2828,15 @@
"description": "Container is the main container image to run in the sensor pod",
"$ref": "#/definitions/io.k8s.api.core.v1.Container"
},
+ "imagePullSecrets": {
+ "description": "ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference"
+ },
+ "x-kubernetes-patch-merge-key": "name",
+ "x-kubernetes-patch-strategy": "merge"
+ },
"metadata": {
"description": "Metadata sets the pods's metadata, i.e. annotations and labels",
"$ref": "#/definitions/io.argoproj.common.Metadata"
@@ -4499,6 +4526,16 @@
}
}
},
+ "io.k8s.api.core.v1.LocalObjectReference": {
+ "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.",
+ "type": "object",
+ "properties": {
+ "name": {
+ "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
+ "type": "string"
+ }
+ }
+ },
"io.k8s.api.core.v1.PodSecurityContext": {
"description": "PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.",
"type": "object",
diff --git a/api/sensor.html b/api/sensor.html
index 94740fad5e..47b9fd2da2 100644
--- a/api/sensor.html
+++ b/api/sensor.html
@@ -2223,6 +2223,23 @@ Template
If specified, the pod’s tolerations.
+
+
+imagePullSecrets
+
+
+[]Kubernetes core/v1.LocalObjectReference
+
+
+ |
+
+(Optional)
+ ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec.
+If specified, these secrets will be passed to individual puller implementations for them to use. For example,
+in the case of docker, only DockerConfig type secrets are honored.
+More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod
+ |
+
TimeFilter
diff --git a/api/sensor.md b/api/sensor.md
index 9cbffa8879..30bd46f9d3 100644
--- a/api/sensor.md
+++ b/api/sensor.md
@@ -2275,6 +2275,24 @@ If specified, the pod’s tolerations.
+
+
+imagePullSecrets
+
+\[\]Kubernetes core/v1.LocalObjectReference
+ |
+
+(Optional)
+
+ImagePullSecrets is an optional list of references to secrets in the
+same namespace to use for pulling any of the images used by this
+PodSpec. If specified, these secrets will be passed to individual puller
+implementations for them to use. For example, in the case of docker,
+only DockerConfig type secrets are honored. More info:
+https://kubernetes.io/docs/concepts/containers/images\#specifying-imagepullsecrets-on-a-pod
+
+ |
+
diff --git a/controllers/eventbus/installer/nats.go b/controllers/eventbus/installer/nats.go
index 8baea3806b..26ff51e7f7 100644
--- a/controllers/eventbus/installer/nats.go
+++ b/controllers/eventbus/installer/nats.go
@@ -660,9 +660,10 @@ func (i *natsInstaller) buildStatefulSetSpec(serviceName, configmapName, authSec
Labels: podTemplateLabels,
},
Spec: corev1.PodSpec{
- NodeSelector: i.eventBus.Spec.NATS.Native.NodeSelector,
- Tolerations: i.eventBus.Spec.NATS.Native.Tolerations,
- SecurityContext: i.eventBus.Spec.NATS.Native.SecurityContext,
+ NodeSelector: i.eventBus.Spec.NATS.Native.NodeSelector,
+ Tolerations: i.eventBus.Spec.NATS.Native.Tolerations,
+ SecurityContext: i.eventBus.Spec.NATS.Native.SecurityContext,
+ ImagePullSecrets: i.eventBus.Spec.NATS.Native.ImagePullSecrets,
Volumes: []corev1.Volume{
{
Name: "config-volume",
diff --git a/controllers/eventbus/installer/nats_test.go b/controllers/eventbus/installer/nats_test.go
index 25bfc53080..e8e1884ccf 100644
--- a/controllers/eventbus/installer/nats_test.go
+++ b/controllers/eventbus/installer/nats_test.go
@@ -41,6 +41,11 @@ var (
NATS: &v1alpha1.NATSBus{
Native: &v1alpha1.NativeStrategy{
Auth: &v1alpha1.AuthStrategyToken,
+ ImagePullSecrets: []corev1.LocalObjectReference{
+ {
+ Name: "test",
+ },
+ },
},
},
},
@@ -216,4 +221,19 @@ func TestBuildPersistStatefulSetSpec(t *testing.T) {
assert.NoError(t, err)
assert.True(t, len(ss.Spec.VolumeClaimTemplates) > 0)
})
+
+ t.Run("installation with image pull secrets", func(t *testing.T) {
+ cl := fake.NewFakeClient(testEventBus)
+ installer := &natsInstaller{
+ client: cl,
+ eventBus: testEventBus,
+ streamingImage: testStreamingImage,
+ metricsImage: testMetricsImage,
+ labels: testLabels,
+ logger: logging.NewArgoEventsLogger(),
+ }
+ ss, err := installer.buildStatefulSet("svcName", "cmName", "secretName")
+ assert.NoError(t, err)
+ assert.True(t, len(ss.Spec.Template.Spec.ImagePullSecrets) > 0)
+ })
}
diff --git a/controllers/eventsource/resource.go b/controllers/eventsource/resource.go
index 0265351c37..844b4ec063 100644
--- a/controllers/eventsource/resource.go
+++ b/controllers/eventsource/resource.go
@@ -332,6 +332,7 @@ func buildDeploymentSpec(args *AdaptorArgs) (*appv1.DeploymentSpec, error) {
spec.Template.Spec.NodeSelector = args.EventSource.Spec.Template.NodeSelector
spec.Template.Spec.Tolerations = args.EventSource.Spec.Template.Tolerations
spec.Template.Spec.Affinity = args.EventSource.Spec.Template.Affinity
+ spec.Template.Spec.ImagePullSecrets = args.EventSource.Spec.Template.ImagePullSecrets
}
allEventTypes := eventsources.GetEventingServers(args.EventSource)
recreateTypes := make(map[apicommon.EventSourceType]bool)
diff --git a/controllers/eventsource/resource_test.go b/controllers/eventsource/resource_test.go
index a508dc1b1f..200eb96663 100644
--- a/controllers/eventsource/resource_test.go
+++ b/controllers/eventsource/resource_test.go
@@ -12,6 +12,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/client/fake"
"github.com/argoproj/argo-events/common/logging"
+ "github.com/argoproj/argo-events/pkg/apis/eventsource/v1alpha1"
)
const (
@@ -25,6 +26,13 @@ var (
func Test_BuildDeployment(t *testing.T) {
testEventSource := fakeEmptyEventSource()
testEventSource.Spec.HDFS = fakeHDFSEventSourceMap("test")
+ testEventSource.Spec.Template = &v1alpha1.Template{
+ ImagePullSecrets: []corev1.LocalObjectReference{
+ {
+ Name: "test",
+ },
+ },
+ }
t.Run("test build HDFS", func(t *testing.T) {
args := &AdaptorArgs{
Image: testImage,
@@ -50,6 +58,7 @@ func Test_BuildDeployment(t *testing.T) {
}
}
assert.True(t, hasAuthVolume)
+ assert.True(t, len(deployment.Spec.Template.Spec.ImagePullSecrets) > 0)
assert.True(t, cmRefs > 0)
assert.True(t, secretRefs > 0)
})
diff --git a/controllers/sensor/resource.go b/controllers/sensor/resource.go
index f8396b3108..5f6995455e 100644
--- a/controllers/sensor/resource.go
+++ b/controllers/sensor/resource.go
@@ -287,6 +287,7 @@ func buildDeploymentSpec(args *AdaptorArgs) (*appv1.DeploymentSpec, error) {
spec.Template.Spec.SecurityContext = args.Sensor.Spec.Template.SecurityContext
spec.Template.Spec.NodeSelector = args.Sensor.Spec.Template.NodeSelector
spec.Template.Spec.Tolerations = args.Sensor.Spec.Template.Tolerations
+ spec.Template.Spec.ImagePullSecrets = args.Sensor.Spec.Template.ImagePullSecrets
}
return spec, nil
}
diff --git a/controllers/sensor/resource_test.go b/controllers/sensor/resource_test.go
index 0ae35279e5..78582300db 100644
--- a/controllers/sensor/resource_test.go
+++ b/controllers/sensor/resource_test.go
@@ -47,6 +47,11 @@ var (
Spec: v1alpha1.SensorSpec{
Template: &v1alpha1.Template{
ServiceAccountName: "fake-sa",
+ ImagePullSecrets: []corev1.LocalObjectReference{
+ {
+ Name: "test",
+ },
+ },
Container: &corev1.Container{
VolumeMounts: []corev1.VolumeMount{
{
@@ -90,38 +95,6 @@ var (
},
}
- sensorObjNoTemplate = &v1alpha1.Sensor{
- ObjectMeta: metav1.ObjectMeta{
- Name: "fake-sensor",
- Namespace: testNamespace,
- },
- Spec: v1alpha1.SensorSpec{
- Triggers: []v1alpha1.Trigger{
- {
- Template: &v1alpha1.TriggerTemplate{
- Name: "fake-trigger",
- K8s: &v1alpha1.StandardK8STrigger{
- GroupVersionResource: metav1.GroupVersionResource{
- Group: "k8s.io",
- Version: "",
- Resource: "pods",
- },
- Operation: "create",
- Source: &v1alpha1.ArtifactLocation{},
- },
- },
- },
- },
- Dependencies: []v1alpha1.EventDependency{
- {
- Name: "fake-dep",
- EventSourceName: "fake-source",
- EventName: "fake-one",
- },
- },
- },
- }
-
fakeEventBus = &eventbusv1alpha1.EventBus{
TypeMeta: metav1.TypeMeta{
APIVersion: eventbusv1alpha1.SchemeGroupVersion.String(),
@@ -156,7 +129,7 @@ var (
)
func Test_BuildDeployment(t *testing.T) {
- sensorObjs := []*v1alpha1.Sensor{sensorObj, sensorObjNoTemplate}
+ sensorObjs := []*v1alpha1.Sensor{sensorObj, sensorObj}
t.Run("test build with eventbus", func(t *testing.T) {
for _, sObj := range sensorObjs {
args := &AdaptorArgs{
@@ -177,6 +150,7 @@ func Test_BuildDeployment(t *testing.T) {
}
}
assert.True(t, hasAuthVolume)
+ assert.True(t, len(deployment.Spec.Template.Spec.ImagePullSecrets) > 0)
}
})
}
diff --git a/manifests/install.yaml b/manifests/install.yaml
index 7df334f08d..0f7152df05 100644
--- a/manifests/install.yaml
+++ b/manifests/install.yaml
@@ -301,12 +301,12 @@ spec:
spec:
containers:
- env:
+ - name: EVENTSOURCE_IMAGE
+ value: argoproj/eventsource:latest
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- - name: EVENTSOURCE_IMAGE
- value: argoproj/eventsource:latest
image: argoproj/eventsource-controller:latest
imagePullPolicy: Always
livenessProbe:
@@ -344,12 +344,12 @@ spec:
spec:
containers:
- env:
+ - name: SENSOR_IMAGE
+ value: argoproj/sensor:latest
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- - name: SENSOR_IMAGE
- value: argoproj/sensor:latest
image: argoproj/sensor-controller:latest
livenessProbe:
httpGet:
diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml
index 161f58cef3..b4e52ea7a8 100644
--- a/manifests/namespace-install.yaml
+++ b/manifests/namespace-install.yaml
@@ -220,12 +220,12 @@ spec:
- args:
- --namespaced
env:
+ - name: EVENTSOURCE_IMAGE
+ value: argoproj/eventsource:latest
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- - name: EVENTSOURCE_IMAGE
- value: argoproj/eventsource:latest
image: argoproj/eventsource-controller:latest
imagePullPolicy: Always
livenessProbe:
@@ -265,12 +265,12 @@ spec:
- args:
- --namespaced
env:
+ - name: SENSOR_IMAGE
+ value: argoproj/sensor:latest
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- - name: SENSOR_IMAGE
- value: argoproj/sensor:latest
image: argoproj/sensor-controller:latest
livenessProbe:
httpGet:
diff --git a/pkg/apis/eventbus/v1alpha1/generated.pb.go b/pkg/apis/eventbus/v1alpha1/generated.pb.go
index 22f06a4063..87561f07ea 100644
--- a/pkg/apis/eventbus/v1alpha1/generated.pb.go
+++ b/pkg/apis/eventbus/v1alpha1/generated.pb.go
@@ -347,83 +347,85 @@ func init() {
}
var fileDescriptor_871e47633eb7aad4 = []byte{
- // 1207 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0xcf, 0x6f, 0x1b, 0xc5,
- 0x17, 0xcf, 0x3a, 0x8e, 0x6b, 0x8f, 0xdd, 0xfc, 0x98, 0xe4, 0x2b, 0xad, 0xa2, 0x2f, 0x76, 0x65,
- 0x09, 0x14, 0x89, 0x66, 0x97, 0x54, 0x08, 0x42, 0x2f, 0xc1, 0x9b, 0x06, 0xd1, 0x52, 0xa7, 0x65,
- 0x9c, 0x56, 0x02, 0x2a, 0xc2, 0x64, 0x3d, 0xb1, 0x37, 0xf1, 0xee, 0x38, 0x3b, 0xb3, 0x56, 0xcc,
- 0x09, 0x71, 0xe5, 0x82, 0x38, 0x20, 0xfe, 0x03, 0xfe, 0x95, 0x1c, 0x38, 0xf4, 0x46, 0x4f, 0x56,
- 0xb3, 0x15, 0xff, 0x44, 0x4f, 0x68, 0x66, 0x67, 0xbd, 0x6b, 0x3b, 0x29, 0x29, 0x0e, 0x27, 0xef,
- 0xbc, 0x79, 0xf3, 0xf9, 0xbc, 0xf7, 0x99, 0x79, 0x6f, 0xc6, 0xe0, 0x41, 0xcb, 0xe1, 0xed, 0xe0,
- 0xc0, 0xb0, 0xa9, 0x6b, 0x62, 0xbf, 0x45, 0xbb, 0x3e, 0x3d, 0x92, 0x1f, 0xeb, 0xa4, 0x47, 0x3c,
- 0xce, 0xcc, 0xee, 0x71, 0xcb, 0xc4, 0x5d, 0x87, 0x99, 0x72, 0x7c, 0x10, 0x30, 0xb3, 0xb7, 0x81,
- 0x3b, 0xdd, 0x36, 0xde, 0x30, 0x5b, 0xc4, 0x23, 0x3e, 0xe6, 0xa4, 0x69, 0x74, 0x7d, 0xca, 0x29,
- 0xbc, 0x9b, 0x60, 0x19, 0x31, 0x96, 0xfc, 0xd8, 0x8f, 0xb0, 0x8c, 0xee, 0x71, 0xcb, 0x10, 0x58,
- 0x46, 0x8c, 0x65, 0xc4, 0x58, 0xab, 0x5b, 0x57, 0x8e, 0xc3, 0xa6, 0xae, 0x4b, 0xbd, 0x71, 0xf2,
- 0xd5, 0xf5, 0x14, 0x40, 0x8b, 0xb6, 0xa8, 0x29, 0xcd, 0x07, 0xc1, 0xa1, 0x1c, 0xc9, 0x81, 0xfc,
- 0x52, 0xee, 0xd5, 0xe3, 0x4d, 0x66, 0x38, 0x54, 0x40, 0x9a, 0x36, 0xf5, 0x89, 0xd9, 0x9b, 0xc8,
- 0x67, 0xf5, 0xc3, 0xc4, 0xc7, 0xc5, 0x76, 0xdb, 0xf1, 0x88, 0xdf, 0x8f, 0xe3, 0x30, 0x7d, 0xc2,
- 0x68, 0xe0, 0xdb, 0xe4, 0xad, 0x56, 0x31, 0xd3, 0x25, 0x1c, 0x5f, 0xc4, 0x65, 0x5e, 0xb6, 0xca,
- 0x0f, 0x3c, 0xee, 0xb8, 0x93, 0x34, 0x1f, 0xfd, 0xd3, 0x02, 0x66, 0xb7, 0x89, 0x8b, 0xc7, 0xd7,
- 0x55, 0x4f, 0x40, 0xc1, 0x0a, 0xd8, 0x36, 0xf5, 0x0e, 0x9d, 0x16, 0x6c, 0x82, 0xac, 0x87, 0x39,
- 0xd3, 0xb5, 0x5b, 0xda, 0x5a, 0xf1, 0xce, 0x67, 0xc6, 0xbf, 0xdf, 0x40, 0x63, 0xb7, 0xb6, 0xd7,
- 0x88, 0x50, 0xad, 0x7c, 0x38, 0xa8, 0x64, 0xc5, 0x18, 0x49, 0xf4, 0xaa, 0x07, 0x96, 0xb6, 0xa9,
- 0xc7, 0xb1, 0x88, 0x71, 0x8f, 0xb8, 0xdd, 0x0e, 0xe6, 0x04, 0x7e, 0x05, 0x0a, 0xb1, 0x84, 0x31,
- 0xff, 0x9a, 0x11, 0xe5, 0x24, 0x28, 0x0c, 0xb1, 0x29, 0x46, 0x6f, 0xc3, 0x40, 0xca, 0x09, 0x91,
- 0x93, 0xc0, 0xf1, 0x89, 0x2b, 0xe2, 0xb0, 0x96, 0xce, 0x06, 0x95, 0x99, 0x70, 0x50, 0x29, 0xc4,
- 0xb3, 0x0c, 0x25, 0x68, 0xd5, 0x3f, 0x32, 0x20, 0xbf, 0x23, 0x02, 0xb4, 0x02, 0x06, 0xbf, 0x03,
- 0x79, 0xa1, 0x79, 0x13, 0x73, 0xac, 0x68, 0x3e, 0x48, 0xd1, 0x0c, 0xa5, 0x4b, 0x52, 0x13, 0xde,
- 0x82, 0xf8, 0xd1, 0xc1, 0x11, 0xb1, 0x79, 0x9d, 0x70, 0x6c, 0x41, 0x45, 0x07, 0x12, 0x1b, 0x1a,
- 0xa2, 0xc2, 0x23, 0x90, 0x65, 0x5d, 0x62, 0xeb, 0x19, 0x89, 0xfe, 0xf9, 0x34, 0x22, 0xc6, 0x51,
- 0x37, 0xba, 0xc4, 0xb6, 0x4a, 0x8a, 0x35, 0x2b, 0x46, 0x48, 0x72, 0x40, 0x1f, 0xe4, 0x18, 0xc7,
- 0x3c, 0x60, 0xfa, 0xac, 0x64, 0x7b, 0x70, 0x2d, 0x6c, 0x12, 0xd1, 0x9a, 0x57, 0x7c, 0xb9, 0x68,
- 0x8c, 0x14, 0x53, 0xf5, 0x4f, 0x0d, 0x94, 0x62, 0xd7, 0x87, 0x0e, 0xe3, 0xf0, 0xd9, 0x84, 0xa4,
- 0xc6, 0xd5, 0x24, 0x15, 0xab, 0xa5, 0xa0, 0x8b, 0x8a, 0x2a, 0x1f, 0x5b, 0x52, 0x72, 0x3a, 0x60,
- 0xce, 0xe1, 0xc4, 0x65, 0x7a, 0xe6, 0xd6, 0xec, 0x5a, 0xf1, 0xce, 0xbd, 0xeb, 0xc8, 0xd0, 0xba,
- 0xa9, 0x08, 0xe7, 0xee, 0x0b, 0x68, 0x14, 0x31, 0x54, 0x4f, 0x92, 0xc4, 0x84, 0xc6, 0x10, 0x8f,
- 0x94, 0xc3, 0xf6, 0xb4, 0xe5, 0x20, 0x88, 0xc7, 0x6b, 0xe1, 0xa5, 0x06, 0xe6, 0x47, 0x75, 0x87,
- 0xfb, 0xc3, 0x3d, 0x8d, 0x78, 0x3f, 0xbe, 0x3a, 0x6f, 0xd4, 0x0b, 0x8d, 0x37, 0x6f, 0x20, 0x74,
- 0x41, 0xce, 0x96, 0x95, 0xa9, 0x8e, 0xe8, 0xce, 0x34, 0x89, 0x0d, 0x9b, 0x47, 0x42, 0x17, 0x8d,
- 0x91, 0x22, 0xa9, 0xfe, 0xa5, 0x81, 0x1b, 0x2a, 0x7d, 0xe8, 0x81, 0x9c, 0x87, 0xb9, 0xd3, 0x23,
- 0x2a, 0xb7, 0xa9, 0xce, 0xeb, 0xae, 0x44, 0x6a, 0x70, 0xd1, 0xce, 0x5a, 0x7d, 0x0b, 0x08, 0xee,
- 0xc8, 0x86, 0x14, 0x0b, 0x3c, 0x02, 0x39, 0x72, 0x4a, 0xb9, 0x13, 0x57, 0xe3, 0x75, 0xb5, 0x34,
- 0xc9, 0xb5, 0x23, 0x91, 0x91, 0x62, 0xa8, 0xbe, 0xd2, 0x00, 0x48, 0x5c, 0xe0, 0x3b, 0x60, 0x36,
- 0xf0, 0x3b, 0x32, 0xcf, 0x82, 0x55, 0x54, 0xda, 0xcc, 0x3e, 0x41, 0x0f, 0x91, 0xb0, 0xc3, 0xf7,
- 0x41, 0xc1, 0xee, 0x04, 0x8c, 0x13, 0xff, 0xfe, 0x3d, 0x19, 0x5c, 0xc1, 0xba, 0x29, 0x3a, 0xd8,
- 0x76, 0x6c, 0x44, 0xc9, 0x3c, 0xbc, 0x0d, 0xb2, 0x38, 0xe0, 0x6d, 0x59, 0xe4, 0x05, 0x4b, 0x17,
- 0x67, 0xa8, 0x16, 0xf0, 0xf6, 0xeb, 0x41, 0xa5, 0x24, 0x7e, 0x63, 0x09, 0x90, 0xf4, 0x82, 0xdf,
- 0x80, 0x12, 0xb6, 0x6d, 0xc2, 0x58, 0x83, 0xd8, 0x3e, 0xe1, 0x7a, 0x56, 0xa6, 0xfe, 0xee, 0x45,
- 0xdd, 0x34, 0xf2, 0xf8, 0x82, 0xf4, 0x1b, 0xa4, 0x43, 0x6c, 0x4e, 0x7d, 0x6b, 0x31, 0x14, 0xa0,
- 0xa9, 0xe5, 0x68, 0x04, 0xac, 0xfa, 0x53, 0x01, 0xcc, 0x8f, 0x0a, 0x0f, 0x6f, 0x83, 0xbc, 0x4f,
- 0xba, 0x1d, 0xc7, 0xc6, 0xd1, 0x91, 0x9d, 0x4b, 0xea, 0x19, 0x29, 0x3b, 0x1a, 0x7a, 0x0c, 0x73,
- 0xc9, 0x5c, 0x29, 0x97, 0x4d, 0x50, 0xc2, 0x1e, 0x77, 0x6a, 0x87, 0x87, 0x8e, 0xe7, 0xf0, 0xbe,
- 0x54, 0x20, 0x6f, 0xad, 0x28, 0xfc, 0x52, 0x2d, 0x35, 0x87, 0x46, 0x3c, 0xe1, 0x8f, 0x1a, 0x28,
- 0x76, 0x89, 0xcf, 0x1c, 0xc6, 0x89, 0x67, 0x13, 0xa5, 0xc2, 0xa3, 0x69, 0x0e, 0xc0, 0xe3, 0x04,
- 0x6e, 0x78, 0xea, 0x16, 0xc2, 0x41, 0xa5, 0x98, 0x9a, 0x40, 0x69, 0x52, 0xf8, 0x8b, 0x06, 0x96,
- 0xec, 0xf1, 0xbb, 0x4e, 0x9f, 0x93, 0xa1, 0xd4, 0xa7, 0x09, 0x65, 0xe2, 0x02, 0xb5, 0xfe, 0x17,
- 0x0e, 0x2a, 0x93, 0xf7, 0x2a, 0x9a, 0xa4, 0x87, 0xbf, 0x6b, 0x40, 0x77, 0x09, 0xf7, 0x1d, 0x9b,
- 0x4d, 0xf8, 0xeb, 0xb9, 0xff, 0x22, 0xb6, 0xff, 0x87, 0x83, 0x8a, 0x5e, 0xbf, 0x84, 0x12, 0x5d,
- 0x1a, 0x0c, 0xfc, 0x55, 0x03, 0x25, 0x8f, 0x36, 0x49, 0x7c, 0x3a, 0xf5, 0x1b, 0xf2, 0x0e, 0x78,
- 0x76, 0x7d, 0x5d, 0xc3, 0xd8, 0x4d, 0xc1, 0xef, 0x78, 0xdc, 0xef, 0x27, 0x87, 0x2b, 0x3d, 0x85,
- 0x46, 0xe2, 0x80, 0x4f, 0x40, 0x91, 0xd3, 0x8e, 0x78, 0x48, 0x39, 0xd4, 0x63, 0x7a, 0x5e, 0x86,
- 0x55, 0xbe, 0xa8, 0xc2, 0xf6, 0x86, 0x6e, 0xd6, 0xb2, 0x02, 0x2e, 0x26, 0x36, 0x86, 0xd2, 0x38,
- 0xd0, 0x4e, 0xdd, 0xa4, 0x05, 0xb9, 0x11, 0x9f, 0xbc, 0x75, 0xf3, 0xaf, 0x2b, 0x00, 0xab, 0x24,
- 0x0a, 0x30, 0x1e, 0xa5, 0x2e, 0x54, 0x02, 0x16, 0x18, 0xb1, 0x03, 0xdf, 0xe1, 0x7d, 0xa1, 0x38,
- 0x39, 0xe5, 0x3a, 0x90, 0x5c, 0xef, 0x5d, 0x14, 0xff, 0x63, 0xda, 0x6c, 0x8c, 0x7a, 0x5b, 0xcb,
- 0xe1, 0xa0, 0xb2, 0x30, 0x66, 0x44, 0xe3, 0x98, 0xb0, 0x0a, 0x72, 0x2e, 0x3e, 0xad, 0xb5, 0x88,
- 0x5e, 0x94, 0x95, 0x2e, 0x5b, 0x66, 0x5d, 0x5a, 0x90, 0x9a, 0x59, 0xdd, 0x02, 0x4b, 0x13, 0xfa,
- 0xc3, 0x45, 0x30, 0x7b, 0x4c, 0xfa, 0x51, 0xe3, 0x44, 0xe2, 0x13, 0xae, 0x80, 0xb9, 0x1e, 0xee,
- 0x04, 0x24, 0xea, 0x19, 0x28, 0x1a, 0xdc, 0xcd, 0x6c, 0x6a, 0xd5, 0xdf, 0x32, 0x60, 0xf9, 0x82,
- 0xaa, 0x84, 0x9f, 0x82, 0x45, 0xc6, 0xa9, 0x8f, 0x5b, 0x64, 0xbb, 0x83, 0x19, 0xdb, 0xc5, 0x2e,
- 0x51, 0x9d, 0x78, 0x25, 0x1c, 0x54, 0x16, 0x1b, 0x63, 0x73, 0x68, 0xc2, 0x1b, 0xee, 0x03, 0x10,
- 0xf5, 0xbd, 0x3a, 0x6d, 0x2a, 0x62, 0x6b, 0x4b, 0xbc, 0xf9, 0x6a, 0x43, 0xeb, 0xeb, 0x41, 0x65,
- 0x7d, 0xf2, 0x6f, 0x43, 0xd2, 0x25, 0xf8, 0x53, 0xda, 0x09, 0x5c, 0x92, 0x2c, 0x40, 0x29, 0x48,
- 0xf8, 0x2d, 0x00, 0x3d, 0x39, 0xdf, 0x70, 0xbe, 0x27, 0xea, 0xf9, 0xf6, 0xc6, 0x77, 0x93, 0x11,
- 0xbf, 0x68, 0x8d, 0x2f, 0x03, 0xd1, 0xe9, 0x78, 0xdf, 0x9a, 0x17, 0x01, 0x3d, 0x1d, 0xa2, 0xa0,
- 0x14, 0xa2, 0x65, 0x9c, 0x9d, 0x97, 0x67, 0x9e, 0x9f, 0x97, 0x67, 0x5e, 0x9c, 0x97, 0x67, 0x7e,
- 0x08, 0xcb, 0xda, 0x59, 0x58, 0xd6, 0x9e, 0x87, 0x65, 0xed, 0x45, 0x58, 0xd6, 0x5e, 0x86, 0x65,
- 0xed, 0xe7, 0x57, 0xe5, 0x99, 0xaf, 0xf3, 0x71, 0x5d, 0xfc, 0x1d, 0x00, 0x00, 0xff, 0xff, 0xd2,
- 0xba, 0x4b, 0x2c, 0xfa, 0x0d, 0x00, 0x00,
+ // 1248 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0xdf, 0x6e, 0xd4, 0xc6,
+ 0x17, 0x8e, 0xf3, 0x67, 0xd9, 0x9d, 0x5d, 0x42, 0x32, 0xf0, 0x93, 0xac, 0xe8, 0xd7, 0x5d, 0xb4,
+ 0x52, 0x2b, 0xa4, 0x82, 0x5d, 0x50, 0xd5, 0x52, 0x6e, 0x68, 0x1c, 0x52, 0x15, 0x4a, 0x02, 0x9d,
+ 0x05, 0xa4, 0xb6, 0xa8, 0x74, 0xe2, 0x9c, 0x38, 0x4e, 0x6c, 0xcf, 0xe2, 0x19, 0xaf, 0xd8, 0x5e,
+ 0x55, 0x7d, 0x82, 0xaa, 0x17, 0x55, 0xdf, 0xa0, 0xaf, 0xc2, 0x45, 0x2f, 0xb8, 0x2b, 0x57, 0x2b,
+ 0x30, 0xea, 0x4b, 0xd0, 0x9b, 0x6a, 0xc6, 0xe3, 0xb5, 0xf7, 0x4f, 0x68, 0xe8, 0xa6, 0x57, 0xeb,
+ 0x39, 0x73, 0xe6, 0xfb, 0xce, 0xf9, 0x66, 0xce, 0x99, 0x59, 0x74, 0xcb, 0xf3, 0xc5, 0x7e, 0xb2,
+ 0x63, 0xb9, 0x2c, 0xb4, 0x69, 0xec, 0xb1, 0x6e, 0xcc, 0x0e, 0xd4, 0xc7, 0x25, 0xe8, 0x41, 0x24,
+ 0xb8, 0xdd, 0x3d, 0xf4, 0x6c, 0xda, 0xf5, 0xb9, 0xad, 0xc6, 0x3b, 0x09, 0xb7, 0x7b, 0x97, 0x69,
+ 0xd0, 0xdd, 0xa7, 0x97, 0x6d, 0x0f, 0x22, 0x88, 0xa9, 0x80, 0x5d, 0xab, 0x1b, 0x33, 0xc1, 0xf0,
+ 0xb5, 0x02, 0xcb, 0xca, 0xb1, 0xd4, 0xc7, 0xa3, 0x0c, 0xcb, 0xea, 0x1e, 0x7a, 0x96, 0xc4, 0xb2,
+ 0x72, 0x2c, 0x2b, 0xc7, 0x5a, 0xbb, 0x7e, 0xec, 0x38, 0x5c, 0x16, 0x86, 0x2c, 0x1a, 0x27, 0x5f,
+ 0xbb, 0x54, 0x02, 0xf0, 0x98, 0xc7, 0x6c, 0x65, 0xde, 0x49, 0xf6, 0xd4, 0x48, 0x0d, 0xd4, 0x97,
+ 0x76, 0x6f, 0x1f, 0x5e, 0xe5, 0x96, 0xcf, 0x24, 0xa4, 0xed, 0xb2, 0x18, 0xec, 0xde, 0x44, 0x3e,
+ 0x6b, 0x1f, 0x16, 0x3e, 0x21, 0x75, 0xf7, 0xfd, 0x08, 0xe2, 0x7e, 0x1e, 0x87, 0x1d, 0x03, 0x67,
+ 0x49, 0xec, 0xc2, 0x5b, 0xad, 0xe2, 0x76, 0x08, 0x82, 0x4e, 0xe3, 0xb2, 0x8f, 0x5a, 0x15, 0x27,
+ 0x91, 0xf0, 0xc3, 0x49, 0x9a, 0x8f, 0xfe, 0x69, 0x01, 0x77, 0xf7, 0x21, 0xa4, 0xe3, 0xeb, 0xda,
+ 0x8f, 0x51, 0xcd, 0x49, 0xf8, 0x06, 0x8b, 0xf6, 0x7c, 0x0f, 0xef, 0xa2, 0xc5, 0x88, 0x0a, 0x6e,
+ 0x1a, 0xe7, 0x8d, 0x0b, 0xf5, 0x2b, 0x9f, 0x59, 0xff, 0x7e, 0x03, 0xad, 0xed, 0xf5, 0x7b, 0x9d,
+ 0x0c, 0xd5, 0xa9, 0xa6, 0x83, 0xd6, 0xa2, 0x1c, 0x13, 0x85, 0xde, 0x8e, 0xd0, 0xea, 0x06, 0x8b,
+ 0x04, 0x95, 0x31, 0xde, 0x83, 0xb0, 0x1b, 0x50, 0x01, 0xf8, 0x2b, 0x54, 0xcb, 0x25, 0xcc, 0xf9,
+ 0x2f, 0x58, 0x59, 0x4e, 0x92, 0xc2, 0x92, 0x9b, 0x62, 0xf5, 0x2e, 0x5b, 0x44, 0x3b, 0x11, 0x78,
+ 0x9c, 0xf8, 0x31, 0x84, 0x32, 0x0e, 0x67, 0xf5, 0xe9, 0xa0, 0x35, 0x97, 0x0e, 0x5a, 0xb5, 0x7c,
+ 0x96, 0x93, 0x02, 0xad, 0xfd, 0xfb, 0x3c, 0xaa, 0x6e, 0xca, 0x00, 0x9d, 0x84, 0xe3, 0xef, 0x50,
+ 0x55, 0x6a, 0xbe, 0x4b, 0x05, 0xd5, 0x34, 0x1f, 0x94, 0x68, 0x86, 0xd2, 0x15, 0xa9, 0x49, 0x6f,
+ 0x49, 0x7c, 0x67, 0xe7, 0x00, 0x5c, 0xb1, 0x05, 0x82, 0x3a, 0x58, 0xd3, 0xa1, 0xc2, 0x46, 0x86,
+ 0xa8, 0xf8, 0x00, 0x2d, 0xf2, 0x2e, 0xb8, 0xe6, 0xbc, 0x42, 0xff, 0x7c, 0x16, 0x11, 0xf3, 0xa8,
+ 0x3b, 0x5d, 0x70, 0x9d, 0x86, 0x66, 0x5d, 0x94, 0x23, 0xa2, 0x38, 0x70, 0x8c, 0x2a, 0x5c, 0x50,
+ 0x91, 0x70, 0x73, 0x41, 0xb1, 0xdd, 0x3a, 0x11, 0x36, 0x85, 0xe8, 0x2c, 0x6b, 0xbe, 0x4a, 0x36,
+ 0x26, 0x9a, 0xa9, 0xfd, 0x87, 0x81, 0x1a, 0xb9, 0xeb, 0x6d, 0x9f, 0x0b, 0xfc, 0x70, 0x42, 0x52,
+ 0xeb, 0x78, 0x92, 0xca, 0xd5, 0x4a, 0xd0, 0x15, 0x4d, 0x55, 0xcd, 0x2d, 0x25, 0x39, 0x7d, 0xb4,
+ 0xe4, 0x0b, 0x08, 0xb9, 0x39, 0x7f, 0x7e, 0xe1, 0x42, 0xfd, 0xca, 0x8d, 0x93, 0xc8, 0xd0, 0x39,
+ 0xad, 0x09, 0x97, 0x6e, 0x4a, 0x68, 0x92, 0x31, 0xb4, 0x1f, 0x17, 0x89, 0x49, 0x8d, 0x31, 0x1d,
+ 0x29, 0x87, 0x8d, 0x59, 0xcb, 0x41, 0x12, 0x8f, 0xd7, 0xc2, 0x0b, 0x03, 0x2d, 0x8f, 0xea, 0x8e,
+ 0x1f, 0x0d, 0xf7, 0x34, 0xe3, 0xfd, 0xf8, 0xf8, 0xbc, 0x59, 0x2f, 0xb4, 0xde, 0xbc, 0x81, 0x38,
+ 0x44, 0x15, 0x57, 0x55, 0xa6, 0x3e, 0xa2, 0x9b, 0xb3, 0x24, 0x36, 0x6c, 0x1e, 0x05, 0x5d, 0x36,
+ 0x26, 0x9a, 0xa4, 0xfd, 0xa7, 0x81, 0x4e, 0xe9, 0xf4, 0x71, 0x84, 0x2a, 0x11, 0x15, 0x7e, 0x0f,
+ 0x74, 0x6e, 0x33, 0x9d, 0xd7, 0x6d, 0x85, 0xd4, 0x11, 0xb2, 0x9d, 0x79, 0x7d, 0x07, 0x49, 0xee,
+ 0xcc, 0x46, 0x34, 0x0b, 0x3e, 0x40, 0x15, 0x78, 0xc2, 0x84, 0x9f, 0x57, 0xe3, 0x49, 0xb5, 0x34,
+ 0xc5, 0xb5, 0xa9, 0x90, 0x89, 0x66, 0x68, 0xbf, 0x32, 0x10, 0x2a, 0x5c, 0xf0, 0x3b, 0x68, 0x21,
+ 0x89, 0x03, 0x95, 0x67, 0xcd, 0xa9, 0x6b, 0x6d, 0x16, 0xee, 0x93, 0xdb, 0x44, 0xda, 0xf1, 0xfb,
+ 0xa8, 0xe6, 0x06, 0x09, 0x17, 0x10, 0xdf, 0xbc, 0xa1, 0x82, 0xab, 0x39, 0xa7, 0x65, 0x07, 0xdb,
+ 0xc8, 0x8d, 0xa4, 0x98, 0xc7, 0x17, 0xd1, 0x22, 0x4d, 0xc4, 0xbe, 0x2a, 0xf2, 0x9a, 0x63, 0xca,
+ 0x33, 0xb4, 0x9e, 0x88, 0xfd, 0xd7, 0x83, 0x56, 0x43, 0xfe, 0xe6, 0x12, 0x10, 0xe5, 0x85, 0xbf,
+ 0x41, 0x0d, 0xea, 0xba, 0xc0, 0x79, 0x07, 0xdc, 0x18, 0x84, 0xb9, 0xa8, 0x52, 0x7f, 0x77, 0x5a,
+ 0x37, 0xcd, 0x3c, 0xbe, 0x80, 0x7e, 0x07, 0x02, 0x70, 0x05, 0x8b, 0x9d, 0x95, 0x54, 0x82, 0x96,
+ 0x96, 0x93, 0x11, 0xb0, 0xf6, 0x5f, 0x35, 0xb4, 0x3c, 0x2a, 0x3c, 0xbe, 0x88, 0xaa, 0x31, 0x74,
+ 0x03, 0xdf, 0xa5, 0xd9, 0x91, 0x5d, 0x2a, 0xea, 0x99, 0x68, 0x3b, 0x19, 0x7a, 0x0c, 0x73, 0x99,
+ 0x3f, 0x56, 0x2e, 0x57, 0x51, 0x83, 0x46, 0xc2, 0x5f, 0xdf, 0xdb, 0xf3, 0x23, 0x5f, 0xf4, 0x95,
+ 0x02, 0x55, 0xe7, 0x9c, 0xc6, 0x6f, 0xac, 0x97, 0xe6, 0xc8, 0x88, 0x27, 0xfe, 0xd1, 0x40, 0xf5,
+ 0x2e, 0xc4, 0xdc, 0xe7, 0x02, 0x22, 0x17, 0xb4, 0x0a, 0x77, 0x66, 0x39, 0x00, 0x77, 0x0b, 0xb8,
+ 0xe1, 0xa9, 0x3b, 0x93, 0x0e, 0x5a, 0xf5, 0xd2, 0x04, 0x29, 0x93, 0xe2, 0x9f, 0x0d, 0xb4, 0xea,
+ 0x8e, 0xdf, 0x75, 0xe6, 0x92, 0x0a, 0x65, 0x6b, 0x96, 0x50, 0x26, 0x2e, 0x50, 0xe7, 0x7f, 0xe9,
+ 0xa0, 0x35, 0x79, 0xaf, 0x92, 0x49, 0x7a, 0xfc, 0x9b, 0x81, 0xcc, 0x10, 0x44, 0xec, 0xbb, 0x7c,
+ 0xc2, 0xdf, 0xac, 0xfc, 0x17, 0xb1, 0xfd, 0x3f, 0x1d, 0xb4, 0xcc, 0xad, 0x23, 0x28, 0xc9, 0x91,
+ 0xc1, 0xe0, 0x5f, 0x0c, 0xd4, 0x88, 0xd8, 0x2e, 0xe4, 0xa7, 0xd3, 0x3c, 0xa5, 0xee, 0x80, 0x87,
+ 0x27, 0xd7, 0x35, 0xac, 0xed, 0x12, 0xfc, 0x66, 0x24, 0xe2, 0x7e, 0x71, 0xb8, 0xca, 0x53, 0x64,
+ 0x24, 0x0e, 0x7c, 0x1f, 0xd5, 0x05, 0x0b, 0xe4, 0x43, 0xca, 0x67, 0x11, 0x37, 0xab, 0x2a, 0xac,
+ 0xe6, 0xb4, 0x0a, 0xbb, 0x37, 0x74, 0x73, 0xce, 0x6a, 0xe0, 0x7a, 0x61, 0xe3, 0xa4, 0x8c, 0x83,
+ 0xdd, 0xd2, 0x4d, 0x5a, 0x53, 0x1b, 0xf1, 0xc9, 0x5b, 0x37, 0xff, 0x2d, 0x0d, 0xe0, 0x34, 0x64,
+ 0x01, 0xe6, 0xa3, 0xd2, 0x85, 0x0a, 0xe8, 0x0c, 0x07, 0x37, 0x89, 0x7d, 0xd1, 0x97, 0x8a, 0xc3,
+ 0x13, 0x61, 0x22, 0xc5, 0xf5, 0xde, 0xb4, 0xf8, 0xef, 0xb2, 0xdd, 0xce, 0xa8, 0xb7, 0x73, 0x36,
+ 0x1d, 0xb4, 0xce, 0x8c, 0x19, 0xc9, 0x38, 0x26, 0x6e, 0xa3, 0x4a, 0x48, 0x9f, 0xac, 0x7b, 0x60,
+ 0xd6, 0x55, 0xa5, 0xab, 0x96, 0xb9, 0xa5, 0x2c, 0x44, 0xcf, 0xe0, 0x08, 0xad, 0xf8, 0x21, 0xf5,
+ 0xe0, 0x6e, 0x12, 0x04, 0x59, 0x7f, 0xe1, 0x66, 0x43, 0x69, 0x39, 0xf5, 0xed, 0x77, 0x9b, 0xb9,
+ 0x34, 0xc8, 0xde, 0x5c, 0x04, 0xf6, 0x20, 0x96, 0x25, 0xe6, 0x98, 0x5a, 0xd5, 0x95, 0x9b, 0x63,
+ 0x48, 0x64, 0x02, 0x7b, 0xed, 0x3a, 0x5a, 0x9d, 0xd8, 0x6f, 0xbc, 0x82, 0x16, 0x0e, 0xa1, 0x9f,
+ 0x35, 0x6a, 0x22, 0x3f, 0xf1, 0x39, 0xb4, 0xd4, 0xa3, 0x41, 0x02, 0x59, 0x8f, 0x22, 0xd9, 0xe0,
+ 0xda, 0xfc, 0x55, 0xa3, 0xfd, 0xeb, 0x3c, 0x3a, 0x3b, 0xa5, 0x0b, 0xe0, 0x4f, 0xd1, 0x0a, 0x17,
+ 0x2c, 0xa6, 0x1e, 0x6c, 0x04, 0x94, 0xf3, 0x6d, 0x1a, 0x82, 0xee, 0xfc, 0xe7, 0x64, 0x68, 0x9d,
+ 0xb1, 0x39, 0x32, 0xe1, 0x8d, 0x1f, 0x21, 0x94, 0xf5, 0xd9, 0x2d, 0xb6, 0xab, 0x89, 0x9d, 0xeb,
+ 0xf2, 0x8d, 0xb9, 0x3e, 0xb4, 0xbe, 0x1e, 0xb4, 0x2e, 0x4d, 0xfe, 0x4d, 0x29, 0xba, 0x92, 0x78,
+ 0xc0, 0x82, 0x24, 0x84, 0x62, 0x01, 0x29, 0x41, 0xe2, 0x6f, 0x11, 0xea, 0xa9, 0xf9, 0x8e, 0xff,
+ 0x3d, 0xe8, 0xe7, 0xe2, 0x1b, 0xdf, 0x69, 0x56, 0xfe, 0x82, 0xb6, 0xbe, 0x4c, 0x64, 0x67, 0x15,
+ 0x7d, 0x67, 0x59, 0x06, 0xf4, 0x60, 0x88, 0x42, 0x4a, 0x88, 0x8e, 0xf5, 0xf4, 0x65, 0x73, 0xee,
+ 0xd9, 0xcb, 0xe6, 0xdc, 0xf3, 0x97, 0xcd, 0xb9, 0x1f, 0xd2, 0xa6, 0xf1, 0x34, 0x6d, 0x1a, 0xcf,
+ 0xd2, 0xa6, 0xf1, 0x3c, 0x6d, 0x1a, 0x2f, 0xd2, 0xa6, 0xf1, 0xd3, 0xab, 0xe6, 0xdc, 0xd7, 0xd5,
+ 0xbc, 0x0e, 0xff, 0x0e, 0x00, 0x00, 0xff, 0xff, 0x41, 0x96, 0xa8, 0xb3, 0x6a, 0x0e, 0x00, 0x00,
}
func (m *BusConfig) Marshal() (dAtA []byte, err error) {
@@ -793,6 +795,20 @@ func (m *NativeStrategy) MarshalToSizedBuffer(dAtA []byte) (int, error) {
_ = i
var l int
_ = l
+ if len(m.ImagePullSecrets) > 0 {
+ for iNdEx := len(m.ImagePullSecrets) - 1; iNdEx >= 0; iNdEx-- {
+ {
+ size, err := m.ImagePullSecrets[iNdEx].MarshalToSizedBuffer(dAtA[:i])
+ if err != nil {
+ return 0, err
+ }
+ i -= size
+ i = encodeVarintGenerated(dAtA, i, uint64(size))
+ }
+ i--
+ dAtA[i] = 0x62
+ }
+ }
if m.MaxAge != nil {
i -= len(*m.MaxAge)
copy(dAtA[i:], *m.MaxAge)
@@ -1151,6 +1167,12 @@ func (m *NativeStrategy) Size() (n int) {
l = len(*m.MaxAge)
n += 1 + l + sovGenerated(uint64(l))
}
+ if len(m.ImagePullSecrets) > 0 {
+ for _, e := range m.ImagePullSecrets {
+ l = e.Size()
+ n += 1 + l + sovGenerated(uint64(l))
+ }
+ }
return n
}
@@ -1283,6 +1305,11 @@ func (this *NativeStrategy) String() string {
repeatedStringForTolerations += fmt.Sprintf("%v", f) + ","
}
repeatedStringForTolerations += "}"
+ repeatedStringForImagePullSecrets := "[]LocalObjectReference{"
+ for _, f := range this.ImagePullSecrets {
+ repeatedStringForImagePullSecrets += fmt.Sprintf("%v", f) + ","
+ }
+ repeatedStringForImagePullSecrets += "}"
keysForNodeSelector := make([]string, 0, len(this.NodeSelector))
for k := range this.NodeSelector {
keysForNodeSelector = append(keysForNodeSelector, k)
@@ -1305,6 +1332,7 @@ func (this *NativeStrategy) String() string {
`Metadata:` + strings.Replace(fmt.Sprintf("%v", this.Metadata), "Metadata", "common.Metadata", 1) + `,`,
`SecurityContext:` + strings.Replace(fmt.Sprintf("%v", this.SecurityContext), "PodSecurityContext", "v1.PodSecurityContext", 1) + `,`,
`MaxAge:` + valueToStringGenerated(this.MaxAge) + `,`,
+ `ImagePullSecrets:` + repeatedStringForImagePullSecrets + `,`,
`}`,
}, "")
return s
@@ -2771,6 +2799,40 @@ func (m *NativeStrategy) Unmarshal(dAtA []byte) error {
s := string(dAtA[iNdEx:postIndex])
m.MaxAge = &s
iNdEx = postIndex
+ case 12:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field ImagePullSecrets", 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
+ }
+ m.ImagePullSecrets = append(m.ImagePullSecrets, v1.LocalObjectReference{})
+ if err := m.ImagePullSecrets[len(m.ImagePullSecrets)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipGenerated(dAtA[iNdEx:])
diff --git a/pkg/apis/eventbus/v1alpha1/generated.proto b/pkg/apis/eventbus/v1alpha1/generated.proto
index a51c1c6794..29e4236ee8 100644
--- a/pkg/apis/eventbus/v1alpha1/generated.proto
+++ b/pkg/apis/eventbus/v1alpha1/generated.proto
@@ -142,6 +142,15 @@ message NativeStrategy {
// Max Age of existing messages, i.e. "72h", “4h35m”
// +optional
optional string maxAge = 11;
+
+ // ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec.
+ // If specified, these secrets will be passed to individual puller implementations for them to use. For example,
+ // in the case of docker, only DockerConfig type secrets are honored.
+ // More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod
+ // +optional
+ // +patchMergeKey=name
+ // +patchStrategy=merge
+ repeated k8s.io.api.core.v1.LocalObjectReference imagePullSecrets = 12;
}
// PersistenceStrategy defines the strategy of persistence
diff --git a/pkg/apis/eventbus/v1alpha1/openapi_generated.go b/pkg/apis/eventbus/v1alpha1/openapi_generated.go
index 83e82bc4db..b88a21897f 100644
--- a/pkg/apis/eventbus/v1alpha1/openapi_generated.go
+++ b/pkg/apis/eventbus/v1alpha1/openapi_generated.go
@@ -394,11 +394,30 @@ func schema_pkg_apis_eventbus_v1alpha1_NativeStrategy(ref common.ReferenceCallba
Format: "",
},
},
+ "imagePullSecrets": {
+ VendorExtensible: spec.VendorExtensible{
+ Extensions: spec.Extensions{
+ "x-kubernetes-patch-merge-key": "name",
+ "x-kubernetes-patch-strategy": "merge",
+ },
+ },
+ SchemaProps: spec.SchemaProps{
+ Description: "ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod",
+ Type: []string{"array"},
+ Items: &spec.SchemaOrArray{
+ Schema: &spec.Schema{
+ SchemaProps: spec.SchemaProps{
+ Ref: ref("k8s.io/api/core/v1.LocalObjectReference"),
+ },
+ },
+ },
+ },
+ },
},
},
},
Dependencies: []string{
- "github.com/argoproj/argo-events/pkg/apis/common.Metadata", "github.com/argoproj/argo-events/pkg/apis/eventbus/v1alpha1.ContainerTemplate", "github.com/argoproj/argo-events/pkg/apis/eventbus/v1alpha1.PersistenceStrategy", "k8s.io/api/core/v1.PodSecurityContext", "k8s.io/api/core/v1.Toleration"},
+ "github.com/argoproj/argo-events/pkg/apis/common.Metadata", "github.com/argoproj/argo-events/pkg/apis/eventbus/v1alpha1.ContainerTemplate", "github.com/argoproj/argo-events/pkg/apis/eventbus/v1alpha1.PersistenceStrategy", "k8s.io/api/core/v1.LocalObjectReference", "k8s.io/api/core/v1.PodSecurityContext", "k8s.io/api/core/v1.Toleration"},
}
}
diff --git a/pkg/apis/eventbus/v1alpha1/types.go b/pkg/apis/eventbus/v1alpha1/types.go
index 14912bfb94..94ced0b693 100644
--- a/pkg/apis/eventbus/v1alpha1/types.go
+++ b/pkg/apis/eventbus/v1alpha1/types.go
@@ -90,6 +90,14 @@ type NativeStrategy struct {
// Max Age of existing messages, i.e. "72h", “4h35m”
// +optional
MaxAge *string `json:"maxAge,omitempty" protobuf:"bytes,11,opt,name=maxAge"`
+ // ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec.
+ // If specified, these secrets will be passed to individual puller implementations for them to use. For example,
+ // in the case of docker, only DockerConfig type secrets are honored.
+ // More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod
+ // +optional
+ // +patchMergeKey=name
+ // +patchStrategy=merge
+ ImagePullSecrets []corev1.LocalObjectReference `json:"imagePullSecrets,omitempty" patchStrategy:"merge" patchMergeKey:"name" protobuf:"bytes,12,rep,name=imagePullSecrets"`
}
// ContainerTemplate defines customized spec for a container
diff --git a/pkg/apis/eventbus/v1alpha1/zz_generated.deepcopy.go b/pkg/apis/eventbus/v1alpha1/zz_generated.deepcopy.go
index 779573e019..bd1000e981 100644
--- a/pkg/apis/eventbus/v1alpha1/zz_generated.deepcopy.go
+++ b/pkg/apis/eventbus/v1alpha1/zz_generated.deepcopy.go
@@ -273,6 +273,11 @@ func (in *NativeStrategy) DeepCopyInto(out *NativeStrategy) {
*out = new(string)
**out = **in
}
+ if in.ImagePullSecrets != nil {
+ in, out := &in.ImagePullSecrets, &out.ImagePullSecrets
+ *out = make([]v1.LocalObjectReference, len(*in))
+ copy(*out, *in)
+ }
return
}
diff --git a/pkg/apis/eventsource/v1alpha1/generated.pb.go b/pkg/apis/eventsource/v1alpha1/generated.pb.go
index f8b1ae4d71..6e96915a67 100644
--- a/pkg/apis/eventsource/v1alpha1/generated.pb.go
+++ b/pkg/apis/eventsource/v1alpha1/generated.pb.go
@@ -1175,323 +1175,325 @@ func init() {
}
var fileDescriptor_c9ac5d6cd016403b = []byte{
- // 5041 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x7c, 0xdd, 0x6f, 0x23, 0x47,
- 0x72, 0xb8, 0x29, 0x52, 0x14, 0x55, 0x5c, 0x7d, 0xf5, 0xae, 0x6d, 0x5a, 0x67, 0xaf, 0xf6, 0x27,
- 0xe3, 0x16, 0xbb, 0xbf, 0xf3, 0x51, 0xb1, 0x92, 0x4b, 0x1c, 0x1b, 0xf1, 0x41, 0x94, 0xb4, 0x5a,
- 0x59, 0x1f, 0x2b, 0x15, 0x25, 0x7f, 0x9c, 0xbf, 0x6e, 0x38, 0x6c, 0x92, 0x63, 0x0d, 0x67, 0xa8,
- 0x99, 0xe6, 0xee, 0xca, 0x40, 0x2e, 0x46, 0x90, 0xaf, 0x3b, 0xc7, 0xc9, 0x19, 0xb9, 0x04, 0x41,
- 0xf2, 0x96, 0x87, 0x1c, 0x90, 0x3c, 0x06, 0xc8, 0xdf, 0x60, 0x20, 0x2f, 0x97, 0xb7, 0x03, 0x0e,
- 0x10, 0x6c, 0x25, 0xc8, 0x5b, 0x9e, 0xf2, 0x72, 0xb8, 0x20, 0x40, 0xd0, 0x1f, 0xd3, 0xf3, 0xc1,
- 0xd1, 0xae, 0x68, 0x91, 0xdc, 0x97, 0x3c, 0x49, 0xac, 0xaa, 0xae, 0xaa, 0xe9, 0xae, 0xaa, 0xee,
- 0xea, 0xae, 0x6e, 0xd8, 0x69, 0x5a, 0xac, 0xd5, 0xad, 0x95, 0x4d, 0xb7, 0xbd, 0x64, 0x78, 0x4d,
- 0xb7, 0xe3, 0xb9, 0x1f, 0x89, 0x7f, 0xbe, 0x4d, 0xef, 0x53, 0x87, 0xf9, 0x4b, 0x9d, 0xa3, 0xe6,
- 0x92, 0xd1, 0xb1, 0xfc, 0x25, 0xf9, 0xdb, 0xed, 0x7a, 0x26, 0x5d, 0xba, 0xff, 0xb2, 0x61, 0x77,
- 0x5a, 0xc6, 0xcb, 0x4b, 0x4d, 0xea, 0x50, 0xcf, 0x60, 0xb4, 0x5e, 0xee, 0x78, 0x2e, 0x73, 0xc9,
- 0xef, 0x84, 0xec, 0xca, 0x01, 0x3b, 0xf1, 0xcf, 0x87, 0xb2, 0x79, 0xb9, 0x73, 0xd4, 0x2c, 0x73,
- 0x76, 0xe5, 0x08, 0xbb, 0x72, 0xc0, 0x6e, 0xfe, 0xbb, 0x17, 0xd6, 0xc6, 0x74, 0xdb, 0x6d, 0xd7,
- 0x49, 0xca, 0x9f, 0xff, 0x76, 0x84, 0x41, 0xd3, 0x6d, 0xba, 0x4b, 0x02, 0x5c, 0xeb, 0x36, 0xc4,
- 0x2f, 0xf1, 0x43, 0xfc, 0xa7, 0xc8, 0x17, 0x8f, 0x5e, 0xf1, 0xcb, 0x96, 0xcb, 0x59, 0x2e, 0x99,
- 0xae, 0xc7, 0x3f, 0xac, 0x87, 0xe5, 0x6f, 0x84, 0x34, 0x6d, 0xc3, 0x6c, 0x59, 0x0e, 0xf5, 0x4e,
- 0x42, 0x3d, 0xda, 0x94, 0x19, 0x69, 0xad, 0x96, 0xce, 0x6b, 0xe5, 0x75, 0x1d, 0x66, 0xb5, 0x69,
- 0x4f, 0x83, 0xdf, 0x7c, 0x5c, 0x03, 0xdf, 0x6c, 0xd1, 0xb6, 0x91, 0x6c, 0xb7, 0xf8, 0xf7, 0xe3,
- 0x30, 0xb3, 0xb2, 0xb3, 0xbf, 0xb7, 0xce, 0x3b, 0xa8, 0x2a, 0xfa, 0x93, 0xbc, 0x00, 0xd9, 0xae,
- 0x67, 0x97, 0x32, 0x37, 0x32, 0xb7, 0x26, 0x2b, 0xc5, 0x2f, 0x4e, 0x17, 0x9e, 0x3a, 0x3b, 0x5d,
- 0xc8, 0x1e, 0xe2, 0x36, 0x72, 0x38, 0x79, 0x05, 0xae, 0xd0, 0x87, 0x66, 0xcb, 0x70, 0x9a, 0x74,
- 0xd7, 0x68, 0xd3, 0xd2, 0x98, 0xa0, 0xbb, 0xa6, 0xe8, 0xae, 0xac, 0x47, 0x70, 0x18, 0xa3, 0x8c,
- 0xb6, 0x3c, 0x38, 0xe9, 0xd0, 0x52, 0x36, 0xbd, 0x25, 0xc7, 0x61, 0x8c, 0x92, 0x2c, 0x03, 0x78,
- 0x6e, 0x97, 0x59, 0x4e, 0x73, 0x8b, 0x9e, 0x94, 0x72, 0xa2, 0x1d, 0x51, 0xed, 0x00, 0x35, 0x06,
- 0x23, 0x54, 0xe4, 0x77, 0x61, 0xce, 0x74, 0x1d, 0x87, 0x9a, 0xcc, 0x72, 0x9d, 0x8a, 0x61, 0x1e,
- 0xb9, 0x8d, 0x46, 0x69, 0xfc, 0x46, 0xe6, 0x56, 0x71, 0xf9, 0x95, 0xf2, 0x85, 0x0d, 0x4d, 0x5a,
- 0x4a, 0x59, 0xb5, 0xaf, 0x3c, 0x7d, 0x76, 0xba, 0x30, 0xb7, 0x9a, 0x64, 0x8b, 0xbd, 0x92, 0xc8,
- 0x4b, 0x50, 0xf8, 0xc8, 0x77, 0x9d, 0x8a, 0x5b, 0x3f, 0x29, 0xe5, 0x6f, 0x64, 0x6e, 0x15, 0x2a,
- 0xb3, 0x4a, 0xe1, 0xc2, 0x1b, 0xd5, 0x7b, 0xbb, 0x1c, 0x8e, 0x9a, 0x82, 0x1c, 0x42, 0x96, 0xd9,
- 0x7e, 0x69, 0x42, 0xa8, 0xf7, 0x6a, 0xdf, 0xea, 0x1d, 0x6c, 0x57, 0x57, 0x5d, 0xa7, 0x61, 0x35,
- 0x2b, 0x13, 0x7c, 0xac, 0x0e, 0xb6, 0xab, 0xc8, 0xf9, 0x91, 0x1f, 0x65, 0xa0, 0xc0, 0x6d, 0xac,
- 0x6e, 0x30, 0xa3, 0x54, 0xb8, 0x91, 0xbd, 0x55, 0x5c, 0x7e, 0xaf, 0x7c, 0x29, 0x27, 0x2b, 0x27,
- 0xac, 0xa5, 0xbc, 0xa3, 0xd8, 0xaf, 0x3b, 0xcc, 0x3b, 0x09, 0xbf, 0x31, 0x00, 0xa3, 0x96, 0x3f,
- 0xff, 0x1a, 0x4c, 0xc5, 0x88, 0xc9, 0x2c, 0x64, 0x8f, 0xe8, 0x89, 0x34, 0x34, 0xe4, 0xff, 0x92,
- 0x6b, 0x30, 0x7e, 0xdf, 0xb0, 0xbb, 0xca, 0xa8, 0x50, 0xfe, 0x78, 0x75, 0xec, 0x95, 0xcc, 0xe2,
- 0x4f, 0x72, 0xf0, 0xdc, 0xca, 0xc7, 0x5d, 0x8f, 0x0a, 0xd9, 0xfe, 0xdd, 0x6e, 0x2d, 0x6a, 0xb2,
- 0x37, 0x20, 0xd7, 0x38, 0xae, 0x3b, 0xca, 0x66, 0xaf, 0x28, 0x25, 0x72, 0x77, 0xf6, 0xd7, 0x76,
- 0x51, 0x60, 0x48, 0x07, 0xae, 0xfa, 0x2d, 0xc3, 0xa3, 0xf5, 0x15, 0xd3, 0xa4, 0xbe, 0xbf, 0x45,
- 0x4f, 0xb4, 0xf1, 0x16, 0x97, 0xbf, 0x59, 0x96, 0xee, 0xc3, 0x3f, 0xbb, 0xcc, 0x3d, 0xb9, 0x7c,
- 0xff, 0xe5, 0x72, 0x95, 0x9a, 0x1e, 0x65, 0x5b, 0xf4, 0xa4, 0x4a, 0x6d, 0x6a, 0x32, 0xd7, 0xab,
- 0x3c, 0x7b, 0x76, 0xba, 0x70, 0xb5, 0xda, 0xcb, 0x05, 0xd3, 0x58, 0x93, 0x3a, 0xcc, 0x24, 0xc0,
- 0xc2, 0xe0, 0x2f, 0x2c, 0xed, 0xea, 0xd9, 0xe9, 0xc2, 0x4c, 0x42, 0x1a, 0x26, 0x59, 0x92, 0xdb,
- 0x30, 0xd1, 0xea, 0xd6, 0xc4, 0xb7, 0x48, 0xb7, 0x98, 0x51, 0x1f, 0x3f, 0x71, 0x57, 0x82, 0x31,
- 0xc0, 0x93, 0x9f, 0x44, 0x8d, 0x61, 0x5c, 0x18, 0x43, 0xe3, 0xb2, 0xc6, 0x70, 0xde, 0x88, 0x8c,
- 0xca, 0x2c, 0xfe, 0x27, 0x07, 0x57, 0x57, 0x0d, 0x9b, 0x3a, 0x75, 0xc3, 0x8b, 0x1a, 0xc4, 0x4b,
- 0x50, 0xe0, 0x11, 0xaf, 0xde, 0xb5, 0xa9, 0x32, 0x0a, 0xad, 0x42, 0x55, 0xc1, 0x51, 0x53, 0x70,
- 0x6a, 0xcb, 0x61, 0xd4, 0xbb, 0x6f, 0xd8, 0x2a, 0x9c, 0x69, 0xea, 0x4d, 0x05, 0x47, 0x4d, 0x41,
- 0x5e, 0x85, 0x69, 0xfa, 0xd0, 0xb4, 0xbb, 0xbe, 0xe5, 0x3a, 0x6b, 0x06, 0xa3, 0x7e, 0x29, 0x7b,
- 0x23, 0xcb, 0x03, 0xd2, 0xd9, 0xe9, 0xc2, 0xf4, 0x7a, 0x0c, 0x83, 0x09, 0x4a, 0x2e, 0x89, 0x87,
- 0xe3, 0x8f, 0x5d, 0x27, 0x18, 0x2f, 0x2d, 0xe9, 0x40, 0xc1, 0x51, 0x53, 0x90, 0x1d, 0x28, 0x76,
- 0x7d, 0xea, 0xed, 0x19, 0x27, 0xb6, 0x6b, 0xd4, 0x45, 0xf0, 0xba, 0x52, 0xf9, 0xd6, 0xd9, 0xe9,
- 0x42, 0xf1, 0x30, 0x04, 0xff, 0xea, 0x74, 0xa1, 0x44, 0x1d, 0xd3, 0xad, 0x5b, 0x4e, 0x73, 0x89,
- 0x07, 0x94, 0x32, 0x1a, 0x0f, 0x76, 0xa8, 0xef, 0x1b, 0x4d, 0x8a, 0xd1, 0xf6, 0xe4, 0xcf, 0xa2,
- 0x06, 0x90, 0x17, 0x06, 0xf0, 0xfd, 0x4b, 0x1a, 0x40, 0x4a, 0xdf, 0x5f, 0x7c, 0xe8, 0xc9, 0xef,
- 0x67, 0xa0, 0xd8, 0xa1, 0x9e, 0x6f, 0xf9, 0x8c, 0x3a, 0x26, 0x55, 0xe1, 0xef, 0xde, 0x25, 0x75,
- 0x12, 0xba, 0xec, 0x85, 0x6c, 0x2b, 0x33, 0xbc, 0xc7, 0x22, 0x00, 0x8c, 0x0a, 0xbd, 0x9c, 0xfd,
- 0x3d, 0x84, 0x6b, 0xab, 0x06, 0x33, 0x5b, 0xdd, 0x8e, 0x8c, 0xbf, 0x5d, 0xcf, 0xe0, 0x93, 0x00,
- 0x77, 0x4b, 0xea, 0x18, 0x35, 0x9b, 0xd6, 0x05, 0x9f, 0x42, 0xe8, 0x96, 0xeb, 0x12, 0x8c, 0x01,
- 0x9e, 0x7c, 0x07, 0x8a, 0x6d, 0xe3, 0xe1, 0x9a, 0x6a, 0xa9, 0xec, 0xef, 0xaa, 0x22, 0x2f, 0xee,
- 0x84, 0x28, 0x8c, 0xd2, 0x2d, 0xfe, 0x00, 0xae, 0x49, 0x91, 0x3b, 0x46, 0x27, 0xf2, 0x6d, 0x3c,
- 0x14, 0x3a, 0x3c, 0x1a, 0x24, 0x42, 0xa1, 0x08, 0x05, 0x02, 0x43, 0xd6, 0x60, 0xd6, 0xf4, 0xa8,
- 0xc1, 0xe8, 0x66, 0x63, 0xd7, 0x65, 0xeb, 0x0f, 0x2d, 0x9f, 0x09, 0xa9, 0x85, 0x4a, 0x49, 0x51,
- 0xcf, 0xae, 0x26, 0xf0, 0xd8, 0xd3, 0x62, 0xf1, 0x6f, 0xf2, 0x40, 0xd6, 0xdb, 0x16, 0x63, 0x34,
- 0xe6, 0x78, 0x37, 0x21, 0x5f, 0xf3, 0xdc, 0x23, 0xea, 0x29, 0x05, 0xa6, 0x15, 0xcb, 0x7c, 0x45,
- 0x40, 0x51, 0x61, 0xf9, 0x8c, 0xce, 0xe7, 0x77, 0x87, 0xda, 0x3c, 0x30, 0x8e, 0xc5, 0x67, 0xf4,
- 0x55, 0x8d, 0xc1, 0x08, 0x15, 0xef, 0x29, 0xf5, 0x4b, 0xc4, 0xbb, 0x6c, 0xbc, 0xa7, 0x56, 0x43,
- 0x14, 0x46, 0xe9, 0xc8, 0x3d, 0x28, 0x70, 0x2f, 0x70, 0x82, 0x18, 0x79, 0xe1, 0x08, 0x7c, 0x85,
- 0x9b, 0xed, 0xa1, 0x6a, 0x8a, 0x9a, 0x09, 0x67, 0xd8, 0x31, 0x7c, 0xff, 0x81, 0xeb, 0xd5, 0xd5,
- 0x82, 0xa2, 0x1f, 0x86, 0x7b, 0xaa, 0x29, 0x6a, 0x26, 0xe9, 0x4b, 0x95, 0xfc, 0x13, 0x59, 0xaa,
- 0x4c, 0x5c, 0x74, 0xa9, 0x52, 0x18, 0xf0, 0x52, 0xe5, 0xb3, 0x68, 0x70, 0x9a, 0x14, 0xc1, 0xe9,
- 0xc3, 0xcb, 0x06, 0x82, 0x1e, 0xf3, 0x1c, 0xd5, 0xb4, 0xf4, 0xf9, 0x18, 0xcc, 0x26, 0xc3, 0x10,
- 0xf9, 0x18, 0x26, 0x4c, 0x19, 0x2b, 0x04, 0x93, 0xe2, 0x72, 0xf5, 0xd2, 0xc1, 0xb7, 0x37, 0xf2,
- 0x54, 0x8a, 0x3c, 0xc8, 0x28, 0x0c, 0x06, 0x02, 0xc9, 0x27, 0x19, 0x98, 0x34, 0x83, 0x70, 0xa1,
- 0x56, 0x3d, 0x97, 0x16, 0x9f, 0x12, 0x7e, 0x2a, 0x53, 0x67, 0xa7, 0x0b, 0x93, 0x1a, 0x83, 0xa1,
- 0xd0, 0xc5, 0x5f, 0x8c, 0x41, 0x31, 0x1a, 0x29, 0xbe, 0x1f, 0x19, 0x6f, 0xd9, 0x1f, 0xbf, 0x16,
- 0xf1, 0x22, 0x9d, 0xc5, 0x84, 0x4a, 0x70, 0x6a, 0xee, 0x57, 0xf7, 0x6a, 0x1f, 0x51, 0x93, 0xf1,
- 0xc1, 0x09, 0x23, 0x46, 0x08, 0x8b, 0x4c, 0x2f, 0x1d, 0xc8, 0xf9, 0x1d, 0x6a, 0xaa, 0xcf, 0xdd,
- 0x1d, 0xc4, 0xb4, 0x22, 0x75, 0xaf, 0x76, 0xa8, 0x19, 0x86, 0x56, 0xfe, 0x0b, 0x85, 0x24, 0xf2,
- 0x10, 0xf2, 0x3e, 0x33, 0x58, 0xd7, 0x57, 0x4b, 0xbd, 0xbd, 0x01, 0xca, 0x14, 0x7c, 0xc3, 0x78,
- 0x2a, 0x7f, 0xa3, 0x92, 0xb7, 0xf8, 0x65, 0x06, 0x66, 0x22, 0xd4, 0xdb, 0x96, 0xcf, 0xc8, 0x7b,
- 0x3d, 0x3d, 0x5c, 0xbe, 0x58, 0x0f, 0xf3, 0xd6, 0xa2, 0x7f, 0xb5, 0x83, 0x04, 0x90, 0x48, 0xef,
- 0xba, 0x30, 0x6e, 0x31, 0xda, 0xf6, 0x4b, 0x63, 0xc2, 0x59, 0xdf, 0x18, 0xdc, 0xa7, 0x56, 0xa6,
- 0x94, 0xd8, 0xf1, 0x4d, 0x2e, 0x00, 0xa5, 0x9c, 0xc5, 0xff, 0xf8, 0x4e, 0xec, 0x13, 0x79, 0xb7,
- 0x8b, 0x94, 0x92, 0x83, 0x2a, 0x5d, 0x7f, 0x37, 0x9c, 0xf5, 0xc2, 0x94, 0x32, 0x82, 0xc3, 0x18,
- 0x25, 0x39, 0x86, 0x02, 0xa3, 0xed, 0x8e, 0x6d, 0xb0, 0x20, 0x0b, 0xd8, 0xb8, 0xe4, 0x17, 0x1c,
- 0x28, 0x76, 0x32, 0xcc, 0x07, 0xbf, 0x50, 0x8b, 0x21, 0x6d, 0x98, 0xf0, 0xa9, 0x77, 0xdf, 0x32,
- 0xa9, 0x32, 0x8f, 0x3b, 0x97, 0x94, 0x58, 0x95, 0xdc, 0xa4, 0xcf, 0xab, 0x1f, 0x18, 0xc8, 0x20,
- 0xdf, 0x84, 0x09, 0x8f, 0x76, 0x6c, 0xcb, 0x34, 0xc4, 0xb4, 0x37, 0x2e, 0xc9, 0x50, 0x82, 0x30,
- 0xc0, 0x91, 0x1f, 0xc0, 0x78, 0xdb, 0x72, 0x2c, 0x57, 0xa5, 0x04, 0xef, 0x0c, 0xd6, 0x4d, 0xca,
- 0x3b, 0x9c, 0xb7, 0x0c, 0xb7, 0x7a, 0x58, 0x05, 0x0c, 0xa5, 0x58, 0x91, 0xa3, 0x9a, 0x6a, 0x19,
- 0xa9, 0x56, 0xa5, 0xef, 0x0d, 0x58, 0x07, 0xbd, 0x4a, 0x8d, 0x47, 0xfd, 0x00, 0x8c, 0x5a, 0x3e,
- 0xf9, 0x18, 0x72, 0x0d, 0xcb, 0xe6, 0x2b, 0x51, 0xae, 0xc7, 0xdb, 0x03, 0xd6, 0xe3, 0x8e, 0x65,
- 0x53, 0xa9, 0x43, 0x98, 0xa2, 0x5a, 0x36, 0x45, 0x21, 0x53, 0x74, 0x84, 0x47, 0x25, 0x8f, 0x01,
- 0x25, 0xeb, 0x49, 0x05, 0x50, 0xb1, 0x4f, 0x74, 0x44, 0x00, 0x46, 0x2d, 0x9f, 0xfc, 0x51, 0x06,
- 0x26, 0x1e, 0xd0, 0x5a, 0xcb, 0x75, 0x8f, 0xd4, 0x6c, 0xfc, 0xee, 0x80, 0x75, 0x79, 0x4b, 0x72,
- 0x97, 0xaa, 0xe8, 0xe5, 0xb1, 0x82, 0x62, 0x20, 0x9c, 0x8f, 0x88, 0xd1, 0x3e, 0xee, 0x94, 0x60,
- 0x28, 0x23, 0xb2, 0xd2, 0x3e, 0xee, 0x24, 0x46, 0x64, 0x65, 0x67, 0x7f, 0x0f, 0x85, 0x4c, 0xee,
- 0x1a, 0x47, 0x46, 0xe3, 0xc8, 0x28, 0x15, 0x87, 0xe2, 0x1a, 0x5b, 0x9c, 0x77, 0xc2, 0x35, 0x04,
- 0x0c, 0xa5, 0x58, 0xfe, 0xed, 0xed, 0x63, 0xc6, 0x4a, 0x57, 0x86, 0xf2, 0xed, 0x3b, 0xc7, 0x8c,
- 0x25, 0xbe, 0x7d, 0x67, 0xff, 0xe0, 0x00, 0x85, 0x4c, 0x2e, 0xdb, 0x31, 0x98, 0x5f, 0x9a, 0x1a,
- 0x8a, 0xec, 0x5d, 0x83, 0xf9, 0x09, 0xd9, 0xbb, 0x2b, 0x07, 0x55, 0x14, 0x32, 0xc9, 0x7d, 0xc8,
- 0xfa, 0x8e, 0x5f, 0x9a, 0x16, 0xa2, 0xdf, 0x1a, 0xb0, 0xe8, 0xaa, 0xa3, 0x24, 0xeb, 0xad, 0xcd,
- 0xea, 0x6e, 0x15, 0xb9, 0x40, 0x21, 0xf7, 0xd8, 0x2f, 0xcd, 0x0c, 0x47, 0xee, 0x71, 0x8f, 0xdc,
- 0x7d, 0x2e, 0xf7, 0xd8, 0xe7, 0x79, 0x70, 0xbe, 0xd3, 0xad, 0x55, 0xbb, 0xb5, 0xd2, 0xac, 0x90,
- 0xfd, 0xbd, 0x01, 0xcb, 0xde, 0x13, 0xcc, 0xa5, 0x78, 0xbd, 0x82, 0x90, 0x40, 0x54, 0x92, 0x85,
- 0x12, 0x52, 0x6a, 0x69, 0x6e, 0x28, 0x4a, 0x6c, 0x08, 0x6e, 0x09, 0x25, 0x24, 0x10, 0x95, 0xe4,
- 0x40, 0x09, 0xdb, 0xa8, 0x95, 0xc8, 0xb0, 0x94, 0xb0, 0x8d, 0x14, 0x25, 0x6c, 0x43, 0x2a, 0x61,
- 0x1b, 0x35, 0x6e, 0xfa, 0xad, 0x7a, 0xc3, 0x2f, 0x5d, 0x1d, 0x8a, 0xe9, 0xdf, 0xad, 0x37, 0x92,
- 0xa6, 0x7f, 0x77, 0xed, 0x4e, 0x15, 0x85, 0x4c, 0x1e, 0x72, 0x7c, 0xdb, 0x30, 0x8f, 0x4a, 0xd7,
- 0x86, 0x12, 0x72, 0xaa, 0x9c, 0x77, 0x22, 0xe4, 0x08, 0x18, 0x4a, 0xb1, 0xe4, 0xaf, 0x32, 0x50,
- 0xf4, 0x99, 0xeb, 0x19, 0x4d, 0xba, 0xe1, 0x59, 0xf5, 0xd2, 0xd3, 0x83, 0xc9, 0xc4, 0x92, 0x6a,
- 0x84, 0x12, 0xa4, 0x32, 0x3a, 0x8b, 0x8f, 0x60, 0x30, 0xaa, 0x08, 0xf9, 0xbb, 0x0c, 0x4c, 0x1b,
- 0xb1, 0xed, 0xc6, 0xd2, 0x33, 0x42, 0xb7, 0xda, 0xa0, 0xa7, 0x84, 0xf8, 0x9e, 0xa6, 0x50, 0xef,
- 0x19, 0xa5, 0xde, 0x74, 0x1c, 0x89, 0x09, 0x8d, 0x84, 0xf9, 0xfa, 0xcc, 0xb3, 0x3a, 0xb4, 0xf4,
- 0xec, 0x50, 0xcc, 0xb7, 0x2a, 0x98, 0x27, 0xcc, 0x57, 0x02, 0x51, 0x49, 0x16, 0x53, 0x37, 0x95,
- 0xa9, 0x6f, 0xa9, 0x34, 0x94, 0xa9, 0x3b, 0x48, 0xac, 0xe3, 0x53, 0xb7, 0x82, 0x62, 0x20, 0x9c,
- 0xdb, 0xb2, 0x47, 0xeb, 0x96, 0x5f, 0x7a, 0x6e, 0x28, 0xb6, 0x8c, 0x9c, 0x77, 0xc2, 0x96, 0x05,
- 0x0c, 0xa5, 0x58, 0x1e, 0xce, 0x1d, 0xff, 0xb8, 0x34, 0x3f, 0x94, 0x70, 0xbe, 0xeb, 0x1f, 0x27,
- 0xc2, 0xf9, 0x6e, 0x75, 0x1f, 0xb9, 0x40, 0x15, 0xce, 0x6d, 0xdf, 0xf0, 0x4a, 0xdf, 0x18, 0x52,
- 0x38, 0xe7, 0xcc, 0x7b, 0xc2, 0x39, 0x07, 0xa2, 0x92, 0x2c, 0xac, 0x40, 0x9c, 0xf6, 0x59, 0x66,
- 0xe9, 0xf9, 0xa1, 0x58, 0xc1, 0x86, 0xe4, 0x9e, 0xb0, 0x02, 0x05, 0xc5, 0x40, 0xf8, 0x7c, 0x17,
- 0x20, 0xcc, 0x01, 0x52, 0x76, 0x51, 0xf6, 0xa3, 0xbb, 0x28, 0xc5, 0xe5, 0xd7, 0xfa, 0xde, 0x51,
- 0xaa, 0xfe, 0xfa, 0x8a, 0xc7, 0xac, 0x86, 0x61, 0xb2, 0xc8, 0x16, 0xcc, 0xfc, 0x9f, 0x67, 0x60,
- 0x2a, 0xb6, 0xee, 0x4f, 0x11, 0xdd, 0x8a, 0x8b, 0xc6, 0xc1, 0x6f, 0x86, 0x47, 0x35, 0xfa, 0xe3,
- 0x0c, 0x4c, 0xea, 0x0c, 0x20, 0x45, 0x9b, 0x7a, 0x5c, 0x9b, 0xcb, 0xee, 0x57, 0x08, 0x51, 0xe9,
- 0x9a, 0xf0, 0xbe, 0x89, 0xa5, 0x02, 0xc3, 0xef, 0x1b, 0x2d, 0x2e, 0x5d, 0xa3, 0x1f, 0x66, 0xe0,
- 0x4a, 0x34, 0x21, 0x48, 0x51, 0xc8, 0x8c, 0x2b, 0xb4, 0x73, 0x49, 0x85, 0x94, 0xb4, 0x55, 0xd7,
- 0x61, 0xf4, 0x21, 0x4b, 0x8e, 0x93, 0xce, 0x0b, 0x86, 0x3f, 0x4e, 0x89, 0x03, 0xd5, 0x44, 0xaf,
- 0x40, 0x98, 0x24, 0xa4, 0xa8, 0x42, 0xe3, 0xaa, 0x5c, 0xf6, 0xe4, 0x44, 0xca, 0x3a, 0xdf, 0x7a,
- 0x75, 0xc6, 0x30, 0xfc, 0x5e, 0xe1, 0x99, 0xc8, 0x39, 0x9a, 0xfc, 0x49, 0x06, 0x26, 0x75, 0xfe,
- 0x30, 0xfc, 0x4e, 0xe1, 0x79, 0x89, 0x9c, 0xe1, 0x7b, 0x55, 0xf9, 0xc3, 0x0c, 0x14, 0x82, 0x7c,
- 0x62, 0xf8, 0x26, 0x5b, 0xdd, 0xad, 0x9e, 0xd3, 0x25, 0x42, 0x8f, 0xe3, 0x91, 0xe9, 0xb1, 0x7f,
- 0x9e, 0x1e, 0x9f, 0x66, 0xa0, 0x18, 0xc9, 0x35, 0x52, 0x54, 0x69, 0xc4, 0x55, 0xb9, 0xec, 0x06,
- 0xa9, 0x12, 0x76, 0xbe, 0x36, 0x91, 0xa4, 0x63, 0xf8, 0xda, 0x28, 0x61, 0x8f, 0xd4, 0x26, 0xc8,
- 0x3e, 0x46, 0xa2, 0x0d, 0x17, 0x76, 0xbe, 0x3b, 0xeb, 0x4c, 0x64, 0xf8, 0xee, 0xcc, 0x33, 0x9c,
- 0x47, 0x04, 0xb9, 0x30, 0x2d, 0x19, 0xbe, 0x3f, 0x4b, 0x59, 0xe9, 0xba, 0xfc, 0x65, 0x06, 0x66,
- 0x93, 0xb9, 0x49, 0x8a, 0x46, 0x47, 0x71, 0x8d, 0x0e, 0x2f, 0xab, 0x51, 0x44, 0x62, 0xba, 0x5e,
- 0x7f, 0x9b, 0x81, 0xab, 0x29, 0x79, 0x49, 0x8a, 0x6a, 0x4e, 0x5c, 0xb5, 0xb7, 0x87, 0x55, 0xe0,
- 0x91, 0xb4, 0xec, 0x48, 0x62, 0x32, 0x7c, 0xcb, 0x56, 0xc2, 0xd2, 0xb5, 0xf9, 0x2c, 0x03, 0x57,
- 0xa2, 0x09, 0x4a, 0x8a, 0x3a, 0xcd, 0xb8, 0x3a, 0xfb, 0x03, 0x3f, 0x67, 0x4c, 0xda, 0x77, 0x98,
- 0xaa, 0x0c, 0xdf, 0xbe, 0xa5, 0xac, 0xf3, 0xe7, 0x89, 0x20, 0x71, 0x19, 0xfe, 0x3c, 0xb1, 0x5b,
- 0xdd, 0x7f, 0xe4, 0x3c, 0xa1, 0x93, 0x98, 0x51, 0xcc, 0x13, 0x42, 0xd8, 0xf9, 0x16, 0x13, 0x4d,
- 0x66, 0x86, 0x6f, 0x31, 0x81, 0xb4, 0x54, 0x7d, 0x16, 0x19, 0xcc, 0xf5, 0x1c, 0xfc, 0x91, 0x0f,
- 0xf5, 0xd1, 0xa2, 0x3c, 0xca, 0xfb, 0xad, 0xfe, 0xf3, 0xa4, 0x47, 0x9f, 0x20, 0xfe, 0x4b, 0x16,
- 0x66, 0x12, 0x39, 0x03, 0x59, 0x82, 0x49, 0xc1, 0x4c, 0x94, 0x6b, 0xca, 0xb3, 0xb5, 0x39, 0xd5,
- 0x7c, 0x72, 0x3d, 0x40, 0x60, 0x48, 0x43, 0x3e, 0xcf, 0xc0, 0xcc, 0x03, 0x83, 0x99, 0xad, 0x3d,
- 0x83, 0xb5, 0xe4, 0x31, 0xf0, 0x80, 0x66, 0x90, 0xb7, 0xe2, 0x5c, 0x2b, 0xcf, 0x2a, 0x3d, 0x66,
- 0x12, 0x08, 0x4c, 0xca, 0x27, 0xb7, 0x61, 0xa2, 0xe3, 0xda, 0xb6, 0xe5, 0x34, 0xc5, 0xb1, 0x5b,
- 0xa4, 0x16, 0x67, 0x4f, 0x82, 0x31, 0xc0, 0xc7, 0xeb, 0x25, 0x73, 0x03, 0x39, 0x82, 0x49, 0x74,
- 0xe9, 0xa8, 0x2a, 0x10, 0xfe, 0x20, 0x0b, 0xa4, 0xd7, 0xca, 0x1e, 0x57, 0xdb, 0x7b, 0x13, 0xf2,
- 0x66, 0x38, 0x68, 0x91, 0xea, 0x1d, 0xd5, 0xb7, 0x0a, 0x2b, 0x0b, 0xe6, 0x7c, 0x6a, 0x76, 0x3d,
- 0xaa, 0xfa, 0x34, 0x52, 0x30, 0x27, 0xe1, 0xa8, 0x29, 0x62, 0xf5, 0x25, 0xb9, 0xc7, 0xd6, 0x97,
- 0x7c, 0xd6, 0x5b, 0xa6, 0xf8, 0xe1, 0xc0, 0xdd, 0x6d, 0x54, 0xc3, 0xf0, 0xcb, 0x09, 0x98, 0xeb,
- 0x59, 0x15, 0x92, 0x79, 0x18, 0xb3, 0x64, 0x61, 0x58, 0xb6, 0x02, 0x4a, 0xf4, 0xd8, 0xe6, 0x1a,
- 0x8e, 0x59, 0x75, 0xc2, 0xc2, 0x73, 0xb7, 0x61, 0x24, 0xba, 0xf2, 0x10, 0xb8, 0xe7, 0x94, 0xed,
- 0x45, 0x18, 0x77, 0x1f, 0x38, 0xd4, 0x53, 0x45, 0x55, 0x7a, 0x3f, 0xed, 0x1e, 0x07, 0xa2, 0xc4,
- 0x89, 0x2a, 0x6c, 0xda, 0x71, 0x7d, 0x8b, 0xb9, 0x5e, 0x6f, 0x15, 0xb6, 0xc6, 0x60, 0x84, 0x8a,
- 0x2c, 0x42, 0x5e, 0x6a, 0x25, 0x86, 0x72, 0xb2, 0x02, 0xdc, 0x9a, 0xe4, 0x82, 0x02, 0x15, 0x86,
- 0xdc, 0x83, 0x82, 0xd1, 0xb1, 0x0e, 0xdc, 0x23, 0xea, 0xa8, 0xaa, 0xa7, 0x7e, 0xea, 0xa9, 0x56,
- 0xf6, 0x36, 0x45, 0x53, 0xd4, 0x4c, 0xc8, 0x07, 0x30, 0xa5, 0x3e, 0x4c, 0xb6, 0x51, 0x85, 0x85,
- 0x17, 0xe4, 0x3a, 0x77, 0x76, 0xba, 0x30, 0xf5, 0x56, 0xb4, 0x3d, 0xc6, 0xd9, 0xc5, 0xcc, 0xbf,
- 0xf0, 0x58, 0xf3, 0xbf, 0x09, 0x79, 0xc3, 0x64, 0xd6, 0x7d, 0x5a, 0x9a, 0x14, 0xb4, 0xda, 0xa9,
- 0x56, 0x04, 0x14, 0x15, 0x56, 0x94, 0xb7, 0xf1, 0x41, 0x52, 0xe1, 0x16, 0x12, 0xe5, 0x6d, 0x21,
- 0x0a, 0xa3, 0x74, 0xe4, 0x35, 0x98, 0x92, 0x06, 0x52, 0x31, 0x7c, 0x7a, 0x88, 0xdb, 0xa5, 0xa2,
- 0x68, 0xf8, 0xb4, 0x6a, 0x38, 0xb5, 0x11, 0x45, 0x62, 0x9c, 0x96, 0xac, 0xc0, 0x8c, 0x04, 0x1c,
- 0x76, 0x6c, 0xd7, 0xa8, 0xf3, 0xe6, 0x57, 0x44, 0x73, 0x1d, 0x5e, 0x37, 0xe2, 0x68, 0x4c, 0xd2,
- 0x93, 0x37, 0x80, 0xd4, 0xa9, 0x4d, 0x19, 0xbd, 0xeb, 0xba, 0x47, 0xf7, 0x9c, 0x3b, 0x96, 0x63,
- 0xf9, 0xad, 0xd2, 0x94, 0xf8, 0xd4, 0x79, 0xc5, 0x85, 0xac, 0xf5, 0x50, 0x60, 0x4a, 0x2b, 0xf2,
- 0xa7, 0x51, 0xdf, 0x97, 0xc7, 0x7f, 0x1f, 0x0c, 0x3a, 0x27, 0x1b, 0x95, 0xeb, 0x9f, 0x8d, 0x0b,
- 0xd7, 0x8f, 0xa7, 0x60, 0x51, 0xf7, 0xce, 0x8c, 0xce, 0xbd, 0x97, 0x60, 0x92, 0xb3, 0xa5, 0x26,
- 0xdb, 0x5c, 0x53, 0xa1, 0x5d, 0xcf, 0xe3, 0x7b, 0x01, 0x02, 0x43, 0x9a, 0x88, 0xdb, 0x66, 0xcf,
- 0x75, 0xdb, 0xb7, 0xa1, 0x68, 0x88, 0x3a, 0x74, 0xe9, 0xb9, 0x7d, 0x95, 0x56, 0x8a, 0x92, 0xdc,
- 0x95, 0xb0, 0x35, 0x46, 0x59, 0x91, 0x2a, 0x3c, 0x2d, 0xab, 0x63, 0xab, 0xd5, 0xed, 0x37, 0xa9,
- 0x67, 0x35, 0x2c, 0x53, 0x16, 0xc7, 0x8e, 0x0b, 0xab, 0x7a, 0x41, 0xa9, 0xfe, 0xf4, 0x7a, 0x1a,
- 0x11, 0xa6, 0xb7, 0x55, 0x7e, 0x62, 0x1b, 0xda, 0x4f, 0xf2, 0x3d, 0x7e, 0x12, 0x22, 0x31, 0x4e,
- 0x7b, 0x8e, 0x91, 0x17, 0x2e, 0x6f, 0xe4, 0x93, 0x83, 0x32, 0xf2, 0xb8, 0x9d, 0x8d, 0xca, 0xc8,
- 0x7f, 0x5a, 0x80, 0x99, 0x44, 0x6e, 0x9f, 0xba, 0x06, 0xcc, 0x3c, 0xe1, 0x35, 0xe0, 0x0d, 0xc8,
- 0x31, 0x1e, 0x54, 0xc7, 0xe2, 0x55, 0xd1, 0x22, 0x9a, 0x0a, 0x0c, 0x37, 0x0f, 0xb3, 0x45, 0xcd,
- 0xa3, 0xa0, 0xe0, 0x5f, 0xcd, 0x84, 0xda, 0x3c, 0x56, 0xa3, 0x48, 0x8c, 0xd3, 0x92, 0x6f, 0xc1,
- 0xa4, 0x51, 0xaf, 0x7b, 0xd4, 0xf7, 0xa9, 0x2f, 0xd6, 0x8d, 0x93, 0xb2, 0x10, 0x72, 0x25, 0x00,
- 0x62, 0x88, 0xe7, 0xb3, 0x47, 0xab, 0xde, 0xf0, 0x0f, 0x7d, 0xea, 0x09, 0x83, 0x8e, 0xdc, 0x01,
- 0xe0, 0x5d, 0xc9, 0xe1, 0xa8, 0x29, 0x48, 0x1d, 0x66, 0x8e, 0xbc, 0xda, 0xea, 0xaa, 0x61, 0xb6,
- 0xa8, 0x9a, 0xcd, 0xf2, 0x7d, 0x5f, 0x23, 0xd9, 0x8a, 0x73, 0xc0, 0x24, 0x4b, 0x25, 0x65, 0x8b,
- 0x9e, 0x30, 0xa3, 0xf6, 0x75, 0xe6, 0xcc, 0x40, 0x4a, 0x94, 0x03, 0x26, 0x59, 0xf2, 0x19, 0xee,
- 0xc8, 0xab, 0x05, 0x15, 0xd5, 0xc2, 0x7d, 0x22, 0x33, 0xdc, 0x56, 0x88, 0xc2, 0x28, 0x1d, 0xef,
- 0xb0, 0x23, 0xaf, 0x86, 0xd4, 0xb0, 0xdb, 0x62, 0x0a, 0x8d, 0x74, 0xd8, 0x96, 0x82, 0xa3, 0xa6,
- 0x20, 0x1d, 0x20, 0xfc, 0xeb, 0xc4, 0xb8, 0xeb, 0x42, 0x54, 0x31, 0x9b, 0x16, 0x97, 0x6f, 0xa5,
- 0x7d, 0x8d, 0x26, 0x8a, 0x7e, 0xd0, 0x33, 0xdc, 0xa1, 0xb7, 0x7a, 0xf8, 0x60, 0x0a, 0x6f, 0xf2,
- 0x0e, 0x3c, 0x7b, 0xe4, 0xd5, 0x54, 0xfd, 0xdd, 0x9e, 0x67, 0x39, 0xa6, 0xd5, 0x31, 0x64, 0x8d,
- 0xba, 0x9c, 0x8b, 0x17, 0x94, 0xba, 0xcf, 0x6e, 0xa5, 0x93, 0xe1, 0x79, 0xed, 0xe3, 0x09, 0xc9,
- 0x95, 0x81, 0x24, 0x24, 0x09, 0x77, 0x1d, 0x55, 0xa4, 0xf8, 0xe7, 0x0c, 0x10, 0x71, 0xbe, 0xb0,
- 0xea, 0x3a, 0x7e, 0xb7, 0x4d, 0xbd, 0x0d, 0xcf, 0xed, 0x76, 0xf8, 0xcc, 0xd4, 0xe4, 0xff, 0x44,
- 0xaa, 0x37, 0xf5, 0xcc, 0xb4, 0x11, 0x20, 0x30, 0xa4, 0xe1, 0xab, 0x29, 0xd7, 0xae, 0x53, 0x7d,
- 0x67, 0x41, 0xaf, 0xa6, 0xee, 0x09, 0x28, 0x2a, 0x2c, 0xd9, 0x80, 0x39, 0x8f, 0xd6, 0x0c, 0xdb,
- 0x70, 0x78, 0x0a, 0xed, 0x19, 0x8c, 0x36, 0x4f, 0x94, 0x4f, 0x3f, 0xa7, 0x9a, 0xcc, 0x61, 0x92,
- 0x00, 0x7b, 0xdb, 0x2c, 0x7e, 0x99, 0x87, 0xd9, 0xe4, 0xc1, 0xc8, 0xe3, 0xf2, 0x28, 0x3e, 0xdf,
- 0x1a, 0x1e, 0xb3, 0x22, 0x37, 0x3a, 0xc2, 0xf9, 0x36, 0x40, 0x60, 0x48, 0xc3, 0xd7, 0xdf, 0xcc,
- 0xed, 0x58, 0x66, 0x72, 0xfd, 0x7d, 0xc0, 0x81, 0x28, 0x71, 0xe9, 0xd7, 0x04, 0x72, 0x23, 0xbb,
- 0x26, 0xa0, 0x0a, 0xff, 0xc7, 0x07, 0x5c, 0xf8, 0xdf, 0xdf, 0x45, 0xc9, 0x4f, 0xa3, 0x0e, 0x21,
- 0xab, 0x34, 0xdf, 0x1f, 0xf0, 0xa9, 0x57, 0x1f, 0x17, 0x98, 0x7e, 0x94, 0x81, 0x29, 0x33, 0x6a,
- 0xcf, 0xea, 0x5a, 0xc4, 0xfe, 0x20, 0x54, 0x8a, 0x39, 0x8a, 0xcc, 0x4a, 0x62, 0x20, 0x8c, 0x8b,
- 0x26, 0x7b, 0x70, 0xcd, 0xb6, 0xda, 0x16, 0x93, 0xcb, 0xb4, 0x3d, 0xea, 0x55, 0xa9, 0xe9, 0x3a,
- 0x75, 0x11, 0x32, 0xb3, 0x95, 0xe7, 0xd5, 0x67, 0x5c, 0xdb, 0x4e, 0xa1, 0xc1, 0xd4, 0x96, 0xe4,
- 0x36, 0x4c, 0xdc, 0xa7, 0x9e, 0xcf, 0x8d, 0x18, 0xe2, 0x97, 0x0b, 0xdf, 0x94, 0x60, 0x0c, 0xf0,
- 0x97, 0x8b, 0x0d, 0xff, 0x9a, 0x83, 0x99, 0xc4, 0x81, 0xdf, 0xe3, 0x3c, 0x4c, 0x3b, 0xcc, 0xd8,
- 0x23, 0x1c, 0xe6, 0x25, 0x28, 0x98, 0xb6, 0x45, 0x1d, 0xb6, 0x59, 0x57, 0x8e, 0x15, 0xd6, 0xfe,
- 0x4a, 0xf8, 0x1a, 0x6a, 0x8a, 0x27, 0xed, 0x5e, 0x51, 0x3f, 0x18, 0xbf, 0xe8, 0x2d, 0x9c, 0xfc,
- 0x30, 0x2f, 0x0c, 0x4f, 0x0c, 0x64, 0xbe, 0x49, 0x0c, 0xec, 0xa8, 0xe6, 0x9b, 0x7f, 0xcc, 0xc1,
- 0x6c, 0xf2, 0xe8, 0xf6, 0x71, 0x46, 0x75, 0x1b, 0x26, 0xfc, 0xae, 0xb8, 0x49, 0xa2, 0xcc, 0x4a,
- 0xdb, 0x7b, 0x55, 0x82, 0x31, 0xc0, 0xa7, 0x1b, 0x4b, 0xf6, 0x89, 0x18, 0x4b, 0xee, 0xa2, 0xc6,
- 0x32, 0xe8, 0xc8, 0xfd, 0x69, 0xef, 0x7d, 0xd2, 0xf7, 0x07, 0x7c, 0xd8, 0x3e, 0x2a, 0x6b, 0xf9,
- 0xf7, 0x1c, 0x4c, 0xc7, 0x8f, 0x2b, 0xf8, 0x62, 0xb5, 0xe5, 0xfa, 0x4c, 0x2d, 0xe1, 0x95, 0xcd,
- 0xe8, 0xc5, 0xea, 0xdd, 0x10, 0x85, 0x51, 0xba, 0x8b, 0x05, 0xa6, 0xdb, 0x30, 0xa1, 0x6e, 0x28,
- 0xaa, 0xb8, 0xa4, 0x0d, 0x4d, 0xdd, 0x62, 0xc4, 0x00, 0xff, 0x7f, 0x51, 0xc9, 0xf6, 0xc9, 0x0f,
- 0x7b, 0xa3, 0xd2, 0xbb, 0x03, 0x3d, 0x9b, 0x1a, 0xd9, 0x75, 0xf5, 0x71, 0x98, 0xeb, 0x29, 0x59,
- 0x88, 0xef, 0xce, 0x64, 0x2e, 0xb0, 0x3b, 0xf3, 0x3a, 0x4c, 0x0b, 0x3b, 0xda, 0x4b, 0xec, 0xe9,
- 0xe8, 0x32, 0xd5, 0x83, 0x18, 0x16, 0x13, 0xd4, 0x17, 0x5b, 0x6d, 0xbe, 0x0e, 0xd3, 0x7e, 0xb7,
- 0xe6, 0x9b, 0x9e, 0xd5, 0xe1, 0x06, 0xb1, 0xb9, 0xa6, 0x76, 0x7c, 0xb5, 0x90, 0x6a, 0x0c, 0x8b,
- 0x09, 0x6a, 0xd2, 0x14, 0xd7, 0x8c, 0xeb, 0xd4, 0x61, 0x96, 0x61, 0xab, 0x9c, 0xb2, 0xaf, 0xdb,
- 0xb2, 0xd7, 0xd4, 0x4d, 0xe4, 0x18, 0x0b, 0xec, 0x61, 0x4a, 0x6a, 0x30, 0x2f, 0x77, 0x59, 0xa2,
- 0x0a, 0xe9, 0x3d, 0x1a, 0xb9, 0xa4, 0x5c, 0x54, 0x4a, 0xcf, 0xaf, 0x9d, 0x4b, 0x89, 0x8f, 0xe0,
- 0xd2, 0xe7, 0x15, 0xd9, 0x2d, 0x98, 0x09, 0xb5, 0xf4, 0xef, 0x58, 0x76, 0x90, 0xeb, 0xfe, 0x3f,
- 0xd5, 0xe8, 0xb9, 0x35, 0xda, 0xf1, 0xa8, 0x69, 0x30, 0x5a, 0x5f, 0x8d, 0x13, 0x62, 0xb2, 0xe5,
- 0x30, 0xb6, 0x8b, 0x7a, 0x4c, 0x70, 0x54, 0xf6, 0xff, 0x9f, 0x79, 0x6e, 0xff, 0x89, 0xa3, 0x58,
- 0xb2, 0x08, 0x79, 0x61, 0x72, 0x3c, 0xc8, 0xea, 0xcd, 0x46, 0x61, 0x8b, 0x3e, 0x2a, 0xcc, 0x05,
- 0x36, 0x70, 0xd4, 0xdc, 0x9e, 0x3d, 0x67, 0x6e, 0xef, 0xc0, 0x55, 0x66, 0xfb, 0x07, 0x5e, 0xd7,
- 0x67, 0xab, 0xd4, 0x63, 0xbe, 0xb2, 0xc8, 0x5c, 0xdf, 0x0f, 0x80, 0x1c, 0x6c, 0x57, 0x93, 0x5c,
- 0x30, 0x8d, 0x35, 0xb7, 0x4b, 0x66, 0xfb, 0x2b, 0xb6, 0xed, 0x3e, 0x08, 0x4e, 0x05, 0xc2, 0x90,
- 0xab, 0x82, 0xa9, 0xb6, 0xcb, 0x83, 0xed, 0xea, 0x39, 0x94, 0xf8, 0x08, 0x2e, 0x64, 0x47, 0x7c,
- 0xd5, 0x9b, 0x86, 0x6d, 0xd5, 0x0d, 0x46, 0xf9, 0xa4, 0x24, 0x76, 0x56, 0xa4, 0xd1, 0x7f, 0x43,
- 0x31, 0xe7, 0x2a, 0x27, 0x49, 0x30, 0xad, 0xdd, 0xb0, 0x9e, 0xa1, 0x49, 0x9d, 0xc3, 0x0a, 0x4f,
- 0x64, 0x0e, 0x9b, 0x7c, 0xac, 0xf3, 0xc6, 0xfc, 0x0d, 0x06, 0xe4, 0x6f, 0x09, 0x93, 0x1f, 0x95,
- 0xbf, 0xfd, 0x53, 0x0e, 0x66, 0x93, 0xf5, 0x20, 0x5f, 0x77, 0x61, 0x13, 0x7d, 0xf5, 0x60, 0x6c,
- 0x10, 0xaf, 0x1e, 0x2c, 0xc1, 0x24, 0x37, 0x3a, 0xbf, 0x63, 0x98, 0xc1, 0x63, 0x0e, 0x7a, 0xda,
- 0xdb, 0x0d, 0x10, 0x18, 0xd2, 0x90, 0x79, 0x18, 0xab, 0xd7, 0xd4, 0x5d, 0x56, 0x7d, 0x6c, 0xba,
- 0x56, 0xc1, 0xb1, 0x7a, 0x8d, 0xdc, 0x82, 0x82, 0x5a, 0x31, 0x05, 0x27, 0x8d, 0x42, 0xac, 0x5a,
- 0x4e, 0xf9, 0xa8, 0xb1, 0xc3, 0x5a, 0xa3, 0x0c, 0x61, 0x63, 0x22, 0x39, 0x72, 0xa3, 0xb2, 0x9a,
- 0x5f, 0xe4, 0xe0, 0x6a, 0x4a, 0xbd, 0x76, 0x7c, 0xc0, 0x32, 0x17, 0x18, 0xb0, 0x63, 0xc8, 0x37,
- 0x2c, 0x9b, 0x51, 0x6f, 0x40, 0x47, 0xd9, 0x81, 0x52, 0x77, 0x04, 0x53, 0x39, 0x4f, 0xc8, 0xff,
- 0x51, 0x09, 0xe2, 0xde, 0x7b, 0x4d, 0x6c, 0x16, 0x06, 0x3b, 0x14, 0xc1, 0x85, 0xda, 0xac, 0x1a,
- 0xef, 0x0b, 0x5d, 0x80, 0xdf, 0x48, 0xe1, 0x10, 0xee, 0xa0, 0xa4, 0x61, 0x31, 0x55, 0x2a, 0x59,
- 0x05, 0xd0, 0xc5, 0x31, 0xc1, 0xc9, 0xc0, 0x8b, 0x67, 0xa7, 0x0b, 0xa0, 0xab, 0x67, 0xfc, 0x5f,
- 0x89, 0x8d, 0xc8, 0x48, 0x6f, 0x8b, 0x39, 0x2d, 0xd2, 0x2c, 0xfe, 0x6e, 0xcf, 0xf8, 0x40, 0xde,
- 0xed, 0x49, 0x19, 0xde, 0x91, 0x25, 0xe6, 0x59, 0x98, 0x8e, 0x0f, 0x24, 0xb9, 0x09, 0xf9, 0x8e,
- 0x47, 0x1b, 0xd6, 0xc3, 0xe4, 0xa3, 0x31, 0x7b, 0x02, 0x8a, 0x0a, 0x4b, 0x5c, 0xc8, 0xdb, 0x46,
- 0x8d, 0xbb, 0xb8, 0x7c, 0x73, 0x60, 0xe3, 0xd2, 0xf7, 0xe7, 0x55, 0x88, 0xd2, 0x02, 0xb7, 0x05,
- 0x7b, 0x54, 0x62, 0xb8, 0xc0, 0x86, 0x45, 0xed, 0xba, 0x3c, 0x06, 0x1d, 0x86, 0xc0, 0x3b, 0x82,
- 0x3d, 0x2a, 0x31, 0xe4, 0x5d, 0x98, 0x94, 0x2f, 0xed, 0xd4, 0x2b, 0x27, 0x6a, 0x6d, 0xf2, 0xff,
- 0x2f, 0x66, 0xb2, 0x07, 0x56, 0x9b, 0x86, 0xee, 0xb8, 0x1a, 0x30, 0xc1, 0x90, 0x1f, 0x59, 0x06,
- 0x30, 0x1a, 0x8c, 0x7a, 0x55, 0x66, 0x78, 0x4c, 0x2d, 0x40, 0x74, 0xfd, 0xc6, 0x8a, 0xc6, 0x60,
- 0x84, 0x6a, 0xf1, 0x97, 0x39, 0x98, 0x8e, 0xd7, 0x9d, 0x3f, 0xa1, 0x23, 0xec, 0x97, 0xa0, 0x20,
- 0x96, 0x82, 0x2b, 0x9e, 0x93, 0x7c, 0xa3, 0xeb, 0x40, 0xc1, 0x51, 0x53, 0x10, 0x84, 0x49, 0xe3,
- 0xeb, 0x3d, 0xbb, 0x26, 0xcf, 0xed, 0xf4, 0x83, 0x6b, 0x21, 0x1b, 0xce, 0xd3, 0x0f, 0xc8, 0xfb,
- 0x5b, 0x37, 0x0a, 0x9e, 0x1a, 0x8c, 0x21, 0x1b, 0x6e, 0xf9, 0x1e, 0x6d, 0x06, 0xeb, 0xc1, 0x88,
- 0xe5, 0xa3, 0x80, 0xa2, 0xc2, 0x92, 0xdb, 0x30, 0xe1, 0xb9, 0x36, 0x5d, 0xc1, 0x5d, 0x75, 0x6c,
- 0xad, 0x37, 0x0c, 0x50, 0x82, 0x31, 0xc0, 0x0f, 0x23, 0x59, 0x8e, 0x1b, 0xc0, 0xa8, 0x02, 0xc5,
- 0x3f, 0x8c, 0xc3, 0x74, 0xfc, 0xaa, 0x41, 0x7c, 0x58, 0x33, 0x43, 0x18, 0xd6, 0xb1, 0x41, 0x0f,
- 0x6b, 0xf6, 0x91, 0xc3, 0xfa, 0x22, 0x8c, 0x1f, 0x77, 0x69, 0x37, 0x78, 0x0b, 0x4e, 0x27, 0xe2,
- 0xfb, 0x1c, 0x88, 0x12, 0x47, 0x56, 0x60, 0xe6, 0x81, 0x61, 0x31, 0xee, 0xe0, 0x72, 0x5f, 0x5e,
- 0xee, 0xe4, 0x65, 0xa3, 0xc7, 0xdf, 0x31, 0x34, 0x26, 0xe9, 0xfb, 0x31, 0x9f, 0xfe, 0x32, 0xdd,
- 0xd7, 0x61, 0x5a, 0x28, 0xb9, 0x62, 0x9a, 0x6e, 0x57, 0xec, 0xb3, 0x17, 0xe2, 0x9b, 0x04, 0xfb,
- 0x51, 0xec, 0x1a, 0x26, 0xa8, 0xe3, 0xc6, 0x3a, 0x98, 0x77, 0x26, 0xe2, 0x26, 0x33, 0x2a, 0x63,
- 0xfd, 0x3d, 0x28, 0x04, 0x76, 0xc1, 0x33, 0x51, 0xdd, 0x2e, 0xcc, 0x44, 0xb9, 0x89, 0x08, 0x26,
- 0x4b, 0x30, 0xe9, 0x76, 0x68, 0xec, 0xb9, 0x37, 0x1d, 0xb7, 0xef, 0x05, 0x08, 0x0c, 0x69, 0xb8,
- 0x95, 0x48, 0xa9, 0x89, 0xed, 0x9a, 0x37, 0x39, 0x50, 0x29, 0xb1, 0xf8, 0x49, 0x06, 0x82, 0x27,
- 0x60, 0xc8, 0x1a, 0x8c, 0x77, 0x5c, 0x8f, 0xc9, 0x7c, 0xba, 0xb8, 0xbc, 0x90, 0x6e, 0xce, 0xf2,
- 0xb8, 0xd9, 0xf5, 0x58, 0xc8, 0x91, 0xff, 0xf2, 0x51, 0x36, 0xe6, 0x7a, 0x9a, 0x76, 0xd7, 0x67,
- 0xd4, 0xdb, 0xdc, 0x4b, 0xea, 0xb9, 0x1a, 0x20, 0x30, 0xa4, 0x59, 0xfc, 0xef, 0x2c, 0xcc, 0x26,
- 0x6f, 0x57, 0x90, 0x0f, 0x60, 0xca, 0xb7, 0x9a, 0x8e, 0xe5, 0x34, 0x55, 0xc6, 0x9d, 0xe9, 0xbb,
- 0x16, 0xaf, 0x1a, 0x6d, 0x8f, 0x71, 0x76, 0xe4, 0x0e, 0x8c, 0x33, 0x51, 0x7f, 0xd4, 0x97, 0xeb,
- 0x4e, 0xca, 0xed, 0xae, 0x23, 0xea, 0xa0, 0x6c, 0x1e, 0x9d, 0xd5, 0xb2, 0xa3, 0x9b, 0xd5, 0x3e,
- 0xed, 0x2d, 0x38, 0x7e, 0x7f, 0xc0, 0xf7, 0x5b, 0x46, 0xe5, 0x01, 0xff, 0x35, 0x0e, 0xcf, 0xa4,
- 0xdf, 0x64, 0x79, 0x42, 0x2b, 0x86, 0xb0, 0x86, 0x6d, 0xec, 0xdc, 0x1a, 0x36, 0xa6, 0x33, 0x94,
- 0xec, 0x80, 0x6e, 0xa6, 0xe8, 0x0e, 0x78, 0x44, 0x92, 0x12, 0x5d, 0xcb, 0xe4, 0x1e, 0xbb, 0x96,
- 0xb9, 0x09, 0xf9, 0x5a, 0xd7, 0x3c, 0x52, 0xdb, 0xa7, 0xd1, 0x27, 0x15, 0x05, 0x14, 0x15, 0x36,
- 0x32, 0xe9, 0xe4, 0x1f, 0x39, 0xe9, 0xf0, 0x49, 0xb4, 0xcb, 0x5a, 0xb2, 0x6a, 0x6f, 0xa2, 0xff,
- 0x49, 0x34, 0x68, 0x8b, 0x21, 0x1b, 0x51, 0xe3, 0xda, 0xb1, 0x0e, 0x71, 0x5b, 0xc5, 0xff, 0xb0,
- 0xc6, 0x75, 0x6f, 0xf3, 0x10, 0xb7, 0x51, 0x61, 0xc9, 0xe7, 0xbd, 0xf1, 0xde, 0x1c, 0xca, 0xed,
- 0xa9, 0x51, 0x59, 0xbd, 0x09, 0x73, 0x3d, 0x63, 0x7e, 0xe1, 0x7c, 0xe6, 0x26, 0xe4, 0xfd, 0x6e,
- 0x83, 0xd3, 0x25, 0xca, 0xed, 0xab, 0x02, 0x8a, 0x0a, 0xbb, 0xf8, 0xe3, 0x1c, 0x97, 0x92, 0xb8,
- 0xf3, 0xf4, 0x84, 0xbc, 0xea, 0x35, 0x98, 0x92, 0x19, 0xc5, 0x5b, 0x91, 0x2a, 0xf5, 0x42, 0xa4,
- 0x4e, 0x2e, 0x8a, 0xc4, 0x38, 0x2d, 0xd9, 0x14, 0x66, 0xd2, 0xf7, 0x9a, 0x1c, 0x94, 0x25, 0xf1,
- 0x29, 0x54, 0x31, 0x20, 0x2f, 0x43, 0x51, 0x7c, 0x84, 0xec, 0x72, 0x95, 0x5a, 0x8b, 0xb2, 0xd2,
- 0xf5, 0x10, 0x8c, 0x51, 0x9a, 0xf8, 0xce, 0xde, 0xf8, 0x40, 0x76, 0xf6, 0x7a, 0x46, 0x65, 0x64,
- 0x59, 0x74, 0x1e, 0xf4, 0x13, 0x73, 0xc4, 0xec, 0x79, 0xe8, 0xef, 0xb7, 0xfb, 0xde, 0xd7, 0x0a,
- 0x54, 0x91, 0xfb, 0x66, 0x29, 0xb5, 0x2e, 0x6f, 0x00, 0x51, 0x2f, 0xcb, 0xa9, 0xe5, 0x5b, 0xe4,
- 0xf5, 0x77, 0x5d, 0x02, 0x5b, 0xed, 0xa1, 0xc0, 0x94, 0x56, 0xe4, 0x0d, 0xf1, 0x1a, 0x25, 0x33,
- 0x2c, 0x47, 0x47, 0xde, 0x17, 0xce, 0x29, 0xcd, 0x93, 0x44, 0xfa, 0x5d, 0x49, 0xf9, 0x13, 0xc3,
- 0xe6, 0x64, 0x1d, 0x26, 0xee, 0xbb, 0x76, 0xb7, 0xad, 0xf6, 0x57, 0x8a, 0xcb, 0xf3, 0x69, 0x9c,
- 0xde, 0x14, 0x24, 0x91, 0x02, 0x16, 0xd9, 0x04, 0x83, 0xb6, 0x84, 0xc2, 0x8c, 0xd8, 0x5d, 0xb7,
- 0xd8, 0x89, 0x72, 0x00, 0x75, 0x5a, 0x75, 0x33, 0x8d, 0xdd, 0x9e, 0x5b, 0xaf, 0xc6, 0xa9, 0xd5,
- 0x7b, 0xdd, 0x71, 0x20, 0x26, 0x79, 0x92, 0x3b, 0x50, 0x30, 0x1a, 0x0d, 0xcb, 0xb1, 0xd8, 0x89,
- 0xda, 0x82, 0x7c, 0x3e, 0x8d, 0xff, 0x8a, 0xa2, 0x51, 0x57, 0x1c, 0xd4, 0x2f, 0xd4, 0x6d, 0xc9,
- 0x21, 0x14, 0x99, 0x6b, 0xab, 0x15, 0xa2, 0xaf, 0xf2, 0xbc, 0xeb, 0x69, 0xac, 0x0e, 0x34, 0x59,
- 0xb8, 0xc9, 0x1b, 0xc2, 0x7c, 0x8c, 0xf2, 0x21, 0x7f, 0x91, 0x81, 0x2b, 0x8e, 0x5b, 0xa7, 0x81,
- 0xeb, 0xa9, 0x77, 0xe8, 0xde, 0x19, 0xd0, 0xd3, 0x88, 0xe5, 0xdd, 0x08, 0x6f, 0xe9, 0x21, 0xfa,
- 0xad, 0xc6, 0x28, 0x0a, 0x63, 0x4a, 0xcc, 0x7f, 0x17, 0xe6, 0x7a, 0x1a, 0xf6, 0xe5, 0x2d, 0x7f,
- 0x9d, 0x81, 0x64, 0x8d, 0x30, 0x5f, 0xde, 0xd6, 0x2d, 0x4f, 0x30, 0x3c, 0x49, 0xee, 0x66, 0xae,
- 0x05, 0x08, 0x0c, 0x69, 0xc8, 0x0d, 0xc8, 0x75, 0x0c, 0xd6, 0x4a, 0x1e, 0x41, 0x71, 0x96, 0x28,
- 0x30, 0x64, 0x19, 0x80, 0xff, 0x45, 0xda, 0xa4, 0x0f, 0x3b, 0x6a, 0xb5, 0xae, 0x37, 0x58, 0xf6,
- 0x34, 0x06, 0x23, 0x54, 0x8b, 0x3f, 0xcd, 0xc3, 0x74, 0x3c, 0xf0, 0xf2, 0xe5, 0x01, 0x75, 0xea,
- 0x1d, 0xd7, 0x72, 0x58, 0xf2, 0xf1, 0xf2, 0x75, 0x05, 0x47, 0x4d, 0xc1, 0x27, 0x91, 0x36, 0x65,
- 0x2d, 0xb7, 0x9e, 0x9c, 0x44, 0x76, 0x04, 0x14, 0x15, 0x56, 0xa8, 0xef, 0x7a, 0x4c, 0xa9, 0x15,
- 0xaa, 0xef, 0x7a, 0x0c, 0x05, 0x26, 0x38, 0x41, 0xcb, 0x9d, 0x73, 0x82, 0xd6, 0x84, 0x59, 0xee,
- 0xca, 0xd4, 0x5b, 0xa5, 0x1e, 0xfb, 0xda, 0x07, 0xba, 0xd5, 0x04, 0x0b, 0xec, 0x61, 0x2a, 0x5e,
- 0xce, 0x17, 0x30, 0xd1, 0xf8, 0x6b, 0x96, 0x3c, 0x57, 0xe3, 0x1c, 0x30, 0xc9, 0x72, 0x18, 0xfb,
- 0x24, 0xf1, 0x71, 0xec, 0xa3, 0x8e, 0xf0, 0x10, 0x80, 0xaf, 0xa5, 0xd4, 0xc7, 0x16, 0xfa, 0xf9,
- 0xd8, 0x69, 0xb1, 0x79, 0xa7, 0x1b, 0x63, 0x84, 0x11, 0xb9, 0x0b, 0xd3, 0x61, 0xe7, 0x72, 0xfb,
- 0x53, 0xe5, 0xd3, 0x37, 0x94, 0x2a, 0xa5, 0xf0, 0x18, 0xba, 0x1a, 0xa3, 0xc3, 0x44, 0x3b, 0xb2,
- 0x0e, 0x53, 0xba, 0xff, 0x04, 0x23, 0x88, 0x17, 0x36, 0x27, 0x19, 0x29, 0x32, 0x8c, 0xb7, 0xba,
- 0xd4, 0x94, 0x57, 0x29, 0x7f, 0xf1, 0xd5, 0xf5, 0xa7, 0x7e, 0xf6, 0xd5, 0xf5, 0xa7, 0x7e, 0xfe,
- 0xd5, 0xf5, 0xa7, 0x3e, 0x39, 0xbb, 0x9e, 0xf9, 0xe2, 0xec, 0x7a, 0xe6, 0x67, 0x67, 0xd7, 0x33,
- 0x3f, 0x3f, 0xbb, 0x9e, 0xf9, 0xf2, 0xec, 0x7a, 0xe6, 0xc7, 0xff, 0x76, 0xfd, 0xa9, 0xef, 0x15,
- 0x82, 0xd1, 0xf8, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xba, 0x1a, 0x32, 0x49, 0x9d, 0x66, 0x00,
- 0x00,
+ // 5080 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x3c, 0x5d, 0x6f, 0x23, 0x47,
+ 0x72, 0xa6, 0x48, 0x51, 0x54, 0x71, 0xf5, 0xd5, 0xbb, 0xb6, 0x69, 0xdd, 0x79, 0xb5, 0x91, 0x71,
+ 0x8b, 0xdd, 0x9c, 0x8f, 0x8a, 0x95, 0x5c, 0xe2, 0xd8, 0x88, 0x0f, 0xa2, 0xa4, 0xd5, 0xca, 0xfa,
+ 0x58, 0xa9, 0x28, 0xf9, 0xe3, 0xfc, 0x75, 0xc3, 0x61, 0x93, 0x1c, 0x6b, 0x38, 0x43, 0xcd, 0x34,
+ 0x77, 0x57, 0x06, 0x72, 0x31, 0x82, 0x7c, 0xdd, 0x39, 0x4e, 0xce, 0xc8, 0x25, 0x08, 0x72, 0x6f,
+ 0x79, 0xc8, 0x01, 0xc9, 0x63, 0x80, 0xfc, 0x06, 0x03, 0x79, 0xb9, 0xbc, 0x1d, 0x70, 0x80, 0x60,
+ 0x2b, 0x41, 0xde, 0xf2, 0x94, 0x97, 0xc3, 0x05, 0x01, 0x82, 0xfe, 0x98, 0x9e, 0x0f, 0x8e, 0x76,
+ 0x45, 0x8b, 0xe4, 0xbe, 0xe4, 0x49, 0x62, 0x55, 0x75, 0x55, 0x4d, 0x77, 0x55, 0x75, 0x57, 0x77,
+ 0x75, 0xc3, 0x4e, 0xd3, 0x62, 0xad, 0x6e, 0xad, 0x6c, 0xba, 0xed, 0x25, 0xc3, 0x6b, 0xba, 0x1d,
+ 0xcf, 0xfd, 0x50, 0xfc, 0xf3, 0x2d, 0x7a, 0x9f, 0x3a, 0xcc, 0x5f, 0xea, 0x1c, 0x35, 0x97, 0x8c,
+ 0x8e, 0xe5, 0x2f, 0xc9, 0xdf, 0x6e, 0xd7, 0x33, 0xe9, 0xd2, 0xfd, 0x97, 0x0c, 0xbb, 0xd3, 0x32,
+ 0x5e, 0x5a, 0x6a, 0x52, 0x87, 0x7a, 0x06, 0xa3, 0xf5, 0x72, 0xc7, 0x73, 0x99, 0x4b, 0x7e, 0x2f,
+ 0x64, 0x57, 0x0e, 0xd8, 0x89, 0x7f, 0x3e, 0x90, 0xcd, 0xcb, 0x9d, 0xa3, 0x66, 0x99, 0xb3, 0x2b,
+ 0x47, 0xd8, 0x95, 0x03, 0x76, 0xf3, 0xdf, 0xb9, 0xb0, 0x36, 0xa6, 0xdb, 0x6e, 0xbb, 0x4e, 0x52,
+ 0xfe, 0xfc, 0xb7, 0x22, 0x0c, 0x9a, 0x6e, 0xd3, 0x5d, 0x12, 0xe0, 0x5a, 0xb7, 0x21, 0x7e, 0x89,
+ 0x1f, 0xe2, 0x3f, 0x45, 0xbe, 0x78, 0xf4, 0xb2, 0x5f, 0xb6, 0x5c, 0xce, 0x72, 0xc9, 0x74, 0x3d,
+ 0xfe, 0x61, 0x3d, 0x2c, 0x7f, 0x2b, 0xa4, 0x69, 0x1b, 0x66, 0xcb, 0x72, 0xa8, 0x77, 0x12, 0xea,
+ 0xd1, 0xa6, 0xcc, 0x48, 0x6b, 0xb5, 0x74, 0x5e, 0x2b, 0xaf, 0xeb, 0x30, 0xab, 0x4d, 0x7b, 0x1a,
+ 0xfc, 0xf6, 0xe3, 0x1a, 0xf8, 0x66, 0x8b, 0xb6, 0x8d, 0x64, 0xbb, 0xc5, 0x7f, 0x18, 0x87, 0x99,
+ 0x95, 0x9d, 0xfd, 0xbd, 0x75, 0xde, 0x41, 0x55, 0xd1, 0x9f, 0xe4, 0x79, 0xc8, 0x76, 0x3d, 0xbb,
+ 0x94, 0xb9, 0x91, 0xb9, 0x35, 0x59, 0x29, 0x7e, 0x7e, 0xba, 0xf0, 0xd4, 0xd9, 0xe9, 0x42, 0xf6,
+ 0x10, 0xb7, 0x91, 0xc3, 0xc9, 0xcb, 0x70, 0x85, 0x3e, 0x34, 0x5b, 0x86, 0xd3, 0xa4, 0xbb, 0x46,
+ 0x9b, 0x96, 0xc6, 0x04, 0xdd, 0x35, 0x45, 0x77, 0x65, 0x3d, 0x82, 0xc3, 0x18, 0x65, 0xb4, 0xe5,
+ 0xc1, 0x49, 0x87, 0x96, 0xb2, 0xe9, 0x2d, 0x39, 0x0e, 0x63, 0x94, 0x64, 0x19, 0xc0, 0x73, 0xbb,
+ 0xcc, 0x72, 0x9a, 0x5b, 0xf4, 0xa4, 0x94, 0x13, 0xed, 0x88, 0x6a, 0x07, 0xa8, 0x31, 0x18, 0xa1,
+ 0x22, 0xbf, 0x0f, 0x73, 0xa6, 0xeb, 0x38, 0xd4, 0x64, 0x96, 0xeb, 0x54, 0x0c, 0xf3, 0xc8, 0x6d,
+ 0x34, 0x4a, 0xe3, 0x37, 0x32, 0xb7, 0x8a, 0xcb, 0x2f, 0x97, 0x2f, 0x6c, 0x68, 0xd2, 0x52, 0xca,
+ 0xaa, 0x7d, 0xe5, 0xe9, 0xb3, 0xd3, 0x85, 0xb9, 0xd5, 0x24, 0x5b, 0xec, 0x95, 0x44, 0x5e, 0x84,
+ 0xc2, 0x87, 0xbe, 0xeb, 0x54, 0xdc, 0xfa, 0x49, 0x29, 0x7f, 0x23, 0x73, 0xab, 0x50, 0x99, 0x55,
+ 0x0a, 0x17, 0x5e, 0xaf, 0xde, 0xdb, 0xe5, 0x70, 0xd4, 0x14, 0xe4, 0x10, 0xb2, 0xcc, 0xf6, 0x4b,
+ 0x13, 0x42, 0xbd, 0x57, 0xfa, 0x56, 0xef, 0x60, 0xbb, 0xba, 0xea, 0x3a, 0x0d, 0xab, 0x59, 0x99,
+ 0xe0, 0x63, 0x75, 0xb0, 0x5d, 0x45, 0xce, 0x8f, 0xfc, 0x30, 0x03, 0x05, 0x6e, 0x63, 0x75, 0x83,
+ 0x19, 0xa5, 0xc2, 0x8d, 0xec, 0xad, 0xe2, 0xf2, 0xbb, 0xe5, 0x4b, 0x39, 0x59, 0x39, 0x61, 0x2d,
+ 0xe5, 0x1d, 0xc5, 0x7e, 0xdd, 0x61, 0xde, 0x49, 0xf8, 0x8d, 0x01, 0x18, 0xb5, 0xfc, 0xf9, 0x57,
+ 0x61, 0x2a, 0x46, 0x4c, 0x66, 0x21, 0x7b, 0x44, 0x4f, 0xa4, 0xa1, 0x21, 0xff, 0x97, 0x5c, 0x83,
+ 0xf1, 0xfb, 0x86, 0xdd, 0x55, 0x46, 0x85, 0xf2, 0xc7, 0x2b, 0x63, 0x2f, 0x67, 0x16, 0x7f, 0x9c,
+ 0x83, 0xe7, 0x56, 0x3e, 0xea, 0x7a, 0x54, 0xc8, 0xf6, 0xef, 0x76, 0x6b, 0x51, 0x93, 0xbd, 0x01,
+ 0xb9, 0xc6, 0x71, 0xdd, 0x51, 0x36, 0x7b, 0x45, 0x29, 0x91, 0xbb, 0xb3, 0xbf, 0xb6, 0x8b, 0x02,
+ 0x43, 0x3a, 0x70, 0xd5, 0x6f, 0x19, 0x1e, 0xad, 0xaf, 0x98, 0x26, 0xf5, 0xfd, 0x2d, 0x7a, 0xa2,
+ 0x8d, 0xb7, 0xb8, 0xfc, 0x8d, 0xb2, 0x74, 0x1f, 0xfe, 0xd9, 0x65, 0xee, 0xc9, 0xe5, 0xfb, 0x2f,
+ 0x95, 0xab, 0xd4, 0xf4, 0x28, 0xdb, 0xa2, 0x27, 0x55, 0x6a, 0x53, 0x93, 0xb9, 0x5e, 0xe5, 0xd9,
+ 0xb3, 0xd3, 0x85, 0xab, 0xd5, 0x5e, 0x2e, 0x98, 0xc6, 0x9a, 0xd4, 0x61, 0x26, 0x01, 0x16, 0x06,
+ 0x7f, 0x61, 0x69, 0x57, 0xcf, 0x4e, 0x17, 0x66, 0x12, 0xd2, 0x30, 0xc9, 0x92, 0xdc, 0x86, 0x89,
+ 0x56, 0xb7, 0x26, 0xbe, 0x45, 0xba, 0xc5, 0x8c, 0xfa, 0xf8, 0x89, 0xbb, 0x12, 0x8c, 0x01, 0x9e,
+ 0xfc, 0x38, 0x6a, 0x0c, 0xe3, 0xc2, 0x18, 0x1a, 0x97, 0x35, 0x86, 0xf3, 0x46, 0x64, 0x54, 0x66,
+ 0xf1, 0xbf, 0x39, 0xb8, 0xba, 0x6a, 0xd8, 0xd4, 0xa9, 0x1b, 0x5e, 0xd4, 0x20, 0x5e, 0x84, 0x02,
+ 0x8f, 0x78, 0xf5, 0xae, 0x4d, 0x95, 0x51, 0x68, 0x15, 0xaa, 0x0a, 0x8e, 0x9a, 0x82, 0x53, 0x5b,
+ 0x0e, 0xa3, 0xde, 0x7d, 0xc3, 0x56, 0xe1, 0x4c, 0x53, 0x6f, 0x2a, 0x38, 0x6a, 0x0a, 0xf2, 0x0a,
+ 0x4c, 0xd3, 0x87, 0xa6, 0xdd, 0xf5, 0x2d, 0xd7, 0x59, 0x33, 0x18, 0xf5, 0x4b, 0xd9, 0x1b, 0x59,
+ 0x1e, 0x90, 0xce, 0x4e, 0x17, 0xa6, 0xd7, 0x63, 0x18, 0x4c, 0x50, 0x72, 0x49, 0x3c, 0x1c, 0x7f,
+ 0xe4, 0x3a, 0xc1, 0x78, 0x69, 0x49, 0x07, 0x0a, 0x8e, 0x9a, 0x82, 0xec, 0x40, 0xb1, 0xeb, 0x53,
+ 0x6f, 0xcf, 0x38, 0xb1, 0x5d, 0xa3, 0x2e, 0x82, 0xd7, 0x95, 0xca, 0x37, 0xcf, 0x4e, 0x17, 0x8a,
+ 0x87, 0x21, 0xf8, 0x57, 0xa7, 0x0b, 0x25, 0xea, 0x98, 0x6e, 0xdd, 0x72, 0x9a, 0x4b, 0x3c, 0xa0,
+ 0x94, 0xd1, 0x78, 0xb0, 0x43, 0x7d, 0xdf, 0x68, 0x52, 0x8c, 0xb6, 0x27, 0x7f, 0x11, 0x35, 0x80,
+ 0xbc, 0x30, 0x80, 0xef, 0x5d, 0xd2, 0x00, 0x52, 0xfa, 0xfe, 0xe2, 0x43, 0x4f, 0xfe, 0x30, 0x03,
+ 0xc5, 0x0e, 0xf5, 0x7c, 0xcb, 0x67, 0xd4, 0x31, 0xa9, 0x0a, 0x7f, 0xf7, 0x2e, 0xa9, 0x93, 0xd0,
+ 0x65, 0x2f, 0x64, 0x5b, 0x99, 0xe1, 0x3d, 0x16, 0x01, 0x60, 0x54, 0xe8, 0xe5, 0xec, 0xef, 0x21,
+ 0x5c, 0x5b, 0x35, 0x98, 0xd9, 0xea, 0x76, 0x64, 0xfc, 0xed, 0x7a, 0x06, 0x9f, 0x04, 0xb8, 0x5b,
+ 0x52, 0xc7, 0xa8, 0xd9, 0xb4, 0x2e, 0xf8, 0x14, 0x42, 0xb7, 0x5c, 0x97, 0x60, 0x0c, 0xf0, 0xe4,
+ 0xdb, 0x50, 0x6c, 0x1b, 0x0f, 0xd7, 0x54, 0x4b, 0x65, 0x7f, 0x57, 0x15, 0x79, 0x71, 0x27, 0x44,
+ 0x61, 0x94, 0x6e, 0xf1, 0xfb, 0x70, 0x4d, 0x8a, 0xdc, 0x31, 0x3a, 0x91, 0x6f, 0xe3, 0xa1, 0xd0,
+ 0xe1, 0xd1, 0x20, 0x11, 0x0a, 0x45, 0x28, 0x10, 0x18, 0xb2, 0x06, 0xb3, 0xa6, 0x47, 0x0d, 0x46,
+ 0x37, 0x1b, 0xbb, 0x2e, 0x5b, 0x7f, 0x68, 0xf9, 0x4c, 0x48, 0x2d, 0x54, 0x4a, 0x8a, 0x7a, 0x76,
+ 0x35, 0x81, 0xc7, 0x9e, 0x16, 0x8b, 0x7f, 0x97, 0x07, 0xb2, 0xde, 0xb6, 0x18, 0xa3, 0x31, 0xc7,
+ 0xbb, 0x09, 0xf9, 0x9a, 0xe7, 0x1e, 0x51, 0x4f, 0x29, 0x30, 0xad, 0x58, 0xe6, 0x2b, 0x02, 0x8a,
+ 0x0a, 0xcb, 0x67, 0x74, 0x3e, 0xbf, 0x3b, 0xd4, 0xe6, 0x81, 0x71, 0x2c, 0x3e, 0xa3, 0xaf, 0x6a,
+ 0x0c, 0x46, 0xa8, 0x78, 0x4f, 0xa9, 0x5f, 0x22, 0xde, 0x65, 0xe3, 0x3d, 0xb5, 0x1a, 0xa2, 0x30,
+ 0x4a, 0x47, 0xee, 0x41, 0x81, 0x7b, 0x81, 0x13, 0xc4, 0xc8, 0x0b, 0x47, 0xe0, 0x2b, 0xdc, 0x6c,
+ 0x0f, 0x55, 0x53, 0xd4, 0x4c, 0x38, 0xc3, 0x8e, 0xe1, 0xfb, 0x0f, 0x5c, 0xaf, 0xae, 0x16, 0x14,
+ 0xfd, 0x30, 0xdc, 0x53, 0x4d, 0x51, 0x33, 0x49, 0x5f, 0xaa, 0xe4, 0x9f, 0xc8, 0x52, 0x65, 0xe2,
+ 0xa2, 0x4b, 0x95, 0xc2, 0x80, 0x97, 0x2a, 0x9f, 0x46, 0x83, 0xd3, 0xa4, 0x08, 0x4e, 0x1f, 0x5c,
+ 0x36, 0x10, 0xf4, 0x98, 0xe7, 0xa8, 0xa6, 0xa5, 0xcf, 0xc6, 0x60, 0x36, 0x19, 0x86, 0xc8, 0x47,
+ 0x30, 0x61, 0xca, 0x58, 0x21, 0x98, 0x14, 0x97, 0xab, 0x97, 0x0e, 0xbe, 0xbd, 0x91, 0xa7, 0x52,
+ 0xe4, 0x41, 0x46, 0x61, 0x30, 0x10, 0x48, 0x3e, 0xce, 0xc0, 0xa4, 0x19, 0x84, 0x0b, 0xb5, 0xea,
+ 0xb9, 0xb4, 0xf8, 0x94, 0xf0, 0x53, 0x99, 0x3a, 0x3b, 0x5d, 0x98, 0xd4, 0x18, 0x0c, 0x85, 0x2e,
+ 0xfe, 0x62, 0x0c, 0x8a, 0xd1, 0x48, 0xf1, 0xbd, 0xc8, 0x78, 0xcb, 0xfe, 0xf8, 0x8d, 0x88, 0x17,
+ 0xe9, 0x2c, 0x26, 0x54, 0x82, 0x53, 0x73, 0xbf, 0xba, 0x57, 0xfb, 0x90, 0x9a, 0x8c, 0x0f, 0x4e,
+ 0x18, 0x31, 0x42, 0x58, 0x64, 0x7a, 0xe9, 0x40, 0xce, 0xef, 0x50, 0x53, 0x7d, 0xee, 0xee, 0x20,
+ 0xa6, 0x15, 0xa9, 0x7b, 0xb5, 0x43, 0xcd, 0x30, 0xb4, 0xf2, 0x5f, 0x28, 0x24, 0x91, 0x87, 0x90,
+ 0xf7, 0x99, 0xc1, 0xba, 0xbe, 0x5a, 0xea, 0xed, 0x0d, 0x50, 0xa6, 0xe0, 0x1b, 0xc6, 0x53, 0xf9,
+ 0x1b, 0x95, 0xbc, 0xc5, 0x2f, 0x32, 0x30, 0x13, 0xa1, 0xde, 0xb6, 0x7c, 0x46, 0xde, 0xed, 0xe9,
+ 0xe1, 0xf2, 0xc5, 0x7a, 0x98, 0xb7, 0x16, 0xfd, 0xab, 0x1d, 0x24, 0x80, 0x44, 0x7a, 0xd7, 0x85,
+ 0x71, 0x8b, 0xd1, 0xb6, 0x5f, 0x1a, 0x13, 0xce, 0xfa, 0xfa, 0xe0, 0x3e, 0xb5, 0x32, 0xa5, 0xc4,
+ 0x8e, 0x6f, 0x72, 0x01, 0x28, 0xe5, 0x2c, 0xfe, 0xe7, 0xb7, 0x63, 0x9f, 0xc8, 0xbb, 0x5d, 0xa4,
+ 0x94, 0x1c, 0x54, 0xe9, 0xfa, 0xbb, 0xe1, 0xac, 0x17, 0xa6, 0x94, 0x11, 0x1c, 0xc6, 0x28, 0xc9,
+ 0x31, 0x14, 0x18, 0x6d, 0x77, 0x6c, 0x83, 0x05, 0x59, 0xc0, 0xc6, 0x25, 0xbf, 0xe0, 0x40, 0xb1,
+ 0x93, 0x61, 0x3e, 0xf8, 0x85, 0x5a, 0x0c, 0x69, 0xc3, 0x84, 0x4f, 0xbd, 0xfb, 0x96, 0x49, 0x95,
+ 0x79, 0xdc, 0xb9, 0xa4, 0xc4, 0xaa, 0xe4, 0x26, 0x7d, 0x5e, 0xfd, 0xc0, 0x40, 0x06, 0xf9, 0x06,
+ 0x4c, 0x78, 0xb4, 0x63, 0x5b, 0xa6, 0x21, 0xa6, 0xbd, 0x71, 0x49, 0x86, 0x12, 0x84, 0x01, 0x8e,
+ 0x7c, 0x1f, 0xc6, 0xdb, 0x96, 0x63, 0xb9, 0x2a, 0x25, 0x78, 0x7b, 0xb0, 0x6e, 0x52, 0xde, 0xe1,
+ 0xbc, 0x65, 0xb8, 0xd5, 0xc3, 0x2a, 0x60, 0x28, 0xc5, 0x8a, 0x1c, 0xd5, 0x54, 0xcb, 0x48, 0xb5,
+ 0x2a, 0x7d, 0x77, 0xc0, 0x3a, 0xe8, 0x55, 0x6a, 0x3c, 0xea, 0x07, 0x60, 0xd4, 0xf2, 0xc9, 0x47,
+ 0x90, 0x6b, 0x58, 0x36, 0x5f, 0x89, 0x72, 0x3d, 0xde, 0x1a, 0xb0, 0x1e, 0x77, 0x2c, 0x9b, 0x4a,
+ 0x1d, 0xc2, 0x14, 0xd5, 0xb2, 0x29, 0x0a, 0x99, 0xa2, 0x23, 0x3c, 0x2a, 0x79, 0x0c, 0x28, 0x59,
+ 0x4f, 0x2a, 0x80, 0x8a, 0x7d, 0xa2, 0x23, 0x02, 0x30, 0x6a, 0xf9, 0xe4, 0x4f, 0x32, 0x30, 0xf1,
+ 0x80, 0xd6, 0x5a, 0xae, 0x7b, 0xa4, 0x66, 0xe3, 0x77, 0x06, 0xac, 0xcb, 0x9b, 0x92, 0xbb, 0x54,
+ 0x45, 0x2f, 0x8f, 0x15, 0x14, 0x03, 0xe1, 0x7c, 0x44, 0x8c, 0xf6, 0x71, 0xa7, 0x04, 0x43, 0x19,
+ 0x91, 0x95, 0xf6, 0x71, 0x27, 0x31, 0x22, 0x2b, 0x3b, 0xfb, 0x7b, 0x28, 0x64, 0x72, 0xd7, 0x38,
+ 0x32, 0x1a, 0x47, 0x46, 0xa9, 0x38, 0x14, 0xd7, 0xd8, 0xe2, 0xbc, 0x13, 0xae, 0x21, 0x60, 0x28,
+ 0xc5, 0xf2, 0x6f, 0x6f, 0x1f, 0x33, 0x56, 0xba, 0x32, 0x94, 0x6f, 0xdf, 0x39, 0x66, 0x2c, 0xf1,
+ 0xed, 0x3b, 0xfb, 0x07, 0x07, 0x28, 0x64, 0x72, 0xd9, 0x8e, 0xc1, 0xfc, 0xd2, 0xd4, 0x50, 0x64,
+ 0xef, 0x1a, 0xcc, 0x4f, 0xc8, 0xde, 0x5d, 0x39, 0xa8, 0xa2, 0x90, 0x49, 0xee, 0x43, 0xd6, 0x77,
+ 0xfc, 0xd2, 0xb4, 0x10, 0xfd, 0xe6, 0x80, 0x45, 0x57, 0x1d, 0x25, 0x59, 0x6f, 0x6d, 0x56, 0x77,
+ 0xab, 0xc8, 0x05, 0x0a, 0xb9, 0xc7, 0x7e, 0x69, 0x66, 0x38, 0x72, 0x8f, 0x7b, 0xe4, 0xee, 0x73,
+ 0xb9, 0xc7, 0x3e, 0xcf, 0x83, 0xf3, 0x9d, 0x6e, 0xad, 0xda, 0xad, 0x95, 0x66, 0x85, 0xec, 0xef,
+ 0x0e, 0x58, 0xf6, 0x9e, 0x60, 0x2e, 0xc5, 0xeb, 0x15, 0x84, 0x04, 0xa2, 0x92, 0x2c, 0x94, 0x90,
+ 0x52, 0x4b, 0x73, 0x43, 0x51, 0x62, 0x43, 0x70, 0x4b, 0x28, 0x21, 0x81, 0xa8, 0x24, 0x07, 0x4a,
+ 0xd8, 0x46, 0xad, 0x44, 0x86, 0xa5, 0x84, 0x6d, 0xa4, 0x28, 0x61, 0x1b, 0x52, 0x09, 0xdb, 0xa8,
+ 0x71, 0xd3, 0x6f, 0xd5, 0x1b, 0x7e, 0xe9, 0xea, 0x50, 0x4c, 0xff, 0x6e, 0xbd, 0x91, 0x34, 0xfd,
+ 0xbb, 0x6b, 0x77, 0xaa, 0x28, 0x64, 0xf2, 0x90, 0xe3, 0xdb, 0x86, 0x79, 0x54, 0xba, 0x36, 0x94,
+ 0x90, 0x53, 0xe5, 0xbc, 0x13, 0x21, 0x47, 0xc0, 0x50, 0x8a, 0x25, 0x7f, 0x93, 0x81, 0xa2, 0xcf,
+ 0x5c, 0xcf, 0x68, 0xd2, 0x0d, 0xcf, 0xaa, 0x97, 0x9e, 0x1e, 0x4c, 0x26, 0x96, 0x54, 0x23, 0x94,
+ 0x20, 0x95, 0xd1, 0x59, 0x7c, 0x04, 0x83, 0x51, 0x45, 0xc8, 0xdf, 0x67, 0x60, 0xda, 0x88, 0x6d,
+ 0x37, 0x96, 0x9e, 0x11, 0xba, 0xd5, 0x06, 0x3d, 0x25, 0xc4, 0xf7, 0x34, 0x85, 0x7a, 0xcf, 0x28,
+ 0xf5, 0xa6, 0xe3, 0x48, 0x4c, 0x68, 0x24, 0xcc, 0xd7, 0x67, 0x9e, 0xd5, 0xa1, 0xa5, 0x67, 0x87,
+ 0x62, 0xbe, 0x55, 0xc1, 0x3c, 0x61, 0xbe, 0x12, 0x88, 0x4a, 0xb2, 0x98, 0xba, 0xa9, 0x4c, 0x7d,
+ 0x4b, 0xa5, 0xa1, 0x4c, 0xdd, 0x41, 0x62, 0x1d, 0x9f, 0xba, 0x15, 0x14, 0x03, 0xe1, 0xdc, 0x96,
+ 0x3d, 0x5a, 0xb7, 0xfc, 0xd2, 0x73, 0x43, 0xb1, 0x65, 0xe4, 0xbc, 0x13, 0xb6, 0x2c, 0x60, 0x28,
+ 0xc5, 0xf2, 0x70, 0xee, 0xf8, 0xc7, 0xa5, 0xf9, 0xa1, 0x84, 0xf3, 0x5d, 0xff, 0x38, 0x11, 0xce,
+ 0x77, 0xab, 0xfb, 0xc8, 0x05, 0xaa, 0x70, 0x6e, 0xfb, 0x86, 0x57, 0xfa, 0xda, 0x90, 0xc2, 0x39,
+ 0x67, 0xde, 0x13, 0xce, 0x39, 0x10, 0x95, 0x64, 0x61, 0x05, 0xe2, 0xb4, 0xcf, 0x32, 0x4b, 0x5f,
+ 0x1f, 0x8a, 0x15, 0x6c, 0x48, 0xee, 0x09, 0x2b, 0x50, 0x50, 0x0c, 0x84, 0xcf, 0x77, 0x01, 0xc2,
+ 0x1c, 0x20, 0x65, 0x17, 0x65, 0x3f, 0xba, 0x8b, 0x52, 0x5c, 0x7e, 0xb5, 0xef, 0x1d, 0xa5, 0xea,
+ 0x6f, 0xae, 0x78, 0xcc, 0x6a, 0x18, 0x26, 0x8b, 0x6c, 0xc1, 0xcc, 0xff, 0x65, 0x06, 0xa6, 0x62,
+ 0xeb, 0xfe, 0x14, 0xd1, 0xad, 0xb8, 0x68, 0x1c, 0xfc, 0x66, 0x78, 0x54, 0xa3, 0x3f, 0xcd, 0xc0,
+ 0xa4, 0xce, 0x00, 0x52, 0xb4, 0xa9, 0xc7, 0xb5, 0xb9, 0xec, 0x7e, 0x85, 0x10, 0x95, 0xae, 0x09,
+ 0xef, 0x9b, 0x58, 0x2a, 0x30, 0xfc, 0xbe, 0xd1, 0xe2, 0xd2, 0x35, 0xfa, 0x41, 0x06, 0xae, 0x44,
+ 0x13, 0x82, 0x14, 0x85, 0xcc, 0xb8, 0x42, 0x3b, 0x97, 0x54, 0x48, 0x49, 0x5b, 0x75, 0x1d, 0x46,
+ 0x1f, 0xb2, 0xe4, 0x38, 0xe9, 0xbc, 0x60, 0xf8, 0xe3, 0x94, 0x38, 0x50, 0x4d, 0xf4, 0x0a, 0x84,
+ 0x49, 0x42, 0x8a, 0x2a, 0x34, 0xae, 0xca, 0x65, 0x4f, 0x4e, 0xa4, 0xac, 0xf3, 0xad, 0x57, 0x67,
+ 0x0c, 0xc3, 0xef, 0x15, 0x9e, 0x89, 0x9c, 0xa3, 0xc9, 0x9f, 0x65, 0x60, 0x52, 0xe7, 0x0f, 0xc3,
+ 0xef, 0x14, 0x9e, 0x97, 0xc8, 0x19, 0xbe, 0x57, 0x95, 0x3f, 0xce, 0x40, 0x21, 0xc8, 0x27, 0x86,
+ 0x6f, 0xb2, 0xd5, 0xdd, 0xea, 0x39, 0x5d, 0x22, 0xf4, 0x38, 0x1e, 0x99, 0x1e, 0xfb, 0xe7, 0xe9,
+ 0xf1, 0x49, 0x06, 0x8a, 0x91, 0x5c, 0x23, 0x45, 0x95, 0x46, 0x5c, 0x95, 0xcb, 0x6e, 0x90, 0x2a,
+ 0x61, 0xe7, 0x6b, 0x13, 0x49, 0x3a, 0x86, 0xaf, 0x8d, 0x12, 0xf6, 0x48, 0x6d, 0x82, 0xec, 0x63,
+ 0x24, 0xda, 0x70, 0x61, 0xe7, 0xbb, 0xb3, 0xce, 0x44, 0x86, 0xef, 0xce, 0x3c, 0xc3, 0x79, 0x44,
+ 0x90, 0x0b, 0xd3, 0x92, 0xe1, 0xfb, 0xb3, 0x94, 0x95, 0xae, 0xcb, 0x5f, 0x67, 0x60, 0x36, 0x99,
+ 0x9b, 0xa4, 0x68, 0x74, 0x14, 0xd7, 0xe8, 0xf0, 0xb2, 0x1a, 0x45, 0x24, 0xa6, 0xeb, 0xf5, 0x93,
+ 0x0c, 0x5c, 0x4d, 0xc9, 0x4b, 0x52, 0x54, 0x73, 0xe2, 0xaa, 0xbd, 0x35, 0xac, 0x02, 0x8f, 0xa4,
+ 0x65, 0x47, 0x12, 0x93, 0xe1, 0x5b, 0xb6, 0x12, 0x96, 0xae, 0xcd, 0xa7, 0x19, 0xb8, 0x12, 0x4d,
+ 0x50, 0x52, 0xd4, 0x69, 0xc6, 0xd5, 0xd9, 0x1f, 0xf8, 0x39, 0x63, 0xd2, 0xbe, 0xc3, 0x54, 0x65,
+ 0xf8, 0xf6, 0x2d, 0x65, 0x9d, 0x3f, 0x4f, 0x04, 0x89, 0xcb, 0xf0, 0xe7, 0x89, 0xdd, 0xea, 0xfe,
+ 0x23, 0xe7, 0x09, 0x9d, 0xc4, 0x8c, 0x62, 0x9e, 0x10, 0xc2, 0xce, 0xb7, 0x98, 0x68, 0x32, 0x33,
+ 0x7c, 0x8b, 0x09, 0xa4, 0xa5, 0xea, 0xb3, 0xc8, 0x60, 0xae, 0xe7, 0xe0, 0x8f, 0x7c, 0xa0, 0x8f,
+ 0x16, 0xe5, 0x51, 0xde, 0xef, 0xf4, 0x9f, 0x27, 0x3d, 0xfa, 0x04, 0xf1, 0x5f, 0xb3, 0x30, 0x93,
+ 0xc8, 0x19, 0xc8, 0x12, 0x4c, 0x0a, 0x66, 0xa2, 0x5c, 0x53, 0x9e, 0xad, 0xcd, 0xa9, 0xe6, 0x93,
+ 0xeb, 0x01, 0x02, 0x43, 0x1a, 0xf2, 0x59, 0x06, 0x66, 0x1e, 0x18, 0xcc, 0x6c, 0xed, 0x19, 0xac,
+ 0x25, 0x8f, 0x81, 0x07, 0x34, 0x83, 0xbc, 0x19, 0xe7, 0x5a, 0x79, 0x56, 0xe9, 0x31, 0x93, 0x40,
+ 0x60, 0x52, 0x3e, 0xb9, 0x0d, 0x13, 0x1d, 0xd7, 0xb6, 0x2d, 0xa7, 0x29, 0x8e, 0xdd, 0x22, 0xb5,
+ 0x38, 0x7b, 0x12, 0x8c, 0x01, 0x3e, 0x5e, 0x2f, 0x99, 0x1b, 0xc8, 0x11, 0x4c, 0xa2, 0x4b, 0x47,
+ 0x55, 0x81, 0xf0, 0x47, 0x59, 0x20, 0xbd, 0x56, 0xf6, 0xb8, 0xda, 0xde, 0x9b, 0x90, 0x37, 0xc3,
+ 0x41, 0x8b, 0x54, 0xef, 0xa8, 0xbe, 0x55, 0x58, 0x59, 0x30, 0xe7, 0x53, 0xb3, 0xeb, 0x51, 0xd5,
+ 0xa7, 0x91, 0x82, 0x39, 0x09, 0x47, 0x4d, 0x11, 0xab, 0x2f, 0xc9, 0x3d, 0xb6, 0xbe, 0xe4, 0xd3,
+ 0xde, 0x32, 0xc5, 0x0f, 0x06, 0xee, 0x6e, 0xa3, 0x1a, 0x86, 0x5f, 0x4e, 0xc0, 0x5c, 0xcf, 0xaa,
+ 0x90, 0xcc, 0xc3, 0x98, 0x25, 0x0b, 0xc3, 0xb2, 0x15, 0x50, 0xa2, 0xc7, 0x36, 0xd7, 0x70, 0xcc,
+ 0xaa, 0x13, 0x16, 0x9e, 0xbb, 0x0d, 0x23, 0xd1, 0x95, 0x87, 0xc0, 0x3d, 0xa7, 0x6c, 0x2f, 0xc0,
+ 0xb8, 0xfb, 0xc0, 0xa1, 0x9e, 0x2a, 0xaa, 0xd2, 0xfb, 0x69, 0xf7, 0x38, 0x10, 0x25, 0x4e, 0x54,
+ 0x61, 0xd3, 0x8e, 0xeb, 0x5b, 0xcc, 0xf5, 0x7a, 0xab, 0xb0, 0x35, 0x06, 0x23, 0x54, 0x64, 0x11,
+ 0xf2, 0x52, 0x2b, 0x31, 0x94, 0x93, 0x15, 0xe0, 0xd6, 0x24, 0x17, 0x14, 0xa8, 0x30, 0xe4, 0x1e,
+ 0x14, 0x8c, 0x8e, 0x75, 0xe0, 0x1e, 0x51, 0x47, 0x55, 0x3d, 0xf5, 0x53, 0x4f, 0xb5, 0xb2, 0xb7,
+ 0x29, 0x9a, 0xa2, 0x66, 0x42, 0xde, 0x87, 0x29, 0xf5, 0x61, 0xb2, 0x8d, 0x2a, 0x2c, 0xbc, 0x20,
+ 0xd7, 0xb9, 0xb3, 0xd3, 0x85, 0xa9, 0x37, 0xa3, 0xed, 0x31, 0xce, 0x2e, 0x66, 0xfe, 0x85, 0xc7,
+ 0x9a, 0xff, 0x4d, 0xc8, 0x1b, 0x26, 0xb3, 0xee, 0xd3, 0xd2, 0xa4, 0xa0, 0xd5, 0x4e, 0xb5, 0x22,
+ 0xa0, 0xa8, 0xb0, 0xa2, 0xbc, 0x8d, 0x0f, 0x92, 0x0a, 0xb7, 0x90, 0x28, 0x6f, 0x0b, 0x51, 0x18,
+ 0xa5, 0x23, 0xaf, 0xc2, 0x94, 0x34, 0x90, 0x8a, 0xe1, 0xd3, 0x43, 0xdc, 0x2e, 0x15, 0x45, 0xc3,
+ 0xa7, 0x55, 0xc3, 0xa9, 0x8d, 0x28, 0x12, 0xe3, 0xb4, 0x64, 0x05, 0x66, 0x24, 0xe0, 0xb0, 0x63,
+ 0xbb, 0x46, 0x9d, 0x37, 0xbf, 0x22, 0x9a, 0xeb, 0xf0, 0xba, 0x11, 0x47, 0x63, 0x92, 0x9e, 0xbc,
+ 0x0e, 0xa4, 0x4e, 0x6d, 0xca, 0xe8, 0x5d, 0xd7, 0x3d, 0xba, 0xe7, 0xdc, 0xb1, 0x1c, 0xcb, 0x6f,
+ 0x95, 0xa6, 0xc4, 0xa7, 0xce, 0x2b, 0x2e, 0x64, 0xad, 0x87, 0x02, 0x53, 0x5a, 0x91, 0x3f, 0x8f,
+ 0xfa, 0xbe, 0x3c, 0xfe, 0x7b, 0x7f, 0xd0, 0x39, 0xd9, 0xa8, 0x5c, 0xff, 0x6c, 0x5c, 0xb8, 0x7e,
+ 0x3c, 0x05, 0x8b, 0xba, 0x77, 0x66, 0x74, 0xee, 0xbd, 0x04, 0x93, 0x9c, 0x2d, 0x35, 0xd9, 0xe6,
+ 0x9a, 0x0a, 0xed, 0x7a, 0x1e, 0xdf, 0x0b, 0x10, 0x18, 0xd2, 0x44, 0xdc, 0x36, 0x7b, 0xae, 0xdb,
+ 0xbe, 0x05, 0x45, 0x43, 0xd4, 0xa1, 0x4b, 0xcf, 0xed, 0xab, 0xb4, 0x52, 0x94, 0xe4, 0xae, 0x84,
+ 0xad, 0x31, 0xca, 0x8a, 0x54, 0xe1, 0x69, 0x59, 0x1d, 0x5b, 0xad, 0x6e, 0xbf, 0x41, 0x3d, 0xab,
+ 0x61, 0x99, 0xb2, 0x38, 0x76, 0x5c, 0x58, 0xd5, 0xf3, 0x4a, 0xf5, 0xa7, 0xd7, 0xd3, 0x88, 0x30,
+ 0xbd, 0xad, 0xf2, 0x13, 0xdb, 0xd0, 0x7e, 0x92, 0xef, 0xf1, 0x93, 0x10, 0x89, 0x71, 0xda, 0x73,
+ 0x8c, 0xbc, 0x70, 0x79, 0x23, 0x9f, 0x1c, 0x94, 0x91, 0xc7, 0xed, 0x6c, 0x54, 0x46, 0xfe, 0xd3,
+ 0x02, 0xcc, 0x24, 0x72, 0xfb, 0xd4, 0x35, 0x60, 0xe6, 0x09, 0xaf, 0x01, 0x6f, 0x40, 0x8e, 0xf1,
+ 0xa0, 0x3a, 0x16, 0xaf, 0x8a, 0x16, 0xd1, 0x54, 0x60, 0xb8, 0x79, 0x98, 0x2d, 0x6a, 0x1e, 0x05,
+ 0x05, 0xff, 0x6a, 0x26, 0xd4, 0xe6, 0xb1, 0x1a, 0x45, 0x62, 0x9c, 0x96, 0x7c, 0x13, 0x26, 0x8d,
+ 0x7a, 0xdd, 0xa3, 0xbe, 0x4f, 0x7d, 0xb1, 0x6e, 0x9c, 0x94, 0x85, 0x90, 0x2b, 0x01, 0x10, 0x43,
+ 0x3c, 0x9f, 0x3d, 0x5a, 0xf5, 0x86, 0x7f, 0xe8, 0x53, 0x4f, 0x18, 0x74, 0xe4, 0x0e, 0x00, 0xef,
+ 0x4a, 0x0e, 0x47, 0x4d, 0x41, 0xea, 0x30, 0x73, 0xe4, 0xd5, 0x56, 0x57, 0x0d, 0xb3, 0x45, 0xd5,
+ 0x6c, 0x96, 0xef, 0xfb, 0x1a, 0xc9, 0x56, 0x9c, 0x03, 0x26, 0x59, 0x2a, 0x29, 0x5b, 0xf4, 0x84,
+ 0x19, 0xb5, 0xaf, 0x32, 0x67, 0x06, 0x52, 0xa2, 0x1c, 0x30, 0xc9, 0x92, 0xcf, 0x70, 0x47, 0x5e,
+ 0x2d, 0xa8, 0xa8, 0x16, 0xee, 0x13, 0x99, 0xe1, 0xb6, 0x42, 0x14, 0x46, 0xe9, 0x78, 0x87, 0x1d,
+ 0x79, 0x35, 0xa4, 0x86, 0xdd, 0x16, 0x53, 0x68, 0xa4, 0xc3, 0xb6, 0x14, 0x1c, 0x35, 0x05, 0xe9,
+ 0x00, 0xe1, 0x5f, 0x27, 0xc6, 0x5d, 0x17, 0xa2, 0x8a, 0xd9, 0xb4, 0xb8, 0x7c, 0x2b, 0xed, 0x6b,
+ 0x34, 0x51, 0xf4, 0x83, 0x9e, 0xe1, 0x0e, 0xbd, 0xd5, 0xc3, 0x07, 0x53, 0x78, 0x93, 0xb7, 0xe1,
+ 0xd9, 0x23, 0xaf, 0xa6, 0xea, 0xef, 0xf6, 0x3c, 0xcb, 0x31, 0xad, 0x8e, 0x21, 0x6b, 0xd4, 0xe5,
+ 0x5c, 0xbc, 0xa0, 0xd4, 0x7d, 0x76, 0x2b, 0x9d, 0x0c, 0xcf, 0x6b, 0x1f, 0x4f, 0x48, 0xae, 0x0c,
+ 0x24, 0x21, 0x49, 0xb8, 0xeb, 0xa8, 0x22, 0xc5, 0xbf, 0x64, 0x80, 0x88, 0xf3, 0x85, 0x55, 0xd7,
+ 0xf1, 0xbb, 0x6d, 0xea, 0x6d, 0x78, 0x6e, 0xb7, 0xc3, 0x67, 0xa6, 0x26, 0xff, 0x27, 0x52, 0xbd,
+ 0xa9, 0x67, 0xa6, 0x8d, 0x00, 0x81, 0x21, 0x0d, 0x5f, 0x4d, 0xb9, 0x76, 0x9d, 0xea, 0x3b, 0x0b,
+ 0x7a, 0x35, 0x75, 0x4f, 0x40, 0x51, 0x61, 0xc9, 0x06, 0xcc, 0x79, 0xb4, 0x66, 0xd8, 0x86, 0xc3,
+ 0x53, 0x68, 0xcf, 0x60, 0xb4, 0x79, 0xa2, 0x7c, 0xfa, 0x39, 0xd5, 0x64, 0x0e, 0x93, 0x04, 0xd8,
+ 0xdb, 0x66, 0xf1, 0x8b, 0x3c, 0xcc, 0x26, 0x0f, 0x46, 0x1e, 0x97, 0x47, 0xf1, 0xf9, 0xd6, 0xf0,
+ 0x98, 0x15, 0xb9, 0xd1, 0x11, 0xce, 0xb7, 0x01, 0x02, 0x43, 0x1a, 0xbe, 0xfe, 0x66, 0x6e, 0xc7,
+ 0x32, 0x93, 0xeb, 0xef, 0x03, 0x0e, 0x44, 0x89, 0x4b, 0xbf, 0x26, 0x90, 0x1b, 0xd9, 0x35, 0x01,
+ 0x55, 0xf8, 0x3f, 0x3e, 0xe0, 0xc2, 0xff, 0xfe, 0x2e, 0x4a, 0x7e, 0x12, 0x75, 0x08, 0x59, 0xa5,
+ 0xf9, 0xde, 0x80, 0x4f, 0xbd, 0xfa, 0xb8, 0xc0, 0xf4, 0xc3, 0x0c, 0x4c, 0x99, 0x51, 0x7b, 0x56,
+ 0xd7, 0x22, 0xf6, 0x07, 0xa1, 0x52, 0xcc, 0x51, 0x64, 0x56, 0x12, 0x03, 0x61, 0x5c, 0x34, 0xd9,
+ 0x83, 0x6b, 0xb6, 0xd5, 0xb6, 0x98, 0x5c, 0xa6, 0xed, 0x51, 0xaf, 0x4a, 0x4d, 0xd7, 0xa9, 0x8b,
+ 0x90, 0x99, 0xad, 0x7c, 0x5d, 0x7d, 0xc6, 0xb5, 0xed, 0x14, 0x1a, 0x4c, 0x6d, 0x49, 0x6e, 0xc3,
+ 0xc4, 0x7d, 0xea, 0xf9, 0xdc, 0x88, 0x21, 0x7e, 0xb9, 0xf0, 0x0d, 0x09, 0xc6, 0x00, 0x7f, 0xb9,
+ 0xd8, 0xf0, 0x6f, 0x39, 0x98, 0x49, 0x1c, 0xf8, 0x3d, 0xce, 0xc3, 0xb4, 0xc3, 0x8c, 0x3d, 0xc2,
+ 0x61, 0x5e, 0x84, 0x82, 0x69, 0x5b, 0xd4, 0x61, 0x9b, 0x75, 0xe5, 0x58, 0x61, 0xed, 0xaf, 0x84,
+ 0xaf, 0xa1, 0xa6, 0x78, 0xd2, 0xee, 0x15, 0xf5, 0x83, 0xf1, 0x8b, 0xde, 0xc2, 0xc9, 0x0f, 0xf3,
+ 0xc2, 0xf0, 0xc4, 0x40, 0xe6, 0x9b, 0xc4, 0xc0, 0x8e, 0x6a, 0xbe, 0xf9, 0xa7, 0x1c, 0xcc, 0x26,
+ 0x8f, 0x6e, 0x1f, 0x67, 0x54, 0xb7, 0x61, 0xc2, 0xef, 0x8a, 0x9b, 0x24, 0xca, 0xac, 0xb4, 0xbd,
+ 0x57, 0x25, 0x18, 0x03, 0x7c, 0xba, 0xb1, 0x64, 0x9f, 0x88, 0xb1, 0xe4, 0x2e, 0x6a, 0x2c, 0x83,
+ 0x8e, 0xdc, 0x9f, 0xf4, 0xde, 0x27, 0x7d, 0x6f, 0xc0, 0x87, 0xed, 0xa3, 0xb2, 0x96, 0xff, 0xc8,
+ 0xc1, 0x74, 0xfc, 0xb8, 0x82, 0x2f, 0x56, 0x5b, 0xae, 0xcf, 0xd4, 0x12, 0x5e, 0xd9, 0x8c, 0x5e,
+ 0xac, 0xde, 0x0d, 0x51, 0x18, 0xa5, 0xbb, 0x58, 0x60, 0xba, 0x0d, 0x13, 0xea, 0x86, 0xa2, 0x8a,
+ 0x4b, 0xda, 0xd0, 0xd4, 0x2d, 0x46, 0x0c, 0xf0, 0xff, 0x1f, 0x95, 0x6c, 0x9f, 0xfc, 0xa0, 0x37,
+ 0x2a, 0xbd, 0x33, 0xd0, 0xb3, 0xa9, 0x91, 0x5d, 0x57, 0x1f, 0x87, 0xb9, 0x9e, 0x92, 0x85, 0xf8,
+ 0xee, 0x4c, 0xe6, 0x02, 0xbb, 0x33, 0xaf, 0xc1, 0xb4, 0xb0, 0xa3, 0xbd, 0xc4, 0x9e, 0x8e, 0x2e,
+ 0x53, 0x3d, 0x88, 0x61, 0x31, 0x41, 0x7d, 0xb1, 0xd5, 0xe6, 0x6b, 0x30, 0xed, 0x77, 0x6b, 0xbe,
+ 0xe9, 0x59, 0x1d, 0x6e, 0x10, 0x9b, 0x6b, 0x6a, 0xc7, 0x57, 0x0b, 0xa9, 0xc6, 0xb0, 0x98, 0xa0,
+ 0x26, 0x4d, 0x71, 0xcd, 0xb8, 0x4e, 0x1d, 0x66, 0x19, 0xb6, 0xca, 0x29, 0xfb, 0xba, 0x2d, 0x7b,
+ 0x4d, 0xdd, 0x44, 0x8e, 0xb1, 0xc0, 0x1e, 0xa6, 0xa4, 0x06, 0xf3, 0x72, 0x97, 0x25, 0xaa, 0x90,
+ 0xde, 0xa3, 0x91, 0x4b, 0xca, 0x45, 0xa5, 0xf4, 0xfc, 0xda, 0xb9, 0x94, 0xf8, 0x08, 0x2e, 0x7d,
+ 0x5e, 0x91, 0xdd, 0x82, 0x99, 0x50, 0x4b, 0xff, 0x8e, 0x65, 0x07, 0xb9, 0xee, 0xaf, 0xa9, 0x46,
+ 0xcf, 0xad, 0xd1, 0x8e, 0x47, 0x4d, 0x83, 0xd1, 0xfa, 0x6a, 0x9c, 0x10, 0x93, 0x2d, 0x87, 0xb1,
+ 0x5d, 0xd4, 0x63, 0x82, 0xa3, 0xb2, 0xff, 0xff, 0xca, 0x73, 0xfb, 0x4f, 0x1c, 0xc5, 0x92, 0x45,
+ 0xc8, 0x0b, 0x93, 0xe3, 0x41, 0x56, 0x6f, 0x36, 0x0a, 0x5b, 0xf4, 0x51, 0x61, 0x2e, 0xb0, 0x81,
+ 0xa3, 0xe6, 0xf6, 0xec, 0x39, 0x73, 0x7b, 0x07, 0xae, 0x32, 0xdb, 0x3f, 0xf0, 0xba, 0x3e, 0x5b,
+ 0xa5, 0x1e, 0xf3, 0x95, 0x45, 0xe6, 0xfa, 0x7e, 0x00, 0xe4, 0x60, 0xbb, 0x9a, 0xe4, 0x82, 0x69,
+ 0xac, 0xb9, 0x5d, 0x32, 0xdb, 0x5f, 0xb1, 0x6d, 0xf7, 0x41, 0x70, 0x2a, 0x10, 0x86, 0x5c, 0x15,
+ 0x4c, 0xb5, 0x5d, 0x1e, 0x6c, 0x57, 0xcf, 0xa1, 0xc4, 0x47, 0x70, 0x21, 0x3b, 0xe2, 0xab, 0xde,
+ 0x30, 0x6c, 0xab, 0x6e, 0x30, 0xca, 0x27, 0x25, 0xb1, 0xb3, 0x22, 0x8d, 0xfe, 0x6b, 0x8a, 0x39,
+ 0x57, 0x39, 0x49, 0x82, 0x69, 0xed, 0x86, 0xf5, 0x0c, 0x4d, 0xea, 0x1c, 0x56, 0x78, 0x22, 0x73,
+ 0xd8, 0xe4, 0x63, 0x9d, 0x37, 0xe6, 0x6f, 0x30, 0x20, 0x7f, 0x4b, 0x98, 0xfc, 0xa8, 0xfc, 0xed,
+ 0x9f, 0x73, 0x30, 0x9b, 0xac, 0x07, 0xf9, 0xaa, 0x0b, 0x9b, 0xe8, 0xab, 0x07, 0x63, 0x83, 0x78,
+ 0xf5, 0x60, 0x09, 0x26, 0xb9, 0xd1, 0xf9, 0x1d, 0xc3, 0x0c, 0x1e, 0x73, 0xd0, 0xd3, 0xde, 0x6e,
+ 0x80, 0xc0, 0x90, 0x86, 0xcc, 0xc3, 0x58, 0xbd, 0xa6, 0xee, 0xb2, 0xea, 0x63, 0xd3, 0xb5, 0x0a,
+ 0x8e, 0xd5, 0x6b, 0xe4, 0x16, 0x14, 0xd4, 0x8a, 0x29, 0x38, 0x69, 0x14, 0x62, 0xd5, 0x72, 0xca,
+ 0x47, 0x8d, 0x1d, 0xd6, 0x1a, 0x65, 0x08, 0x1b, 0x13, 0xc9, 0x91, 0x1b, 0x95, 0xd5, 0xfc, 0x22,
+ 0x07, 0x57, 0x53, 0xea, 0xb5, 0xe3, 0x03, 0x96, 0xb9, 0xc0, 0x80, 0x1d, 0x43, 0xbe, 0x61, 0xd9,
+ 0x8c, 0x7a, 0x03, 0x3a, 0xca, 0x0e, 0x94, 0xba, 0x23, 0x98, 0xca, 0x79, 0x42, 0xfe, 0x8f, 0x4a,
+ 0x10, 0xf7, 0xde, 0x6b, 0x62, 0xb3, 0x30, 0xd8, 0xa1, 0x08, 0x2e, 0xd4, 0x66, 0xd5, 0x78, 0x5f,
+ 0xe8, 0x02, 0xfc, 0x46, 0x0a, 0x87, 0x70, 0x07, 0x25, 0x0d, 0x8b, 0xa9, 0x52, 0xc9, 0x2a, 0x80,
+ 0x2e, 0x8e, 0x09, 0x4e, 0x06, 0x5e, 0x38, 0x3b, 0x5d, 0x00, 0x5d, 0x3d, 0xe3, 0xff, 0x4a, 0x6c,
+ 0x44, 0x46, 0x7a, 0x5b, 0xcc, 0x69, 0x91, 0x66, 0xf1, 0x77, 0x7b, 0xc6, 0x07, 0xf2, 0x6e, 0x4f,
+ 0xca, 0xf0, 0x8e, 0x2c, 0x31, 0xcf, 0xc2, 0x74, 0x7c, 0x20, 0xc9, 0x4d, 0xc8, 0x77, 0x3c, 0xda,
+ 0xb0, 0x1e, 0x26, 0x1f, 0x8d, 0xd9, 0x13, 0x50, 0x54, 0x58, 0xe2, 0x42, 0xde, 0x36, 0x6a, 0xdc,
+ 0xc5, 0xe5, 0x9b, 0x03, 0x1b, 0x97, 0xbe, 0x3f, 0xaf, 0x42, 0x94, 0x16, 0xb8, 0x2d, 0xd8, 0xa3,
+ 0x12, 0xc3, 0x05, 0x36, 0x2c, 0x6a, 0xd7, 0xe5, 0x31, 0xe8, 0x30, 0x04, 0xde, 0x11, 0xec, 0x51,
+ 0x89, 0x21, 0xef, 0xc0, 0xa4, 0x7c, 0x69, 0xa7, 0x5e, 0x39, 0x51, 0x6b, 0x93, 0x5f, 0xbf, 0x98,
+ 0xc9, 0x1e, 0x58, 0x6d, 0x1a, 0xba, 0xe3, 0x6a, 0xc0, 0x04, 0x43, 0x7e, 0x64, 0x19, 0xc0, 0x68,
+ 0x30, 0xea, 0x55, 0x99, 0xe1, 0x31, 0xb5, 0x00, 0xd1, 0xf5, 0x1b, 0x2b, 0x1a, 0x83, 0x11, 0xaa,
+ 0xc5, 0x5f, 0xe6, 0x60, 0x3a, 0x5e, 0x77, 0xfe, 0x84, 0x8e, 0xb0, 0x5f, 0x84, 0x82, 0x58, 0x0a,
+ 0xae, 0x78, 0x4e, 0xf2, 0x8d, 0xae, 0x03, 0x05, 0x47, 0x4d, 0x41, 0x10, 0x26, 0x8d, 0xaf, 0xf6,
+ 0xec, 0x9a, 0x3c, 0xb7, 0xd3, 0x0f, 0xae, 0x85, 0x6c, 0x38, 0x4f, 0x3f, 0x20, 0xef, 0x6f, 0xdd,
+ 0x28, 0x78, 0x6a, 0x30, 0x86, 0x6c, 0xb8, 0xe5, 0x7b, 0xb4, 0x19, 0xac, 0x07, 0x23, 0x96, 0x8f,
+ 0x02, 0x8a, 0x0a, 0x4b, 0x6e, 0xc3, 0x84, 0xe7, 0xda, 0x74, 0x05, 0x77, 0xd5, 0xb1, 0xb5, 0xde,
+ 0x30, 0x40, 0x09, 0xc6, 0x00, 0x3f, 0x8c, 0x64, 0x39, 0x6e, 0x00, 0xa3, 0x0a, 0x14, 0xff, 0x38,
+ 0x0e, 0xd3, 0xf1, 0xab, 0x06, 0xf1, 0x61, 0xcd, 0x0c, 0x61, 0x58, 0xc7, 0x06, 0x3d, 0xac, 0xd9,
+ 0x47, 0x0e, 0xeb, 0x0b, 0x30, 0x7e, 0xdc, 0xa5, 0xdd, 0xe0, 0x2d, 0x38, 0x9d, 0x88, 0xef, 0x73,
+ 0x20, 0x4a, 0x1c, 0x59, 0x81, 0x99, 0x07, 0x86, 0xc5, 0xb8, 0x83, 0xcb, 0x7d, 0x79, 0xb9, 0x93,
+ 0x97, 0x8d, 0x1e, 0x7f, 0xc7, 0xd0, 0x98, 0xa4, 0xef, 0xc7, 0x7c, 0xfa, 0xcb, 0x74, 0x5f, 0x83,
+ 0x69, 0xa1, 0xe4, 0x8a, 0x69, 0xba, 0x5d, 0xb1, 0xcf, 0x5e, 0x88, 0x6f, 0x12, 0xec, 0x47, 0xb1,
+ 0x6b, 0x98, 0xa0, 0x8e, 0x1b, 0xeb, 0x60, 0xde, 0x99, 0x88, 0x9b, 0xcc, 0xa8, 0x8c, 0xf5, 0x0f,
+ 0xa0, 0x10, 0xd8, 0x05, 0xcf, 0x44, 0x75, 0xbb, 0x30, 0x13, 0xe5, 0x26, 0x22, 0x98, 0x2c, 0xc1,
+ 0xa4, 0xdb, 0xa1, 0xb1, 0xe7, 0xde, 0x74, 0xdc, 0xbe, 0x17, 0x20, 0x30, 0xa4, 0xe1, 0x56, 0x22,
+ 0xa5, 0x26, 0xb6, 0x6b, 0xde, 0xe0, 0x40, 0xa5, 0xc4, 0xe2, 0xc7, 0x19, 0x08, 0x9e, 0x80, 0x21,
+ 0x6b, 0x30, 0xde, 0x71, 0x3d, 0x26, 0xf3, 0xe9, 0xe2, 0xf2, 0x42, 0xba, 0x39, 0xcb, 0xe3, 0x66,
+ 0xd7, 0x63, 0x21, 0x47, 0xfe, 0xcb, 0x47, 0xd9, 0x98, 0xeb, 0x69, 0xda, 0x5d, 0x9f, 0x51, 0x6f,
+ 0x73, 0x2f, 0xa9, 0xe7, 0x6a, 0x80, 0xc0, 0x90, 0x66, 0xf1, 0x7f, 0xb2, 0x30, 0x9b, 0xbc, 0x5d,
+ 0x41, 0xde, 0x87, 0x29, 0xdf, 0x6a, 0x3a, 0x96, 0xd3, 0x54, 0x19, 0x77, 0xa6, 0xef, 0x5a, 0xbc,
+ 0x6a, 0xb4, 0x3d, 0xc6, 0xd9, 0x91, 0x3b, 0x30, 0xce, 0x44, 0xfd, 0x51, 0x5f, 0xae, 0x3b, 0x29,
+ 0xb7, 0xbb, 0x8e, 0xa8, 0x83, 0xb2, 0x79, 0x74, 0x56, 0xcb, 0x8e, 0x6e, 0x56, 0xfb, 0xa4, 0xb7,
+ 0xe0, 0xf8, 0xbd, 0x01, 0xdf, 0x6f, 0x19, 0x95, 0x07, 0xfc, 0xf7, 0x38, 0x3c, 0x93, 0x7e, 0x93,
+ 0xe5, 0x09, 0xad, 0x18, 0xc2, 0x1a, 0xb6, 0xb1, 0x73, 0x6b, 0xd8, 0x98, 0xce, 0x50, 0xb2, 0x03,
+ 0xba, 0x99, 0xa2, 0x3b, 0xe0, 0x11, 0x49, 0x4a, 0x74, 0x2d, 0x93, 0x7b, 0xec, 0x5a, 0xe6, 0x26,
+ 0xe4, 0x6b, 0x5d, 0xf3, 0x48, 0x6d, 0x9f, 0x46, 0x9f, 0x54, 0x14, 0x50, 0x54, 0xd8, 0xc8, 0xa4,
+ 0x93, 0x7f, 0xe4, 0xa4, 0xc3, 0x27, 0xd1, 0x2e, 0x6b, 0xc9, 0xaa, 0xbd, 0x89, 0xfe, 0x27, 0xd1,
+ 0xa0, 0x2d, 0x86, 0x6c, 0x44, 0x8d, 0x6b, 0xc7, 0x3a, 0xc4, 0x6d, 0x15, 0xff, 0xc3, 0x1a, 0xd7,
+ 0xbd, 0xcd, 0x43, 0xdc, 0x46, 0x85, 0x25, 0x9f, 0xf5, 0xc6, 0x7b, 0x73, 0x28, 0xb7, 0xa7, 0x46,
+ 0x65, 0xf5, 0x26, 0xcc, 0xf5, 0x8c, 0xf9, 0x85, 0xf3, 0x99, 0x9b, 0x90, 0xf7, 0xbb, 0x0d, 0x4e,
+ 0x97, 0x28, 0xb7, 0xaf, 0x0a, 0x28, 0x2a, 0xec, 0xe2, 0x8f, 0x72, 0x5c, 0x4a, 0xe2, 0xce, 0xd3,
+ 0x13, 0xf2, 0xaa, 0x57, 0x61, 0x4a, 0x66, 0x14, 0x6f, 0x46, 0xaa, 0xd4, 0x0b, 0x91, 0x3a, 0xb9,
+ 0x28, 0x12, 0xe3, 0xb4, 0x64, 0x53, 0x98, 0x49, 0xdf, 0x6b, 0x72, 0x50, 0x96, 0xc4, 0xa7, 0x50,
+ 0xc5, 0x80, 0xbc, 0x04, 0x45, 0xf1, 0x11, 0xb2, 0xcb, 0x55, 0x6a, 0x2d, 0xca, 0x4a, 0xd7, 0x43,
+ 0x30, 0x46, 0x69, 0xe2, 0x3b, 0x7b, 0xe3, 0x03, 0xd9, 0xd9, 0xeb, 0x19, 0x95, 0x51, 0xd9, 0xdd,
+ 0x4f, 0x26, 0x40, 0x3f, 0x31, 0x47, 0xcc, 0x9e, 0x87, 0xfe, 0x7e, 0xb7, 0xef, 0x7d, 0xad, 0x40,
+ 0x15, 0xb9, 0x6f, 0x96, 0x52, 0xeb, 0xf2, 0x3a, 0x10, 0xf5, 0xb2, 0x9c, 0x5a, 0xbe, 0x45, 0x5e,
+ 0x7f, 0xd7, 0x25, 0xb0, 0xd5, 0x1e, 0x0a, 0x4c, 0x69, 0x45, 0x5e, 0x17, 0xaf, 0x51, 0x32, 0xc3,
+ 0x72, 0x74, 0xe4, 0x7d, 0xfe, 0x9c, 0xd2, 0x3c, 0x49, 0xa4, 0xdf, 0x95, 0x94, 0x3f, 0x31, 0x6c,
+ 0x4e, 0xd6, 0x61, 0xe2, 0xbe, 0x6b, 0x77, 0xdb, 0x6a, 0x7f, 0xa5, 0xb8, 0x3c, 0x9f, 0xc6, 0xe9,
+ 0x0d, 0x41, 0x12, 0x29, 0x60, 0x91, 0x4d, 0x30, 0x68, 0x4b, 0x28, 0xcc, 0x88, 0xdd, 0x75, 0x8b,
+ 0x9d, 0x28, 0x07, 0x50, 0xa7, 0x55, 0x37, 0xd3, 0xd8, 0xed, 0xb9, 0xf5, 0x6a, 0x9c, 0x5a, 0xbd,
+ 0xd7, 0x1d, 0x07, 0x62, 0x92, 0x27, 0xb9, 0x03, 0x05, 0xa3, 0xd1, 0xb0, 0x1c, 0x8b, 0x9d, 0xa8,
+ 0x2d, 0xc8, 0xaf, 0xa7, 0xf1, 0x5f, 0x51, 0x34, 0xea, 0x8a, 0x83, 0xfa, 0x85, 0xba, 0x2d, 0x39,
+ 0x84, 0x22, 0x73, 0x6d, 0xb5, 0x42, 0xf4, 0x55, 0x9e, 0x77, 0x3d, 0x8d, 0xd5, 0x81, 0x26, 0x0b,
+ 0x37, 0x79, 0x43, 0x98, 0x8f, 0x51, 0x3e, 0xe4, 0xaf, 0x32, 0x70, 0xc5, 0x71, 0xeb, 0x34, 0x70,
+ 0x3d, 0xf5, 0x0e, 0xdd, 0xdb, 0x03, 0x7a, 0x1a, 0xb1, 0xbc, 0x1b, 0xe1, 0x2d, 0x3d, 0x44, 0xbf,
+ 0xd5, 0x18, 0x45, 0x61, 0x4c, 0x09, 0xe2, 0xc0, 0xac, 0xd5, 0x36, 0x9a, 0x74, 0xaf, 0x6b, 0xab,
+ 0x43, 0x3f, 0x5f, 0x4d, 0x1e, 0xa9, 0x05, 0x9d, 0xdb, 0xae, 0x69, 0xd8, 0xf2, 0x45, 0x50, 0xa4,
+ 0x0d, 0xea, 0x89, 0x87, 0x49, 0xf5, 0xdb, 0xc6, 0x9b, 0x09, 0x4e, 0xd8, 0xc3, 0x7b, 0xfe, 0x3b,
+ 0x30, 0xd7, 0xa3, 0x68, 0x5f, 0xde, 0xf9, 0xb7, 0x19, 0x48, 0xd6, 0x24, 0xf3, 0xe5, 0x74, 0xdd,
+ 0xf2, 0x04, 0xc3, 0x93, 0xe4, 0xee, 0xe9, 0x5a, 0x80, 0xc0, 0x90, 0x86, 0xdc, 0x80, 0x5c, 0xc7,
+ 0x60, 0xad, 0xe4, 0x91, 0x17, 0x67, 0x89, 0x02, 0x43, 0x96, 0x01, 0xf8, 0x5f, 0xa4, 0x4d, 0xfa,
+ 0xb0, 0xa3, 0xb2, 0x03, 0xbd, 0xa1, 0xb3, 0xa7, 0x31, 0x18, 0xa1, 0x5a, 0xfc, 0x69, 0x1e, 0xa6,
+ 0xe3, 0x81, 0x9e, 0x2f, 0x47, 0xa8, 0x53, 0xef, 0xb8, 0x96, 0xc3, 0x92, 0x8f, 0xa5, 0xaf, 0x2b,
+ 0x38, 0x6a, 0x0a, 0x3e, 0x69, 0xb5, 0x29, 0x6b, 0xb9, 0xf5, 0xe4, 0xa4, 0xb5, 0x23, 0xa0, 0xa8,
+ 0xb0, 0x42, 0x7d, 0xd7, 0x63, 0x4a, 0xad, 0x50, 0x7d, 0xd7, 0x63, 0x28, 0x30, 0xc1, 0x89, 0x5d,
+ 0xee, 0x9c, 0x13, 0xbb, 0x26, 0xcc, 0xf2, 0xd0, 0x41, 0xbd, 0x55, 0xea, 0xb1, 0xaf, 0x7c, 0x80,
+ 0x5c, 0x4d, 0xb0, 0xc0, 0x1e, 0xa6, 0xe2, 0xa5, 0x7e, 0x01, 0x13, 0x8d, 0xbf, 0x62, 0x89, 0x75,
+ 0x35, 0xce, 0x01, 0x93, 0x2c, 0x87, 0xb1, 0x2f, 0x13, 0x1f, 0xc7, 0x3e, 0xea, 0x16, 0x0f, 0x01,
+ 0xf8, 0xda, 0x4d, 0x7d, 0x6c, 0xa1, 0x9f, 0x8f, 0x9d, 0x16, 0x9b, 0x85, 0xba, 0x31, 0x46, 0x18,
+ 0x91, 0xbb, 0x30, 0x1d, 0x76, 0x2e, 0xb7, 0x3f, 0x55, 0xae, 0x7d, 0x43, 0xa9, 0x52, 0x0a, 0x8f,
+ 0xbd, 0xab, 0x31, 0x3a, 0x4c, 0xb4, 0x23, 0xeb, 0x30, 0xa5, 0xfb, 0x4f, 0x30, 0x82, 0x78, 0x21,
+ 0x75, 0x92, 0x91, 0x22, 0xc3, 0x78, 0xab, 0x4b, 0x4d, 0xb1, 0x95, 0xf2, 0xe7, 0x5f, 0x5e, 0x7f,
+ 0xea, 0x67, 0x5f, 0x5e, 0x7f, 0xea, 0xe7, 0x5f, 0x5e, 0x7f, 0xea, 0xe3, 0xb3, 0xeb, 0x99, 0xcf,
+ 0xcf, 0xae, 0x67, 0x7e, 0x76, 0x76, 0x3d, 0xf3, 0xf3, 0xb3, 0xeb, 0x99, 0x2f, 0xce, 0xae, 0x67,
+ 0x7e, 0xf4, 0xef, 0xd7, 0x9f, 0xfa, 0x6e, 0x21, 0x18, 0x8d, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff,
+ 0xe8, 0x35, 0x26, 0x89, 0x0d, 0x67, 0x00, 0x00,
}
func (m *AMQPEventSource) Marshal() (dAtA []byte, err error) {
@@ -4962,6 +4964,20 @@ func (m *Template) MarshalToSizedBuffer(dAtA []byte) (int, error) {
_ = i
var l int
_ = l
+ if len(m.ImagePullSecrets) > 0 {
+ for iNdEx := len(m.ImagePullSecrets) - 1; iNdEx >= 0; iNdEx-- {
+ {
+ size, err := m.ImagePullSecrets[iNdEx].MarshalToSizedBuffer(dAtA[:i])
+ if err != nil {
+ return 0, err
+ }
+ i -= size
+ i = encodeVarintGenerated(dAtA, i, uint64(size))
+ }
+ i--
+ dAtA[i] = 0x4a
+ }
+ }
if len(m.NodeSelector) > 0 {
keysForNodeSelector := make([]string, 0, len(m.NodeSelector))
for k := range m.NodeSelector {
@@ -6452,6 +6468,12 @@ func (m *Template) Size() (n int) {
n += mapEntrySize + 1 + sovGenerated(uint64(mapEntrySize))
}
}
+ if len(m.ImagePullSecrets) > 0 {
+ for _, e := range m.ImagePullSecrets {
+ l = e.Size()
+ n += 1 + l + sovGenerated(uint64(l))
+ }
+ }
return n
}
@@ -7539,6 +7561,11 @@ func (this *Template) String() string {
repeatedStringForTolerations += fmt.Sprintf("%v", f) + ","
}
repeatedStringForTolerations += "}"
+ repeatedStringForImagePullSecrets := "[]LocalObjectReference{"
+ for _, f := range this.ImagePullSecrets {
+ repeatedStringForImagePullSecrets += fmt.Sprintf("%v", f) + ","
+ }
+ repeatedStringForImagePullSecrets += "}"
keysForNodeSelector := make([]string, 0, len(this.NodeSelector))
for k := range this.NodeSelector {
keysForNodeSelector = append(keysForNodeSelector, k)
@@ -7558,6 +7585,7 @@ func (this *Template) String() string {
`Affinity:` + strings.Replace(fmt.Sprintf("%v", this.Affinity), "Affinity", "v1.Affinity", 1) + `,`,
`Tolerations:` + repeatedStringForTolerations + `,`,
`NodeSelector:` + mapStringForNodeSelector + `,`,
+ `ImagePullSecrets:` + repeatedStringForImagePullSecrets + `,`,
`}`,
}, "")
return s
@@ -21190,6 +21218,40 @@ func (m *Template) Unmarshal(dAtA []byte) error {
}
m.NodeSelector[mapkey] = mapvalue
iNdEx = postIndex
+ case 9:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field ImagePullSecrets", 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
+ }
+ m.ImagePullSecrets = append(m.ImagePullSecrets, v1.LocalObjectReference{})
+ if err := m.ImagePullSecrets[len(m.ImagePullSecrets)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipGenerated(dAtA[iNdEx:])
diff --git a/pkg/apis/eventsource/v1alpha1/generated.proto b/pkg/apis/eventsource/v1alpha1/generated.proto
index dc968817d3..61d39677c4 100644
--- a/pkg/apis/eventsource/v1alpha1/generated.proto
+++ b/pkg/apis/eventsource/v1alpha1/generated.proto
@@ -982,6 +982,15 @@ message Template {
// More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
// +optional
map nodeSelector = 8;
+
+ // ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec.
+ // If specified, these secrets will be passed to individual puller implementations for them to use. For example,
+ // in the case of docker, only DockerConfig type secrets are honored.
+ // More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod
+ // +optional
+ // +patchMergeKey=name
+ // +patchStrategy=merge
+ repeated k8s.io.api.core.v1.LocalObjectReference imagePullSecrets = 9;
}
message WatchPathConfig {
diff --git a/pkg/apis/eventsource/v1alpha1/openapi_generated.go b/pkg/apis/eventsource/v1alpha1/openapi_generated.go
index 404c8996e5..057e27ac7b 100644
--- a/pkg/apis/eventsource/v1alpha1/openapi_generated.go
+++ b/pkg/apis/eventsource/v1alpha1/openapi_generated.go
@@ -2666,11 +2666,30 @@ func schema_pkg_apis_eventsource_v1alpha1_Template(ref common.ReferenceCallback)
},
},
},
+ "imagePullSecrets": {
+ VendorExtensible: spec.VendorExtensible{
+ Extensions: spec.Extensions{
+ "x-kubernetes-patch-merge-key": "name",
+ "x-kubernetes-patch-strategy": "merge",
+ },
+ },
+ SchemaProps: spec.SchemaProps{
+ Description: "ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod",
+ Type: []string{"array"},
+ Items: &spec.SchemaOrArray{
+ Schema: &spec.Schema{
+ SchemaProps: spec.SchemaProps{
+ Ref: ref("k8s.io/api/core/v1.LocalObjectReference"),
+ },
+ },
+ },
+ },
+ },
},
},
},
Dependencies: []string{
- "github.com/argoproj/argo-events/pkg/apis/common.Metadata", "k8s.io/api/core/v1.Affinity", "k8s.io/api/core/v1.Container", "k8s.io/api/core/v1.PodSecurityContext", "k8s.io/api/core/v1.Toleration", "k8s.io/api/core/v1.Volume"},
+ "github.com/argoproj/argo-events/pkg/apis/common.Metadata", "k8s.io/api/core/v1.Affinity", "k8s.io/api/core/v1.Container", "k8s.io/api/core/v1.LocalObjectReference", "k8s.io/api/core/v1.PodSecurityContext", "k8s.io/api/core/v1.Toleration", "k8s.io/api/core/v1.Volume"},
}
}
diff --git a/pkg/apis/eventsource/v1alpha1/types.go b/pkg/apis/eventsource/v1alpha1/types.go
index 5ae3842bed..137a12fb50 100644
--- a/pkg/apis/eventsource/v1alpha1/types.go
+++ b/pkg/apis/eventsource/v1alpha1/types.go
@@ -140,6 +140,14 @@ type Template struct {
// More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
// +optional
NodeSelector map[string]string `json:"nodeSelector,omitempty" protobuf:"bytes,8,rep,name=nodeSelector"`
+ // ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec.
+ // If specified, these secrets will be passed to individual puller implementations for them to use. For example,
+ // in the case of docker, only DockerConfig type secrets are honored.
+ // More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod
+ // +optional
+ // +patchMergeKey=name
+ // +patchStrategy=merge
+ ImagePullSecrets []corev1.LocalObjectReference `json:"imagePullSecrets,omitempty" patchStrategy:"merge" patchMergeKey:"name" protobuf:"bytes,9,rep,name=imagePullSecrets"`
}
// Service holds the service information eventsource exposes
diff --git a/pkg/apis/eventsource/v1alpha1/zz_generated.deepcopy.go b/pkg/apis/eventsource/v1alpha1/zz_generated.deepcopy.go
index cdf8648e61..80caf96a70 100644
--- a/pkg/apis/eventsource/v1alpha1/zz_generated.deepcopy.go
+++ b/pkg/apis/eventsource/v1alpha1/zz_generated.deepcopy.go
@@ -1292,6 +1292,11 @@ func (in *Template) DeepCopyInto(out *Template) {
(*out)[key] = val
}
}
+ if in.ImagePullSecrets != nil {
+ in, out := &in.ImagePullSecrets, &out.ImagePullSecrets
+ *out = make([]v1.LocalObjectReference, len(*in))
+ copy(*out, *in)
+ }
return
}
diff --git a/pkg/apis/sensor/v1alpha1/generated.pb.go b/pkg/apis/sensor/v1alpha1/generated.pb.go
index 4589636382..ca62dc061e 100644
--- a/pkg/apis/sensor/v1alpha1/generated.pb.go
+++ b/pkg/apis/sensor/v1alpha1/generated.pb.go
@@ -1133,229 +1133,231 @@ func init() {
}
var fileDescriptor_6c4bded897df1f16 = []byte{
- // 3545 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x5b, 0x4d, 0x6c, 0x23, 0xc7,
- 0x95, 0x1e, 0xfe, 0x8a, 0x7c, 0xe2, 0x8c, 0x34, 0xe5, 0x19, 0x2f, 0xad, 0xb5, 0xa5, 0x01, 0x8d,
- 0xf5, 0x8e, 0x0d, 0x9b, 0xb2, 0x67, 0xbc, 0x6b, 0x79, 0x76, 0x61, 0x9b, 0xa4, 0x34, 0x7f, 0xe2,
- 0x8c, 0xe4, 0x6a, 0x6a, 0x06, 0xd8, 0x5d, 0xc0, 0x6e, 0x35, 0x8b, 0x64, 0x5b, 0xcd, 0xee, 0xde,
- 0xae, 0xa2, 0x66, 0x79, 0xd8, 0xc4, 0x80, 0x4f, 0x01, 0x82, 0x38, 0x40, 0x2e, 0x39, 0x25, 0xb9,
- 0xe4, 0x96, 0x00, 0xb9, 0x27, 0x48, 0x80, 0x9c, 0x7c, 0x74, 0x02, 0x04, 0xf0, 0x21, 0x10, 0x62,
- 0xf9, 0x98, 0x83, 0x61, 0x20, 0xa7, 0xb9, 0x24, 0xa8, 0xbf, 0xfe, 0x23, 0x27, 0x23, 0x0d, 0x05,
- 0x0d, 0x72, 0x63, 0xbf, 0xf7, 0xea, 0xbd, 0xaa, 0x57, 0xaf, 0xde, 0xfb, 0xea, 0x87, 0x70, 0xb3,
- 0x6f, 0xb3, 0xc1, 0x68, 0xb7, 0x6e, 0x79, 0xc3, 0x55, 0x33, 0xe8, 0x7b, 0x7e, 0xe0, 0x7d, 0x24,
- 0x7e, 0xbc, 0x46, 0xf6, 0x89, 0xcb, 0xe8, 0xaa, 0xbf, 0xd7, 0x5f, 0x35, 0x7d, 0x9b, 0xae, 0x52,
- 0xe2, 0x52, 0x2f, 0x58, 0xdd, 0x7f, 0xc3, 0x74, 0xfc, 0x81, 0xf9, 0xc6, 0x6a, 0x9f, 0xb8, 0x24,
- 0x30, 0x19, 0xe9, 0xd6, 0xfd, 0xc0, 0x63, 0x1e, 0x5a, 0x8b, 0x34, 0xd5, 0xb5, 0x26, 0xf1, 0xe3,
- 0x03, 0xa9, 0xa9, 0xee, 0xef, 0xf5, 0xeb, 0x5c, 0x53, 0x5d, 0x6a, 0xaa, 0x6b, 0x4d, 0x4b, 0xef,
- 0x1e, 0xb9, 0x0f, 0x96, 0x37, 0x1c, 0x7a, 0x6e, 0xda, 0xf4, 0xd2, 0x6b, 0x31, 0x05, 0x7d, 0xaf,
- 0xef, 0xad, 0x0a, 0xf2, 0xee, 0xa8, 0x27, 0xbe, 0xc4, 0x87, 0xf8, 0xa5, 0xc4, 0x6b, 0x7b, 0x6b,
- 0xb4, 0x6e, 0x7b, 0x5c, 0xe5, 0xaa, 0xe5, 0x05, 0x64, 0x75, 0x7f, 0x62, 0x34, 0x4b, 0x6f, 0x46,
- 0x32, 0x43, 0xd3, 0x1a, 0xd8, 0x2e, 0x09, 0xc6, 0x51, 0x3f, 0x86, 0x84, 0x99, 0xd3, 0x5a, 0xad,
- 0x3e, 0xaa, 0x55, 0x30, 0x72, 0x99, 0x3d, 0x24, 0x13, 0x0d, 0xfe, 0xfd, 0x71, 0x0d, 0xa8, 0x35,
- 0x20, 0x43, 0x33, 0xdd, 0xae, 0xf6, 0x83, 0x3c, 0x2c, 0x36, 0xee, 0x1b, 0x6d, 0x73, 0xb8, 0xdb,
- 0x35, 0x3b, 0x81, 0xdd, 0xef, 0x93, 0x00, 0xad, 0x41, 0xa5, 0x37, 0x72, 0x2d, 0x66, 0x7b, 0xee,
- 0x5d, 0x73, 0x48, 0xaa, 0x99, 0x4b, 0x99, 0xcb, 0xe5, 0xe6, 0x85, 0xcf, 0x0e, 0x56, 0xce, 0x1c,
- 0x1e, 0xac, 0x54, 0xae, 0xc7, 0x78, 0x38, 0x21, 0x89, 0x30, 0x94, 0x4d, 0xcb, 0x22, 0x94, 0x6e,
- 0x92, 0x71, 0x35, 0x7b, 0x29, 0x73, 0x79, 0xfe, 0xca, 0xbf, 0xd4, 0x65, 0xd7, 0xf8, 0x94, 0xd5,
- 0xb9, 0x97, 0xea, 0xfb, 0x6f, 0xd4, 0x0d, 0x62, 0x05, 0x84, 0x6d, 0x92, 0xb1, 0x41, 0x1c, 0x62,
- 0x31, 0x2f, 0x68, 0x9e, 0x3d, 0x3c, 0x58, 0x29, 0x37, 0x74, 0x5b, 0x1c, 0xa9, 0xe1, 0x3a, 0xa9,
- 0x16, 0xaf, 0xe6, 0x8e, 0xad, 0x33, 0x24, 0xe3, 0x48, 0x0d, 0x7a, 0x09, 0x8a, 0x01, 0xe9, 0xdb,
- 0x9e, 0x5b, 0xcd, 0x8b, 0xb1, 0x9d, 0x53, 0x63, 0x2b, 0x62, 0x41, 0xc5, 0x8a, 0x8b, 0x46, 0x30,
- 0xe7, 0x9b, 0x63, 0xc7, 0x33, 0xbb, 0xd5, 0xc2, 0xa5, 0xdc, 0xe5, 0xf9, 0x2b, 0xb7, 0xeb, 0x4f,
- 0x1a, 0x9d, 0x75, 0xe5, 0xdd, 0x6d, 0x33, 0x30, 0x87, 0x84, 0x91, 0xa0, 0xb9, 0xa0, 0x8c, 0xce,
- 0x6d, 0x4b, 0x13, 0x58, 0xdb, 0x42, 0xdf, 0x02, 0xf0, 0xb5, 0x18, 0xad, 0x16, 0x4f, 0xdc, 0x32,
- 0x52, 0x96, 0x21, 0x24, 0x51, 0x1c, 0xb3, 0x58, 0x3b, 0xc8, 0xc1, 0x33, 0x8d, 0xa0, 0xef, 0xdd,
- 0xf7, 0x82, 0xbd, 0x9e, 0xe3, 0x3d, 0xd0, 0x81, 0xe1, 0x42, 0x91, 0x7a, 0xa3, 0xc0, 0x92, 0x21,
- 0x31, 0x53, 0x9f, 0x1a, 0x01, 0xb3, 0x7b, 0xa6, 0xc5, 0xda, 0x9e, 0x65, 0xf2, 0xf0, 0x69, 0x02,
- 0x77, 0xbf, 0x21, 0xb4, 0x63, 0x65, 0x05, 0xdd, 0x84, 0xb2, 0xe7, 0xf3, 0x78, 0xe5, 0x33, 0x95,
- 0x15, 0x33, 0xf5, 0x8a, 0xea, 0x7a, 0x79, 0x4b, 0x33, 0x1e, 0x1e, 0xac, 0x5c, 0x8c, 0x77, 0x36,
- 0x64, 0xe0, 0xa8, 0x71, 0xca, 0xa3, 0xb9, 0xd3, 0xf6, 0x28, 0xfa, 0x6e, 0x06, 0x2e, 0xf4, 0x03,
- 0x6f, 0xe4, 0xdf, 0x23, 0x01, 0xe5, 0x7d, 0x23, 0xca, 0x91, 0x79, 0xe1, 0xc8, 0x6b, 0xb1, 0x80,
- 0x0e, 0xd7, 0x6f, 0x64, 0x9e, 0xa7, 0x09, 0x1e, 0xe2, 0x37, 0xa6, 0x68, 0x68, 0x3e, 0xaf, 0x4c,
- 0x5f, 0x98, 0xc6, 0xc5, 0x53, 0xad, 0xd6, 0xbe, 0xe1, 0xcb, 0x3e, 0x35, 0x03, 0xc8, 0x80, 0x2c,
- 0xbd, 0xaa, 0x66, 0xf6, 0x3f, 0x8e, 0xee, 0x1b, 0x99, 0x4b, 0xeb, 0xc6, 0x55, 0xad, 0xb0, 0x59,
- 0x3c, 0x3c, 0x58, 0xc9, 0x1a, 0x57, 0x71, 0x96, 0x5e, 0x45, 0x35, 0x28, 0xda, 0xae, 0x63, 0xbb,
- 0x44, 0xcd, 0x9f, 0x98, 0xe6, 0x5b, 0x82, 0x82, 0x15, 0x07, 0x75, 0x21, 0xdf, 0xb3, 0x1d, 0xa2,
- 0x16, 0xf7, 0xf5, 0x27, 0x9f, 0x96, 0xeb, 0xb6, 0x43, 0xc2, 0x5e, 0x94, 0x0e, 0x0f, 0x56, 0xf2,
- 0x9c, 0x82, 0x85, 0x76, 0xf4, 0x21, 0xe4, 0x46, 0x81, 0xa3, 0x1c, 0xbe, 0xf1, 0xe4, 0x46, 0x76,
- 0x70, 0x3b, 0xb4, 0x31, 0x77, 0x78, 0xb0, 0x92, 0xdb, 0xc1, 0x6d, 0xcc, 0x55, 0xa3, 0x1d, 0x28,
- 0x5b, 0x9e, 0xdb, 0xb3, 0xfb, 0x43, 0xd3, 0xaf, 0x16, 0x84, 0x9d, 0xcb, 0xd3, 0x32, 0x55, 0x4b,
- 0x08, 0xdd, 0x31, 0xfd, 0x89, 0x64, 0xd5, 0xd2, 0xcd, 0x71, 0xa4, 0x89, 0x77, 0xbc, 0x6f, 0xb3,
- 0x6a, 0x71, 0xd6, 0x8e, 0xdf, 0xb0, 0x59, 0xb2, 0xe3, 0x37, 0x6c, 0x86, 0xb9, 0x6a, 0x64, 0x41,
- 0x29, 0xd0, 0x01, 0x39, 0x27, 0xcc, 0xbc, 0x7d, 0xec, 0xf9, 0x0f, 0xe3, 0xb1, 0x72, 0x78, 0xb0,
- 0x52, 0x0a, 0xe3, 0x2f, 0x54, 0x5c, 0xfb, 0x79, 0x06, 0xca, 0x4d, 0x93, 0xda, 0x56, 0x63, 0xc4,
- 0x06, 0x68, 0x0b, 0x4a, 0x23, 0x4a, 0x02, 0x57, 0xd7, 0x97, 0x23, 0x27, 0x75, 0xa1, 0x7e, 0x47,
- 0x35, 0xc5, 0xa1, 0x12, 0xae, 0xd0, 0x37, 0x29, 0x7d, 0xe0, 0x05, 0xdd, 0xe3, 0x55, 0x1e, 0xa1,
- 0x70, 0x5b, 0x35, 0xc5, 0xa1, 0x92, 0xda, 0x5f, 0x0a, 0x70, 0xb6, 0x35, 0xa2, 0xcc, 0x1b, 0xea,
- 0xf4, 0xb7, 0xca, 0x2b, 0x51, 0xb0, 0x4f, 0x82, 0x1d, 0xdc, 0x56, 0x45, 0xf1, 0xbc, 0x4e, 0x47,
- 0x86, 0x66, 0xe0, 0x48, 0x86, 0x97, 0x19, 0x4a, 0xac, 0x51, 0x20, 0x83, 0xbf, 0x14, 0x95, 0x19,
- 0x43, 0x50, 0xb1, 0xe2, 0xa2, 0x1d, 0x00, 0x8b, 0x04, 0x4c, 0xf6, 0xed, 0x78, 0x35, 0xee, 0x1c,
- 0x4f, 0x3a, 0xad, 0xb0, 0x31, 0x8e, 0x29, 0x42, 0xb7, 0x01, 0xc9, 0xbe, 0xf0, 0xda, 0xbc, 0xb5,
- 0x4f, 0x82, 0xc0, 0xee, 0x12, 0x55, 0xf1, 0x96, 0x54, 0x57, 0x90, 0x31, 0x21, 0x81, 0xa7, 0xb4,
- 0x42, 0x14, 0xf2, 0xd4, 0x27, 0x96, 0x2a, 0x83, 0xef, 0x3f, 0x79, 0x14, 0x26, 0x5c, 0x5a, 0x37,
- 0x7c, 0x62, 0x6d, 0xb8, 0x2c, 0x18, 0x37, 0x2b, 0xaa, 0x43, 0x79, 0x4e, 0xc2, 0xc2, 0xd8, 0xd3,
- 0xae, 0x83, 0xf1, 0xf2, 0x3f, 0x77, 0x8a, 0xe5, 0xbf, 0x09, 0x15, 0x3e, 0x8b, 0x3c, 0x77, 0x6d,
- 0x9b, 0x6c, 0x50, 0x2d, 0x89, 0x19, 0x5b, 0x56, 0xf2, 0xcf, 0xae, 0x13, 0x3f, 0x20, 0x16, 0x07,
- 0x71, 0xad, 0x98, 0x14, 0x4e, 0xb4, 0x59, 0x7a, 0x0b, 0xca, 0xa1, 0x6f, 0xd1, 0x22, 0xe4, 0xf6,
- 0xc8, 0x58, 0x86, 0x2c, 0xe6, 0x3f, 0xd1, 0x05, 0x28, 0xec, 0x9b, 0xce, 0x48, 0x65, 0x65, 0x2c,
- 0x3f, 0xae, 0x65, 0xd7, 0x32, 0xb5, 0xdf, 0x64, 0x00, 0xd6, 0x4d, 0x66, 0x5e, 0xb7, 0x1d, 0x46,
- 0x02, 0x74, 0x09, 0xf2, 0x3e, 0xef, 0x83, 0x0c, 0xf7, 0x70, 0x92, 0x84, 0x45, 0xc1, 0x41, 0xaf,
- 0x42, 0x9e, 0x8d, 0x7d, 0x9d, 0xdf, 0xab, 0x5a, 0xa2, 0x33, 0xf6, 0xc9, 0xc3, 0x83, 0x95, 0xd2,
- 0x6d, 0x63, 0xeb, 0x2e, 0xff, 0x8d, 0x85, 0x14, 0x5a, 0xd1, 0x86, 0x79, 0x0d, 0x2e, 0x37, 0xcb,
- 0x87, 0x07, 0x2b, 0x85, 0x7b, 0x9c, 0xa0, 0xfa, 0x80, 0xde, 0x03, 0xb0, 0xbc, 0x21, 0x9f, 0x04,
- 0xe6, 0x05, 0x2a, 0x58, 0x2f, 0xe9, 0x79, 0x6a, 0x85, 0x9c, 0x87, 0x89, 0x2f, 0x1c, 0x6b, 0x53,
- 0xb3, 0x61, 0x61, 0x9d, 0xf8, 0xc4, 0xed, 0x12, 0xd7, 0x1a, 0x8b, 0xa2, 0xc8, 0x47, 0xe1, 0x46,
- 0x48, 0x36, 0x1c, 0x85, 0x40, 0xb0, 0x82, 0x83, 0xde, 0x84, 0x4a, 0x57, 0x37, 0xb2, 0x09, 0xad,
- 0x66, 0x45, 0xf7, 0x16, 0x39, 0xde, 0x5d, 0x8f, 0xd1, 0x71, 0x42, 0xaa, 0xf6, 0xa3, 0x0c, 0x14,
- 0x36, 0xf8, 0xc4, 0xa3, 0x21, 0xcc, 0x59, 0x9e, 0xcb, 0xc8, 0xff, 0x31, 0x95, 0xce, 0x66, 0x28,
- 0x63, 0x42, 0x63, 0x4b, 0x6a, 0x6b, 0xce, 0xf3, 0x10, 0x51, 0x1f, 0x58, 0xdb, 0x40, 0xcf, 0x43,
- 0xbe, 0x6b, 0x32, 0x53, 0x38, 0xbd, 0x22, 0x4b, 0x1d, 0x9f, 0x34, 0x2c, 0xa8, 0xd7, 0x4a, 0x3f,
- 0xfc, 0xc9, 0xca, 0x99, 0x8f, 0xff, 0x78, 0xe9, 0x4c, 0xed, 0x9b, 0x2c, 0x54, 0xe2, 0xea, 0xd0,
- 0x12, 0x64, 0xed, 0xae, 0xf2, 0x03, 0x28, 0x3f, 0x64, 0x6f, 0xad, 0xe3, 0xac, 0xdd, 0x15, 0xe9,
- 0x4a, 0x16, 0x81, 0x6c, 0x12, 0x15, 0xa7, 0x60, 0xd9, 0xbf, 0xc1, 0x3c, 0x5f, 0x9e, 0xfb, 0x12,
- 0x54, 0x88, 0x7c, 0x55, 0x6e, 0x3e, 0xa3, 0x84, 0xe7, 0x79, 0xd8, 0x69, 0xbc, 0x11, 0x97, 0xe3,
- 0x93, 0x20, 0x02, 0x25, 0x9f, 0x9c, 0x84, 0x58, 0x70, 0x34, 0x60, 0x81, 0xf7, 0x5f, 0x0c, 0xd2,
- 0x65, 0x42, 0xb8, 0x20, 0x84, 0xff, 0x49, 0x09, 0x2f, 0xf0, 0x41, 0xb6, 0x24, 0x5b, 0xb4, 0x4b,
- 0xcb, 0xa3, 0x97, 0x61, 0x8e, 0x8e, 0x76, 0x3f, 0x22, 0x96, 0x2c, 0x98, 0xe5, 0x68, 0x99, 0x19,
- 0x92, 0x8c, 0x35, 0x1f, 0xb5, 0x21, 0xcf, 0xb7, 0x46, 0xaa, 0xe2, 0xbd, 0x72, 0x34, 0x08, 0xd6,
- 0xb1, 0x87, 0x24, 0xd6, 0x77, 0x9b, 0x07, 0x10, 0xd7, 0x12, 0xf3, 0xf9, 0x8f, 0xb3, 0xb0, 0x20,
- 0x7c, 0x1e, 0x45, 0xe1, 0x11, 0x02, 0xb0, 0x01, 0x0b, 0x22, 0x2e, 0xa4, 0xaf, 0xc5, 0xbe, 0x2b,
- 0x9b, 0x1c, 0xfb, 0x46, 0x92, 0x8d, 0xd3, 0xf2, 0xbc, 0x3e, 0x09, 0x92, 0x68, 0x9c, 0x4b, 0xd6,
- 0xa7, 0x0d, 0xcd, 0xc0, 0x91, 0x0c, 0xda, 0x87, 0xb9, 0x9e, 0x58, 0xe6, 0x54, 0xc1, 0xa2, 0xad,
- 0x19, 0x83, 0x36, 0x1a, 0xb1, 0x4c, 0x1f, 0x32, 0x7a, 0xe5, 0x6f, 0x8a, 0xb5, 0xb1, 0xda, 0xef,
- 0xb3, 0x70, 0x71, 0xaa, 0x3c, 0xda, 0x55, 0x73, 0x22, 0xd7, 0xd0, 0xfa, 0x0c, 0xe9, 0xd6, 0x1e,
- 0x12, 0xd5, 0x87, 0x52, 0x72, 0xa6, 0xe2, 0x4b, 0x35, 0x7b, 0x0a, 0x4b, 0xb5, 0xa7, 0x96, 0xaa,
- 0xdc, 0x74, 0xcc, 0x30, 0xa4, 0x28, 0x2b, 0x47, 0x01, 0x14, 0x2d, 0xfa, 0xda, 0xeb, 0x50, 0x89,
- 0xe3, 0xdf, 0xc7, 0x67, 0xee, 0xda, 0xd7, 0x79, 0x98, 0x8f, 0x81, 0x42, 0xf4, 0x82, 0x44, 0xc8,
- 0xb2, 0xc1, 0xbc, 0x6a, 0x10, 0xc1, 0xdb, 0x77, 0xe0, 0x9c, 0xe5, 0x78, 0x2e, 0x59, 0xb7, 0x03,
- 0x81, 0x3d, 0xc6, 0x2a, 0x40, 0x9f, 0x55, 0x92, 0xe7, 0x5a, 0x09, 0x2e, 0x4e, 0x49, 0x23, 0x0b,
- 0x0a, 0x56, 0x40, 0xba, 0x54, 0x01, 0x9c, 0xe6, 0x4c, 0x48, 0xb6, 0xc5, 0x35, 0xc9, 0xf2, 0x21,
- 0x7e, 0x62, 0xa9, 0x1b, 0xfd, 0x37, 0x54, 0x28, 0x1d, 0x08, 0x84, 0x24, 0xc0, 0x54, 0xfe, 0x38,
- 0x60, 0x4a, 0xa4, 0x7b, 0xc3, 0xb8, 0x19, 0x36, 0xc7, 0x09, 0x65, 0xe8, 0x55, 0x28, 0xf5, 0x74,
- 0x51, 0x96, 0x89, 0x69, 0x51, 0x8d, 0xbd, 0x14, 0x96, 0xe1, 0x50, 0x82, 0xa7, 0xd3, 0xdd, 0xc0,
- 0x74, 0xad, 0x81, 0xca, 0x44, 0x61, 0x3a, 0x6d, 0x0a, 0x2a, 0x56, 0x5c, 0xee, 0x76, 0x66, 0xf6,
- 0x45, 0x1a, 0x8a, 0xb9, 0xbd, 0x63, 0xf6, 0x31, 0xa7, 0x73, 0x76, 0x40, 0x7a, 0x0a, 0x04, 0x84,
- 0x6c, 0x4c, 0x7a, 0x98, 0xd3, 0xd1, 0x10, 0x8a, 0x01, 0x19, 0x7a, 0x8c, 0x54, 0xcb, 0x62, 0xa8,
- 0xb7, 0x66, 0x72, 0x2b, 0x16, 0xaa, 0xe4, 0x36, 0x44, 0xee, 0xd5, 0x24, 0x05, 0x2b, 0x23, 0xe8,
- 0x3f, 0x01, 0xa4, 0x4b, 0x84, 0x13, 0x40, 0x74, 0x2a, 0xdc, 0x81, 0x46, 0xc8, 0x44, 0x3a, 0x51,
- 0x38, 0x24, 0x26, 0x5f, 0xfb, 0x59, 0x06, 0x4a, 0x7a, 0xf2, 0xfe, 0x01, 0xb6, 0x00, 0xef, 0xc3,
- 0x42, 0xca, 0x27, 0x47, 0x48, 0xe4, 0xcf, 0x43, 0x7e, 0x14, 0x38, 0x1a, 0x41, 0x88, 0xe4, 0xb3,
- 0x83, 0xdb, 0x06, 0x16, 0xd4, 0xda, 0xc3, 0x02, 0xcc, 0xdf, 0xec, 0x74, 0xb6, 0xf5, 0x9e, 0xe2,
- 0x31, 0x6b, 0x2e, 0x86, 0x40, 0xb3, 0xa7, 0x88, 0x40, 0x77, 0x20, 0xc7, 0x1c, 0xbd, 0x50, 0xaf,
- 0x1d, 0x7b, 0x2f, 0xd8, 0x69, 0x1b, 0x2a, 0x84, 0xc4, 0x3e, 0xb3, 0xd3, 0x36, 0x30, 0xd7, 0xc7,
- 0x57, 0xc4, 0x90, 0xb0, 0x81, 0xd7, 0x4d, 0x1f, 0xbb, 0xdd, 0x11, 0x54, 0xac, 0xb8, 0x29, 0xdc,
- 0x5f, 0x38, 0x75, 0xdc, 0xff, 0x32, 0xcc, 0xf1, 0x4a, 0xe1, 0x8d, 0x24, 0x88, 0xc8, 0x45, 0x9e,
- 0xea, 0x48, 0x32, 0xd6, 0x7c, 0xe4, 0x43, 0x79, 0x57, 0x6f, 0x6a, 0x15, 0x92, 0x68, 0x3d, 0x79,
- 0x4f, 0xc3, 0xfd, 0xb1, 0x3c, 0x0e, 0x08, 0x3f, 0x71, 0x64, 0x04, 0xfd, 0x3f, 0xcc, 0x0d, 0x88,
- 0xd9, 0xe5, 0x9e, 0x29, 0x09, 0xcf, 0xe0, 0x27, 0xb7, 0x17, 0x8b, 0xc4, 0xfa, 0x4d, 0xa9, 0x54,
- 0xee, 0xc6, 0xc2, 0x01, 0x2b, 0x2a, 0xd6, 0x36, 0x97, 0xae, 0x41, 0x25, 0x2e, 0x79, 0xac, 0xbd,
- 0xc5, 0x77, 0x72, 0x70, 0x7e, 0x73, 0xcd, 0xd0, 0x87, 0x03, 0xdb, 0x9e, 0x63, 0x5b, 0x63, 0xf4,
- 0x6d, 0x28, 0x3a, 0xe6, 0x2e, 0x71, 0x68, 0x35, 0x23, 0xc6, 0x73, 0xff, 0xc9, 0xc7, 0x33, 0xa1,
- 0xbc, 0xde, 0x16, 0x9a, 0xe5, 0xa0, 0xc2, 0x70, 0x93, 0x44, 0xac, 0xcc, 0x22, 0x0b, 0xe6, 0x76,
- 0x4d, 0x6b, 0xcf, 0xeb, 0xf5, 0x54, 0xda, 0x58, 0x3b, 0x76, 0xc4, 0x37, 0x65, 0xfb, 0xc8, 0x6f,
- 0x8a, 0x80, 0xb5, 0x66, 0x64, 0xc0, 0x45, 0x12, 0x04, 0x5e, 0xb0, 0xe5, 0x2a, 0x96, 0x0a, 0x25,
- 0xb1, 0xc8, 0x4a, 0xcd, 0x17, 0x54, 0xc3, 0x8b, 0x1b, 0xd3, 0x84, 0xf0, 0xf4, 0xb6, 0x4b, 0x6f,
- 0xc3, 0x7c, 0x6c, 0x80, 0xc7, 0x9a, 0x8b, 0x5f, 0x15, 0xa0, 0xb2, 0x69, 0xf6, 0xf6, 0xcc, 0x23,
- 0x66, 0xa2, 0x17, 0xa1, 0xc0, 0x3c, 0xdf, 0xb6, 0x54, 0xd1, 0x3f, 0xab, 0x04, 0x0a, 0x1d, 0x4e,
- 0xc4, 0x92, 0xc7, 0x11, 0xa8, 0x6f, 0x06, 0xcc, 0x66, 0x7a, 0x5f, 0x50, 0x88, 0x10, 0xe8, 0xb6,
- 0x66, 0xe0, 0x48, 0x26, 0xb5, 0xd2, 0xf3, 0xa7, 0xbe, 0xd2, 0xd7, 0xa0, 0x12, 0x90, 0xff, 0x1d,
- 0xd9, 0x01, 0xe9, 0x36, 0xac, 0x3d, 0x2a, 0xaa, 0x7a, 0x21, 0xba, 0xea, 0xc0, 0x31, 0x1e, 0x4e,
- 0x48, 0x72, 0x2c, 0xc0, 0xf7, 0x9c, 0x01, 0xa1, 0x54, 0x24, 0x89, 0x52, 0x84, 0x05, 0x5a, 0x8a,
- 0x8e, 0x43, 0x09, 0x8e, 0x9d, 0x7a, 0xce, 0x88, 0x0e, 0xae, 0x73, 0x1d, 0x1c, 0xef, 0x8a, 0x5c,
- 0x51, 0x88, 0xb0, 0xd3, 0xf5, 0x04, 0x17, 0xa7, 0xa4, 0x75, 0x42, 0x2e, 0x9d, 0x70, 0x42, 0x8e,
- 0x95, 0x97, 0xf2, 0x29, 0x96, 0x97, 0x06, 0x2c, 0x84, 0x21, 0x60, 0xbb, 0xfd, 0x4d, 0x32, 0x56,
- 0x48, 0x22, 0xdc, 0xeb, 0x6c, 0x27, 0xd9, 0x38, 0x2d, 0x5f, 0xab, 0x00, 0xb4, 0xbd, 0xbe, 0xb2,
- 0x59, 0xfb, 0x69, 0x0e, 0xe6, 0xef, 0x36, 0x3a, 0xc6, 0x11, 0x63, 0x39, 0xb6, 0x49, 0xcc, 0x3e,
- 0x66, 0x93, 0x18, 0xf3, 0x50, 0xee, 0xa9, 0xdd, 0x00, 0x9d, 0xfe, 0xba, 0x50, 0xf1, 0x56, 0x38,
- 0xd9, 0x78, 0xab, 0x7d, 0x9a, 0x87, 0xc5, 0x2d, 0x9f, 0xb8, 0xf7, 0x07, 0x36, 0xdd, 0xd3, 0x93,
- 0x75, 0x09, 0xf2, 0x03, 0x8f, 0xb2, 0x34, 0xa4, 0xba, 0xe9, 0x51, 0x86, 0x05, 0x87, 0xcf, 0x97,
- 0x3e, 0x6c, 0x48, 0xcd, 0x97, 0x3e, 0x68, 0xd0, 0x7c, 0x9e, 0x81, 0x38, 0x0a, 0xa3, 0xbe, 0x69,
- 0x4d, 0xec, 0x81, 0xef, 0x6a, 0x06, 0x8e, 0x64, 0xc4, 0x95, 0xe5, 0x88, 0x0d, 0x3a, 0xde, 0x1e,
- 0x71, 0x8f, 0xb7, 0x5b, 0x90, 0x57, 0x96, 0xba, 0x2d, 0x8e, 0xd4, 0xa0, 0x2b, 0x00, 0x66, 0x74,
- 0x7d, 0x2a, 0x77, 0x0a, 0xa1, 0xc7, 0x1b, 0xd1, 0xe5, 0x69, 0x4c, 0x2a, 0x1e, 0x68, 0xc5, 0xa7,
- 0x16, 0x68, 0x73, 0xa7, 0x7e, 0xd5, 0xf8, 0xdb, 0x2c, 0x14, 0x0d, 0xa1, 0x04, 0x7d, 0x08, 0xa5,
- 0x21, 0x61, 0xa6, 0xd8, 0x2c, 0xcb, 0xfd, 0xc0, 0xeb, 0x47, 0x3b, 0x93, 0xd9, 0x12, 0x4b, 0xf5,
- 0x0e, 0x61, 0x66, 0x64, 0x2e, 0xa2, 0xe1, 0x50, 0x2b, 0xdf, 0x8a, 0x8b, 0x43, 0xec, 0xec, 0xac,
- 0xa7, 0x0b, 0xb2, 0xc7, 0x86, 0x4f, 0xac, 0xa9, 0xe7, 0xd6, 0x2e, 0x14, 0x29, 0x33, 0xd9, 0x88,
- 0xce, 0x7e, 0xa5, 0xa5, 0x2c, 0x09, 0x6d, 0xb1, 0x03, 0x39, 0xf1, 0x8d, 0x95, 0x95, 0xda, 0xef,
- 0x32, 0x00, 0x52, 0xb0, 0x6d, 0x53, 0x86, 0xfe, 0x67, 0xc2, 0x91, 0xf5, 0xa3, 0x39, 0x92, 0xb7,
- 0x16, 0x6e, 0x0c, 0x4b, 0x99, 0xa6, 0xc4, 0x9c, 0x48, 0xa0, 0x60, 0x33, 0x32, 0xa4, 0x6a, 0x43,
- 0xf2, 0xde, 0xac, 0x63, 0x8b, 0xa0, 0xc4, 0x2d, 0xae, 0x16, 0x4b, 0xed, 0xb5, 0x5f, 0x17, 0xf4,
- 0x98, 0xb8, 0x63, 0xd1, 0x27, 0x99, 0xd4, 0x01, 0xad, 0xc4, 0x8a, 0xb7, 0x4e, 0xec, 0xc0, 0x2a,
- 0x2a, 0xfa, 0x8f, 0x3e, 0xef, 0x45, 0x1e, 0x94, 0x98, 0x8c, 0x70, 0x3d, 0xfc, 0xc6, 0xcc, 0x6b,
- 0x25, 0x72, 0xb6, 0x22, 0x50, 0x1c, 0x1a, 0x41, 0x0e, 0x94, 0x18, 0x19, 0xfa, 0x8e, 0xc9, 0xc8,
- 0xec, 0xc7, 0x26, 0x1d, 0xa5, 0x49, 0xee, 0x77, 0xf5, 0x17, 0x0e, 0x2d, 0xa0, 0x4f, 0x33, 0xb0,
- 0xd8, 0x4d, 0x1e, 0x9d, 0xeb, 0xe2, 0x33, 0x83, 0xa3, 0x53, 0x87, 0xf1, 0xe1, 0x15, 0xc1, 0x62,
- 0x8a, 0x41, 0xf1, 0x84, 0x71, 0x74, 0x1b, 0x90, 0x42, 0xbe, 0xd7, 0x4d, 0xdb, 0x21, 0x5d, 0xec,
- 0x8d, 0xdc, 0xae, 0xc8, 0xa8, 0xa5, 0xe8, 0x0a, 0x6b, 0x63, 0x42, 0x02, 0x4f, 0x69, 0xc5, 0xb1,
- 0x9e, 0xe8, 0x6a, 0x73, 0x44, 0x45, 0x5e, 0x2e, 0x26, 0x9f, 0xb5, 0x6c, 0xc4, 0x78, 0x38, 0x21,
- 0x89, 0xae, 0xc2, 0x9c, 0x65, 0x07, 0xd6, 0xc8, 0x66, 0xea, 0x94, 0xe6, 0x39, 0xd5, 0xe8, 0x7c,
- 0xec, 0x2e, 0x46, 0x0a, 0x60, 0x2d, 0x59, 0xf3, 0xa0, 0x12, 0x5f, 0xbc, 0xe8, 0x83, 0x30, 0x29,
- 0xc8, 0x35, 0xf9, 0xd6, 0xf1, 0xaf, 0xd8, 0xff, 0x7e, 0x16, 0xf8, 0x65, 0x16, 0x2a, 0x86, 0x63,
- 0x5a, 0x61, 0x61, 0x4d, 0xe6, 0xf6, 0xcc, 0x53, 0x00, 0x11, 0x40, 0x45, 0x7f, 0x44, 0x6d, 0xcd,
- 0x1e, 0xfb, 0x5a, 0xd3, 0x08, 0x1b, 0xe3, 0x98, 0x22, 0x8e, 0x06, 0xac, 0x81, 0xe9, 0xba, 0xc4,
- 0x51, 0x05, 0x3e, 0xac, 0x6e, 0x2d, 0x49, 0xc6, 0x9a, 0xcf, 0x45, 0x87, 0x84, 0x52, 0xb3, 0xaf,
- 0x6f, 0x1d, 0x42, 0xd1, 0x3b, 0x92, 0x8c, 0x35, 0xbf, 0xf6, 0xd7, 0x3c, 0x20, 0x83, 0x99, 0x6e,
- 0xd7, 0x0c, 0xba, 0x9b, 0x6b, 0x21, 0x92, 0x7c, 0xe4, 0xc3, 0x8d, 0xcc, 0xd3, 0x78, 0xb8, 0x11,
- 0x7b, 0x81, 0x93, 0x3d, 0x95, 0x17, 0x38, 0x77, 0xe3, 0x2f, 0x70, 0xa4, 0xb7, 0x5f, 0x9f, 0xf6,
- 0x02, 0xe7, 0x9f, 0x37, 0x47, 0xbb, 0x24, 0x70, 0x09, 0x23, 0x54, 0xf7, 0xf5, 0x08, 0xef, 0x70,
- 0x4e, 0x1f, 0xd7, 0xf6, 0xe0, 0xac, 0x6f, 0x32, 0x6b, 0x60, 0xb0, 0xc0, 0x64, 0xa4, 0x3f, 0x56,
- 0xe0, 0xec, 0x3d, 0xd5, 0xec, 0xec, 0x76, 0x9c, 0xf9, 0xf0, 0x60, 0xe5, 0x5f, 0x1f, 0xf5, 0xae,
- 0x8e, 0x8d, 0x7d, 0x42, 0xeb, 0x42, 0x5c, 0x5c, 0x44, 0x25, 0xd5, 0x72, 0x04, 0xe8, 0xd8, 0xfb,
- 0x64, 0x2b, 0xba, 0x89, 0x2a, 0x45, 0x7d, 0x6b, 0x87, 0x1c, 0x1c, 0x93, 0xaa, 0xad, 0x42, 0x45,
- 0xae, 0x68, 0x75, 0x2e, 0xb2, 0x02, 0x05, 0xd3, 0x71, 0xbc, 0x07, 0x62, 0xe5, 0x16, 0xe4, 0x59,
- 0x77, 0x83, 0x13, 0xb0, 0xa4, 0xd7, 0x0e, 0x0a, 0x10, 0x66, 0x71, 0x64, 0x4d, 0x14, 0xfd, 0xe3,
- 0xbf, 0xe1, 0xb8, 0xa3, 0x14, 0xc8, 0x02, 0xa1, 0xbf, 0x62, 0xb5, 0x5f, 0xbd, 0x28, 0xb0, 0x2d,
- 0xd2, 0xb0, 0x2c, 0x6f, 0xa4, 0xae, 0x9a, 0xb2, 0x93, 0x2f, 0x0a, 0x92, 0x12, 0x78, 0x4a, 0x2b,
- 0x74, 0x5b, 0xbc, 0x96, 0x61, 0x26, 0xf7, 0xa9, 0xaa, 0x6d, 0x2f, 0x3c, 0xe2, 0xb5, 0x8c, 0x14,
- 0x0a, 0x9f, 0xc8, 0xc8, 0x4f, 0x1c, 0x35, 0x47, 0x1b, 0x30, 0xb7, 0xef, 0x39, 0xa3, 0x21, 0xd1,
- 0x31, 0xb5, 0x34, 0x4d, 0xd3, 0x3d, 0x21, 0x12, 0xdb, 0x3c, 0xc8, 0x26, 0x58, 0xb7, 0x45, 0x04,
- 0x16, 0xc4, 0x8b, 0x0c, 0x9b, 0x8d, 0xd5, 0x35, 0x8e, 0xda, 0x01, 0xbd, 0x34, 0x4d, 0xdd, 0xb6,
- 0xd7, 0x35, 0x92, 0xd2, 0xcd, 0x67, 0xf8, 0xde, 0x35, 0x45, 0xc4, 0x69, 0x9d, 0xe8, 0x7b, 0x19,
- 0xa8, 0xb8, 0x5e, 0x97, 0xe8, 0x6c, 0xa7, 0x00, 0x7f, 0x67, 0xf6, 0xca, 0x5e, 0xbf, 0x1b, 0x53,
- 0x2b, 0x0f, 0xbd, 0xc2, 0xfa, 0x16, 0x67, 0xe1, 0x84, 0x7d, 0xb4, 0x03, 0xf3, 0xcc, 0x73, 0xd4,
- 0x1a, 0xd5, 0xbb, 0x80, 0xe5, 0x69, 0x63, 0xee, 0x84, 0x62, 0xd1, 0x85, 0x6f, 0x44, 0xa3, 0x38,
- 0xae, 0x67, 0xe9, 0x5d, 0x38, 0x3f, 0xd1, 0x9f, 0x63, 0x9d, 0x51, 0x19, 0x00, 0xd1, 0x3d, 0x1e,
- 0x7a, 0x11, 0x0a, 0x94, 0x99, 0x81, 0xde, 0x28, 0x86, 0xb0, 0xd1, 0xe0, 0x44, 0x2c, 0x79, 0x7c,
- 0x33, 0x49, 0x99, 0xe7, 0xab, 0x98, 0x8c, 0xc0, 0x39, 0xf3, 0x7c, 0x2c, 0x38, 0xb5, 0x3f, 0x67,
- 0x61, 0x4e, 0x67, 0x77, 0x1a, 0x83, 0x57, 0x99, 0x59, 0xaf, 0x4f, 0x94, 0xd2, 0xc7, 0xa2, 0xac,
- 0x64, 0x0e, 0xcc, 0x9e, 0x7a, 0x0e, 0xdc, 0x83, 0xa2, 0x2f, 0x32, 0x8c, 0x5a, 0x75, 0x37, 0x66,
- 0xb7, 0x2d, 0xd4, 0xc9, 0x02, 0x22, 0x7f, 0x63, 0x65, 0xa2, 0xf6, 0x75, 0x06, 0x16, 0xd3, 0x3d,
- 0x44, 0x7b, 0x90, 0xa3, 0x81, 0xa5, 0x3c, 0xbe, 0x7d, 0x72, 0x43, 0x97, 0xc5, 0x4b, 0x9e, 0x39,
- 0x18, 0x81, 0x85, 0xb9, 0x15, 0x1e, 0x11, 0x5d, 0x42, 0x59, 0x3a, 0x22, 0xd6, 0x09, 0x65, 0x58,
- 0x70, 0x50, 0x7b, 0xb2, 0xc8, 0xd5, 0xa7, 0x15, 0xb9, 0xe7, 0xd2, 0xf6, 0xa6, 0x95, 0xb8, 0xda,
- 0x1f, 0xb2, 0xf0, 0xec, 0xf4, 0x8e, 0xa1, 0x77, 0xe0, 0x5c, 0x84, 0x70, 0x63, 0x4f, 0xab, 0xc3,
- 0x53, 0xc0, 0xf5, 0x04, 0x17, 0xa7, 0xa4, 0x79, 0x55, 0x51, 0xb7, 0xca, 0xfa, 0x7d, 0x75, 0xec,
- 0x5c, 0xa1, 0x15, 0x72, 0x70, 0x4c, 0x0a, 0x35, 0x60, 0x41, 0x7d, 0x75, 0xe2, 0x1b, 0x89, 0xd8,
- 0x59, 0x5b, 0x2b, 0xc9, 0xc6, 0x69, 0x79, 0x8e, 0xa2, 0x78, 0xf6, 0xe7, 0x36, 0x53, 0x28, 0x6a,
- 0x5d, 0x92, 0xb1, 0xe6, 0x73, 0x8c, 0xcd, 0x7f, 0x86, 0xa6, 0x0a, 0x49, 0x8c, 0xbd, 0x1e, 0xe3,
- 0xe1, 0x84, 0x64, 0xf4, 0x30, 0x48, 0xc2, 0xf2, 0x89, 0x87, 0x41, 0xb5, 0xaf, 0x32, 0x70, 0x36,
- 0x11, 0x6f, 0xa8, 0x07, 0xb9, 0xbd, 0x35, 0x0d, 0xa7, 0x37, 0x4f, 0xf0, 0xd6, 0x40, 0x46, 0xd0,
- 0xe6, 0x1a, 0xc5, 0xdc, 0x00, 0xfa, 0x28, 0x44, 0xee, 0x33, 0xbf, 0x17, 0x88, 0x17, 0x78, 0x05,
- 0xb8, 0x92, 0x20, 0x7e, 0x23, 0x1c, 0xa4, 0xf1, 0xc0, 0x66, 0xd6, 0x00, 0x3d, 0x07, 0x39, 0xd3,
- 0x1d, 0x0b, 0x0c, 0x50, 0x96, 0xfd, 0x6a, 0xb8, 0x63, 0xcc, 0x69, 0x82, 0xe5, 0x38, 0xea, 0xa2,
- 0x51, 0xb2, 0x1c, 0x07, 0x73, 0x5a, 0xed, 0x17, 0x00, 0x0b, 0xa9, 0x7c, 0x74, 0x84, 0xab, 0x4b,
- 0x19, 0x5f, 0x5d, 0x5b, 0x96, 0x81, 0xc9, 0xf8, 0x52, 0x1c, 0x1c, 0x93, 0x42, 0x7d, 0x39, 0x09,
- 0x32, 0x95, 0xb4, 0x67, 0xf2, 0x4c, 0x0a, 0x7b, 0xa7, 0x66, 0xe1, 0x93, 0x0c, 0x54, 0xcc, 0xd8,
- 0x3b, 0x6f, 0x75, 0x58, 0x77, 0x67, 0x16, 0x04, 0x3c, 0xf1, 0xc4, 0x5d, 0x3e, 0x01, 0x88, 0x33,
- 0x70, 0xc2, 0x28, 0xb2, 0x20, 0x3f, 0x60, 0x4c, 0x3f, 0xef, 0xdd, 0x38, 0x91, 0xab, 0x37, 0x79,
- 0x49, 0xcc, 0x09, 0x58, 0x28, 0x47, 0x0f, 0xa0, 0x6c, 0x3e, 0xa0, 0xf2, 0x4f, 0x19, 0xea, 0xdd,
- 0xef, 0x2c, 0x40, 0x3f, 0xf5, 0xff, 0x0e, 0x75, 0x70, 0xa9, 0xa9, 0x38, 0xb2, 0x85, 0x02, 0x28,
- 0x5a, 0xe2, 0x7d, 0xa6, 0xba, 0xca, 0xbc, 0x71, 0x42, 0xef, 0x3c, 0x9b, 0xe7, 0x39, 0xb8, 0x4e,
- 0x90, 0xb0, 0xb2, 0x84, 0xfa, 0x50, 0xd8, 0x33, 0x7b, 0x7b, 0xa6, 0xba, 0xdc, 0x98, 0x61, 0x71,
- 0xc5, 0xaf, 0xb3, 0x64, 0x02, 0x11, 0x14, 0x2c, 0xf5, 0xf3, 0xa9, 0x73, 0x4d, 0x46, 0xd5, 0x3b,
- 0x89, 0x19, 0xa6, 0x2e, 0x76, 0xd3, 0x20, 0xa7, 0x8e, 0x13, 0xb0, 0x50, 0xce, 0x47, 0x23, 0xb6,
- 0xaa, 0xe2, 0x42, 0x63, 0xb6, 0x54, 0x11, 0xdb, 0xca, 0xcb, 0xd1, 0x08, 0x0a, 0x96, 0xfa, 0x79,
- 0x8c, 0x78, 0xfa, 0x24, 0xbd, 0x3a, 0x3f, 0x6b, 0x8c, 0xa4, 0x0f, 0xe5, 0x65, 0x8c, 0x84, 0x54,
- 0x1c, 0xd9, 0x42, 0x1f, 0x40, 0xce, 0xf1, 0xfa, 0xd5, 0xb3, 0xb3, 0x9e, 0xa1, 0x46, 0xd7, 0x37,
- 0x72, 0xa1, 0xb7, 0xbd, 0x3e, 0xe6, 0x9a, 0xd1, 0x08, 0x8a, 0x54, 0xe4, 0xbe, 0x6a, 0xe5, 0x84,
- 0xf0, 0x89, 0x4c, 0xa5, 0xcd, 0x0b, 0xea, 0xd0, 0x49, 0xbf, 0x51, 0x11, 0x54, 0xac, 0x8c, 0xd5,
- 0x2c, 0x98, 0x8f, 0x3d, 0xed, 0x3f, 0xc2, 0xc3, 0xd7, 0x2b, 0x00, 0xfb, 0x24, 0xb0, 0x7b, 0xe3,
- 0x16, 0x09, 0x98, 0x7a, 0xe1, 0x1d, 0x66, 0xcb, 0x7b, 0x21, 0x07, 0xc7, 0xa4, 0x9a, 0xf5, 0xcf,
- 0xbe, 0x5c, 0x3e, 0xf3, 0xf9, 0x97, 0xcb, 0x67, 0xbe, 0xf8, 0x72, 0xf9, 0xcc, 0xc7, 0x87, 0xcb,
- 0x99, 0xcf, 0x0e, 0x97, 0x33, 0x9f, 0x1f, 0x2e, 0x67, 0xbe, 0x38, 0x5c, 0xce, 0xfc, 0xe9, 0x70,
- 0x39, 0xf3, 0xfd, 0xaf, 0x96, 0xcf, 0xfc, 0x57, 0x49, 0x0f, 0xe0, 0x6f, 0x01, 0x00, 0x00, 0xff,
- 0xff, 0xc1, 0x04, 0x3c, 0xe4, 0x57, 0x37, 0x00, 0x00,
+ // 3583 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x3b, 0x4b, 0x6c, 0x23, 0xc7,
+ 0x95, 0xc3, 0xaf, 0xc8, 0x27, 0xce, 0x48, 0x53, 0x9e, 0xf1, 0xd2, 0x5a, 0x5b, 0x1a, 0xd0, 0x58,
+ 0xef, 0xd8, 0xb0, 0x29, 0x7b, 0xc6, 0xbb, 0x96, 0x67, 0x17, 0xb6, 0x49, 0x4a, 0xf3, 0x13, 0x67,
+ 0x24, 0x57, 0x53, 0x33, 0xc0, 0xee, 0x02, 0x76, 0xab, 0x59, 0x24, 0xdb, 0x6a, 0x76, 0xf7, 0x76,
+ 0x15, 0x35, 0xcb, 0xc3, 0xee, 0x1a, 0xf0, 0x29, 0x40, 0x10, 0x07, 0xc8, 0x25, 0xa7, 0x24, 0x97,
+ 0xdc, 0x12, 0x20, 0xf7, 0x04, 0x09, 0x90, 0x93, 0x4f, 0x81, 0x13, 0x20, 0x80, 0x0f, 0x81, 0x10,
+ 0xcb, 0xc7, 0x1c, 0x0c, 0x03, 0x39, 0xcd, 0x25, 0x41, 0xfd, 0xfa, 0x47, 0x4e, 0x46, 0x1a, 0x0a,
+ 0x1a, 0xe4, 0xc6, 0x7e, 0xef, 0xd5, 0x7b, 0x55, 0xaf, 0x5e, 0xbd, 0x4f, 0xbd, 0x22, 0xdc, 0xec,
+ 0xdb, 0x6c, 0x30, 0xda, 0xad, 0x5b, 0xde, 0x70, 0xd5, 0x0c, 0xfa, 0x9e, 0x1f, 0x78, 0x1f, 0x89,
+ 0x1f, 0xaf, 0x91, 0x7d, 0xe2, 0x32, 0xba, 0xea, 0xef, 0xf5, 0x57, 0x4d, 0xdf, 0xa6, 0xab, 0x94,
+ 0xb8, 0xd4, 0x0b, 0x56, 0xf7, 0xdf, 0x30, 0x1d, 0x7f, 0x60, 0xbe, 0xb1, 0xda, 0x27, 0x2e, 0x09,
+ 0x4c, 0x46, 0xba, 0x75, 0x3f, 0xf0, 0x98, 0x87, 0xd6, 0x22, 0x4e, 0x75, 0xcd, 0x49, 0xfc, 0xf8,
+ 0x40, 0x72, 0xaa, 0xfb, 0x7b, 0xfd, 0x3a, 0xe7, 0x54, 0x97, 0x9c, 0xea, 0x9a, 0xd3, 0xd2, 0xbb,
+ 0x47, 0x9e, 0x83, 0xe5, 0x0d, 0x87, 0x9e, 0x9b, 0x16, 0xbd, 0xf4, 0x5a, 0x8c, 0x41, 0xdf, 0xeb,
+ 0x7b, 0xab, 0x02, 0xbc, 0x3b, 0xea, 0x89, 0x2f, 0xf1, 0x21, 0x7e, 0x29, 0xf2, 0xda, 0xde, 0x1a,
+ 0xad, 0xdb, 0x1e, 0x67, 0xb9, 0x6a, 0x79, 0x01, 0x59, 0xdd, 0x9f, 0x58, 0xcd, 0xd2, 0x9b, 0x11,
+ 0xcd, 0xd0, 0xb4, 0x06, 0xb6, 0x4b, 0x82, 0x71, 0x34, 0x8f, 0x21, 0x61, 0xe6, 0xb4, 0x51, 0xab,
+ 0x8f, 0x1a, 0x15, 0x8c, 0x5c, 0x66, 0x0f, 0xc9, 0xc4, 0x80, 0x7f, 0x7d, 0xdc, 0x00, 0x6a, 0x0d,
+ 0xc8, 0xd0, 0x4c, 0x8f, 0xab, 0x7d, 0x2f, 0x0f, 0x8b, 0x8d, 0xfb, 0x46, 0xdb, 0x1c, 0xee, 0x76,
+ 0xcd, 0x4e, 0x60, 0xf7, 0xfb, 0x24, 0x40, 0x6b, 0x50, 0xe9, 0x8d, 0x5c, 0x8b, 0xd9, 0x9e, 0x7b,
+ 0xd7, 0x1c, 0x92, 0x6a, 0xe6, 0x52, 0xe6, 0x72, 0xb9, 0x79, 0xe1, 0xb3, 0x83, 0x95, 0x33, 0x87,
+ 0x07, 0x2b, 0x95, 0xeb, 0x31, 0x1c, 0x4e, 0x50, 0x22, 0x0c, 0x65, 0xd3, 0xb2, 0x08, 0xa5, 0x9b,
+ 0x64, 0x5c, 0xcd, 0x5e, 0xca, 0x5c, 0x9e, 0xbf, 0xf2, 0x4f, 0x75, 0x39, 0x35, 0xbe, 0x65, 0x75,
+ 0xae, 0xa5, 0xfa, 0xfe, 0x1b, 0x75, 0x83, 0x58, 0x01, 0x61, 0x9b, 0x64, 0x6c, 0x10, 0x87, 0x58,
+ 0xcc, 0x0b, 0x9a, 0x67, 0x0f, 0x0f, 0x56, 0xca, 0x0d, 0x3d, 0x16, 0x47, 0x6c, 0x38, 0x4f, 0xaa,
+ 0xc9, 0xab, 0xb9, 0x63, 0xf3, 0x0c, 0xc1, 0x38, 0x62, 0x83, 0x5e, 0x82, 0x62, 0x40, 0xfa, 0xb6,
+ 0xe7, 0x56, 0xf3, 0x62, 0x6d, 0xe7, 0xd4, 0xda, 0x8a, 0x58, 0x40, 0xb1, 0xc2, 0xa2, 0x11, 0xcc,
+ 0xf9, 0xe6, 0xd8, 0xf1, 0xcc, 0x6e, 0xb5, 0x70, 0x29, 0x77, 0x79, 0xfe, 0xca, 0xed, 0xfa, 0x93,
+ 0x5a, 0x67, 0x5d, 0x69, 0x77, 0xdb, 0x0c, 0xcc, 0x21, 0x61, 0x24, 0x68, 0x2e, 0x28, 0xa1, 0x73,
+ 0xdb, 0x52, 0x04, 0xd6, 0xb2, 0xd0, 0xff, 0x01, 0xf8, 0x9a, 0x8c, 0x56, 0x8b, 0x27, 0x2e, 0x19,
+ 0x29, 0xc9, 0x10, 0x82, 0x28, 0x8e, 0x49, 0xac, 0x1d, 0xe4, 0xe0, 0x99, 0x46, 0xd0, 0xf7, 0xee,
+ 0x7b, 0xc1, 0x5e, 0xcf, 0xf1, 0x1e, 0x68, 0xc3, 0x70, 0xa1, 0x48, 0xbd, 0x51, 0x60, 0x49, 0x93,
+ 0x98, 0x69, 0x4e, 0x8d, 0x80, 0xd9, 0x3d, 0xd3, 0x62, 0x6d, 0xcf, 0x32, 0xb9, 0xf9, 0x34, 0x81,
+ 0xab, 0xdf, 0x10, 0xdc, 0xb1, 0x92, 0x82, 0x6e, 0x42, 0xd9, 0xf3, 0xb9, 0xbd, 0xf2, 0x9d, 0xca,
+ 0x8a, 0x9d, 0x7a, 0x45, 0x4d, 0xbd, 0xbc, 0xa5, 0x11, 0x0f, 0x0f, 0x56, 0x2e, 0xc6, 0x27, 0x1b,
+ 0x22, 0x70, 0x34, 0x38, 0xa5, 0xd1, 0xdc, 0x69, 0x6b, 0x14, 0x7d, 0x3b, 0x03, 0x17, 0xfa, 0x81,
+ 0x37, 0xf2, 0xef, 0x91, 0x80, 0xf2, 0xb9, 0x11, 0xa5, 0xc8, 0xbc, 0x50, 0xe4, 0xb5, 0x98, 0x41,
+ 0x87, 0xe7, 0x37, 0x12, 0xcf, 0xdd, 0x04, 0x37, 0xf1, 0x1b, 0x53, 0x38, 0x34, 0x9f, 0x57, 0xa2,
+ 0x2f, 0x4c, 0xc3, 0xe2, 0xa9, 0x52, 0x6b, 0xdf, 0xf0, 0x63, 0x9f, 0xda, 0x01, 0x64, 0x40, 0x96,
+ 0x5e, 0x55, 0x3b, 0xfb, 0x6f, 0x47, 0xd7, 0x8d, 0xf4, 0xa5, 0x75, 0xe3, 0xaa, 0x66, 0xd8, 0x2c,
+ 0x1e, 0x1e, 0xac, 0x64, 0x8d, 0xab, 0x38, 0x4b, 0xaf, 0xa2, 0x1a, 0x14, 0x6d, 0xd7, 0xb1, 0x5d,
+ 0xa2, 0xf6, 0x4f, 0x6c, 0xf3, 0x2d, 0x01, 0xc1, 0x0a, 0x83, 0xba, 0x90, 0xef, 0xd9, 0x0e, 0x51,
+ 0x87, 0xfb, 0xfa, 0x93, 0x6f, 0xcb, 0x75, 0xdb, 0x21, 0xe1, 0x2c, 0x4a, 0x87, 0x07, 0x2b, 0x79,
+ 0x0e, 0xc1, 0x82, 0x3b, 0xfa, 0x10, 0x72, 0xa3, 0xc0, 0x51, 0x0a, 0xdf, 0x78, 0x72, 0x21, 0x3b,
+ 0xb8, 0x1d, 0xca, 0x98, 0x3b, 0x3c, 0x58, 0xc9, 0xed, 0xe0, 0x36, 0xe6, 0xac, 0xd1, 0x0e, 0x94,
+ 0x2d, 0xcf, 0xed, 0xd9, 0xfd, 0xa1, 0xe9, 0x57, 0x0b, 0x42, 0xce, 0xe5, 0x69, 0x9e, 0xaa, 0x25,
+ 0x88, 0xee, 0x98, 0xfe, 0x84, 0xb3, 0x6a, 0xe9, 0xe1, 0x38, 0xe2, 0xc4, 0x27, 0xde, 0xb7, 0x59,
+ 0xb5, 0x38, 0xeb, 0xc4, 0x6f, 0xd8, 0x2c, 0x39, 0xf1, 0x1b, 0x36, 0xc3, 0x9c, 0x35, 0xb2, 0xa0,
+ 0x14, 0x68, 0x83, 0x9c, 0x13, 0x62, 0xde, 0x3e, 0xf6, 0xfe, 0x87, 0xf6, 0x58, 0x39, 0x3c, 0x58,
+ 0x29, 0x85, 0xf6, 0x17, 0x32, 0xae, 0xfd, 0x34, 0x03, 0xe5, 0xa6, 0x49, 0x6d, 0xab, 0x31, 0x62,
+ 0x03, 0xb4, 0x05, 0xa5, 0x11, 0x25, 0x81, 0xab, 0xe3, 0xcb, 0x91, 0x9d, 0xba, 0x60, 0xbf, 0xa3,
+ 0x86, 0xe2, 0x90, 0x09, 0x67, 0xe8, 0x9b, 0x94, 0x3e, 0xf0, 0x82, 0xee, 0xf1, 0x22, 0x8f, 0x60,
+ 0xb8, 0xad, 0x86, 0xe2, 0x90, 0x49, 0xed, 0xcf, 0x05, 0x38, 0xdb, 0x1a, 0x51, 0xe6, 0x0d, 0xb5,
+ 0xfb, 0x5b, 0xe5, 0x91, 0x28, 0xd8, 0x27, 0xc1, 0x0e, 0x6e, 0xab, 0xa0, 0x78, 0x5e, 0xbb, 0x23,
+ 0x43, 0x23, 0x70, 0x44, 0xc3, 0xc3, 0x0c, 0x25, 0xd6, 0x28, 0x90, 0xc6, 0x5f, 0x8a, 0xc2, 0x8c,
+ 0x21, 0xa0, 0x58, 0x61, 0xd1, 0x0e, 0x80, 0x45, 0x02, 0x26, 0xe7, 0x76, 0xbc, 0x18, 0x77, 0x8e,
+ 0x3b, 0x9d, 0x56, 0x38, 0x18, 0xc7, 0x18, 0xa1, 0xdb, 0x80, 0xe4, 0x5c, 0x78, 0x6c, 0xde, 0xda,
+ 0x27, 0x41, 0x60, 0x77, 0x89, 0x8a, 0x78, 0x4b, 0x6a, 0x2a, 0xc8, 0x98, 0xa0, 0xc0, 0x53, 0x46,
+ 0x21, 0x0a, 0x79, 0xea, 0x13, 0x4b, 0x85, 0xc1, 0xf7, 0x9f, 0xdc, 0x0a, 0x13, 0x2a, 0xad, 0x1b,
+ 0x3e, 0xb1, 0x36, 0x5c, 0x16, 0x8c, 0x9b, 0x15, 0x35, 0xa1, 0x3c, 0x07, 0x61, 0x21, 0xec, 0x69,
+ 0xc7, 0xc1, 0x78, 0xf8, 0x9f, 0x3b, 0xc5, 0xf0, 0xdf, 0x84, 0x0a, 0xdf, 0x45, 0xee, 0xbb, 0xb6,
+ 0x4d, 0x36, 0xa8, 0x96, 0xc4, 0x8e, 0x2d, 0x2b, 0xfa, 0x67, 0xd7, 0x89, 0x1f, 0x10, 0x8b, 0x27,
+ 0x71, 0xad, 0x18, 0x15, 0x4e, 0x8c, 0x59, 0x7a, 0x0b, 0xca, 0xa1, 0x6e, 0xd1, 0x22, 0xe4, 0xf6,
+ 0xc8, 0x58, 0x9a, 0x2c, 0xe6, 0x3f, 0xd1, 0x05, 0x28, 0xec, 0x9b, 0xce, 0x48, 0x79, 0x65, 0x2c,
+ 0x3f, 0xae, 0x65, 0xd7, 0x32, 0xb5, 0x5f, 0x65, 0x00, 0xd6, 0x4d, 0x66, 0x5e, 0xb7, 0x1d, 0x46,
+ 0x02, 0x74, 0x09, 0xf2, 0x3e, 0x9f, 0x83, 0x34, 0xf7, 0x70, 0x93, 0x84, 0x44, 0x81, 0x41, 0xaf,
+ 0x42, 0x9e, 0x8d, 0x7d, 0xed, 0xdf, 0xab, 0x9a, 0xa2, 0x33, 0xf6, 0xc9, 0xc3, 0x83, 0x95, 0xd2,
+ 0x6d, 0x63, 0xeb, 0x2e, 0xff, 0x8d, 0x05, 0x15, 0x5a, 0xd1, 0x82, 0x79, 0x0c, 0x2e, 0x37, 0xcb,
+ 0x87, 0x07, 0x2b, 0x85, 0x7b, 0x1c, 0xa0, 0xe6, 0x80, 0xde, 0x03, 0xb0, 0xbc, 0x21, 0xdf, 0x04,
+ 0xe6, 0x05, 0xca, 0x58, 0x2f, 0xe9, 0x7d, 0x6a, 0x85, 0x98, 0x87, 0x89, 0x2f, 0x1c, 0x1b, 0x53,
+ 0xb3, 0x61, 0x61, 0x9d, 0xf8, 0xc4, 0xed, 0x12, 0xd7, 0x1a, 0x8b, 0xa0, 0xc8, 0x57, 0xe1, 0x46,
+ 0x99, 0x6c, 0xb8, 0x0a, 0x91, 0xc1, 0x0a, 0x0c, 0x7a, 0x13, 0x2a, 0x5d, 0x3d, 0xc8, 0x26, 0xb4,
+ 0x9a, 0x15, 0xd3, 0x5b, 0xe4, 0xf9, 0xee, 0x7a, 0x0c, 0x8e, 0x13, 0x54, 0xb5, 0x1f, 0x64, 0xa0,
+ 0xb0, 0xc1, 0x37, 0x1e, 0x0d, 0x61, 0xce, 0xf2, 0x5c, 0x46, 0xfe, 0x87, 0x29, 0x77, 0x36, 0x43,
+ 0x18, 0x13, 0x1c, 0x5b, 0x92, 0x5b, 0x73, 0x9e, 0x9b, 0x88, 0xfa, 0xc0, 0x5a, 0x06, 0x7a, 0x1e,
+ 0xf2, 0x5d, 0x93, 0x99, 0x42, 0xe9, 0x15, 0x19, 0xea, 0xf8, 0xa6, 0x61, 0x01, 0xbd, 0x56, 0xfa,
+ 0xfe, 0x8f, 0x56, 0xce, 0x7c, 0xfc, 0x87, 0x4b, 0x67, 0x6a, 0xdf, 0x64, 0xa1, 0x12, 0x67, 0x87,
+ 0x96, 0x20, 0x6b, 0x77, 0x95, 0x1e, 0x40, 0xe9, 0x21, 0x7b, 0x6b, 0x1d, 0x67, 0xed, 0xae, 0x70,
+ 0x57, 0x32, 0x08, 0x64, 0x93, 0x59, 0x71, 0x2a, 0x2d, 0xfb, 0x17, 0x98, 0xe7, 0xc7, 0x73, 0x5f,
+ 0x26, 0x15, 0xc2, 0x5f, 0x95, 0x9b, 0xcf, 0x28, 0xe2, 0x79, 0x6e, 0x76, 0x3a, 0xdf, 0x88, 0xd3,
+ 0xf1, 0x4d, 0x10, 0x86, 0x92, 0x4f, 0x6e, 0x42, 0xcc, 0x38, 0x1a, 0xb0, 0xc0, 0xe7, 0x2f, 0x16,
+ 0xe9, 0x32, 0x41, 0x5c, 0x10, 0xc4, 0xff, 0xa0, 0x88, 0x17, 0xf8, 0x22, 0x5b, 0x12, 0x2d, 0xc6,
+ 0xa5, 0xe9, 0xd1, 0xcb, 0x30, 0x47, 0x47, 0xbb, 0x1f, 0x11, 0x4b, 0x06, 0xcc, 0x72, 0x74, 0xcc,
+ 0x0c, 0x09, 0xc6, 0x1a, 0x8f, 0xda, 0x90, 0xe7, 0xa5, 0x91, 0x8a, 0x78, 0xaf, 0x1c, 0x2d, 0x05,
+ 0xeb, 0xd8, 0x43, 0x12, 0x9b, 0xbb, 0xcd, 0x0d, 0x88, 0x73, 0x89, 0xe9, 0xfc, 0x87, 0x59, 0x58,
+ 0x10, 0x3a, 0x8f, 0xac, 0xf0, 0x08, 0x06, 0xd8, 0x80, 0x05, 0x61, 0x17, 0x52, 0xd7, 0xa2, 0xee,
+ 0xca, 0x26, 0xd7, 0xbe, 0x91, 0x44, 0xe3, 0x34, 0x3d, 0x8f, 0x4f, 0x02, 0x24, 0x06, 0xe7, 0x92,
+ 0xf1, 0x69, 0x43, 0x23, 0x70, 0x44, 0x83, 0xf6, 0x61, 0xae, 0x27, 0x8e, 0x39, 0x55, 0x69, 0xd1,
+ 0xd6, 0x8c, 0x46, 0x1b, 0xad, 0x58, 0xba, 0x0f, 0x69, 0xbd, 0xf2, 0x37, 0xc5, 0x5a, 0x58, 0xed,
+ 0x77, 0x59, 0xb8, 0x38, 0x95, 0x1e, 0xed, 0xaa, 0x3d, 0x91, 0x67, 0x68, 0x7d, 0x06, 0x77, 0x6b,
+ 0x0f, 0x89, 0x9a, 0x43, 0x29, 0xb9, 0x53, 0xf1, 0xa3, 0x9a, 0x3d, 0x85, 0xa3, 0xda, 0x53, 0x47,
+ 0x55, 0x16, 0x1d, 0x33, 0x2c, 0x29, 0xf2, 0xca, 0x91, 0x01, 0x45, 0x87, 0xbe, 0xf6, 0x3a, 0x54,
+ 0xe2, 0xf9, 0xef, 0xe3, 0x3d, 0x77, 0xed, 0xeb, 0x3c, 0xcc, 0xc7, 0x92, 0x42, 0xf4, 0x82, 0xcc,
+ 0x90, 0xe5, 0x80, 0x79, 0x35, 0x20, 0x4a, 0x6f, 0xdf, 0x81, 0x73, 0x96, 0xe3, 0xb9, 0x64, 0xdd,
+ 0x0e, 0x44, 0xee, 0x31, 0x56, 0x06, 0xfa, 0xac, 0xa2, 0x3c, 0xd7, 0x4a, 0x60, 0x71, 0x8a, 0x1a,
+ 0x59, 0x50, 0xb0, 0x02, 0xd2, 0xa5, 0x2a, 0xc1, 0x69, 0xce, 0x94, 0xc9, 0xb6, 0x38, 0x27, 0x19,
+ 0x3e, 0xc4, 0x4f, 0x2c, 0x79, 0xa3, 0xff, 0x84, 0x0a, 0xa5, 0x03, 0x91, 0x21, 0x89, 0x64, 0x2a,
+ 0x7f, 0x9c, 0x64, 0x4a, 0xb8, 0x7b, 0xc3, 0xb8, 0x19, 0x0e, 0xc7, 0x09, 0x66, 0xe8, 0x55, 0x28,
+ 0xf5, 0x74, 0x50, 0x96, 0x8e, 0x69, 0x51, 0xad, 0xbd, 0x14, 0x86, 0xe1, 0x90, 0x82, 0xbb, 0xd3,
+ 0xdd, 0xc0, 0x74, 0xad, 0x81, 0xf2, 0x44, 0xa1, 0x3b, 0x6d, 0x0a, 0x28, 0x56, 0x58, 0xae, 0x76,
+ 0x66, 0xf6, 0x85, 0x1b, 0x8a, 0xa9, 0xbd, 0x63, 0xf6, 0x31, 0x87, 0x73, 0x74, 0x40, 0x7a, 0x2a,
+ 0x09, 0x08, 0xd1, 0x98, 0xf4, 0x30, 0x87, 0xa3, 0x21, 0x14, 0x03, 0x32, 0xf4, 0x18, 0xa9, 0x96,
+ 0xc5, 0x52, 0x6f, 0xcd, 0xa4, 0x56, 0x2c, 0x58, 0xc9, 0x32, 0x44, 0xd6, 0x6a, 0x12, 0x82, 0x95,
+ 0x10, 0xf4, 0xef, 0x00, 0x52, 0x25, 0x42, 0x09, 0x20, 0x26, 0x15, 0x56, 0xa0, 0x51, 0x66, 0x22,
+ 0x95, 0x28, 0x14, 0x12, 0xa3, 0xaf, 0xfd, 0x24, 0x03, 0x25, 0xbd, 0x79, 0x7f, 0x07, 0x25, 0xc0,
+ 0xfb, 0xb0, 0x90, 0xd2, 0xc9, 0x11, 0x1c, 0xf9, 0xf3, 0x90, 0x1f, 0x05, 0x8e, 0xce, 0x20, 0x84,
+ 0xf3, 0xd9, 0xc1, 0x6d, 0x03, 0x0b, 0x68, 0xed, 0x61, 0x01, 0xe6, 0x6f, 0x76, 0x3a, 0xdb, 0xba,
+ 0xa6, 0x78, 0xcc, 0x99, 0x8b, 0x65, 0xa0, 0xd9, 0x53, 0xcc, 0x40, 0x77, 0x20, 0xc7, 0x1c, 0x7d,
+ 0x50, 0xaf, 0x1d, 0xbb, 0x16, 0xec, 0xb4, 0x0d, 0x65, 0x42, 0xa2, 0xce, 0xec, 0xb4, 0x0d, 0xcc,
+ 0xf9, 0xf1, 0x13, 0x31, 0x24, 0x6c, 0xe0, 0x75, 0xd3, 0xd7, 0x6e, 0x77, 0x04, 0x14, 0x2b, 0x6c,
+ 0x2a, 0xef, 0x2f, 0x9c, 0x7a, 0xde, 0xff, 0x32, 0xcc, 0xf1, 0x48, 0xe1, 0x8d, 0x64, 0x12, 0x91,
+ 0x8b, 0x34, 0xd5, 0x91, 0x60, 0xac, 0xf1, 0xc8, 0x87, 0xf2, 0xae, 0x2e, 0x6a, 0x55, 0x26, 0xd1,
+ 0x7a, 0xf2, 0x99, 0x86, 0xf5, 0xb1, 0xbc, 0x0e, 0x08, 0x3f, 0x71, 0x24, 0x04, 0xfd, 0x2f, 0xcc,
+ 0x0d, 0x88, 0xd9, 0xe5, 0x9a, 0x29, 0x09, 0xcd, 0xe0, 0x27, 0x97, 0x17, 0xb3, 0xc4, 0xfa, 0x4d,
+ 0xc9, 0x54, 0x56, 0x63, 0xe1, 0x82, 0x15, 0x14, 0x6b, 0x99, 0x4b, 0xd7, 0xa0, 0x12, 0xa7, 0x3c,
+ 0x56, 0x6d, 0xf1, 0xad, 0x1c, 0x9c, 0xdf, 0x5c, 0x33, 0xf4, 0xe5, 0xc0, 0xb6, 0xe7, 0xd8, 0xd6,
+ 0x18, 0xfd, 0x3f, 0x14, 0x1d, 0x73, 0x97, 0x38, 0xb4, 0x9a, 0x11, 0xeb, 0xb9, 0xff, 0xe4, 0xeb,
+ 0x99, 0x60, 0x5e, 0x6f, 0x0b, 0xce, 0x72, 0x51, 0xa1, 0xb9, 0x49, 0x20, 0x56, 0x62, 0x91, 0x05,
+ 0x73, 0xbb, 0xa6, 0xb5, 0xe7, 0xf5, 0x7a, 0xca, 0x6d, 0xac, 0x1d, 0xdb, 0xe2, 0x9b, 0x72, 0x7c,
+ 0xa4, 0x37, 0x05, 0xc0, 0x9a, 0x33, 0x32, 0xe0, 0x22, 0x09, 0x02, 0x2f, 0xd8, 0x72, 0x15, 0x4a,
+ 0x99, 0x92, 0x38, 0x64, 0xa5, 0xe6, 0x0b, 0x6a, 0xe0, 0xc5, 0x8d, 0x69, 0x44, 0x78, 0xfa, 0xd8,
+ 0xa5, 0xb7, 0x61, 0x3e, 0xb6, 0xc0, 0x63, 0xed, 0xc5, 0x2f, 0x0a, 0x50, 0xd9, 0x34, 0x7b, 0x7b,
+ 0xe6, 0x11, 0x3d, 0xd1, 0x8b, 0x50, 0x60, 0x9e, 0x6f, 0x5b, 0x2a, 0xe8, 0x9f, 0x55, 0x04, 0x85,
+ 0x0e, 0x07, 0x62, 0x89, 0xe3, 0x19, 0xa8, 0x6f, 0x06, 0xcc, 0x66, 0xba, 0x2e, 0x28, 0x44, 0x19,
+ 0xe8, 0xb6, 0x46, 0xe0, 0x88, 0x26, 0x75, 0xd2, 0xf3, 0xa7, 0x7e, 0xd2, 0xd7, 0xa0, 0x12, 0x90,
+ 0xff, 0x1e, 0xd9, 0x01, 0xe9, 0x36, 0xac, 0x3d, 0x2a, 0xa2, 0x7a, 0x21, 0x6a, 0x75, 0xe0, 0x18,
+ 0x0e, 0x27, 0x28, 0x79, 0x2e, 0xc0, 0x6b, 0xce, 0x80, 0x50, 0x2a, 0x9c, 0x44, 0x29, 0xca, 0x05,
+ 0x5a, 0x0a, 0x8e, 0x43, 0x0a, 0x9e, 0x3b, 0xf5, 0x9c, 0x11, 0x1d, 0x5c, 0xe7, 0x3c, 0x78, 0xbe,
+ 0x2b, 0x7c, 0x45, 0x21, 0xca, 0x9d, 0xae, 0x27, 0xb0, 0x38, 0x45, 0xad, 0x1d, 0x72, 0xe9, 0x84,
+ 0x1d, 0x72, 0x2c, 0xbc, 0x94, 0x4f, 0x31, 0xbc, 0x34, 0x60, 0x21, 0x34, 0x01, 0xdb, 0xed, 0x6f,
+ 0x92, 0xb1, 0xca, 0x24, 0xc2, 0x5a, 0x67, 0x3b, 0x89, 0xc6, 0x69, 0xfa, 0x5a, 0x05, 0xa0, 0xed,
+ 0xf5, 0x95, 0xcc, 0xda, 0x8f, 0x73, 0x30, 0x7f, 0xb7, 0xd1, 0x31, 0x8e, 0x68, 0xcb, 0xb1, 0x22,
+ 0x31, 0xfb, 0x98, 0x22, 0x31, 0xa6, 0xa1, 0xdc, 0x53, 0xeb, 0x00, 0x9d, 0xfe, 0xb9, 0x50, 0xf6,
+ 0x56, 0x38, 0x59, 0x7b, 0xab, 0x7d, 0x9a, 0x87, 0xc5, 0x2d, 0x9f, 0xb8, 0xf7, 0x07, 0x36, 0xdd,
+ 0xd3, 0x9b, 0x75, 0x09, 0xf2, 0x03, 0x8f, 0xb2, 0x74, 0x4a, 0x75, 0xd3, 0xa3, 0x0c, 0x0b, 0x0c,
+ 0xdf, 0x2f, 0x7d, 0xd9, 0x90, 0xda, 0x2f, 0x7d, 0xd1, 0xa0, 0xf1, 0xdc, 0x03, 0xf1, 0x2c, 0x8c,
+ 0xfa, 0xa6, 0x35, 0x51, 0x03, 0xdf, 0xd5, 0x08, 0x1c, 0xd1, 0x88, 0x96, 0xe5, 0x88, 0x0d, 0x3a,
+ 0xde, 0x1e, 0x71, 0x8f, 0x57, 0x2d, 0xc8, 0x96, 0xa5, 0x1e, 0x8b, 0x23, 0x36, 0xe8, 0x0a, 0x80,
+ 0x19, 0xb5, 0x4f, 0x65, 0xa5, 0x10, 0x6a, 0xbc, 0x11, 0x35, 0x4f, 0x63, 0x54, 0x71, 0x43, 0x2b,
+ 0x3e, 0x35, 0x43, 0x9b, 0x3b, 0xf5, 0x56, 0xe3, 0xaf, 0xb3, 0x50, 0x34, 0x04, 0x13, 0xf4, 0x21,
+ 0x94, 0x86, 0x84, 0x99, 0xa2, 0x58, 0x96, 0xf5, 0xc0, 0xeb, 0x47, 0xbb, 0x93, 0xd9, 0x12, 0x47,
+ 0xf5, 0x0e, 0x61, 0x66, 0x24, 0x2e, 0x82, 0xe1, 0x90, 0x2b, 0x2f, 0xc5, 0xc5, 0x25, 0x76, 0x76,
+ 0xd6, 0xdb, 0x05, 0x39, 0x63, 0xc3, 0x27, 0xd6, 0xd4, 0x7b, 0x6b, 0x17, 0x8a, 0x94, 0x99, 0x6c,
+ 0x44, 0x67, 0x6f, 0x69, 0x29, 0x49, 0x82, 0x5b, 0xec, 0x42, 0x4e, 0x7c, 0x63, 0x25, 0xa5, 0xf6,
+ 0xdb, 0x0c, 0x80, 0x24, 0x6c, 0xdb, 0x94, 0xa1, 0xff, 0x9a, 0x50, 0x64, 0xfd, 0x68, 0x8a, 0xe4,
+ 0xa3, 0x85, 0x1a, 0xc3, 0x50, 0xa6, 0x21, 0x31, 0x25, 0x12, 0x28, 0xd8, 0x8c, 0x0c, 0xa9, 0x2a,
+ 0x48, 0xde, 0x9b, 0x75, 0x6d, 0x51, 0x2a, 0x71, 0x8b, 0xb3, 0xc5, 0x92, 0x7b, 0xed, 0x97, 0x05,
+ 0xbd, 0x26, 0xae, 0x58, 0xf4, 0x49, 0x26, 0x75, 0x41, 0x2b, 0x73, 0xc5, 0x5b, 0x27, 0x76, 0x61,
+ 0x15, 0x05, 0xfd, 0x47, 0xdf, 0xf7, 0x22, 0x0f, 0x4a, 0x4c, 0x5a, 0xb8, 0x5e, 0x7e, 0x63, 0xe6,
+ 0xb3, 0x12, 0x29, 0x5b, 0x01, 0x28, 0x0e, 0x85, 0x20, 0x07, 0x4a, 0x8c, 0x0c, 0x7d, 0xc7, 0x64,
+ 0x64, 0xf6, 0x6b, 0x93, 0x8e, 0xe2, 0x24, 0xeb, 0x5d, 0xfd, 0x85, 0x43, 0x09, 0xe8, 0xd3, 0x0c,
+ 0x2c, 0x76, 0x93, 0x57, 0xe7, 0x3a, 0xf8, 0xcc, 0xa0, 0xe8, 0xd4, 0x65, 0x7c, 0xd8, 0x22, 0x58,
+ 0x4c, 0x21, 0x28, 0x9e, 0x10, 0x8e, 0x6e, 0x03, 0x52, 0x99, 0xef, 0x75, 0xd3, 0x76, 0x48, 0x17,
+ 0x7b, 0x23, 0xb7, 0x2b, 0x3c, 0x6a, 0x29, 0x6a, 0x61, 0x6d, 0x4c, 0x50, 0xe0, 0x29, 0xa3, 0x78,
+ 0xae, 0x27, 0xa6, 0xda, 0x1c, 0x51, 0xe1, 0x97, 0x8b, 0xc9, 0x67, 0x2d, 0x1b, 0x31, 0x1c, 0x4e,
+ 0x50, 0xa2, 0xab, 0x30, 0x67, 0xd9, 0x81, 0x35, 0xb2, 0x99, 0xba, 0xa5, 0x79, 0x4e, 0x0d, 0x3a,
+ 0x1f, 0xeb, 0xc5, 0x48, 0x02, 0xac, 0x29, 0x6b, 0x1e, 0x54, 0xe2, 0x87, 0x17, 0x7d, 0x10, 0x3a,
+ 0x05, 0x79, 0x26, 0xdf, 0x3a, 0x7e, 0x8b, 0xfd, 0x6f, 0x7b, 0x81, 0x9f, 0x67, 0xa1, 0x62, 0x38,
+ 0xa6, 0x15, 0x06, 0xd6, 0xa4, 0x6f, 0xcf, 0x3c, 0x85, 0x24, 0x02, 0xa8, 0x98, 0x8f, 0x88, 0xad,
+ 0xd9, 0x63, 0xb7, 0x35, 0x8d, 0x70, 0x30, 0x8e, 0x31, 0xe2, 0xd9, 0x80, 0x35, 0x30, 0x5d, 0x97,
+ 0x38, 0x2a, 0xc0, 0x87, 0xd1, 0xad, 0x25, 0xc1, 0x58, 0xe3, 0x39, 0xe9, 0x90, 0x50, 0x6a, 0xf6,
+ 0x75, 0xd7, 0x21, 0x24, 0xbd, 0x23, 0xc1, 0x58, 0xe3, 0x6b, 0x7f, 0xc9, 0x03, 0x32, 0x98, 0xe9,
+ 0x76, 0xcd, 0xa0, 0xbb, 0xb9, 0x16, 0x66, 0x92, 0x8f, 0x7c, 0xb8, 0x91, 0x79, 0x1a, 0x0f, 0x37,
+ 0x62, 0x2f, 0x70, 0xb2, 0xa7, 0xf2, 0x02, 0xe7, 0x6e, 0xfc, 0x05, 0x8e, 0xd4, 0xf6, 0xeb, 0xd3,
+ 0x5e, 0xe0, 0xfc, 0xe3, 0xe6, 0x68, 0x97, 0x04, 0x2e, 0x61, 0x84, 0xea, 0xb9, 0x1e, 0xe1, 0x1d,
+ 0xce, 0xe9, 0xe7, 0xb5, 0x3d, 0x38, 0xeb, 0x9b, 0xcc, 0x1a, 0x18, 0x2c, 0x30, 0x19, 0xe9, 0x8f,
+ 0x55, 0x72, 0xf6, 0x9e, 0x1a, 0x76, 0x76, 0x3b, 0x8e, 0x7c, 0x78, 0xb0, 0xf2, 0xcf, 0x8f, 0x7a,
+ 0x57, 0xc7, 0xc6, 0x3e, 0xa1, 0x75, 0x41, 0x2e, 0x1a, 0x51, 0x49, 0xb6, 0x3c, 0x03, 0x74, 0xec,
+ 0x7d, 0xb2, 0x15, 0x75, 0xa2, 0x4a, 0xd1, 0xdc, 0xda, 0x21, 0x06, 0xc7, 0xa8, 0x6a, 0xab, 0x50,
+ 0x91, 0x27, 0x5a, 0xdd, 0x8b, 0xac, 0x40, 0xc1, 0x74, 0x1c, 0xef, 0x81, 0x38, 0xb9, 0x05, 0x79,
+ 0xd7, 0xdd, 0xe0, 0x00, 0x2c, 0xe1, 0xb5, 0xdf, 0x14, 0x21, 0xf4, 0xe2, 0xc8, 0x9a, 0x08, 0xfa,
+ 0xc7, 0x7f, 0xc3, 0x71, 0x47, 0x31, 0x90, 0x01, 0x42, 0x7f, 0xc5, 0x62, 0xbf, 0x7a, 0x51, 0x60,
+ 0x5b, 0xa4, 0x61, 0x59, 0xde, 0x48, 0xb5, 0x9a, 0xb2, 0x93, 0x2f, 0x0a, 0x92, 0x14, 0x78, 0xca,
+ 0x28, 0x74, 0x5b, 0xbc, 0x96, 0x61, 0x26, 0xd7, 0xa9, 0x8a, 0x6d, 0x2f, 0x3c, 0xe2, 0xb5, 0x8c,
+ 0x24, 0x0a, 0x9f, 0xc8, 0xc8, 0x4f, 0x1c, 0x0d, 0x47, 0x1b, 0x30, 0xb7, 0xef, 0x39, 0xa3, 0x21,
+ 0xd1, 0x36, 0xb5, 0x34, 0x8d, 0xd3, 0x3d, 0x41, 0x12, 0x2b, 0x1e, 0xe4, 0x10, 0xac, 0xc7, 0x22,
+ 0x02, 0x0b, 0xe2, 0x45, 0x86, 0xcd, 0xc6, 0xaa, 0x8d, 0xa3, 0x2a, 0xa0, 0x97, 0xa6, 0xb1, 0xdb,
+ 0xf6, 0xba, 0x46, 0x92, 0xba, 0xf9, 0x0c, 0xaf, 0x5d, 0x53, 0x40, 0x9c, 0xe6, 0x89, 0xbe, 0x93,
+ 0x81, 0x8a, 0xeb, 0x75, 0x89, 0xf6, 0x76, 0x2a, 0xe1, 0xef, 0xcc, 0x1e, 0xd9, 0xeb, 0x77, 0x63,
+ 0x6c, 0xe5, 0xa5, 0x57, 0x18, 0xdf, 0xe2, 0x28, 0x9c, 0x90, 0x8f, 0x76, 0x60, 0x9e, 0x79, 0x8e,
+ 0x3a, 0xa3, 0xba, 0x0a, 0x58, 0x9e, 0xb6, 0xe6, 0x4e, 0x48, 0x16, 0x35, 0x7c, 0x23, 0x18, 0xc5,
+ 0x71, 0x3e, 0xc8, 0x85, 0x45, 0x7b, 0x68, 0xf6, 0xc9, 0xf6, 0xc8, 0x71, 0xa4, 0x8b, 0xd7, 0x57,
+ 0x96, 0x53, 0x9f, 0x45, 0x71, 0x47, 0xe4, 0xa8, 0x73, 0x41, 0x7a, 0x24, 0x20, 0xae, 0x45, 0xa2,
+ 0x64, 0xe1, 0x56, 0x8a, 0x13, 0x9e, 0xe0, 0xbd, 0xf4, 0x2e, 0x9c, 0x9f, 0x58, 0xff, 0xb1, 0xee,
+ 0xc4, 0x0c, 0x80, 0xa8, 0x6f, 0x88, 0x5e, 0x84, 0x02, 0x65, 0x66, 0xa0, 0x0b, 0xd3, 0x30, 0x4d,
+ 0x35, 0x38, 0x10, 0x4b, 0x1c, 0x2f, 0x5e, 0x29, 0xf3, 0x7c, 0x75, 0x06, 0xa2, 0x62, 0x80, 0x79,
+ 0x3e, 0x16, 0x98, 0xda, 0x9f, 0xb2, 0x30, 0xa7, 0xa3, 0x09, 0x8d, 0xa5, 0x73, 0x99, 0x59, 0xdb,
+ 0x35, 0x8a, 0xe9, 0x63, 0xb3, 0xba, 0xa4, 0xcf, 0xcd, 0x9e, 0xba, 0xcf, 0xdd, 0x83, 0xa2, 0x2f,
+ 0x3c, 0x9a, 0x3a, 0xe5, 0x37, 0x66, 0x97, 0x2d, 0xd8, 0xc9, 0x80, 0x25, 0x7f, 0x63, 0x25, 0xa2,
+ 0xf6, 0x75, 0x06, 0x16, 0xd3, 0x33, 0x44, 0x7b, 0x90, 0xa3, 0x81, 0xa5, 0x34, 0xbe, 0x7d, 0x72,
+ 0x4b, 0x97, 0xc1, 0x52, 0xde, 0x71, 0x18, 0x81, 0x85, 0xb9, 0x14, 0x6e, 0x11, 0x5d, 0x42, 0x59,
+ 0xda, 0x22, 0xd6, 0x09, 0x65, 0x58, 0x60, 0x50, 0x7b, 0x32, 0xa8, 0xd6, 0xa7, 0x05, 0xd5, 0xe7,
+ 0xd2, 0xf2, 0xa6, 0x85, 0xd4, 0xda, 0xef, 0xb3, 0xf0, 0xec, 0xf4, 0x89, 0xa1, 0x77, 0xe0, 0x5c,
+ 0x94, 0x51, 0xc7, 0x9e, 0x72, 0x87, 0xb7, 0x8e, 0xeb, 0x09, 0x2c, 0x4e, 0x51, 0xf3, 0x28, 0xa6,
+ 0xba, 0xd8, 0xfa, 0x3d, 0x77, 0xec, 0x1e, 0xa3, 0x15, 0x62, 0x70, 0x8c, 0x0a, 0x35, 0x60, 0x41,
+ 0x7d, 0x75, 0xe2, 0x85, 0x4b, 0xec, 0x6e, 0xaf, 0x95, 0x44, 0xe3, 0x34, 0x3d, 0xcf, 0xda, 0x78,
+ 0xb4, 0xe1, 0x32, 0x53, 0x59, 0xdb, 0xba, 0x04, 0x63, 0x8d, 0xe7, 0x39, 0x3d, 0xff, 0x19, 0x8a,
+ 0x2a, 0x24, 0x73, 0xfa, 0xf5, 0x18, 0x0e, 0x27, 0x28, 0xa3, 0x87, 0x48, 0xb2, 0x0c, 0x98, 0x78,
+ 0x88, 0x54, 0xfb, 0x2a, 0x03, 0x67, 0x13, 0xf6, 0x86, 0x7a, 0x90, 0xdb, 0x5b, 0xd3, 0xe9, 0xfb,
+ 0xe6, 0x09, 0x76, 0x29, 0xa4, 0x05, 0x6d, 0xae, 0x51, 0xcc, 0x05, 0xa0, 0x8f, 0xc2, 0x4a, 0x61,
+ 0xe6, 0xf7, 0x09, 0xf1, 0x84, 0x42, 0x25, 0x78, 0xc9, 0xa2, 0x61, 0x23, 0x5c, 0xa4, 0xf1, 0xc0,
+ 0x66, 0xd6, 0x00, 0x3d, 0x07, 0x39, 0xd3, 0x1d, 0x8b, 0x9c, 0xa3, 0x2c, 0xe7, 0xd5, 0x70, 0xc7,
+ 0x98, 0xc3, 0x04, 0xca, 0x71, 0x54, 0x63, 0x53, 0xa2, 0x1c, 0x07, 0x73, 0x58, 0xed, 0x67, 0x00,
+ 0x0b, 0x29, 0x7f, 0x74, 0x84, 0x56, 0xa9, 0xb4, 0xaf, 0xae, 0x2d, 0xc3, 0xce, 0xa4, 0x7d, 0x29,
+ 0x0c, 0x8e, 0x51, 0xa1, 0xbe, 0xdc, 0x04, 0xe9, 0x4a, 0xda, 0x33, 0x69, 0x26, 0x95, 0xeb, 0xa7,
+ 0x76, 0xe1, 0x93, 0x0c, 0x54, 0xcc, 0xd8, 0xbb, 0x72, 0x75, 0x39, 0x78, 0x67, 0x96, 0x8c, 0x7b,
+ 0xe2, 0x49, 0xbd, 0x7c, 0x72, 0x10, 0x47, 0xe0, 0x84, 0x50, 0x64, 0x41, 0x7e, 0xc0, 0x98, 0x7e,
+ 0x4e, 0xbc, 0x71, 0x22, 0xad, 0x3e, 0xd9, 0x94, 0xe6, 0x00, 0x2c, 0x98, 0xa3, 0x07, 0x50, 0x36,
+ 0x1f, 0x50, 0xf9, 0x27, 0x10, 0xf5, 0xce, 0x78, 0x96, 0xc2, 0x22, 0xf5, 0x7f, 0x12, 0x75, 0x51,
+ 0xaa, 0xa1, 0x38, 0x92, 0x85, 0x02, 0x28, 0x5a, 0xe2, 0x3d, 0xa8, 0x6a, 0x9d, 0xde, 0x38, 0xa1,
+ 0x77, 0xa5, 0xcd, 0xf3, 0x3c, 0x99, 0x4f, 0x80, 0xb0, 0x92, 0x84, 0xfa, 0x50, 0xd8, 0x33, 0x7b,
+ 0x7b, 0xa6, 0x6a, 0xa6, 0xcc, 0x70, 0xb8, 0xe2, 0xed, 0x33, 0xe9, 0x40, 0x04, 0x04, 0x4b, 0xfe,
+ 0x7c, 0xeb, 0x5c, 0x93, 0x51, 0xf5, 0x2e, 0x63, 0x86, 0xad, 0x8b, 0x75, 0x36, 0xe4, 0xd6, 0x71,
+ 0x00, 0x16, 0xcc, 0xf9, 0x6a, 0x44, 0x69, 0x2c, 0x1a, 0x28, 0xb3, 0xb9, 0x8a, 0xd8, 0xd5, 0x81,
+ 0x5c, 0x8d, 0x80, 0x60, 0xc9, 0x9f, 0xdb, 0x88, 0xa7, 0x6f, 0xee, 0xab, 0xf3, 0xb3, 0xda, 0x48,
+ 0xba, 0x09, 0x20, 0x6d, 0x24, 0x84, 0xe2, 0x48, 0x16, 0xfa, 0x00, 0x72, 0x8e, 0xd7, 0xaf, 0x9e,
+ 0x9d, 0xf5, 0xce, 0x36, 0x6a, 0x17, 0xc9, 0x83, 0xde, 0xf6, 0xfa, 0x98, 0x73, 0x46, 0x23, 0x28,
+ 0x52, 0xe1, 0xfb, 0xaa, 0x95, 0x13, 0xca, 0x4f, 0xa4, 0x2b, 0x6d, 0x5e, 0x50, 0x97, 0x5c, 0xfa,
+ 0x4d, 0x8c, 0x80, 0x62, 0x25, 0xac, 0x66, 0xc1, 0x7c, 0xec, 0xaf, 0x04, 0x47, 0x78, 0x68, 0x7b,
+ 0x05, 0x60, 0x9f, 0x04, 0x76, 0x6f, 0xdc, 0x22, 0x01, 0x53, 0x2f, 0xca, 0x43, 0x6f, 0x79, 0x2f,
+ 0xc4, 0xe0, 0x18, 0x55, 0xb3, 0xfe, 0xd9, 0x97, 0xcb, 0x67, 0x3e, 0xff, 0x72, 0xf9, 0xcc, 0x17,
+ 0x5f, 0x2e, 0x9f, 0xf9, 0xf8, 0x70, 0x39, 0xf3, 0xd9, 0xe1, 0x72, 0xe6, 0xf3, 0xc3, 0xe5, 0xcc,
+ 0x17, 0x87, 0xcb, 0x99, 0x3f, 0x1e, 0x2e, 0x67, 0xbe, 0xfb, 0xd5, 0xf2, 0x99, 0xff, 0x28, 0xe9,
+ 0x05, 0xfc, 0x35, 0x00, 0x00, 0xff, 0xff, 0x1f, 0x51, 0x31, 0x31, 0xc7, 0x37, 0x00, 0x00,
}
func (m *AWSLambdaTrigger) Marshal() (dAtA []byte, err error) {
@@ -3137,6 +3139,20 @@ func (m *Template) MarshalToSizedBuffer(dAtA []byte) (int, error) {
_ = i
var l int
_ = l
+ if len(m.ImagePullSecrets) > 0 {
+ for iNdEx := len(m.ImagePullSecrets) - 1; iNdEx >= 0; iNdEx-- {
+ {
+ size, err := m.ImagePullSecrets[iNdEx].MarshalToSizedBuffer(dAtA[:i])
+ if err != nil {
+ return 0, err
+ }
+ i -= size
+ i = encodeVarintGenerated(dAtA, i, uint64(size))
+ }
+ i--
+ dAtA[i] = 0x42
+ }
+ }
if len(m.Tolerations) > 0 {
for iNdEx := len(m.Tolerations) - 1; iNdEx >= 0; iNdEx-- {
{
@@ -4427,6 +4443,12 @@ func (m *Template) Size() (n int) {
n += 1 + l + sovGenerated(uint64(l))
}
}
+ if len(m.ImagePullSecrets) > 0 {
+ for _, e := range m.ImagePullSecrets {
+ l = e.Size()
+ n += 1 + l + sovGenerated(uint64(l))
+ }
+ }
return n
}
@@ -5109,6 +5131,11 @@ func (this *Template) String() string {
repeatedStringForTolerations += fmt.Sprintf("%v", f) + ","
}
repeatedStringForTolerations += "}"
+ repeatedStringForImagePullSecrets := "[]LocalObjectReference{"
+ for _, f := range this.ImagePullSecrets {
+ repeatedStringForImagePullSecrets += fmt.Sprintf("%v", f) + ","
+ }
+ repeatedStringForImagePullSecrets += "}"
keysForNodeSelector := make([]string, 0, len(this.NodeSelector))
for k := range this.NodeSelector {
keysForNodeSelector = append(keysForNodeSelector, k)
@@ -5127,6 +5154,7 @@ func (this *Template) String() string {
`SecurityContext:` + strings.Replace(fmt.Sprintf("%v", this.SecurityContext), "PodSecurityContext", "v1.PodSecurityContext", 1) + `,`,
`NodeSelector:` + mapStringForNodeSelector + `,`,
`Tolerations:` + repeatedStringForTolerations + `,`,
+ `ImagePullSecrets:` + repeatedStringForImagePullSecrets + `,`,
`}`,
}, "")
return s
@@ -11354,6 +11382,40 @@ func (m *Template) Unmarshal(dAtA []byte) error {
return err
}
iNdEx = postIndex
+ case 8:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field ImagePullSecrets", 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
+ }
+ m.ImagePullSecrets = append(m.ImagePullSecrets, v1.LocalObjectReference{})
+ if err := m.ImagePullSecrets[len(m.ImagePullSecrets)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipGenerated(dAtA[iNdEx:])
diff --git a/pkg/apis/sensor/v1alpha1/generated.proto b/pkg/apis/sensor/v1alpha1/generated.proto
index fbbfa4f3b8..d5296e23b7 100644
--- a/pkg/apis/sensor/v1alpha1/generated.proto
+++ b/pkg/apis/sensor/v1alpha1/generated.proto
@@ -566,6 +566,15 @@ message Template {
// If specified, the pod's tolerations.
// +optional
repeated k8s.io.api.core.v1.Toleration tolerations = 7;
+
+ // ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec.
+ // If specified, these secrets will be passed to individual puller implementations for them to use. For example,
+ // in the case of docker, only DockerConfig type secrets are honored.
+ // More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod
+ // +optional
+ // +patchMergeKey=name
+ // +patchStrategy=merge
+ repeated k8s.io.api.core.v1.LocalObjectReference imagePullSecrets = 8;
}
// TimeFilter describes a window in time.
diff --git a/pkg/apis/sensor/v1alpha1/openapi_generated.go b/pkg/apis/sensor/v1alpha1/openapi_generated.go
index 47a1c6a8a1..d6e2f66bb6 100644
--- a/pkg/apis/sensor/v1alpha1/openapi_generated.go
+++ b/pkg/apis/sensor/v1alpha1/openapi_generated.go
@@ -1593,11 +1593,30 @@ func schema_pkg_apis_sensor_v1alpha1_Template(ref common.ReferenceCallback) comm
},
},
},
+ "imagePullSecrets": {
+ VendorExtensible: spec.VendorExtensible{
+ Extensions: spec.Extensions{
+ "x-kubernetes-patch-merge-key": "name",
+ "x-kubernetes-patch-strategy": "merge",
+ },
+ },
+ SchemaProps: spec.SchemaProps{
+ Description: "ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod",
+ Type: []string{"array"},
+ Items: &spec.SchemaOrArray{
+ Schema: &spec.Schema{
+ SchemaProps: spec.SchemaProps{
+ Ref: ref("k8s.io/api/core/v1.LocalObjectReference"),
+ },
+ },
+ },
+ },
+ },
},
},
},
Dependencies: []string{
- "github.com/argoproj/argo-events/pkg/apis/common.Metadata", "k8s.io/api/core/v1.Container", "k8s.io/api/core/v1.PodSecurityContext", "k8s.io/api/core/v1.Toleration", "k8s.io/api/core/v1.Volume"},
+ "github.com/argoproj/argo-events/pkg/apis/common.Metadata", "k8s.io/api/core/v1.Container", "k8s.io/api/core/v1.LocalObjectReference", "k8s.io/api/core/v1.PodSecurityContext", "k8s.io/api/core/v1.Toleration", "k8s.io/api/core/v1.Volume"},
}
}
diff --git a/pkg/apis/sensor/v1alpha1/types.go b/pkg/apis/sensor/v1alpha1/types.go
index 91e9d1ca38..ffb447fcb1 100644
--- a/pkg/apis/sensor/v1alpha1/types.go
+++ b/pkg/apis/sensor/v1alpha1/types.go
@@ -137,6 +137,14 @@ type Template struct {
// If specified, the pod's tolerations.
// +optional
Tolerations []corev1.Toleration `json:"tolerations,omitempty" protobuf:"bytes,7,rep,name=tolerations"`
+ // ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec.
+ // If specified, these secrets will be passed to individual puller implementations for them to use. For example,
+ // in the case of docker, only DockerConfig type secrets are honored.
+ // More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod
+ // +optional
+ // +patchMergeKey=name
+ // +patchStrategy=merge
+ ImagePullSecrets []corev1.LocalObjectReference `json:"imagePullSecrets,omitempty" patchStrategy:"merge" patchMergeKey:"name" protobuf:"bytes,8,rep,name=imagePullSecrets"`
}
// EventDependency describes a dependency
diff --git a/pkg/apis/sensor/v1alpha1/zz_generated.deepcopy.go b/pkg/apis/sensor/v1alpha1/zz_generated.deepcopy.go
index b079579c46..e270ef1b85 100644
--- a/pkg/apis/sensor/v1alpha1/zz_generated.deepcopy.go
+++ b/pkg/apis/sensor/v1alpha1/zz_generated.deepcopy.go
@@ -876,6 +876,11 @@ func (in *Template) DeepCopyInto(out *Template) {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
+ if in.ImagePullSecrets != nil {
+ in, out := &in.ImagePullSecrets, &out.ImagePullSecrets
+ *out = make([]v1.LocalObjectReference, len(*in))
+ copy(*out, *in)
+ }
return
}