diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index 0f8c208590244..6c5e2d9f19a0c 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -44496,6 +44496,18 @@ } } }, + "io.k8s.kubernetes.pkg.api.v1.LocalVolumeSource": { + "description": "Local represents directly-attached storage with node affinity", + "required": [ + "path" + ], + "properties": { + "path": { + "description": "The full path to the volume on the node For alpha, this path must be a directory Once block as a source is supported, then this path can point to a block device", + "type": "string" + } + } + }, "io.k8s.kubernetes.pkg.api.v1.NFSVolumeSource": { "description": "Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.", "required": [ @@ -45273,6 +45285,10 @@ "description": "ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin.", "$ref": "#/definitions/io.k8s.kubernetes.pkg.api.v1.ISCSIVolumeSource" }, + "local": { + "description": "Local represents directly-attached storage with node affinity", + "$ref": "#/definitions/io.k8s.kubernetes.pkg.api.v1.LocalVolumeSource" + }, "nfs": { "description": "NFS represents an NFS mount on the host. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs", "$ref": "#/definitions/io.k8s.kubernetes.pkg.api.v1.NFSVolumeSource" diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index 566f320137813..79285697a2c51 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -18966,6 +18966,10 @@ "$ref": "v1.ScaleIOVolumeSource", "description": "ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes." }, + "local": { + "$ref": "v1.LocalVolumeSource", + "description": "Local represents directly-attached storage with node affinity" + }, "accessModes": { "type": "array", "items": { @@ -19536,6 +19540,19 @@ } } }, + "v1.LocalVolumeSource": { + "id": "v1.LocalVolumeSource", + "description": "Local represents directly-attached storage with node affinity", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "description": "The full path to the volume on the node For alpha, this path must be a directory Once block as a source is supported, then this path can point to a block device" + } + } + }, "v1.PersistentVolumeStatus": { "id": "v1.PersistentVolumeStatus", "description": "PersistentVolumeStatus is the current status of a persistent volume.", diff --git a/docs/api-reference/v1/definitions.html b/docs/api-reference/v1/definitions.html index 9a887064d5dd9..ac5bc7464aa65 100755 --- a/docs/api-reference/v1/definitions.html +++ b/docs/api-reference/v1/definitions.html @@ -728,6 +728,40 @@

v1.NodeSelectorTerm

+ +
+

v1.LocalVolumeSource

+
+

Local represents directly-attached storage with node affinity

+
+ +++++++ + + + + + + + + + + + + + + + + + + +
NameDescriptionRequiredSchemaDefault

path

The full path to the volume on the node For alpha, this path must be a directory Once block as a source is supported, then this path can point to a block device

true

string

+

v1.Preconditions

@@ -4926,9 +4960,9 @@

v1.PodStatus

-

v1.LimitRange

+

v1.DownwardAPIVolumeFile

-

LimitRange sets resource usage limits for each kind of resource in a Namespace.

+

DownwardAPIVolumeFile represents information to create the file containing the pod field

@@ -4949,31 +4983,31 @@

v1.LimitRange

- - - + + + - - + + - + - - + + - + - - + + - + @@ -4981,9 +5015,9 @@

v1.LimitRange

-

v1.DownwardAPIVolumeFile

+

v1.LimitRange

-

DownwardAPIVolumeFile represents information to create the file containing the pod field

+

LimitRange sets resource usage limits for each kind of resource in a Namespace.

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

path

Required: Path is the relative path name of the file to be created. Must not be absolute or contain the .. path. Must be utf-8 encoded. The first item of the relative path must not start with ..

true

string

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

fieldRef

Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.

false

string

v1.ObjectFieldSelector

metadata

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

resourceFieldRef

Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.

false

v1.ObjectMeta

v1.ResourceFieldSelector

spec

Spec defines the limits enforced. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

mode

Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

false

v1.LimitRangeSpec

integer (int32)

@@ -5004,31 +5038,31 @@

v1.DownwardAPIVolumeFile

- - - + + + - - + + - + - - + + - + - - + + - + @@ -7342,6 +7376,13 @@

v1.PersistentVolumeSpec

+ + + + + + + @@ -10043,7 +10084,7 @@

any

diff --git a/pkg/api/v1/generated.pb.go b/pkg/api/v1/generated.pb.go index 4901ea32244f6..0533a6c2d87d1 100644 --- a/pkg/api/v1/generated.pb.go +++ b/pkg/api/v1/generated.pb.go @@ -93,6 +93,7 @@ limitations under the License. LoadBalancerIngress LoadBalancerStatus LocalObjectReference + LocalVolumeSource NFSVolumeSource Namespace NamespaceList @@ -503,430 +504,436 @@ func (m *LocalObjectReference) Reset() { *m = LocalObjectRefe func (*LocalObjectReference) ProtoMessage() {} func (*LocalObjectReference) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{67} } +func (m *LocalVolumeSource) Reset() { *m = LocalVolumeSource{} } +func (*LocalVolumeSource) ProtoMessage() {} +func (*LocalVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{68} } + func (m *NFSVolumeSource) Reset() { *m = NFSVolumeSource{} } func (*NFSVolumeSource) ProtoMessage() {} -func (*NFSVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{68} } +func (*NFSVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{69} } func (m *Namespace) Reset() { *m = Namespace{} } func (*Namespace) ProtoMessage() {} -func (*Namespace) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{69} } +func (*Namespace) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{70} } func (m *NamespaceList) Reset() { *m = NamespaceList{} } func (*NamespaceList) ProtoMessage() {} -func (*NamespaceList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{70} } +func (*NamespaceList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{71} } func (m *NamespaceSpec) Reset() { *m = NamespaceSpec{} } func (*NamespaceSpec) ProtoMessage() {} -func (*NamespaceSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{71} } +func (*NamespaceSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{72} } func (m *NamespaceStatus) Reset() { *m = NamespaceStatus{} } func (*NamespaceStatus) ProtoMessage() {} -func (*NamespaceStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{72} } +func (*NamespaceStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{73} } func (m *Node) Reset() { *m = Node{} } func (*Node) ProtoMessage() {} -func (*Node) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{73} } +func (*Node) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{74} } func (m *NodeAddress) Reset() { *m = NodeAddress{} } func (*NodeAddress) ProtoMessage() {} -func (*NodeAddress) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{74} } +func (*NodeAddress) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{75} } func (m *NodeAffinity) Reset() { *m = NodeAffinity{} } func (*NodeAffinity) ProtoMessage() {} -func (*NodeAffinity) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{75} } +func (*NodeAffinity) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{76} } func (m *NodeCondition) Reset() { *m = NodeCondition{} } func (*NodeCondition) ProtoMessage() {} -func (*NodeCondition) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{76} } +func (*NodeCondition) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{77} } func (m *NodeDaemonEndpoints) Reset() { *m = NodeDaemonEndpoints{} } func (*NodeDaemonEndpoints) ProtoMessage() {} -func (*NodeDaemonEndpoints) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{77} } +func (*NodeDaemonEndpoints) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{78} } func (m *NodeList) Reset() { *m = NodeList{} } func (*NodeList) ProtoMessage() {} -func (*NodeList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{78} } +func (*NodeList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{79} } func (m *NodeProxyOptions) Reset() { *m = NodeProxyOptions{} } func (*NodeProxyOptions) ProtoMessage() {} -func (*NodeProxyOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{79} } +func (*NodeProxyOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{80} } func (m *NodeResources) Reset() { *m = NodeResources{} } func (*NodeResources) ProtoMessage() {} -func (*NodeResources) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{80} } +func (*NodeResources) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{81} } func (m *NodeSelector) Reset() { *m = NodeSelector{} } func (*NodeSelector) ProtoMessage() {} -func (*NodeSelector) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{81} } +func (*NodeSelector) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{82} } func (m *NodeSelectorRequirement) Reset() { *m = NodeSelectorRequirement{} } func (*NodeSelectorRequirement) ProtoMessage() {} func (*NodeSelectorRequirement) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{82} + return fileDescriptorGenerated, []int{83} } func (m *NodeSelectorTerm) Reset() { *m = NodeSelectorTerm{} } func (*NodeSelectorTerm) ProtoMessage() {} -func (*NodeSelectorTerm) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{83} } +func (*NodeSelectorTerm) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{84} } func (m *NodeSpec) Reset() { *m = NodeSpec{} } func (*NodeSpec) ProtoMessage() {} -func (*NodeSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{84} } +func (*NodeSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{85} } func (m *NodeStatus) Reset() { *m = NodeStatus{} } func (*NodeStatus) ProtoMessage() {} -func (*NodeStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{85} } +func (*NodeStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{86} } func (m *NodeSystemInfo) Reset() { *m = NodeSystemInfo{} } func (*NodeSystemInfo) ProtoMessage() {} -func (*NodeSystemInfo) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{86} } +func (*NodeSystemInfo) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{87} } func (m *ObjectFieldSelector) Reset() { *m = ObjectFieldSelector{} } func (*ObjectFieldSelector) ProtoMessage() {} -func (*ObjectFieldSelector) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{87} } +func (*ObjectFieldSelector) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{88} } func (m *ObjectMeta) Reset() { *m = ObjectMeta{} } func (*ObjectMeta) ProtoMessage() {} -func (*ObjectMeta) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{88} } +func (*ObjectMeta) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{89} } func (m *ObjectReference) Reset() { *m = ObjectReference{} } func (*ObjectReference) ProtoMessage() {} -func (*ObjectReference) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{89} } +func (*ObjectReference) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{90} } func (m *PersistentVolume) Reset() { *m = PersistentVolume{} } func (*PersistentVolume) ProtoMessage() {} -func (*PersistentVolume) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{90} } +func (*PersistentVolume) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{91} } func (m *PersistentVolumeClaim) Reset() { *m = PersistentVolumeClaim{} } func (*PersistentVolumeClaim) ProtoMessage() {} -func (*PersistentVolumeClaim) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{91} } +func (*PersistentVolumeClaim) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{92} } func (m *PersistentVolumeClaimList) Reset() { *m = PersistentVolumeClaimList{} } func (*PersistentVolumeClaimList) ProtoMessage() {} func (*PersistentVolumeClaimList) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{92} + return fileDescriptorGenerated, []int{93} } func (m *PersistentVolumeClaimSpec) Reset() { *m = PersistentVolumeClaimSpec{} } func (*PersistentVolumeClaimSpec) ProtoMessage() {} func (*PersistentVolumeClaimSpec) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{93} + return fileDescriptorGenerated, []int{94} } func (m *PersistentVolumeClaimStatus) Reset() { *m = PersistentVolumeClaimStatus{} } func (*PersistentVolumeClaimStatus) ProtoMessage() {} func (*PersistentVolumeClaimStatus) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{94} + return fileDescriptorGenerated, []int{95} } func (m *PersistentVolumeClaimVolumeSource) Reset() { *m = PersistentVolumeClaimVolumeSource{} } func (*PersistentVolumeClaimVolumeSource) ProtoMessage() {} func (*PersistentVolumeClaimVolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{95} + return fileDescriptorGenerated, []int{96} } func (m *PersistentVolumeList) Reset() { *m = PersistentVolumeList{} } func (*PersistentVolumeList) ProtoMessage() {} -func (*PersistentVolumeList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{96} } +func (*PersistentVolumeList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{97} } func (m *PersistentVolumeSource) Reset() { *m = PersistentVolumeSource{} } func (*PersistentVolumeSource) ProtoMessage() {} -func (*PersistentVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{97} } +func (*PersistentVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{98} } func (m *PersistentVolumeSpec) Reset() { *m = PersistentVolumeSpec{} } func (*PersistentVolumeSpec) ProtoMessage() {} -func (*PersistentVolumeSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{98} } +func (*PersistentVolumeSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{99} } -func (m *PersistentVolumeStatus) Reset() { *m = PersistentVolumeStatus{} } -func (*PersistentVolumeStatus) ProtoMessage() {} -func (*PersistentVolumeStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{99} } +func (m *PersistentVolumeStatus) Reset() { *m = PersistentVolumeStatus{} } +func (*PersistentVolumeStatus) ProtoMessage() {} +func (*PersistentVolumeStatus) Descriptor() ([]byte, []int) { + return fileDescriptorGenerated, []int{100} +} func (m *PhotonPersistentDiskVolumeSource) Reset() { *m = PhotonPersistentDiskVolumeSource{} } func (*PhotonPersistentDiskVolumeSource) ProtoMessage() {} func (*PhotonPersistentDiskVolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{100} + return fileDescriptorGenerated, []int{101} } func (m *Pod) Reset() { *m = Pod{} } func (*Pod) ProtoMessage() {} -func (*Pod) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{101} } +func (*Pod) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{102} } func (m *PodAffinity) Reset() { *m = PodAffinity{} } func (*PodAffinity) ProtoMessage() {} -func (*PodAffinity) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{102} } +func (*PodAffinity) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{103} } func (m *PodAffinityTerm) Reset() { *m = PodAffinityTerm{} } func (*PodAffinityTerm) ProtoMessage() {} -func (*PodAffinityTerm) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{103} } +func (*PodAffinityTerm) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{104} } func (m *PodAntiAffinity) Reset() { *m = PodAntiAffinity{} } func (*PodAntiAffinity) ProtoMessage() {} -func (*PodAntiAffinity) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{104} } +func (*PodAntiAffinity) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{105} } func (m *PodAttachOptions) Reset() { *m = PodAttachOptions{} } func (*PodAttachOptions) ProtoMessage() {} -func (*PodAttachOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{105} } +func (*PodAttachOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{106} } func (m *PodCondition) Reset() { *m = PodCondition{} } func (*PodCondition) ProtoMessage() {} -func (*PodCondition) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{106} } +func (*PodCondition) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{107} } func (m *PodExecOptions) Reset() { *m = PodExecOptions{} } func (*PodExecOptions) ProtoMessage() {} -func (*PodExecOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{107} } +func (*PodExecOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{108} } func (m *PodList) Reset() { *m = PodList{} } func (*PodList) ProtoMessage() {} -func (*PodList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{108} } +func (*PodList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{109} } func (m *PodLogOptions) Reset() { *m = PodLogOptions{} } func (*PodLogOptions) ProtoMessage() {} -func (*PodLogOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{109} } +func (*PodLogOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{110} } func (m *PodPortForwardOptions) Reset() { *m = PodPortForwardOptions{} } func (*PodPortForwardOptions) ProtoMessage() {} -func (*PodPortForwardOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{110} } +func (*PodPortForwardOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{111} } func (m *PodProxyOptions) Reset() { *m = PodProxyOptions{} } func (*PodProxyOptions) ProtoMessage() {} -func (*PodProxyOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{111} } +func (*PodProxyOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{112} } func (m *PodSecurityContext) Reset() { *m = PodSecurityContext{} } func (*PodSecurityContext) ProtoMessage() {} -func (*PodSecurityContext) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{112} } +func (*PodSecurityContext) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{113} } func (m *PodSignature) Reset() { *m = PodSignature{} } func (*PodSignature) ProtoMessage() {} -func (*PodSignature) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{113} } +func (*PodSignature) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{114} } func (m *PodSpec) Reset() { *m = PodSpec{} } func (*PodSpec) ProtoMessage() {} -func (*PodSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{114} } +func (*PodSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{115} } func (m *PodStatus) Reset() { *m = PodStatus{} } func (*PodStatus) ProtoMessage() {} -func (*PodStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{115} } +func (*PodStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{116} } func (m *PodStatusResult) Reset() { *m = PodStatusResult{} } func (*PodStatusResult) ProtoMessage() {} -func (*PodStatusResult) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{116} } +func (*PodStatusResult) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{117} } func (m *PodTemplate) Reset() { *m = PodTemplate{} } func (*PodTemplate) ProtoMessage() {} -func (*PodTemplate) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{117} } +func (*PodTemplate) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{118} } func (m *PodTemplateList) Reset() { *m = PodTemplateList{} } func (*PodTemplateList) ProtoMessage() {} -func (*PodTemplateList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{118} } +func (*PodTemplateList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{119} } func (m *PodTemplateSpec) Reset() { *m = PodTemplateSpec{} } func (*PodTemplateSpec) ProtoMessage() {} -func (*PodTemplateSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{119} } +func (*PodTemplateSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{120} } func (m *PortworxVolumeSource) Reset() { *m = PortworxVolumeSource{} } func (*PortworxVolumeSource) ProtoMessage() {} -func (*PortworxVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{120} } +func (*PortworxVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{121} } func (m *Preconditions) Reset() { *m = Preconditions{} } func (*Preconditions) ProtoMessage() {} -func (*Preconditions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{121} } +func (*Preconditions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{122} } func (m *PreferAvoidPodsEntry) Reset() { *m = PreferAvoidPodsEntry{} } func (*PreferAvoidPodsEntry) ProtoMessage() {} -func (*PreferAvoidPodsEntry) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{122} } +func (*PreferAvoidPodsEntry) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{123} } func (m *PreferredSchedulingTerm) Reset() { *m = PreferredSchedulingTerm{} } func (*PreferredSchedulingTerm) ProtoMessage() {} func (*PreferredSchedulingTerm) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{123} + return fileDescriptorGenerated, []int{124} } func (m *Probe) Reset() { *m = Probe{} } func (*Probe) ProtoMessage() {} -func (*Probe) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{124} } +func (*Probe) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{125} } func (m *ProjectedVolumeSource) Reset() { *m = ProjectedVolumeSource{} } func (*ProjectedVolumeSource) ProtoMessage() {} -func (*ProjectedVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{125} } +func (*ProjectedVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{126} } func (m *QuobyteVolumeSource) Reset() { *m = QuobyteVolumeSource{} } func (*QuobyteVolumeSource) ProtoMessage() {} -func (*QuobyteVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{126} } +func (*QuobyteVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{127} } func (m *RBDVolumeSource) Reset() { *m = RBDVolumeSource{} } func (*RBDVolumeSource) ProtoMessage() {} -func (*RBDVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{127} } +func (*RBDVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{128} } func (m *RangeAllocation) Reset() { *m = RangeAllocation{} } func (*RangeAllocation) ProtoMessage() {} -func (*RangeAllocation) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{128} } +func (*RangeAllocation) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{129} } func (m *ReplicationController) Reset() { *m = ReplicationController{} } func (*ReplicationController) ProtoMessage() {} -func (*ReplicationController) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{129} } +func (*ReplicationController) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{130} } func (m *ReplicationControllerCondition) Reset() { *m = ReplicationControllerCondition{} } func (*ReplicationControllerCondition) ProtoMessage() {} func (*ReplicationControllerCondition) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{130} + return fileDescriptorGenerated, []int{131} } func (m *ReplicationControllerList) Reset() { *m = ReplicationControllerList{} } func (*ReplicationControllerList) ProtoMessage() {} func (*ReplicationControllerList) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{131} + return fileDescriptorGenerated, []int{132} } func (m *ReplicationControllerSpec) Reset() { *m = ReplicationControllerSpec{} } func (*ReplicationControllerSpec) ProtoMessage() {} func (*ReplicationControllerSpec) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{132} + return fileDescriptorGenerated, []int{133} } func (m *ReplicationControllerStatus) Reset() { *m = ReplicationControllerStatus{} } func (*ReplicationControllerStatus) ProtoMessage() {} func (*ReplicationControllerStatus) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{133} + return fileDescriptorGenerated, []int{134} } func (m *ResourceFieldSelector) Reset() { *m = ResourceFieldSelector{} } func (*ResourceFieldSelector) ProtoMessage() {} -func (*ResourceFieldSelector) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{134} } +func (*ResourceFieldSelector) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{135} } func (m *ResourceQuota) Reset() { *m = ResourceQuota{} } func (*ResourceQuota) ProtoMessage() {} -func (*ResourceQuota) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{135} } +func (*ResourceQuota) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{136} } func (m *ResourceQuotaList) Reset() { *m = ResourceQuotaList{} } func (*ResourceQuotaList) ProtoMessage() {} -func (*ResourceQuotaList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{136} } +func (*ResourceQuotaList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{137} } func (m *ResourceQuotaSpec) Reset() { *m = ResourceQuotaSpec{} } func (*ResourceQuotaSpec) ProtoMessage() {} -func (*ResourceQuotaSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{137} } +func (*ResourceQuotaSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{138} } func (m *ResourceQuotaStatus) Reset() { *m = ResourceQuotaStatus{} } func (*ResourceQuotaStatus) ProtoMessage() {} -func (*ResourceQuotaStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{138} } +func (*ResourceQuotaStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{139} } func (m *ResourceRequirements) Reset() { *m = ResourceRequirements{} } func (*ResourceRequirements) ProtoMessage() {} -func (*ResourceRequirements) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{139} } +func (*ResourceRequirements) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{140} } func (m *SELinuxOptions) Reset() { *m = SELinuxOptions{} } func (*SELinuxOptions) ProtoMessage() {} -func (*SELinuxOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{140} } +func (*SELinuxOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{141} } func (m *ScaleIOVolumeSource) Reset() { *m = ScaleIOVolumeSource{} } func (*ScaleIOVolumeSource) ProtoMessage() {} -func (*ScaleIOVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{141} } +func (*ScaleIOVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{142} } func (m *Secret) Reset() { *m = Secret{} } func (*Secret) ProtoMessage() {} -func (*Secret) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{142} } +func (*Secret) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{143} } func (m *SecretEnvSource) Reset() { *m = SecretEnvSource{} } func (*SecretEnvSource) ProtoMessage() {} -func (*SecretEnvSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{143} } +func (*SecretEnvSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{144} } func (m *SecretKeySelector) Reset() { *m = SecretKeySelector{} } func (*SecretKeySelector) ProtoMessage() {} -func (*SecretKeySelector) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{144} } +func (*SecretKeySelector) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{145} } func (m *SecretList) Reset() { *m = SecretList{} } func (*SecretList) ProtoMessage() {} -func (*SecretList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{145} } +func (*SecretList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{146} } func (m *SecretProjection) Reset() { *m = SecretProjection{} } func (*SecretProjection) ProtoMessage() {} -func (*SecretProjection) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{146} } +func (*SecretProjection) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{147} } func (m *SecretVolumeSource) Reset() { *m = SecretVolumeSource{} } func (*SecretVolumeSource) ProtoMessage() {} -func (*SecretVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{147} } +func (*SecretVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{148} } func (m *SecurityContext) Reset() { *m = SecurityContext{} } func (*SecurityContext) ProtoMessage() {} -func (*SecurityContext) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{148} } +func (*SecurityContext) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{149} } func (m *SerializedReference) Reset() { *m = SerializedReference{} } func (*SerializedReference) ProtoMessage() {} -func (*SerializedReference) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{149} } +func (*SerializedReference) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{150} } func (m *Service) Reset() { *m = Service{} } func (*Service) ProtoMessage() {} -func (*Service) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{150} } +func (*Service) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{151} } func (m *ServiceAccount) Reset() { *m = ServiceAccount{} } func (*ServiceAccount) ProtoMessage() {} -func (*ServiceAccount) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{151} } +func (*ServiceAccount) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{152} } func (m *ServiceAccountList) Reset() { *m = ServiceAccountList{} } func (*ServiceAccountList) ProtoMessage() {} -func (*ServiceAccountList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{152} } +func (*ServiceAccountList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{153} } func (m *ServiceList) Reset() { *m = ServiceList{} } func (*ServiceList) ProtoMessage() {} -func (*ServiceList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{153} } +func (*ServiceList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{154} } func (m *ServicePort) Reset() { *m = ServicePort{} } func (*ServicePort) ProtoMessage() {} -func (*ServicePort) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{154} } +func (*ServicePort) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{155} } func (m *ServiceProxyOptions) Reset() { *m = ServiceProxyOptions{} } func (*ServiceProxyOptions) ProtoMessage() {} -func (*ServiceProxyOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{155} } +func (*ServiceProxyOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{156} } func (m *ServiceSpec) Reset() { *m = ServiceSpec{} } func (*ServiceSpec) ProtoMessage() {} -func (*ServiceSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{156} } +func (*ServiceSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{157} } func (m *ServiceStatus) Reset() { *m = ServiceStatus{} } func (*ServiceStatus) ProtoMessage() {} -func (*ServiceStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{157} } +func (*ServiceStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{158} } func (m *Sysctl) Reset() { *m = Sysctl{} } func (*Sysctl) ProtoMessage() {} -func (*Sysctl) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{158} } +func (*Sysctl) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{159} } func (m *TCPSocketAction) Reset() { *m = TCPSocketAction{} } func (*TCPSocketAction) ProtoMessage() {} -func (*TCPSocketAction) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{159} } +func (*TCPSocketAction) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{160} } func (m *Taint) Reset() { *m = Taint{} } func (*Taint) ProtoMessage() {} -func (*Taint) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{160} } +func (*Taint) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{161} } func (m *Toleration) Reset() { *m = Toleration{} } func (*Toleration) ProtoMessage() {} -func (*Toleration) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{161} } +func (*Toleration) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{162} } func (m *Volume) Reset() { *m = Volume{} } func (*Volume) ProtoMessage() {} -func (*Volume) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{162} } +func (*Volume) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{163} } func (m *VolumeMount) Reset() { *m = VolumeMount{} } func (*VolumeMount) ProtoMessage() {} -func (*VolumeMount) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{163} } +func (*VolumeMount) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{164} } func (m *VolumeProjection) Reset() { *m = VolumeProjection{} } func (*VolumeProjection) ProtoMessage() {} -func (*VolumeProjection) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{164} } +func (*VolumeProjection) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{165} } func (m *VolumeSource) Reset() { *m = VolumeSource{} } func (*VolumeSource) ProtoMessage() {} -func (*VolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{165} } +func (*VolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{166} } func (m *VsphereVirtualDiskVolumeSource) Reset() { *m = VsphereVirtualDiskVolumeSource{} } func (*VsphereVirtualDiskVolumeSource) ProtoMessage() {} func (*VsphereVirtualDiskVolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{166} + return fileDescriptorGenerated, []int{167} } func (m *WeightedPodAffinityTerm) Reset() { *m = WeightedPodAffinityTerm{} } func (*WeightedPodAffinityTerm) ProtoMessage() {} func (*WeightedPodAffinityTerm) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{167} + return fileDescriptorGenerated, []int{168} } func init() { @@ -998,6 +1005,7 @@ func init() { proto.RegisterType((*LoadBalancerIngress)(nil), "k8s.io.kubernetes.pkg.api.v1.LoadBalancerIngress") proto.RegisterType((*LoadBalancerStatus)(nil), "k8s.io.kubernetes.pkg.api.v1.LoadBalancerStatus") proto.RegisterType((*LocalObjectReference)(nil), "k8s.io.kubernetes.pkg.api.v1.LocalObjectReference") + proto.RegisterType((*LocalVolumeSource)(nil), "k8s.io.kubernetes.pkg.api.v1.LocalVolumeSource") proto.RegisterType((*NFSVolumeSource)(nil), "k8s.io.kubernetes.pkg.api.v1.NFSVolumeSource") proto.RegisterType((*Namespace)(nil), "k8s.io.kubernetes.pkg.api.v1.Namespace") proto.RegisterType((*NamespaceList)(nil), "k8s.io.kubernetes.pkg.api.v1.NamespaceList") @@ -4070,6 +4078,28 @@ func (m *LocalObjectReference) MarshalTo(dAtA []byte) (int, error) { return i, nil } +func (m *LocalVolumeSource) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalTo(dAtA) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *LocalVolumeSource) MarshalTo(dAtA []byte) (int, error) { + var i int + _ = i + var l int + _ = l + dAtA[i] = 0xa + i++ + i = encodeVarintGenerated(dAtA, i, uint64(len(m.Path))) + i += copy(dAtA[i:], m.Path) + return i, nil +} + func (m *NFSVolumeSource) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -5633,6 +5663,18 @@ func (m *PersistentVolumeSource) MarshalTo(dAtA []byte) (int, error) { } i += n113 } + if m.Local != nil { + dAtA[i] = 0xa2 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintGenerated(dAtA, i, uint64(m.Local.Size())) + n114, err := m.Local.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n114 + } return i, nil } @@ -5670,21 +5712,21 @@ func (m *PersistentVolumeSpec) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64((&v).Size())) - n114, err := (&v).MarshalTo(dAtA[i:]) + n115, err := (&v).MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n114 + i += n115 } } dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.PersistentVolumeSource.Size())) - n115, err := m.PersistentVolumeSource.MarshalTo(dAtA[i:]) + n116, err := m.PersistentVolumeSource.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n115 + i += n116 if len(m.AccessModes) > 0 { for _, s := range m.AccessModes { dAtA[i] = 0x1a @@ -5704,11 +5746,11 @@ func (m *PersistentVolumeSpec) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x22 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ClaimRef.Size())) - n116, err := m.ClaimRef.MarshalTo(dAtA[i:]) + n117, err := m.ClaimRef.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n116 + i += n117 } dAtA[i] = 0x2a i++ @@ -5795,27 +5837,27 @@ func (m *Pod) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n117, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n118, err := m.ObjectMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n117 + i += n118 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size())) - n118, err := m.Spec.MarshalTo(dAtA[i:]) + n119, err := m.Spec.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n118 + i += n119 dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size())) - n119, err := m.Status.MarshalTo(dAtA[i:]) + n120, err := m.Status.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n119 + i += n120 return i, nil } @@ -5880,11 +5922,11 @@ func (m *PodAffinityTerm) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.LabelSelector.Size())) - n120, err := m.LabelSelector.MarshalTo(dAtA[i:]) + n121, err := m.LabelSelector.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n120 + i += n121 } if len(m.Namespaces) > 0 { for _, s := range m.Namespaces { @@ -6030,19 +6072,19 @@ func (m *PodCondition) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.LastProbeTime.Size())) - n121, err := m.LastProbeTime.MarshalTo(dAtA[i:]) + n122, err := m.LastProbeTime.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n121 + i += n122 dAtA[i] = 0x22 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.LastTransitionTime.Size())) - n122, err := m.LastTransitionTime.MarshalTo(dAtA[i:]) + n123, err := m.LastTransitionTime.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n122 + i += n123 dAtA[i] = 0x2a i++ i = encodeVarintGenerated(dAtA, i, uint64(len(m.Reason))) @@ -6141,11 +6183,11 @@ func (m *PodList) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size())) - n123, err := m.ListMeta.MarshalTo(dAtA[i:]) + n124, err := m.ListMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n123 + i += n124 if len(m.Items) > 0 { for _, msg := range m.Items { dAtA[i] = 0x12 @@ -6205,11 +6247,11 @@ func (m *PodLogOptions) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x2a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.SinceTime.Size())) - n124, err := m.SinceTime.MarshalTo(dAtA[i:]) + n125, err := m.SinceTime.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n124 + i += n125 } dAtA[i] = 0x30 i++ @@ -6298,11 +6340,11 @@ func (m *PodSecurityContext) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.SELinuxOptions.Size())) - n125, err := m.SELinuxOptions.MarshalTo(dAtA[i:]) + n126, err := m.SELinuxOptions.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n125 + i += n126 } if m.RunAsUser != nil { dAtA[i] = 0x10 @@ -6353,11 +6395,11 @@ func (m *PodSignature) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.PodController.Size())) - n126, err := m.PodController.MarshalTo(dAtA[i:]) + n127, err := m.PodController.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n126 + i += n127 } return i, nil } @@ -6476,11 +6518,11 @@ func (m *PodSpec) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x72 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.SecurityContext.Size())) - n127, err := m.SecurityContext.MarshalTo(dAtA[i:]) + n128, err := m.SecurityContext.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n127 + i += n128 } if len(m.ImagePullSecrets) > 0 { for _, msg := range m.ImagePullSecrets { @@ -6512,11 +6554,11 @@ func (m *PodSpec) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Affinity.Size())) - n128, err := m.Affinity.MarshalTo(dAtA[i:]) + n129, err := m.Affinity.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n128 + i += n129 } dAtA[i] = 0x9a i++ @@ -6632,11 +6674,11 @@ func (m *PodStatus) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x3a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.StartTime.Size())) - n129, err := m.StartTime.MarshalTo(dAtA[i:]) + n130, err := m.StartTime.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n129 + i += n130 } if len(m.ContainerStatuses) > 0 { for _, msg := range m.ContainerStatuses { @@ -6687,19 +6729,19 @@ func (m *PodStatusResult) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n130, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n131, err := m.ObjectMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n130 + i += n131 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size())) - n131, err := m.Status.MarshalTo(dAtA[i:]) + n132, err := m.Status.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n131 + i += n132 return i, nil } @@ -6721,19 +6763,19 @@ func (m *PodTemplate) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n132, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n133, err := m.ObjectMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n132 + i += n133 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Template.Size())) - n133, err := m.Template.MarshalTo(dAtA[i:]) + n134, err := m.Template.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n133 + i += n134 return i, nil } @@ -6755,11 +6797,11 @@ func (m *PodTemplateList) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size())) - n134, err := m.ListMeta.MarshalTo(dAtA[i:]) + n135, err := m.ListMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n134 + i += n135 if len(m.Items) > 0 { for _, msg := range m.Items { dAtA[i] = 0x12 @@ -6793,19 +6835,19 @@ func (m *PodTemplateSpec) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n135, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n136, err := m.ObjectMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n135 + i += n136 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size())) - n136, err := m.Spec.MarshalTo(dAtA[i:]) + n137, err := m.Spec.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n136 + i += n137 return i, nil } @@ -6885,19 +6927,19 @@ func (m *PreferAvoidPodsEntry) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.PodSignature.Size())) - n137, err := m.PodSignature.MarshalTo(dAtA[i:]) + n138, err := m.PodSignature.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n137 + i += n138 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.EvictionTime.Size())) - n138, err := m.EvictionTime.MarshalTo(dAtA[i:]) + n139, err := m.EvictionTime.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n138 + i += n139 dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(len(m.Reason))) @@ -6930,11 +6972,11 @@ func (m *PreferredSchedulingTerm) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Preference.Size())) - n139, err := m.Preference.MarshalTo(dAtA[i:]) + n140, err := m.Preference.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n139 + i += n140 return i, nil } @@ -6956,11 +6998,11 @@ func (m *Probe) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Handler.Size())) - n140, err := m.Handler.MarshalTo(dAtA[i:]) + n141, err := m.Handler.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n140 + i += n141 dAtA[i] = 0x10 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.InitialDelaySeconds)) @@ -7110,11 +7152,11 @@ func (m *RBDVolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x3a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.SecretRef.Size())) - n141, err := m.SecretRef.MarshalTo(dAtA[i:]) + n142, err := m.SecretRef.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n141 + i += n142 } dAtA[i] = 0x40 i++ @@ -7145,11 +7187,11 @@ func (m *RangeAllocation) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n142, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n143, err := m.ObjectMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n142 + i += n143 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(len(m.Range))) @@ -7181,27 +7223,27 @@ func (m *ReplicationController) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n143, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n144, err := m.ObjectMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n143 + i += n144 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size())) - n144, err := m.Spec.MarshalTo(dAtA[i:]) + n145, err := m.Spec.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n144 + i += n145 dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size())) - n145, err := m.Status.MarshalTo(dAtA[i:]) + n146, err := m.Status.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n145 + i += n146 return i, nil } @@ -7231,11 +7273,11 @@ func (m *ReplicationControllerCondition) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.LastTransitionTime.Size())) - n146, err := m.LastTransitionTime.MarshalTo(dAtA[i:]) + n147, err := m.LastTransitionTime.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n146 + i += n147 dAtA[i] = 0x22 i++ i = encodeVarintGenerated(dAtA, i, uint64(len(m.Reason))) @@ -7265,11 +7307,11 @@ func (m *ReplicationControllerList) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size())) - n147, err := m.ListMeta.MarshalTo(dAtA[i:]) + n148, err := m.ListMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n147 + i += n148 if len(m.Items) > 0 { for _, msg := range m.Items { dAtA[i] = 0x12 @@ -7326,11 +7368,11 @@ func (m *ReplicationControllerSpec) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Template.Size())) - n148, err := m.Template.MarshalTo(dAtA[i:]) + n149, err := m.Template.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n148 + i += n149 } dAtA[i] = 0x20 i++ @@ -7409,11 +7451,11 @@ func (m *ResourceFieldSelector) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Divisor.Size())) - n149, err := m.Divisor.MarshalTo(dAtA[i:]) + n150, err := m.Divisor.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n149 + i += n150 return i, nil } @@ -7435,27 +7477,27 @@ func (m *ResourceQuota) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n150, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n151, err := m.ObjectMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n150 + i += n151 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size())) - n151, err := m.Spec.MarshalTo(dAtA[i:]) + n152, err := m.Spec.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n151 + i += n152 dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size())) - n152, err := m.Status.MarshalTo(dAtA[i:]) + n153, err := m.Status.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n152 + i += n153 return i, nil } @@ -7477,11 +7519,11 @@ func (m *ResourceQuotaList) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size())) - n153, err := m.ListMeta.MarshalTo(dAtA[i:]) + n154, err := m.ListMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n153 + i += n154 if len(m.Items) > 0 { for _, msg := range m.Items { dAtA[i] = 0x12 @@ -7531,11 +7573,11 @@ func (m *ResourceQuotaSpec) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64((&v).Size())) - n154, err := (&v).MarshalTo(dAtA[i:]) + n155, err := (&v).MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n154 + i += n155 } } if len(m.Scopes) > 0 { @@ -7590,11 +7632,11 @@ func (m *ResourceQuotaStatus) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64((&v).Size())) - n155, err := (&v).MarshalTo(dAtA[i:]) + n156, err := (&v).MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n155 + i += n156 } } if len(m.Used) > 0 { @@ -7616,11 +7658,11 @@ func (m *ResourceQuotaStatus) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64((&v).Size())) - n156, err := (&v).MarshalTo(dAtA[i:]) + n157, err := (&v).MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n156 + i += n157 } } return i, nil @@ -7660,11 +7702,11 @@ func (m *ResourceRequirements) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64((&v).Size())) - n157, err := (&v).MarshalTo(dAtA[i:]) + n158, err := (&v).MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n157 + i += n158 } } if len(m.Requests) > 0 { @@ -7686,11 +7728,11 @@ func (m *ResourceRequirements) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64((&v).Size())) - n158, err := (&v).MarshalTo(dAtA[i:]) + n159, err := (&v).MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n158 + i += n159 } } return i, nil @@ -7757,11 +7799,11 @@ func (m *ScaleIOVolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.SecretRef.Size())) - n159, err := m.SecretRef.MarshalTo(dAtA[i:]) + n160, err := m.SecretRef.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n159 + i += n160 } dAtA[i] = 0x20 i++ @@ -7820,11 +7862,11 @@ func (m *Secret) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n160, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n161, err := m.ObjectMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n160 + i += n161 if len(m.Data) > 0 { for k := range m.Data { dAtA[i] = 0x12 @@ -7890,11 +7932,11 @@ func (m *SecretEnvSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.LocalObjectReference.Size())) - n161, err := m.LocalObjectReference.MarshalTo(dAtA[i:]) + n162, err := m.LocalObjectReference.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n161 + i += n162 if m.Optional != nil { dAtA[i] = 0x10 i++ @@ -7926,11 +7968,11 @@ func (m *SecretKeySelector) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.LocalObjectReference.Size())) - n162, err := m.LocalObjectReference.MarshalTo(dAtA[i:]) + n163, err := m.LocalObjectReference.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n162 + i += n163 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(len(m.Key))) @@ -7966,11 +8008,11 @@ func (m *SecretList) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size())) - n163, err := m.ListMeta.MarshalTo(dAtA[i:]) + n164, err := m.ListMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n163 + i += n164 if len(m.Items) > 0 { for _, msg := range m.Items { dAtA[i] = 0x12 @@ -8004,11 +8046,11 @@ func (m *SecretProjection) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.LocalObjectReference.Size())) - n164, err := m.LocalObjectReference.MarshalTo(dAtA[i:]) + n165, err := m.LocalObjectReference.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n164 + i += n165 if len(m.Items) > 0 { for _, msg := range m.Items { dAtA[i] = 0x12 @@ -8102,11 +8144,11 @@ func (m *SecurityContext) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Capabilities.Size())) - n165, err := m.Capabilities.MarshalTo(dAtA[i:]) + n166, err := m.Capabilities.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n165 + i += n166 } if m.Privileged != nil { dAtA[i] = 0x10 @@ -8122,11 +8164,11 @@ func (m *SecurityContext) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.SELinuxOptions.Size())) - n166, err := m.SELinuxOptions.MarshalTo(dAtA[i:]) + n167, err := m.SELinuxOptions.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n166 + i += n167 } if m.RunAsUser != nil { dAtA[i] = 0x20 @@ -8174,11 +8216,11 @@ func (m *SerializedReference) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Reference.Size())) - n167, err := m.Reference.MarshalTo(dAtA[i:]) + n168, err := m.Reference.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n167 + i += n168 return i, nil } @@ -8200,27 +8242,27 @@ func (m *Service) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n168, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n169, err := m.ObjectMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n168 + i += n169 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size())) - n169, err := m.Spec.MarshalTo(dAtA[i:]) + n170, err := m.Spec.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n169 + i += n170 dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size())) - n170, err := m.Status.MarshalTo(dAtA[i:]) + n171, err := m.Status.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n170 + i += n171 return i, nil } @@ -8242,11 +8284,11 @@ func (m *ServiceAccount) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n171, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n172, err := m.ObjectMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n171 + i += n172 if len(m.Secrets) > 0 { for _, msg := range m.Secrets { dAtA[i] = 0x12 @@ -8302,11 +8344,11 @@ func (m *ServiceAccountList) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size())) - n172, err := m.ListMeta.MarshalTo(dAtA[i:]) + n173, err := m.ListMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n172 + i += n173 if len(m.Items) > 0 { for _, msg := range m.Items { dAtA[i] = 0x12 @@ -8340,11 +8382,11 @@ func (m *ServiceList) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size())) - n173, err := m.ListMeta.MarshalTo(dAtA[i:]) + n174, err := m.ListMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n173 + i += n174 if len(m.Items) > 0 { for _, msg := range m.Items { dAtA[i] = 0x12 @@ -8389,11 +8431,11 @@ func (m *ServicePort) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x22 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.TargetPort.Size())) - n174, err := m.TargetPort.MarshalTo(dAtA[i:]) + n175, err := m.TargetPort.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n174 + i += n175 dAtA[i] = 0x28 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.NodePort)) @@ -8544,11 +8586,11 @@ func (m *ServiceStatus) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.LoadBalancer.Size())) - n175, err := m.LoadBalancer.MarshalTo(dAtA[i:]) + n176, err := m.LoadBalancer.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n175 + i += n176 return i, nil } @@ -8596,11 +8638,11 @@ func (m *TCPSocketAction) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Port.Size())) - n176, err := m.Port.MarshalTo(dAtA[i:]) + n177, err := m.Port.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n176 + i += n177 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(len(m.Host))) @@ -8638,11 +8680,11 @@ func (m *Taint) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x22 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.TimeAdded.Size())) - n177, err := m.TimeAdded.MarshalTo(dAtA[i:]) + n178, err := m.TimeAdded.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n177 + i += n178 return i, nil } @@ -8707,11 +8749,11 @@ func (m *Volume) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.VolumeSource.Size())) - n178, err := m.VolumeSource.MarshalTo(dAtA[i:]) + n179, err := m.VolumeSource.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n178 + i += n179 return i, nil } @@ -8772,31 +8814,31 @@ func (m *VolumeProjection) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Secret.Size())) - n179, err := m.Secret.MarshalTo(dAtA[i:]) + n180, err := m.Secret.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n179 + i += n180 } if m.DownwardAPI != nil { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.DownwardAPI.Size())) - n180, err := m.DownwardAPI.MarshalTo(dAtA[i:]) + n181, err := m.DownwardAPI.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n180 + i += n181 } if m.ConfigMap != nil { dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ConfigMap.Size())) - n181, err := m.ConfigMap.MarshalTo(dAtA[i:]) + n182, err := m.ConfigMap.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n181 + i += n182 } return i, nil } @@ -8820,151 +8862,151 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.HostPath.Size())) - n182, err := m.HostPath.MarshalTo(dAtA[i:]) + n183, err := m.HostPath.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n182 + i += n183 } if m.EmptyDir != nil { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.EmptyDir.Size())) - n183, err := m.EmptyDir.MarshalTo(dAtA[i:]) + n184, err := m.EmptyDir.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n183 + i += n184 } if m.GCEPersistentDisk != nil { dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.GCEPersistentDisk.Size())) - n184, err := m.GCEPersistentDisk.MarshalTo(dAtA[i:]) + n185, err := m.GCEPersistentDisk.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n184 + i += n185 } if m.AWSElasticBlockStore != nil { dAtA[i] = 0x22 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.AWSElasticBlockStore.Size())) - n185, err := m.AWSElasticBlockStore.MarshalTo(dAtA[i:]) + n186, err := m.AWSElasticBlockStore.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n185 + i += n186 } if m.GitRepo != nil { dAtA[i] = 0x2a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.GitRepo.Size())) - n186, err := m.GitRepo.MarshalTo(dAtA[i:]) + n187, err := m.GitRepo.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n186 + i += n187 } if m.Secret != nil { dAtA[i] = 0x32 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Secret.Size())) - n187, err := m.Secret.MarshalTo(dAtA[i:]) + n188, err := m.Secret.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n187 + i += n188 } if m.NFS != nil { dAtA[i] = 0x3a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.NFS.Size())) - n188, err := m.NFS.MarshalTo(dAtA[i:]) + n189, err := m.NFS.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n188 + i += n189 } if m.ISCSI != nil { dAtA[i] = 0x42 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ISCSI.Size())) - n189, err := m.ISCSI.MarshalTo(dAtA[i:]) + n190, err := m.ISCSI.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n189 + i += n190 } if m.Glusterfs != nil { dAtA[i] = 0x4a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Glusterfs.Size())) - n190, err := m.Glusterfs.MarshalTo(dAtA[i:]) + n191, err := m.Glusterfs.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n190 + i += n191 } if m.PersistentVolumeClaim != nil { dAtA[i] = 0x52 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.PersistentVolumeClaim.Size())) - n191, err := m.PersistentVolumeClaim.MarshalTo(dAtA[i:]) + n192, err := m.PersistentVolumeClaim.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n191 + i += n192 } if m.RBD != nil { dAtA[i] = 0x5a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.RBD.Size())) - n192, err := m.RBD.MarshalTo(dAtA[i:]) + n193, err := m.RBD.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n192 + i += n193 } if m.FlexVolume != nil { dAtA[i] = 0x62 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.FlexVolume.Size())) - n193, err := m.FlexVolume.MarshalTo(dAtA[i:]) + n194, err := m.FlexVolume.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n193 + i += n194 } if m.Cinder != nil { dAtA[i] = 0x6a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Cinder.Size())) - n194, err := m.Cinder.MarshalTo(dAtA[i:]) + n195, err := m.Cinder.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n194 + i += n195 } if m.CephFS != nil { dAtA[i] = 0x72 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.CephFS.Size())) - n195, err := m.CephFS.MarshalTo(dAtA[i:]) + n196, err := m.CephFS.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n195 + i += n196 } if m.Flocker != nil { dAtA[i] = 0x7a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Flocker.Size())) - n196, err := m.Flocker.MarshalTo(dAtA[i:]) + n197, err := m.Flocker.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n196 + i += n197 } if m.DownwardAPI != nil { dAtA[i] = 0x82 @@ -8972,11 +9014,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.DownwardAPI.Size())) - n197, err := m.DownwardAPI.MarshalTo(dAtA[i:]) + n198, err := m.DownwardAPI.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n197 + i += n198 } if m.FC != nil { dAtA[i] = 0x8a @@ -8984,11 +9026,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.FC.Size())) - n198, err := m.FC.MarshalTo(dAtA[i:]) + n199, err := m.FC.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n198 + i += n199 } if m.AzureFile != nil { dAtA[i] = 0x92 @@ -8996,11 +9038,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.AzureFile.Size())) - n199, err := m.AzureFile.MarshalTo(dAtA[i:]) + n200, err := m.AzureFile.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n199 + i += n200 } if m.ConfigMap != nil { dAtA[i] = 0x9a @@ -9008,11 +9050,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ConfigMap.Size())) - n200, err := m.ConfigMap.MarshalTo(dAtA[i:]) + n201, err := m.ConfigMap.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n200 + i += n201 } if m.VsphereVolume != nil { dAtA[i] = 0xa2 @@ -9020,11 +9062,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.VsphereVolume.Size())) - n201, err := m.VsphereVolume.MarshalTo(dAtA[i:]) + n202, err := m.VsphereVolume.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n201 + i += n202 } if m.Quobyte != nil { dAtA[i] = 0xaa @@ -9032,11 +9074,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Quobyte.Size())) - n202, err := m.Quobyte.MarshalTo(dAtA[i:]) + n203, err := m.Quobyte.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n202 + i += n203 } if m.AzureDisk != nil { dAtA[i] = 0xb2 @@ -9044,11 +9086,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.AzureDisk.Size())) - n203, err := m.AzureDisk.MarshalTo(dAtA[i:]) + n204, err := m.AzureDisk.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n203 + i += n204 } if m.PhotonPersistentDisk != nil { dAtA[i] = 0xba @@ -9056,11 +9098,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.PhotonPersistentDisk.Size())) - n204, err := m.PhotonPersistentDisk.MarshalTo(dAtA[i:]) + n205, err := m.PhotonPersistentDisk.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n204 + i += n205 } if m.PortworxVolume != nil { dAtA[i] = 0xc2 @@ -9068,11 +9110,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.PortworxVolume.Size())) - n205, err := m.PortworxVolume.MarshalTo(dAtA[i:]) + n206, err := m.PortworxVolume.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n205 + i += n206 } if m.ScaleIO != nil { dAtA[i] = 0xca @@ -9080,11 +9122,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ScaleIO.Size())) - n206, err := m.ScaleIO.MarshalTo(dAtA[i:]) + n207, err := m.ScaleIO.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n206 + i += n207 } if m.Projected != nil { dAtA[i] = 0xd2 @@ -9092,11 +9134,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Projected.Size())) - n207, err := m.Projected.MarshalTo(dAtA[i:]) + n208, err := m.Projected.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n207 + i += n208 } return i, nil } @@ -9148,11 +9190,11 @@ func (m *WeightedPodAffinityTerm) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.PodAffinityTerm.Size())) - n208, err := m.PodAffinityTerm.MarshalTo(dAtA[i:]) + n209, err := m.PodAffinityTerm.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n208 + i += n209 return i, nil } @@ -10276,6 +10318,14 @@ func (m *LocalObjectReference) Size() (n int) { return n } +func (m *LocalVolumeSource) Size() (n int) { + var l int + _ = l + l = len(m.Path) + n += 1 + l + sovGenerated(uint64(l)) + return n +} + func (m *NFSVolumeSource) Size() (n int) { var l int _ = l @@ -10858,6 +10908,10 @@ func (m *PersistentVolumeSource) Size() (n int) { l = m.ScaleIO.Size() n += 2 + l + sovGenerated(uint64(l)) } + if m.Local != nil { + l = m.Local.Size() + n += 2 + l + sovGenerated(uint64(l)) + } return n } @@ -13065,6 +13119,16 @@ func (this *LocalObjectReference) String() string { }, "") return s } +func (this *LocalVolumeSource) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&LocalVolumeSource{`, + `Path:` + fmt.Sprintf("%v", this.Path) + `,`, + `}`, + }, "") + return s +} func (this *NFSVolumeSource) String() string { if this == nil { return "nil" @@ -13513,6 +13577,7 @@ func (this *PersistentVolumeSource) String() string { `PhotonPersistentDisk:` + strings.Replace(fmt.Sprintf("%v", this.PhotonPersistentDisk), "PhotonPersistentDiskVolumeSource", "PhotonPersistentDiskVolumeSource", 1) + `,`, `PortworxVolume:` + strings.Replace(fmt.Sprintf("%v", this.PortworxVolume), "PortworxVolumeSource", "PortworxVolumeSource", 1) + `,`, `ScaleIO:` + strings.Replace(fmt.Sprintf("%v", this.ScaleIO), "ScaleIOVolumeSource", "ScaleIOVolumeSource", 1) + `,`, + `Local:` + strings.Replace(fmt.Sprintf("%v", this.Local), "LocalVolumeSource", "LocalVolumeSource", 1) + `,`, `}`, }, "") return s @@ -24979,6 +25044,85 @@ func (m *LocalObjectReference) Unmarshal(dAtA []byte) error { } return nil } +func (m *LocalVolumeSource) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: LocalVolumeSource: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: LocalVolumeSource: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Path", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Path = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipGenerated(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthGenerated + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func (m *NFSVolumeSource) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 @@ -30634,6 +30778,39 @@ func (m *PersistentVolumeSource) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 20: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Local", 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 > l { + return io.ErrUnexpectedEOF + } + if m.Local == nil { + m.Local = &LocalVolumeSource{} + } + if err := m.Local.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) @@ -43328,711 +43505,712 @@ func init() { } var fileDescriptorGenerated = []byte{ - // 11285 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0xbd, 0x7d, 0x8c, 0x24, 0xc7, - 0x75, 0x18, 0xae, 0x9e, 0xd9, 0xaf, 0x79, 0xfb, 0x5d, 0xb7, 0x77, 0x5c, 0xae, 0xc8, 0xdb, 0x63, - 0x53, 0xa4, 0x8f, 0xe4, 0x71, 0x4f, 0x77, 0x24, 0xc5, 0x93, 0xa8, 0x1f, 0xad, 0xdd, 0x9d, 0xdd, - 0xbb, 0xd5, 0x7d, 0x0d, 0x6b, 0xf6, 0xee, 0x28, 0x8a, 0x3f, 0x91, 0x7d, 0xd3, 0xb5, 0xb3, 0xcd, - 0x9b, 0xed, 0x1e, 0x76, 0xf7, 0xec, 0xdd, 0x4a, 0x11, 0x60, 0x2b, 0x82, 0xe4, 0x00, 0x4a, 0xa2, - 0xc0, 0x11, 0x10, 0x38, 0x01, 0x14, 0x18, 0x88, 0xa3, 0x7c, 0x3a, 0x8a, 0xa0, 0x0f, 0xc3, 0x72, - 0x82, 0x38, 0x96, 0x23, 0x03, 0x89, 0x63, 0xc0, 0x88, 0xed, 0xc0, 0xf0, 0xda, 0x5a, 0x21, 0xfe, - 0x23, 0x40, 0x82, 0x20, 0xf9, 0x6f, 0xf3, 0x81, 0xa0, 0x3e, 0xbb, 0xaa, 0xa7, 0x67, 0xbb, 0x67, - 0x79, 0xbb, 0xa6, 0x84, 0xfc, 0x37, 0x53, 0xef, 0xd5, 0xab, 0x8f, 0xae, 0x7a, 0xf5, 0xde, 0xab, - 0xf7, 0x5e, 0xc1, 0xb9, 0x7b, 0x97, 0xa2, 0x05, 0x2f, 0x38, 0x7f, 0xaf, 0x73, 0x97, 0x84, 0x3e, - 0x89, 0x49, 0x74, 0xbe, 0x7d, 0xaf, 0x79, 0xde, 0x69, 0x7b, 0xe7, 0xb7, 0x2f, 0x9c, 0x6f, 0x12, - 0x9f, 0x84, 0x4e, 0x4c, 0xdc, 0x85, 0x76, 0x18, 0xc4, 0x01, 0x7a, 0x8c, 0x63, 0x2f, 0x24, 0xd8, - 0x0b, 0xed, 0x7b, 0xcd, 0x05, 0xa7, 0xed, 0x2d, 0x6c, 0x5f, 0x98, 0x7b, 0xbe, 0xe9, 0xc5, 0x9b, - 0x9d, 0xbb, 0x0b, 0x8d, 0x60, 0xeb, 0x7c, 0x33, 0x68, 0x06, 0xe7, 0x59, 0xa5, 0xbb, 0x9d, 0x0d, - 0xf6, 0x8f, 0xfd, 0x61, 0xbf, 0x38, 0xb1, 0xb9, 0x17, 0x45, 0xd3, 0x4e, 0xdb, 0xdb, 0x72, 0x1a, - 0x9b, 0x9e, 0x4f, 0xc2, 0x1d, 0xd5, 0x78, 0x48, 0xa2, 0xa0, 0x13, 0x36, 0x48, 0xba, 0x0b, 0x07, - 0xd6, 0x8a, 0xce, 0x6f, 0x91, 0xd8, 0xc9, 0xe8, 0xf8, 0xdc, 0xf9, 0x5e, 0xb5, 0xc2, 0x8e, 0x1f, - 0x7b, 0x5b, 0xdd, 0xcd, 0x7c, 0x24, 0xaf, 0x42, 0xd4, 0xd8, 0x24, 0x5b, 0x4e, 0x57, 0xbd, 0x17, - 0x7a, 0xd5, 0xeb, 0xc4, 0x5e, 0xeb, 0xbc, 0xe7, 0xc7, 0x51, 0x1c, 0x1e, 0x34, 0xa6, 0x88, 0x84, - 0xdb, 0x24, 0x4c, 0x06, 0x44, 0x1e, 0x38, 0x5b, 0xed, 0x16, 0xc9, 0x18, 0x93, 0xfd, 0x87, 0x16, - 0x9c, 0x59, 0xbc, 0x53, 0x5f, 0x69, 0x39, 0x51, 0xec, 0x35, 0x96, 0x5a, 0x41, 0xe3, 0x5e, 0x3d, - 0x0e, 0x42, 0x72, 0x3b, 0x68, 0x75, 0xb6, 0x48, 0x9d, 0x4d, 0x1f, 0x3a, 0x07, 0x23, 0xdb, 0xec, - 0xff, 0x5a, 0x75, 0xd6, 0x3a, 0x63, 0x9d, 0xad, 0x2c, 0x4d, 0xfd, 0x70, 0x77, 0xfe, 0x03, 0x7b, - 0xbb, 0xf3, 0x23, 0xb7, 0x45, 0x39, 0x56, 0x18, 0xe8, 0x69, 0x18, 0xda, 0x88, 0xd6, 0x77, 0xda, - 0x64, 0xb6, 0xc4, 0x70, 0x27, 0x04, 0xee, 0xd0, 0x6a, 0x9d, 0x96, 0x62, 0x01, 0x45, 0xe7, 0xa1, - 0xd2, 0x76, 0xc2, 0xd8, 0x8b, 0xbd, 0xc0, 0x9f, 0x2d, 0x9f, 0xb1, 0xce, 0x0e, 0x2e, 0x4d, 0x0b, - 0xd4, 0x4a, 0x4d, 0x02, 0x70, 0x82, 0x43, 0xbb, 0x11, 0x12, 0xc7, 0xbd, 0xe9, 0xb7, 0x76, 0x66, - 0x07, 0xce, 0x58, 0x67, 0x47, 0x92, 0x6e, 0x60, 0x51, 0x8e, 0x15, 0x86, 0xfd, 0xbd, 0x12, 0x8c, - 0x2c, 0x6e, 0x6c, 0x78, 0xbe, 0x17, 0xef, 0xa0, 0xb7, 0x61, 0xcc, 0x0f, 0x5c, 0x22, 0xff, 0xb3, - 0x51, 0x8c, 0x5e, 0x7c, 0x76, 0xe1, 0xa0, 0xa5, 0xb8, 0x70, 0x43, 0xab, 0xb1, 0x34, 0xb5, 0xb7, - 0x3b, 0x3f, 0xa6, 0x97, 0x60, 0x83, 0x22, 0x7a, 0x13, 0x46, 0xdb, 0x81, 0xab, 0x1a, 0x28, 0xb1, - 0x06, 0x9e, 0x39, 0xb8, 0x81, 0x5a, 0x52, 0x61, 0x69, 0x72, 0x6f, 0x77, 0x7e, 0x54, 0x2b, 0xc0, - 0x3a, 0x39, 0xd4, 0x82, 0x49, 0xfa, 0xd7, 0x8f, 0x3d, 0xd5, 0x42, 0x99, 0xb5, 0xf0, 0x7c, 0x7e, - 0x0b, 0x5a, 0xa5, 0xa5, 0x13, 0x7b, 0xbb, 0xf3, 0x93, 0xa9, 0x42, 0x9c, 0x26, 0x6d, 0x7f, 0x16, - 0x26, 0x16, 0xe3, 0xd8, 0x69, 0x6c, 0x12, 0x97, 0x7f, 0x5f, 0xf4, 0x22, 0x0c, 0xf8, 0xce, 0x16, - 0x11, 0x5f, 0xff, 0x8c, 0x98, 0xf6, 0x81, 0x1b, 0xce, 0x16, 0xd9, 0xdf, 0x9d, 0x9f, 0xba, 0xe5, - 0x7b, 0xef, 0x76, 0xc4, 0x9a, 0xa1, 0x65, 0x98, 0x61, 0xa3, 0x8b, 0x00, 0x2e, 0xd9, 0xf6, 0x1a, - 0xa4, 0xe6, 0xc4, 0x9b, 0x62, 0x35, 0x20, 0x51, 0x17, 0xaa, 0x0a, 0x82, 0x35, 0x2c, 0xfb, 0x0b, - 0x16, 0x54, 0x16, 0xb7, 0x03, 0xcf, 0xad, 0x05, 0x6e, 0x84, 0x3a, 0x30, 0xd9, 0x0e, 0xc9, 0x06, - 0x09, 0x55, 0xd1, 0xac, 0x75, 0xa6, 0x7c, 0x76, 0xf4, 0xe2, 0xc5, 0x9c, 0x71, 0x9b, 0x95, 0x56, - 0xfc, 0x38, 0xdc, 0x59, 0x7a, 0x44, 0x34, 0x3d, 0x99, 0x82, 0xe2, 0x74, 0x1b, 0xf6, 0x6f, 0x95, - 0xe0, 0xe4, 0xe2, 0x67, 0x3b, 0x21, 0xa9, 0x7a, 0xd1, 0xbd, 0xf4, 0x56, 0x70, 0xbd, 0xe8, 0xde, - 0x8d, 0x64, 0x32, 0xd4, 0x1a, 0xac, 0x8a, 0x72, 0xac, 0x30, 0xd0, 0xf3, 0x30, 0x4c, 0x7f, 0xdf, - 0xc2, 0x6b, 0x62, 0xf4, 0x27, 0x04, 0xf2, 0x68, 0xd5, 0x89, 0x9d, 0x2a, 0x07, 0x61, 0x89, 0x83, - 0xae, 0xc3, 0x68, 0x83, 0xed, 0xf7, 0xe6, 0xf5, 0xc0, 0x25, 0xec, 0x0b, 0x57, 0x96, 0x9e, 0xa3, - 0xe8, 0xcb, 0x49, 0xf1, 0xfe, 0xee, 0xfc, 0x2c, 0xef, 0x9b, 0x20, 0xa1, 0xc1, 0xb0, 0x5e, 0x1f, - 0xd9, 0x6a, 0x23, 0x0e, 0x30, 0x4a, 0x90, 0xb1, 0x09, 0xcf, 0x6a, 0x7b, 0x6a, 0x90, 0xed, 0xa9, - 0xb1, 0xec, 0xfd, 0x84, 0x2e, 0xc0, 0xc0, 0x3d, 0xcf, 0x77, 0x67, 0x87, 0x18, 0xad, 0xc7, 0xe9, - 0xe7, 0xbf, 0xea, 0xf9, 0xee, 0xfe, 0xee, 0xfc, 0xb4, 0xd1, 0x1d, 0x5a, 0x88, 0x19, 0xaa, 0xfd, - 0x0f, 0x2d, 0x31, 0x8d, 0xab, 0x5e, 0xcb, 0xe4, 0x28, 0x17, 0x01, 0x22, 0xd2, 0x08, 0x49, 0xac, - 0x4d, 0xa4, 0x5a, 0x19, 0x75, 0x05, 0xc1, 0x1a, 0x16, 0xe5, 0x17, 0xd1, 0xa6, 0x13, 0xb2, 0x05, - 0x26, 0xa6, 0x53, 0xf1, 0x8b, 0xba, 0x04, 0xe0, 0x04, 0xc7, 0xe0, 0x17, 0xe5, 0x5c, 0x7e, 0xf1, - 0x9b, 0x16, 0x0c, 0x2f, 0x79, 0xbe, 0xeb, 0xf9, 0x4d, 0xf4, 0x36, 0x8c, 0xd0, 0x43, 0xc0, 0x75, - 0x62, 0x47, 0xb0, 0x8a, 0x0f, 0xcb, 0xf5, 0xa6, 0xf3, 0x64, 0xb9, 0xe2, 0xa2, 0x05, 0x8a, 0x4d, - 0xd7, 0xdd, 0xcd, 0xbb, 0xef, 0x90, 0x46, 0x7c, 0x9d, 0xc4, 0x4e, 0x32, 0x9c, 0xa4, 0x0c, 0x2b, - 0xaa, 0xe8, 0x16, 0x0c, 0xc5, 0x4e, 0xd8, 0x24, 0xb1, 0xe0, 0x14, 0x39, 0xfb, 0x98, 0xd3, 0xc0, - 0x74, 0x95, 0x12, 0xbf, 0x41, 0x12, 0x9e, 0xba, 0xce, 0x88, 0x60, 0x41, 0xcc, 0x6e, 0xc0, 0xd8, - 0xb2, 0xd3, 0x76, 0xee, 0x7a, 0x2d, 0x2f, 0xf6, 0x48, 0x84, 0x7e, 0x06, 0xca, 0x8e, 0xeb, 0xb2, - 0x3d, 0x53, 0x59, 0x3a, 0xb9, 0xb7, 0x3b, 0x5f, 0x5e, 0x74, 0xe9, 0x27, 0x03, 0x85, 0xb5, 0x83, - 0x29, 0x06, 0x7a, 0x16, 0x06, 0xdc, 0x30, 0x68, 0xcf, 0x96, 0x18, 0xe6, 0x29, 0xfa, 0x75, 0xab, - 0x61, 0xd0, 0x4e, 0xa1, 0x32, 0x1c, 0xfb, 0x07, 0x25, 0x40, 0xcb, 0xa4, 0xbd, 0xb9, 0x5a, 0x37, - 0xbe, 0xe9, 0x59, 0x18, 0xd9, 0x0a, 0x7c, 0x2f, 0x0e, 0xc2, 0x48, 0x34, 0xc8, 0x96, 0xd2, 0x75, - 0x51, 0x86, 0x15, 0x14, 0x9d, 0x81, 0x81, 0x76, 0xc2, 0x11, 0xc6, 0x24, 0x37, 0x61, 0xbc, 0x80, - 0x41, 0x28, 0x46, 0x27, 0x22, 0xa1, 0xd8, 0x02, 0x0a, 0xe3, 0x56, 0x44, 0x42, 0xcc, 0x20, 0xc9, - 0x0a, 0xa2, 0x6b, 0x4b, 0x2c, 0xf0, 0xd4, 0x0a, 0xa2, 0x10, 0xac, 0x61, 0xa1, 0xb7, 0xa0, 0xc2, - 0xff, 0x61, 0xb2, 0xc1, 0x56, 0x7b, 0x2e, 0x1f, 0xb9, 0x16, 0x34, 0x9c, 0x56, 0x7a, 0xf2, 0xc7, - 0xd9, 0x8a, 0x93, 0x84, 0x70, 0x42, 0xd3, 0x58, 0x71, 0x43, 0xb9, 0x2b, 0xee, 0x6f, 0x59, 0x80, - 0x96, 0x3d, 0xdf, 0x25, 0xe1, 0x31, 0x9c, 0xb6, 0xfd, 0x6d, 0x86, 0x3f, 0xa6, 0x5d, 0x0b, 0xb6, - 0xda, 0x81, 0x4f, 0xfc, 0x78, 0x39, 0xf0, 0x5d, 0x7e, 0x02, 0x7f, 0x0c, 0x06, 0x62, 0xda, 0x14, - 0xef, 0xd6, 0xd3, 0xf2, 0xb3, 0xd0, 0x06, 0xf6, 0x77, 0xe7, 0x4f, 0x75, 0xd7, 0x60, 0x5d, 0x60, - 0x75, 0xd0, 0x47, 0x61, 0x28, 0x8a, 0x9d, 0xb8, 0x13, 0x89, 0x8e, 0x3e, 0x21, 0x3b, 0x5a, 0x67, - 0xa5, 0xfb, 0xbb, 0xf3, 0x93, 0xaa, 0x1a, 0x2f, 0xc2, 0xa2, 0x02, 0x7a, 0x06, 0x86, 0xb7, 0x48, - 0x14, 0x39, 0x4d, 0xc9, 0x13, 0x27, 0x45, 0xdd, 0xe1, 0xeb, 0xbc, 0x18, 0x4b, 0x38, 0x7a, 0x12, - 0x06, 0x49, 0x18, 0x06, 0xa1, 0x58, 0x11, 0xe3, 0x02, 0x71, 0x70, 0x85, 0x16, 0x62, 0x0e, 0xb3, - 0xff, 0xa3, 0x05, 0x93, 0xaa, 0xaf, 0xbc, 0xad, 0x63, 0xd8, 0xf2, 0x2e, 0x40, 0x43, 0x0e, 0x30, - 0x62, 0x1b, 0x4d, 0x6b, 0x23, 0x7b, 0xf9, 0x75, 0x4f, 0x68, 0xd2, 0x86, 0x2a, 0x8a, 0xb0, 0x46, - 0xd7, 0xfe, 0x37, 0x16, 0x9c, 0x48, 0x8d, 0xed, 0x9a, 0x17, 0xc5, 0xe8, 0xcd, 0xae, 0xf1, 0x2d, - 0x14, 0x1b, 0x1f, 0xad, 0xcd, 0x46, 0xa7, 0xd6, 0x8b, 0x2c, 0xd1, 0xc6, 0x86, 0x61, 0xd0, 0x8b, - 0xc9, 0x96, 0x1c, 0xd6, 0xf3, 0x05, 0x87, 0xc5, 0xfb, 0x97, 0x7c, 0xa5, 0x35, 0x4a, 0x03, 0x73, - 0x52, 0xf6, 0xff, 0xb4, 0xa0, 0xb2, 0x1c, 0xf8, 0x1b, 0x5e, 0xf3, 0xba, 0xd3, 0x3e, 0x86, 0xef, - 0x53, 0x87, 0x01, 0x46, 0x9d, 0x0f, 0xe1, 0x42, 0xde, 0x10, 0x44, 0xc7, 0x16, 0xe8, 0xb9, 0xc7, - 0xe5, 0x0b, 0xc5, 0xa6, 0x68, 0x11, 0x66, 0xc4, 0xe6, 0x5e, 0x86, 0x8a, 0x42, 0x40, 0x53, 0x50, - 0xbe, 0x47, 0xb8, 0xf0, 0x59, 0xc1, 0xf4, 0x27, 0x9a, 0x81, 0xc1, 0x6d, 0xa7, 0xd5, 0x11, 0x9b, - 0x17, 0xf3, 0x3f, 0x1f, 0x2b, 0x5d, 0xb2, 0xec, 0x1f, 0xb0, 0x1d, 0x28, 0x1a, 0x59, 0xf1, 0xb7, - 0x05, 0x73, 0xf8, 0xa2, 0x05, 0x33, 0xad, 0x0c, 0xa6, 0x24, 0xe6, 0xe4, 0x30, 0xec, 0xec, 0x31, - 0xd1, 0xed, 0x99, 0x2c, 0x28, 0xce, 0x6c, 0x8d, 0xf2, 0xfa, 0xa0, 0x4d, 0x17, 0x9c, 0xd3, 0x62, - 0x5d, 0x17, 0x62, 0xc3, 0x4d, 0x51, 0x86, 0x15, 0xd4, 0xfe, 0x73, 0x0b, 0x66, 0xd4, 0x38, 0xae, - 0x92, 0x9d, 0x3a, 0x69, 0x91, 0x46, 0x1c, 0x84, 0xef, 0x97, 0x91, 0x3c, 0xce, 0xbf, 0x09, 0xe7, - 0x49, 0xa3, 0x82, 0x40, 0xf9, 0x2a, 0xd9, 0xe1, 0x1f, 0x48, 0x1f, 0x68, 0xf9, 0xc0, 0x81, 0xfe, - 0xba, 0x05, 0xe3, 0x6a, 0xa0, 0xc7, 0xb0, 0xe5, 0xae, 0x99, 0x5b, 0xee, 0x67, 0x0a, 0xae, 0xd7, - 0x1e, 0x9b, 0xed, 0x6f, 0x96, 0x28, 0xdb, 0x10, 0x38, 0xb5, 0x30, 0xa0, 0x93, 0x44, 0x39, 0xfe, - 0xfb, 0xe4, 0x2b, 0xf5, 0x37, 0xd8, 0xab, 0x64, 0x67, 0x3d, 0xa0, 0xd2, 0x44, 0xf6, 0x60, 0x8d, - 0x8f, 0x3a, 0x70, 0xe0, 0x47, 0xfd, 0x9d, 0x12, 0x9c, 0x54, 0xd3, 0x62, 0x9c, 0xd2, 0x3f, 0x95, - 0x13, 0x73, 0x01, 0x46, 0x5d, 0xb2, 0xe1, 0x74, 0x5a, 0xb1, 0x52, 0x40, 0x06, 0xb9, 0x66, 0x5a, - 0x4d, 0x8a, 0xb1, 0x8e, 0xd3, 0xc7, 0x5c, 0x7e, 0x7d, 0x94, 0xf1, 0xf3, 0xd8, 0xa1, 0xab, 0x9e, - 0x4a, 0x78, 0x9a, 0x46, 0x39, 0xa6, 0x6b, 0x94, 0x42, 0x7b, 0x7c, 0x12, 0x06, 0xbd, 0x2d, 0x7a, - 0xe6, 0x97, 0xcc, 0xa3, 0x7c, 0x8d, 0x16, 0x62, 0x0e, 0x43, 0x4f, 0xc1, 0x70, 0x23, 0xd8, 0xda, - 0x72, 0x7c, 0x77, 0xb6, 0xcc, 0x64, 0xce, 0x51, 0x2a, 0x16, 0x2c, 0xf3, 0x22, 0x2c, 0x61, 0xe8, - 0x31, 0x18, 0x70, 0xc2, 0x66, 0x34, 0x3b, 0xc0, 0x70, 0x46, 0x68, 0x4b, 0x8b, 0x61, 0x33, 0xc2, - 0xac, 0x94, 0xca, 0x92, 0xf7, 0x83, 0xf0, 0x9e, 0xe7, 0x37, 0xab, 0x5e, 0xc8, 0x04, 0x43, 0x4d, - 0x96, 0xbc, 0xa3, 0x20, 0x58, 0xc3, 0x42, 0x35, 0x18, 0x6c, 0x07, 0x61, 0x1c, 0xcd, 0x0e, 0xb1, - 0x89, 0x7f, 0x2e, 0x77, 0xfb, 0xf1, 0x71, 0xd7, 0x82, 0x30, 0x4e, 0x86, 0x42, 0xff, 0x45, 0x98, - 0x13, 0x42, 0xcb, 0x50, 0x26, 0xfe, 0xf6, 0xec, 0x30, 0xa3, 0xf7, 0xa1, 0x83, 0xe9, 0xad, 0xf8, - 0xdb, 0xb7, 0x9d, 0x30, 0xe1, 0x57, 0x2b, 0xfe, 0x36, 0xa6, 0xb5, 0x51, 0x03, 0x2a, 0xd2, 0xea, - 0x15, 0xcd, 0x8e, 0x14, 0x59, 0x8a, 0x58, 0xa0, 0x63, 0xf2, 0x6e, 0xc7, 0x0b, 0xc9, 0x16, 0xf1, - 0xe3, 0x28, 0x51, 0xac, 0x24, 0x34, 0xc2, 0x09, 0x5d, 0xd4, 0x80, 0x31, 0x2e, 0x7f, 0x5e, 0x0f, - 0x3a, 0x7e, 0x1c, 0xcd, 0x56, 0x58, 0x97, 0x73, 0x8c, 0x1d, 0xb7, 0x93, 0x1a, 0x4b, 0x33, 0x82, - 0xfc, 0x98, 0x56, 0x18, 0x61, 0x83, 0x28, 0x7a, 0x13, 0xc6, 0x5b, 0xde, 0x36, 0xf1, 0x49, 0x14, - 0xd5, 0xc2, 0xe0, 0x2e, 0x99, 0x05, 0x36, 0x9a, 0x27, 0xf3, 0x14, 0xff, 0xe0, 0x2e, 0x59, 0x9a, - 0xde, 0xdb, 0x9d, 0x1f, 0xbf, 0xa6, 0xd7, 0xc6, 0x26, 0x31, 0xf4, 0x16, 0x4c, 0x50, 0x61, 0xd7, - 0x4b, 0xc8, 0x8f, 0x16, 0x27, 0x8f, 0xf6, 0x76, 0xe7, 0x27, 0xb0, 0x51, 0x1d, 0xa7, 0xc8, 0xa1, - 0x75, 0xa8, 0xb4, 0xbc, 0x0d, 0xd2, 0xd8, 0x69, 0xb4, 0xc8, 0xec, 0x18, 0xa3, 0x9d, 0xb3, 0x39, - 0xaf, 0x49, 0x74, 0xae, 0x60, 0xa8, 0xbf, 0x38, 0x21, 0x84, 0x6e, 0xc3, 0xa9, 0x98, 0x84, 0x5b, - 0x9e, 0xef, 0xd0, 0x4d, 0x25, 0xa4, 0x5f, 0x66, 0x5d, 0x19, 0x67, 0xab, 0xf6, 0xb4, 0x98, 0xd8, - 0x53, 0xeb, 0x99, 0x58, 0xb8, 0x47, 0x6d, 0x74, 0x13, 0x26, 0xd9, 0x7e, 0xaa, 0x75, 0x5a, 0xad, - 0x5a, 0xd0, 0xf2, 0x1a, 0x3b, 0xb3, 0x13, 0x8c, 0xe0, 0x53, 0xd2, 0x66, 0xb2, 0x66, 0x82, 0xa9, - 0x62, 0x98, 0xfc, 0xc3, 0xe9, 0xda, 0xa8, 0x05, 0x93, 0x11, 0x69, 0x74, 0x42, 0x2f, 0xde, 0xa1, - 0x6b, 0x9f, 0x3c, 0x88, 0x67, 0x27, 0x8b, 0x28, 0xba, 0x75, 0xb3, 0x12, 0x37, 0x58, 0xa5, 0x0a, - 0x71, 0x9a, 0x34, 0x65, 0x15, 0x51, 0xec, 0x7a, 0xfe, 0xec, 0x14, 0xe3, 0x40, 0x6a, 0x7f, 0xd5, - 0x69, 0x21, 0xe6, 0x30, 0x66, 0x3f, 0xa0, 0x3f, 0x6e, 0x52, 0x2e, 0x3d, 0xcd, 0x10, 0x13, 0xfb, - 0x81, 0x04, 0xe0, 0x04, 0x87, 0x8a, 0x06, 0x71, 0xbc, 0x33, 0x8b, 0x18, 0xaa, 0xda, 0x6a, 0xeb, - 0xeb, 0x9f, 0xc2, 0xb4, 0x1c, 0xdd, 0x86, 0x61, 0xe2, 0x6f, 0xaf, 0x86, 0xc1, 0xd6, 0xec, 0x89, - 0x22, 0x3c, 0x60, 0x85, 0x23, 0xf3, 0xf3, 0x23, 0x51, 0x61, 0x44, 0x31, 0x96, 0xc4, 0xd0, 0x03, - 0x98, 0xcd, 0xf8, 0x4a, 0xfc, 0xa3, 0xcc, 0xb0, 0x8f, 0xf2, 0x71, 0x51, 0x77, 0x76, 0xbd, 0x07, - 0xde, 0xfe, 0x01, 0x30, 0xdc, 0x93, 0xba, 0x7d, 0x17, 0x26, 0x14, 0xa3, 0x62, 0xdf, 0x1b, 0xcd, - 0xc3, 0x20, 0xe5, 0xc5, 0x52, 0xa1, 0xaf, 0xd0, 0x49, 0xa5, 0x2c, 0x3a, 0xc2, 0xbc, 0x9c, 0x4d, - 0xaa, 0xf7, 0x59, 0xb2, 0xb4, 0x13, 0x13, 0xae, 0xd8, 0x95, 0xb5, 0x49, 0x95, 0x00, 0x9c, 0xe0, - 0xd8, 0xff, 0x87, 0x8b, 0x49, 0x09, 0x37, 0x2c, 0x70, 0x12, 0x9c, 0x83, 0x91, 0xcd, 0x20, 0x8a, - 0x29, 0x36, 0x6b, 0x63, 0x30, 0x11, 0x8c, 0xae, 0x88, 0x72, 0xac, 0x30, 0xd0, 0x2b, 0x30, 0xde, - 0xd0, 0x1b, 0x10, 0xc7, 0xd8, 0x49, 0x51, 0xc5, 0x6c, 0x1d, 0x9b, 0xb8, 0xe8, 0x12, 0x8c, 0x30, - 0xc3, 0x78, 0x23, 0x68, 0x09, 0x15, 0x52, 0x9e, 0xca, 0x23, 0x35, 0x51, 0xbe, 0xaf, 0xfd, 0xc6, - 0x0a, 0x9b, 0x2a, 0xe2, 0xb4, 0x0b, 0x6b, 0x35, 0x71, 0x80, 0x28, 0x45, 0xfc, 0x0a, 0x2b, 0xc5, - 0x02, 0x6a, 0xff, 0xb3, 0x92, 0x36, 0xcb, 0x54, 0x01, 0x22, 0xe8, 0x0d, 0x18, 0xbe, 0xef, 0x78, - 0xb1, 0xe7, 0x37, 0x85, 0xf4, 0xf0, 0x42, 0xc1, 0xd3, 0x84, 0x55, 0xbf, 0xc3, 0xab, 0xf2, 0x93, - 0x4f, 0xfc, 0xc1, 0x92, 0x20, 0xa5, 0x1d, 0x76, 0x7c, 0x9f, 0xd2, 0x2e, 0xf5, 0x4f, 0x1b, 0xf3, - 0xaa, 0x9c, 0xb6, 0xf8, 0x83, 0x25, 0x41, 0xb4, 0x01, 0x20, 0xd7, 0x12, 0x71, 0x85, 0x41, 0xfa, - 0x23, 0xfd, 0x90, 0x5f, 0x57, 0xb5, 0x97, 0x26, 0xe8, 0x59, 0x9b, 0xfc, 0xc7, 0x1a, 0x65, 0x3b, - 0x66, 0x42, 0x58, 0x77, 0xb7, 0xd0, 0xa7, 0xe9, 0x96, 0x76, 0xc2, 0x98, 0xb8, 0x8b, 0x71, 0xda, - 0xa6, 0x7f, 0xb0, 0x88, 0xbd, 0xee, 0x6d, 0x11, 0x7d, 0xfb, 0x0b, 0x22, 0x38, 0xa1, 0x67, 0x7f, - 0xb7, 0x0c, 0xb3, 0xbd, 0xba, 0x4b, 0x97, 0x24, 0x79, 0xe0, 0xc5, 0xcb, 0x54, 0x4c, 0xb2, 0xcc, - 0x25, 0xb9, 0x22, 0xca, 0xb1, 0xc2, 0xa0, 0x6b, 0x23, 0xf2, 0x9a, 0x52, 0x59, 0x1a, 0x4c, 0xd6, - 0x46, 0x9d, 0x95, 0x62, 0x01, 0xa5, 0x78, 0x21, 0x71, 0x22, 0x71, 0x1f, 0xa2, 0xad, 0x21, 0xcc, - 0x4a, 0xb1, 0x80, 0xea, 0x06, 0x91, 0x81, 0x1c, 0x83, 0x88, 0x31, 0x45, 0x83, 0x0f, 0x77, 0x8a, - 0xd0, 0x67, 0x00, 0x36, 0x3c, 0xdf, 0x8b, 0x36, 0x19, 0xf5, 0xa1, 0xbe, 0xa9, 0x2b, 0x21, 0x6b, - 0x55, 0x51, 0xc1, 0x1a, 0x45, 0xf4, 0x12, 0x8c, 0xaa, 0xed, 0xb9, 0x56, 0x9d, 0x1d, 0x36, 0x6d, - 0xe8, 0x09, 0xaf, 0xaa, 0x62, 0x1d, 0xcf, 0x7e, 0x27, 0xbd, 0x5e, 0xc4, 0xae, 0xd0, 0xe6, 0xd7, - 0x2a, 0x3a, 0xbf, 0xa5, 0x83, 0xe7, 0xd7, 0xfe, 0x83, 0x32, 0x4c, 0x1a, 0x8d, 0x75, 0xa2, 0x02, - 0x1c, 0xed, 0x35, 0x7a, 0x60, 0x39, 0x31, 0x11, 0x7b, 0xf2, 0x5c, 0x3f, 0x9b, 0x46, 0x3f, 0xde, - 0xe8, 0x5e, 0xe0, 0x94, 0xd0, 0x26, 0x54, 0x5a, 0x4e, 0xc4, 0x4c, 0x2a, 0x44, 0xec, 0xc5, 0xfe, - 0xc8, 0x26, 0xea, 0x87, 0x13, 0xc5, 0xda, 0xe9, 0xc1, 0x5b, 0x49, 0x88, 0xd3, 0xd3, 0x96, 0x0a, - 0x3b, 0xf2, 0x12, 0x4e, 0x75, 0x87, 0x4a, 0x44, 0x3b, 0x98, 0xc3, 0xd0, 0x25, 0x18, 0x0b, 0x09, - 0x5b, 0x29, 0xcb, 0x54, 0x9e, 0x63, 0x4b, 0x6f, 0x30, 0x11, 0xfc, 0xb0, 0x06, 0xc3, 0x06, 0x66, - 0x22, 0xf7, 0x0f, 0x1d, 0x20, 0xf7, 0x3f, 0x03, 0xc3, 0xec, 0x87, 0x5a, 0x15, 0xea, 0x0b, 0xad, - 0xf1, 0x62, 0x2c, 0xe1, 0xe9, 0x45, 0x34, 0x52, 0x70, 0x11, 0x3d, 0x0b, 0x13, 0x55, 0x87, 0x6c, - 0x05, 0xfe, 0x8a, 0xef, 0xb6, 0x03, 0xcf, 0x8f, 0xd1, 0x2c, 0x0c, 0xb0, 0xf3, 0x84, 0xef, 0xf7, - 0x01, 0x4a, 0x01, 0x0f, 0x50, 0xd9, 0xdd, 0xfe, 0xe3, 0x12, 0x8c, 0x57, 0x49, 0x8b, 0xc4, 0x84, - 0xeb, 0x3d, 0x11, 0x5a, 0x05, 0xd4, 0x0c, 0x9d, 0x06, 0xa9, 0x91, 0xd0, 0x0b, 0xdc, 0x3a, 0x69, - 0x04, 0x3e, 0xbb, 0xbb, 0xa2, 0x07, 0xe4, 0xa9, 0xbd, 0xdd, 0x79, 0x74, 0xb9, 0x0b, 0x8a, 0x33, - 0x6a, 0x20, 0x17, 0xc6, 0xdb, 0x21, 0x31, 0xec, 0x86, 0x56, 0xbe, 0xa8, 0x51, 0xd3, 0xab, 0x70, - 0x69, 0xd8, 0x28, 0xc2, 0x26, 0x51, 0xf4, 0x09, 0x98, 0x0a, 0xc2, 0xf6, 0xa6, 0xe3, 0x57, 0x49, - 0x9b, 0xf8, 0x2e, 0x55, 0x01, 0x84, 0xb5, 0x63, 0x66, 0x6f, 0x77, 0x7e, 0xea, 0x66, 0x0a, 0x86, - 0xbb, 0xb0, 0xd1, 0x1b, 0x30, 0xdd, 0x0e, 0x83, 0xb6, 0xd3, 0x64, 0x4b, 0x46, 0x48, 0x2b, 0x9c, - 0x37, 0x9d, 0xdb, 0xdb, 0x9d, 0x9f, 0xae, 0xa5, 0x81, 0xfb, 0xbb, 0xf3, 0x27, 0xd8, 0x94, 0xd1, - 0x92, 0x04, 0x88, 0xbb, 0xc9, 0xd8, 0xef, 0xc2, 0xc9, 0x6a, 0x70, 0xdf, 0xbf, 0xef, 0x84, 0xee, - 0x62, 0x6d, 0x4d, 0x33, 0x4e, 0xbc, 0x2e, 0x95, 0x5f, 0x7e, 0x27, 0x98, 0x73, 0xb2, 0x69, 0x34, - 0xb8, 0xda, 0xb1, 0xea, 0xb5, 0x48, 0x0f, 0x73, 0xc8, 0x3f, 0x2a, 0x19, 0x6d, 0x26, 0xf8, 0xea, - 0xee, 0xc2, 0xea, 0x79, 0x77, 0xf1, 0x69, 0x18, 0xd9, 0xf0, 0x48, 0xcb, 0xc5, 0x64, 0x43, 0x7c, - 0xad, 0x0b, 0x45, 0x2e, 0x77, 0x56, 0x69, 0x1d, 0x69, 0x1d, 0xe3, 0x4a, 0xf4, 0xaa, 0x20, 0x83, - 0x15, 0x41, 0xd4, 0x81, 0x29, 0xa9, 0x87, 0x49, 0xa8, 0xd8, 0xec, 0x2f, 0x14, 0x53, 0xf3, 0xcc, - 0x66, 0xd8, 0xe7, 0xc5, 0x29, 0x82, 0xb8, 0xab, 0x09, 0xaa, 0x3f, 0x6f, 0xd1, 0xa3, 0x6e, 0x80, - 0x2d, 0x7d, 0xa6, 0x3f, 0x33, 0x53, 0x00, 0x2b, 0xb5, 0x7f, 0xc5, 0x82, 0x47, 0xba, 0x66, 0x4b, - 0xd8, 0x49, 0x8e, 0xec, 0x1b, 0xa5, 0x8d, 0x15, 0xa5, 0x7c, 0x63, 0x85, 0x7d, 0x13, 0x66, 0x56, - 0xb6, 0xda, 0xf1, 0x4e, 0xd5, 0x33, 0xaf, 0x5c, 0x5e, 0x86, 0xa1, 0x2d, 0xe2, 0x7a, 0x9d, 0x2d, - 0xf1, 0x59, 0xe7, 0xe5, 0xb9, 0x70, 0x9d, 0x95, 0xee, 0xef, 0xce, 0x8f, 0xd7, 0xe3, 0x20, 0x74, - 0x9a, 0x84, 0x17, 0x60, 0x81, 0x6e, 0xff, 0xc8, 0x82, 0x49, 0xc9, 0x1f, 0x16, 0x5d, 0x37, 0x24, - 0x51, 0x84, 0xe6, 0xa0, 0xe4, 0xb5, 0x05, 0x21, 0x10, 0x84, 0x4a, 0x6b, 0x35, 0x5c, 0xf2, 0xda, - 0xe8, 0x0d, 0xa8, 0xf0, 0x9b, 0xba, 0x64, 0x71, 0xf4, 0x79, 0xf3, 0xc7, 0x74, 0xc3, 0x75, 0x49, - 0x03, 0x27, 0xe4, 0xa4, 0x94, 0xcc, 0x4e, 0x9e, 0xb2, 0x79, 0x6f, 0x74, 0x45, 0x94, 0x63, 0x85, - 0x81, 0xce, 0xc2, 0x88, 0x1f, 0xb8, 0xfc, 0x32, 0x95, 0xef, 0x53, 0xb6, 0xe4, 0x6e, 0x88, 0x32, - 0xac, 0xa0, 0xf6, 0x57, 0x2c, 0x18, 0x93, 0x63, 0x2c, 0x28, 0xb0, 0xd3, 0x4d, 0x92, 0x08, 0xeb, - 0xc9, 0x26, 0xa1, 0x02, 0x37, 0x83, 0x18, 0x72, 0x76, 0xb9, 0x1f, 0x39, 0xdb, 0xfe, 0xb5, 0x12, - 0x4c, 0xc8, 0xee, 0xd4, 0x3b, 0x77, 0x23, 0x42, 0xc5, 0x90, 0x8a, 0xc3, 0x27, 0x9f, 0xc8, 0x75, - 0xf6, 0x7c, 0x9e, 0x2e, 0x66, 0x7c, 0xb3, 0x44, 0xcc, 0x59, 0x94, 0x74, 0x70, 0x42, 0x12, 0x6d, - 0xc3, 0xb4, 0x1f, 0xc4, 0xec, 0x78, 0x53, 0xf0, 0x62, 0x37, 0x1d, 0xe9, 0x76, 0x1e, 0x15, 0xed, - 0x4c, 0xdf, 0x48, 0xd3, 0xc3, 0xdd, 0x4d, 0xa0, 0x9b, 0xd2, 0xc6, 0x54, 0x66, 0x6d, 0x3d, 0x5b, - 0xac, 0xad, 0xde, 0x26, 0x26, 0xfb, 0xb7, 0x2d, 0xa8, 0x48, 0xb4, 0xe3, 0xb8, 0xf2, 0xba, 0x03, - 0xc3, 0x11, 0xfb, 0x44, 0x72, 0xba, 0xce, 0x15, 0x1b, 0x02, 0xff, 0xae, 0xc9, 0x99, 0xce, 0xff, - 0x47, 0x58, 0x52, 0x63, 0xc6, 0x76, 0x35, 0x90, 0xf7, 0x9d, 0xb1, 0x5d, 0xf5, 0xac, 0xf7, 0xcd, - 0xd6, 0xb8, 0x61, 0x0d, 0xa0, 0x82, 0x69, 0x3b, 0x24, 0x1b, 0xde, 0x83, 0xb4, 0x60, 0x5a, 0x63, - 0xa5, 0x58, 0x40, 0xd1, 0x06, 0x8c, 0x35, 0xa4, 0x39, 0x3a, 0x61, 0x21, 0x1f, 0x2e, 0x68, 0xfb, - 0x57, 0xd7, 0x48, 0xdc, 0x9b, 0x69, 0x59, 0xa3, 0x84, 0x0d, 0xba, 0x94, 0x4f, 0x25, 0x37, 0xe5, - 0xe5, 0x82, 0x86, 0x9b, 0x90, 0xc4, 0x49, 0x0b, 0x3d, 0x2f, 0xc9, 0xed, 0x6f, 0x58, 0x30, 0xc4, - 0xed, 0x97, 0xc5, 0x8c, 0xc0, 0xda, 0x05, 0x59, 0x32, 0x9f, 0xb7, 0x69, 0xa1, 0xb8, 0x2f, 0x43, - 0x77, 0xa0, 0xc2, 0x7e, 0x30, 0x5b, 0x4c, 0xb9, 0x88, 0x6b, 0x17, 0x6f, 0x5f, 0xef, 0xea, 0x6d, - 0x49, 0x00, 0x27, 0xb4, 0xec, 0xef, 0x97, 0x29, 0xeb, 0x4b, 0x50, 0x8d, 0xb3, 0xdd, 0x3a, 0x8e, - 0xb3, 0xbd, 0x74, 0xf4, 0x67, 0xfb, 0xbb, 0x30, 0xd9, 0xd0, 0x2e, 0xe8, 0x92, 0x2f, 0x7e, 0xb1, - 0xe0, 0xb2, 0xd2, 0x6e, 0xf5, 0xb8, 0xbd, 0x6e, 0xd9, 0x24, 0x87, 0xd3, 0xf4, 0x11, 0x81, 0x31, - 0xbe, 0x1e, 0x44, 0x7b, 0x03, 0xac, 0xbd, 0xf3, 0x45, 0x56, 0x98, 0xde, 0x18, 0x5b, 0xc5, 0x75, - 0x8d, 0x10, 0x36, 0xc8, 0xda, 0xbf, 0x34, 0x08, 0x83, 0x2b, 0xdb, 0xc4, 0x8f, 0x8f, 0x81, 0xd5, - 0x6d, 0xc1, 0x84, 0xe7, 0x6f, 0x07, 0xad, 0x6d, 0xe2, 0x72, 0xf8, 0xe1, 0x8e, 0xf7, 0x53, 0xa2, - 0x91, 0x89, 0x35, 0x83, 0x18, 0x4e, 0x11, 0x3f, 0x0a, 0x4b, 0xc1, 0x6b, 0x30, 0xc4, 0x57, 0x86, - 0x30, 0x13, 0xe4, 0xd8, 0xf3, 0xd9, 0xc4, 0x8a, 0x1d, 0x94, 0xd8, 0x33, 0xf8, 0x55, 0x82, 0x20, - 0x84, 0xde, 0x81, 0x89, 0x0d, 0x2f, 0x8c, 0x62, 0xaa, 0xec, 0x47, 0xb1, 0xb3, 0xd5, 0x3e, 0x84, - 0x8d, 0x40, 0xcd, 0xc8, 0xaa, 0x41, 0x09, 0xa7, 0x28, 0xa3, 0x26, 0x8c, 0x53, 0x15, 0x35, 0x69, - 0x6a, 0xb8, 0xef, 0xa6, 0x94, 0x89, 0xf0, 0x9a, 0x4e, 0x08, 0x9b, 0x74, 0x29, 0x4b, 0x6a, 0x30, - 0x95, 0x76, 0x84, 0x49, 0x37, 0x8a, 0x25, 0x71, 0x5d, 0x96, 0xc3, 0x28, 0x67, 0x63, 0x9e, 0x32, - 0x15, 0x93, 0xb3, 0x25, 0xfe, 0x30, 0xf6, 0xb7, 0xe8, 0x59, 0x4c, 0xe7, 0xf0, 0x18, 0x8e, 0xaf, - 0x2b, 0xe6, 0xf1, 0xf5, 0x64, 0x81, 0x2f, 0xdb, 0xe3, 0xe8, 0x7a, 0x1b, 0x46, 0xb5, 0x0f, 0x8f, - 0xce, 0x43, 0xa5, 0x21, 0x9d, 0x39, 0x04, 0x17, 0x57, 0xa2, 0x94, 0xf2, 0xf2, 0xc0, 0x09, 0x0e, - 0x9d, 0x17, 0x2a, 0x82, 0xa6, 0x5d, 0xbf, 0xa8, 0x80, 0x8a, 0x19, 0xc4, 0x7e, 0x01, 0x60, 0xe5, - 0x01, 0x69, 0x2c, 0x72, 0x15, 0x4f, 0xbb, 0xdf, 0xb3, 0x7a, 0xdf, 0xef, 0xd9, 0xdf, 0xb4, 0x60, - 0x62, 0x75, 0xd9, 0x90, 0xe9, 0x17, 0x00, 0xb8, 0x6c, 0x7c, 0xe7, 0xce, 0x0d, 0x69, 0xbf, 0xe6, - 0x46, 0x46, 0x55, 0x8a, 0x35, 0x0c, 0xf4, 0x28, 0x94, 0x5b, 0x1d, 0x5f, 0x88, 0xac, 0xc3, 0x7b, - 0xbb, 0xf3, 0xe5, 0x6b, 0x1d, 0x1f, 0xd3, 0x32, 0xcd, 0xc7, 0xaa, 0x5c, 0xd8, 0xc7, 0x2a, 0xdf, - 0x41, 0xf9, 0x6b, 0x65, 0x98, 0x5a, 0x6d, 0x91, 0x07, 0x46, 0xaf, 0x9f, 0x86, 0x21, 0x37, 0xf4, - 0xb6, 0x49, 0x98, 0x16, 0x04, 0xaa, 0xac, 0x14, 0x0b, 0x68, 0x61, 0xb7, 0xaf, 0xb7, 0xba, 0x0f, - 0xf2, 0xa3, 0x73, 0x79, 0xcb, 0x1d, 0x33, 0xda, 0x80, 0x61, 0x7e, 0x1f, 0x1c, 0xcd, 0x0e, 0xb2, - 0xa5, 0xf8, 0xca, 0xc1, 0x9d, 0x49, 0xcf, 0xcf, 0x82, 0xb0, 0xaf, 0x70, 0x87, 0x1b, 0xc5, 0xcb, - 0x44, 0x29, 0x96, 0xc4, 0xe7, 0x3e, 0x06, 0x63, 0x3a, 0x66, 0x5f, 0x9e, 0x37, 0x7f, 0xd9, 0x82, - 0x13, 0xab, 0xad, 0xa0, 0x71, 0x2f, 0xe5, 0x97, 0xf7, 0x12, 0x8c, 0xd2, 0xcd, 0x14, 0x19, 0x4e, - 0xab, 0x86, 0x43, 0xaf, 0x00, 0x61, 0x1d, 0x4f, 0xab, 0x76, 0xeb, 0xd6, 0x5a, 0x35, 0xcb, 0x0f, - 0x58, 0x80, 0xb0, 0x8e, 0x67, 0xff, 0xae, 0x05, 0x8f, 0x5f, 0x5e, 0x5e, 0xa9, 0x91, 0x30, 0xf2, - 0xa2, 0x98, 0xf8, 0x71, 0x97, 0x2b, 0x32, 0x95, 0x19, 0x5d, 0xad, 0x2b, 0x89, 0xcc, 0x58, 0x65, - 0xbd, 0x10, 0xd0, 0xf7, 0x8b, 0x3f, 0xfe, 0x37, 0x2c, 0x38, 0x71, 0xd9, 0x8b, 0x31, 0x69, 0x07, - 0x69, 0x57, 0xe0, 0x90, 0xb4, 0x83, 0xc8, 0x8b, 0x83, 0x70, 0x27, 0xed, 0x0a, 0x8c, 0x15, 0x04, - 0x6b, 0x58, 0xbc, 0xe5, 0x6d, 0x2f, 0xa2, 0x3d, 0x2d, 0x99, 0xaa, 0x2e, 0x16, 0xe5, 0x58, 0x61, - 0xd0, 0x81, 0xb9, 0x5e, 0xc8, 0x44, 0x86, 0x1d, 0xb1, 0x83, 0xd5, 0xc0, 0xaa, 0x12, 0x80, 0x13, - 0x1c, 0xfb, 0xef, 0x58, 0x70, 0xf2, 0x72, 0xab, 0x13, 0xc5, 0x24, 0xdc, 0x88, 0x8c, 0xce, 0xbe, - 0x00, 0x15, 0x22, 0x85, 0x7b, 0xd1, 0x57, 0x75, 0x68, 0x28, 0xa9, 0x9f, 0xfb, 0x21, 0x2b, 0xbc, - 0x02, 0xee, 0xae, 0xfd, 0x39, 0x67, 0xfe, 0x46, 0x09, 0xc6, 0xaf, 0xac, 0xaf, 0xd7, 0x2e, 0x93, - 0x58, 0x70, 0xc9, 0x7c, 0xa3, 0x14, 0xd6, 0x34, 0xf2, 0x83, 0x84, 0x9f, 0x4e, 0xec, 0xb5, 0x16, - 0x78, 0x84, 0xc9, 0xc2, 0x9a, 0x1f, 0xdf, 0x0c, 0xeb, 0x71, 0xe8, 0xf9, 0xcd, 0x4c, 0x1d, 0x5e, - 0xf2, 0xf2, 0x72, 0x2f, 0x5e, 0x8e, 0x5e, 0x80, 0x21, 0x16, 0xe2, 0x22, 0x85, 0x8f, 0x0f, 0x2a, - 0x39, 0x81, 0x95, 0xee, 0xef, 0xce, 0x57, 0x6e, 0xe1, 0x35, 0xfe, 0x07, 0x0b, 0x54, 0xf4, 0x16, - 0x8c, 0x6e, 0xc6, 0x71, 0xfb, 0x0a, 0x71, 0x5c, 0x12, 0x4a, 0x3e, 0x71, 0xf6, 0x60, 0x3e, 0x41, - 0xa7, 0x83, 0x57, 0x48, 0xb6, 0x56, 0x52, 0x16, 0x61, 0x9d, 0xa2, 0x5d, 0x07, 0x48, 0x60, 0x0f, - 0x49, 0x07, 0xb1, 0x7f, 0xbe, 0x04, 0xc3, 0x57, 0x1c, 0xdf, 0x6d, 0x91, 0x10, 0xad, 0xc2, 0x00, - 0x79, 0x40, 0x1a, 0xe2, 0x20, 0xcf, 0xe9, 0x7a, 0x72, 0xd8, 0x71, 0xbb, 0x1a, 0xfd, 0x8f, 0x59, - 0x7d, 0x84, 0x61, 0x98, 0xf6, 0xfb, 0xb2, 0xf2, 0x12, 0x7f, 0x2e, 0x7f, 0x16, 0xd4, 0xa2, 0xe0, - 0x27, 0xa5, 0x28, 0xc2, 0x92, 0x10, 0xb3, 0x40, 0x35, 0xda, 0x75, 0xca, 0xde, 0xe2, 0x62, 0x9a, - 0xdd, 0xfa, 0x72, 0x8d, 0xa3, 0x0b, 0xba, 0xdc, 0x02, 0x25, 0x0b, 0x71, 0x42, 0xce, 0x5e, 0x87, - 0x0a, 0xfd, 0xf8, 0x8b, 0x2d, 0xcf, 0x39, 0xd8, 0x0c, 0xf6, 0x1c, 0x54, 0xa4, 0x21, 0x2a, 0x12, - 0x2e, 0xe7, 0x8c, 0xaa, 0xb4, 0x53, 0x45, 0x38, 0x81, 0xdb, 0x97, 0x60, 0x86, 0xdd, 0xf2, 0x3a, - 0xf1, 0xa6, 0xb1, 0x17, 0x73, 0x17, 0xbd, 0xfd, 0xed, 0x01, 0x98, 0x5e, 0xab, 0x2f, 0xd7, 0x4d, - 0x8b, 0xe4, 0x25, 0x18, 0xe3, 0xc7, 0x3e, 0x5d, 0xca, 0x4e, 0x4b, 0xd4, 0x57, 0x37, 0x13, 0xeb, - 0x1a, 0x0c, 0x1b, 0x98, 0xe8, 0x71, 0x28, 0x7b, 0xef, 0xfa, 0x69, 0x5f, 0xc1, 0xb5, 0xd7, 0x6e, - 0x60, 0x5a, 0x4e, 0xc1, 0x54, 0x82, 0xe0, 0xac, 0x53, 0x81, 0x95, 0x14, 0xf1, 0x2a, 0x4c, 0x78, - 0x51, 0x23, 0xf2, 0xd6, 0x7c, 0xca, 0x57, 0x9c, 0x86, 0xdc, 0x14, 0x89, 0xc8, 0x4f, 0xbb, 0xaa, - 0xa0, 0x38, 0x85, 0xad, 0xf1, 0xf1, 0xc1, 0xc2, 0x52, 0x48, 0xae, 0x13, 0x3a, 0x15, 0xb0, 0xda, - 0x6c, 0x74, 0x11, 0xf3, 0x3c, 0x12, 0x02, 0x16, 0x1f, 0x70, 0x84, 0x25, 0x0c, 0x5d, 0x86, 0xe9, - 0xc6, 0xa6, 0xd3, 0x5e, 0xec, 0xc4, 0x9b, 0x55, 0x2f, 0x6a, 0x04, 0xdb, 0x24, 0xdc, 0x61, 0x02, - 0xf0, 0x48, 0x62, 0xd3, 0x52, 0x80, 0xe5, 0x2b, 0x8b, 0x35, 0x8a, 0x89, 0xbb, 0xeb, 0x98, 0x02, - 0x09, 0x1c, 0x81, 0x40, 0xb2, 0x08, 0x93, 0xb2, 0xd5, 0x3a, 0x89, 0xd8, 0x11, 0x31, 0xca, 0xfa, - 0xa9, 0xc2, 0x7f, 0x44, 0xb1, 0xea, 0x65, 0x1a, 0xdf, 0x7e, 0x07, 0x2a, 0xca, 0x53, 0x4e, 0x3a, - 0x88, 0x5a, 0x3d, 0x1c, 0x44, 0xf3, 0x99, 0xbb, 0xb4, 0x9d, 0x97, 0x33, 0x6d, 0xe7, 0xff, 0xc4, - 0x82, 0xc4, 0xd5, 0x07, 0x61, 0xa8, 0xb4, 0x03, 0x76, 0xcf, 0x16, 0xca, 0x0b, 0xed, 0xa7, 0x72, - 0xf6, 0x3c, 0xe7, 0x39, 0x7c, 0x42, 0x6a, 0xb2, 0x2e, 0x4e, 0xc8, 0xa0, 0x6b, 0x30, 0xdc, 0x0e, - 0x49, 0x3d, 0x66, 0xd1, 0x1d, 0x7d, 0x50, 0xe4, 0x0b, 0x81, 0xd7, 0xc4, 0x92, 0x84, 0xfd, 0x2f, - 0x2c, 0x80, 0x6b, 0xde, 0x96, 0x17, 0x63, 0xc7, 0x6f, 0x92, 0x63, 0x50, 0xac, 0x6f, 0xc0, 0x40, - 0xd4, 0x26, 0x8d, 0x62, 0x37, 0xa5, 0x49, 0xcf, 0xea, 0x6d, 0xd2, 0x48, 0x3e, 0x07, 0xfd, 0x87, - 0x19, 0x1d, 0xfb, 0x7b, 0x00, 0x13, 0x09, 0x1a, 0x55, 0x6e, 0xd0, 0xf3, 0x46, 0x58, 0xc3, 0xa3, - 0xa9, 0xb0, 0x86, 0x0a, 0xc3, 0xd6, 0x22, 0x19, 0x62, 0x28, 0x6f, 0x39, 0x0f, 0x84, 0x2e, 0xf5, - 0x52, 0xd1, 0x0e, 0xd1, 0x96, 0x16, 0xae, 0x3b, 0x0f, 0xb8, 0xe8, 0xfa, 0x9c, 0x5c, 0x48, 0xd7, - 0x9d, 0x07, 0xfb, 0xfc, 0x3e, 0x94, 0x71, 0x27, 0xaa, 0xbc, 0x7d, 0xe1, 0x4f, 0x93, 0xff, 0xec, - 0x18, 0xa2, 0xcd, 0xb1, 0x56, 0x3d, 0x5f, 0x98, 0x82, 0xfb, 0x6c, 0xd5, 0xf3, 0xd3, 0xad, 0x7a, - 0x7e, 0x81, 0x56, 0x3d, 0xe6, 0xff, 0x3b, 0x2c, 0x6e, 0x50, 0x98, 0xf3, 0xe4, 0xe8, 0xc5, 0x8f, - 0xf6, 0xd5, 0xb4, 0xb8, 0x8a, 0xe1, 0xcd, 0x9f, 0x97, 0xf2, 0xba, 0x28, 0xcd, 0xed, 0x82, 0x6c, - 0x1a, 0xfd, 0x5d, 0x0b, 0x26, 0xc4, 0x6f, 0x4c, 0xde, 0xed, 0x90, 0x28, 0x16, 0x72, 0xc1, 0x27, - 0x0e, 0xd3, 0x1b, 0x41, 0x82, 0x77, 0xea, 0x23, 0x92, 0xfd, 0x9a, 0xc0, 0xdc, 0xbe, 0xa5, 0xfa, - 0x83, 0xbe, 0x67, 0xc1, 0xcc, 0x96, 0xf3, 0x80, 0xb7, 0xc8, 0xcb, 0xb0, 0x13, 0x7b, 0x81, 0x70, - 0x10, 0x5d, 0xed, 0x77, 0x9d, 0x74, 0x11, 0xe2, 0xdd, 0x95, 0xbe, 0x5f, 0x33, 0x59, 0x28, 0xb9, - 0x9d, 0xce, 0xec, 0xe1, 0xdc, 0x06, 0x8c, 0xc8, 0x85, 0x99, 0xa1, 0x29, 0x55, 0x75, 0xf1, 0x27, - 0xc7, 0x2e, 0xb1, 0x20, 0xad, 0x8b, 0x0b, 0xaf, 0x75, 0x1c, 0x3f, 0xf6, 0xe2, 0x1d, 0x4d, 0xb3, - 0x62, 0xed, 0x88, 0xa5, 0x78, 0xa4, 0xed, 0xbc, 0x03, 0x63, 0xfa, 0xba, 0x3b, 0xd2, 0xb6, 0xde, - 0x85, 0x13, 0x19, 0xab, 0xea, 0x48, 0x9b, 0xbc, 0x0f, 0x8f, 0xf6, 0x5c, 0x1f, 0x47, 0xd9, 0xb0, - 0xfd, 0x1b, 0x96, 0xce, 0x3a, 0x8f, 0xc1, 0x6e, 0x75, 0xdd, 0xb4, 0x5b, 0x9d, 0x2d, 0xba, 0x87, - 0x7a, 0x18, 0xaf, 0x36, 0xf4, 0xee, 0xd3, 0x23, 0x01, 0xad, 0xc3, 0x50, 0x8b, 0x96, 0xc8, 0x6b, - 0xc3, 0x73, 0xfd, 0xec, 0xd2, 0x44, 0x02, 0x63, 0xe5, 0x11, 0x16, 0xb4, 0xec, 0xef, 0x59, 0x30, - 0xf0, 0x17, 0x18, 0x74, 0xd5, 0x45, 0x5a, 0xa4, 0x1b, 0x58, 0xc0, 0xce, 0xfd, 0x95, 0x07, 0x31, - 0xf1, 0x23, 0x26, 0xc6, 0x67, 0x4e, 0xd1, 0xff, 0x2e, 0xc1, 0x28, 0x6d, 0x4a, 0xfa, 0xb1, 0xbc, - 0x02, 0xe3, 0x2d, 0xe7, 0x2e, 0x69, 0x49, 0x9b, 0x7b, 0x5a, 0xe9, 0xbd, 0xa6, 0x03, 0xb1, 0x89, - 0x4b, 0x2b, 0x6f, 0xe8, 0x57, 0x12, 0x42, 0x48, 0x52, 0x95, 0x8d, 0xfb, 0x0a, 0x6c, 0xe2, 0x52, - 0xad, 0xeb, 0xbe, 0x13, 0x37, 0x36, 0x85, 0x42, 0xac, 0xba, 0x7b, 0x87, 0x16, 0x62, 0x0e, 0xa3, - 0xc2, 0x9e, 0x5c, 0xb1, 0xb7, 0x49, 0xc8, 0x84, 0x3d, 0x2e, 0x54, 0x2b, 0x61, 0x0f, 0x9b, 0x60, - 0x9c, 0xc6, 0x47, 0x1f, 0x83, 0x09, 0x3a, 0x39, 0x41, 0x27, 0x96, 0x5e, 0x3a, 0x83, 0xcc, 0x4b, - 0x87, 0x39, 0x79, 0xaf, 0x1b, 0x10, 0x9c, 0xc2, 0x44, 0x35, 0x98, 0xf1, 0xfc, 0x46, 0xab, 0xe3, - 0x92, 0x5b, 0xbe, 0xe7, 0x7b, 0xb1, 0xe7, 0xb4, 0xbc, 0xcf, 0x12, 0x57, 0x88, 0xdd, 0xca, 0xa1, - 0x6a, 0x2d, 0x03, 0x07, 0x67, 0xd6, 0xb4, 0xdf, 0x82, 0x13, 0xd7, 0x02, 0xc7, 0x5d, 0x72, 0x5a, - 0x8e, 0xdf, 0x20, 0xe1, 0x9a, 0xdf, 0xcc, 0xf5, 0x29, 0xd0, 0xef, 0xfd, 0x4b, 0x79, 0xf7, 0xfe, - 0x76, 0x08, 0x48, 0x6f, 0x40, 0x78, 0xac, 0xbd, 0x09, 0xc3, 0x1e, 0x6f, 0x4a, 0x6c, 0x84, 0x0b, - 0x79, 0x32, 0x79, 0x57, 0x1f, 0x35, 0x0f, 0x2c, 0x5e, 0x80, 0x25, 0x49, 0xaa, 0xc1, 0x65, 0x09, - 0xf1, 0xf9, 0xaa, 0xb7, 0xfd, 0x57, 0x2c, 0x98, 0xbc, 0x91, 0x8a, 0x33, 0x7e, 0x1a, 0x86, 0x78, - 0x82, 0x8b, 0xb4, 0xdd, 0xab, 0xce, 0x4a, 0xb1, 0x80, 0x3e, 0x74, 0xb3, 0xcb, 0x2f, 0x96, 0xa0, - 0xc2, 0x7c, 0x9f, 0xdb, 0x54, 0x1b, 0x3b, 0x7a, 0xc1, 0xf7, 0xba, 0x21, 0xf8, 0xe6, 0xa8, 0xfe, - 0xaa, 0x63, 0xbd, 0xe4, 0x5e, 0x74, 0x4b, 0xc5, 0xdf, 0x16, 0xd2, 0xfa, 0x13, 0x82, 0x3c, 0x46, - 0x73, 0xc2, 0x0c, 0xd7, 0x95, 0xb1, 0xb9, 0xec, 0x26, 0x5e, 0xe1, 0xbe, 0xef, 0x6e, 0xe2, 0x55, - 0xcf, 0x7a, 0xb0, 0xbb, 0x9a, 0xd6, 0x79, 0x76, 0x20, 0xfc, 0x2c, 0xf3, 0x68, 0x65, 0x9b, 0x51, - 0x85, 0xb1, 0xcf, 0x0b, 0x0f, 0x55, 0x51, 0xba, 0xcf, 0x38, 0x97, 0xf8, 0xc7, 0xb3, 0x14, 0x24, - 0x55, 0xec, 0x2b, 0x30, 0x99, 0x9a, 0x3a, 0xf4, 0x12, 0x0c, 0xb6, 0x37, 0x9d, 0x88, 0xa4, 0x9c, - 0x8b, 0x06, 0x6b, 0xb4, 0x70, 0x7f, 0x77, 0x7e, 0x42, 0x55, 0x60, 0x25, 0x98, 0x63, 0xdb, 0x5f, - 0x2c, 0xc1, 0xc0, 0x8d, 0xc0, 0x3d, 0x8e, 0xa5, 0x76, 0xc5, 0x58, 0x6a, 0x4f, 0xe7, 0xa7, 0x45, - 0xe9, 0xb9, 0xca, 0x6a, 0xa9, 0x55, 0x76, 0xb6, 0x00, 0xad, 0x83, 0x17, 0xd8, 0x16, 0x8c, 0xb2, - 0xb4, 0x2b, 0xc2, 0xbb, 0xea, 0x05, 0x43, 0x57, 0x9b, 0x4f, 0xe9, 0x6a, 0x93, 0x1a, 0xaa, 0xa6, - 0xb1, 0x3d, 0x03, 0xc3, 0xc2, 0x9b, 0x27, 0xed, 0xcf, 0x2b, 0x70, 0xb1, 0x84, 0xdb, 0xff, 0xbc, - 0x0c, 0x46, 0x9a, 0x17, 0xf4, 0xdb, 0x16, 0x2c, 0x84, 0x3c, 0x36, 0xca, 0xad, 0x76, 0x42, 0xcf, - 0x6f, 0xd6, 0x1b, 0x9b, 0xc4, 0xed, 0xb4, 0x3c, 0xbf, 0xb9, 0xd6, 0xf4, 0x03, 0x55, 0xbc, 0xf2, - 0x80, 0x34, 0x3a, 0xcc, 0x78, 0x5e, 0x38, 0xbb, 0x8c, 0xba, 0xc9, 0xbe, 0xb8, 0xb7, 0x3b, 0xbf, - 0x80, 0xfb, 0x6a, 0x05, 0xf7, 0xd9, 0x2b, 0xf4, 0x47, 0x16, 0x9c, 0xe7, 0x89, 0x4e, 0x8a, 0x8f, - 0xa4, 0x90, 0x8e, 0x5b, 0x93, 0x44, 0x13, 0x72, 0xeb, 0x24, 0xdc, 0x5a, 0x7a, 0x59, 0x4c, 0xf2, - 0xf9, 0x5a, 0x7f, 0xad, 0xe2, 0x7e, 0xbb, 0x69, 0xff, 0xab, 0x32, 0x8c, 0xd3, 0xf9, 0x4c, 0x32, - 0x15, 0xbc, 0x64, 0x2c, 0x93, 0x27, 0x52, 0xcb, 0x64, 0xda, 0x40, 0x7e, 0x38, 0x49, 0x0a, 0x22, - 0x98, 0x6e, 0x39, 0x51, 0x7c, 0x85, 0x38, 0x61, 0x7c, 0x97, 0x38, 0xec, 0xc2, 0x38, 0xed, 0x8c, - 0x52, 0xe0, 0x0e, 0x5a, 0x59, 0xd3, 0xae, 0xa5, 0x89, 0xe1, 0x6e, 0xfa, 0x68, 0x1b, 0x10, 0xbb, - 0x9c, 0x0e, 0x1d, 0x3f, 0xe2, 0x63, 0xf1, 0x84, 0xb1, 0xbd, 0xbf, 0x56, 0xe7, 0x44, 0xab, 0xe8, - 0x5a, 0x17, 0x35, 0x9c, 0xd1, 0x82, 0xe6, 0x7e, 0x30, 0x58, 0xd4, 0xfd, 0x60, 0x28, 0xc7, 0x91, - 0xfe, 0x4b, 0x16, 0x9c, 0xa0, 0x9f, 0xc5, 0x74, 0xba, 0x8e, 0x50, 0x00, 0x93, 0x74, 0xd9, 0xb5, - 0x48, 0x2c, 0xcb, 0xc4, 0xfe, 0xca, 0x91, 0xd5, 0x4d, 0x3a, 0x89, 0x40, 0x78, 0xd5, 0x24, 0x86, - 0xd3, 0xd4, 0xed, 0x6f, 0x5a, 0xc0, 0xdc, 0x20, 0x8f, 0xe1, 0x30, 0xbb, 0x6c, 0x1e, 0x66, 0x76, - 0x3e, 0xc7, 0xe8, 0x71, 0x8e, 0xbd, 0x08, 0x53, 0x14, 0x5a, 0x0b, 0x83, 0x07, 0x3b, 0x52, 0x74, - 0xcf, 0xb7, 0x8f, 0x7f, 0xa9, 0xc4, 0xb7, 0x8d, 0x0a, 0xf2, 0x44, 0x5f, 0xb6, 0x60, 0xa4, 0xe1, - 0xb4, 0x9d, 0x06, 0x4f, 0x92, 0x55, 0xc0, 0xde, 0x63, 0xd4, 0x5f, 0x58, 0x16, 0x75, 0xb9, 0xad, - 0xe2, 0xc3, 0x72, 0xe8, 0xb2, 0x38, 0xd7, 0x3e, 0xa1, 0x1a, 0x9f, 0xbb, 0x07, 0xe3, 0x06, 0xb1, - 0x23, 0x55, 0x6c, 0xbf, 0x6c, 0x71, 0xa6, 0xaf, 0x94, 0x8f, 0xfb, 0x30, 0xed, 0x6b, 0xff, 0x29, - 0x3b, 0x93, 0x92, 0xf1, 0x42, 0x71, 0xb6, 0xce, 0xb8, 0xa0, 0xe6, 0xf2, 0x99, 0x22, 0x88, 0xbb, - 0xdb, 0xb0, 0x7f, 0xd9, 0x82, 0x47, 0x74, 0x44, 0x2d, 0x2a, 0x37, 0xcf, 0x12, 0x5d, 0x85, 0x91, - 0xa0, 0x4d, 0x42, 0x27, 0x51, 0xb4, 0xce, 0xca, 0xf9, 0xbf, 0x29, 0xca, 0xf7, 0x77, 0xe7, 0x67, - 0x74, 0xea, 0xb2, 0x1c, 0xab, 0x9a, 0xc8, 0x86, 0x21, 0x36, 0x2f, 0x91, 0x88, 0xa7, 0x66, 0x49, - 0xa3, 0xd8, 0x4d, 0x57, 0x84, 0x05, 0xc4, 0xfe, 0xeb, 0x16, 0x5f, 0x6e, 0x7a, 0xd7, 0xd1, 0xe7, - 0x60, 0x6a, 0x8b, 0xea, 0x64, 0x2b, 0x0f, 0xda, 0x21, 0xb7, 0xa3, 0xcb, 0x19, 0x7b, 0xa9, 0xf8, - 0x8c, 0x69, 0xc3, 0x5d, 0x9a, 0x15, 0xbd, 0x9f, 0xba, 0x9e, 0x22, 0x8b, 0xbb, 0x1a, 0xb2, 0xff, - 0x7e, 0x89, 0xef, 0x59, 0x26, 0xc3, 0x3d, 0x03, 0xc3, 0xed, 0xc0, 0x5d, 0x5e, 0xab, 0x62, 0x31, - 0x57, 0x8a, 0xe9, 0xd4, 0x78, 0x31, 0x96, 0x70, 0x74, 0x11, 0x80, 0x3c, 0x88, 0x49, 0xe8, 0x3b, - 0x2d, 0x75, 0x37, 0xaf, 0x44, 0xa5, 0x15, 0x05, 0xc1, 0x1a, 0x16, 0xad, 0xd3, 0x0e, 0x83, 0x6d, - 0xcf, 0x65, 0xe1, 0x24, 0x65, 0xb3, 0x4e, 0x4d, 0x41, 0xb0, 0x86, 0x45, 0x35, 0xe1, 0x8e, 0x1f, - 0xf1, 0x63, 0xcc, 0xb9, 0x2b, 0x12, 0x16, 0x8d, 0x24, 0x9a, 0xf0, 0x2d, 0x1d, 0x88, 0x4d, 0x5c, - 0x74, 0x15, 0x86, 0x62, 0x87, 0xdd, 0x38, 0x0f, 0x16, 0x71, 0xdf, 0x59, 0xa7, 0xb8, 0x7a, 0x86, - 0x28, 0x5a, 0x15, 0x0b, 0x12, 0xf6, 0x7f, 0xa8, 0x00, 0x24, 0x52, 0x17, 0xfa, 0x62, 0xf7, 0x86, - 0xff, 0x48, 0x51, 0x91, 0xed, 0xe1, 0xed, 0x76, 0xf4, 0x55, 0x0b, 0x46, 0x9d, 0x56, 0x2b, 0x68, - 0x38, 0x31, 0x9b, 0x9e, 0x52, 0x51, 0xd6, 0x23, 0x7a, 0xb2, 0x98, 0xd4, 0xe5, 0x9d, 0x79, 0x41, - 0xde, 0x02, 0x6b, 0x90, 0xdc, 0xfe, 0xe8, 0x5d, 0x40, 0x1f, 0x96, 0x52, 0x3b, 0xff, 0xc2, 0x73, - 0x69, 0xa9, 0xbd, 0xc2, 0x18, 0xae, 0x26, 0xb0, 0xa3, 0xb7, 0x8c, 0x04, 0x3f, 0x03, 0x45, 0x62, - 0x82, 0x0d, 0x39, 0x24, 0x2f, 0xb7, 0x0f, 0x7a, 0x43, 0xf7, 0x73, 0x1f, 0x2c, 0x12, 0x74, 0xaf, - 0x89, 0xc3, 0x39, 0x3e, 0xee, 0x31, 0x4c, 0xba, 0xe6, 0xc9, 0x2b, 0x7c, 0xf5, 0x2e, 0xe4, 0xb7, - 0x90, 0x3a, 0xb2, 0x93, 0xb3, 0x36, 0x05, 0xc0, 0xe9, 0x26, 0xd0, 0x1b, 0x3c, 0x0a, 0x61, 0xcd, - 0xdf, 0x08, 0x84, 0xbf, 0xde, 0xb9, 0x02, 0xdf, 0x7c, 0x27, 0x8a, 0xc9, 0x16, 0xad, 0x93, 0x1c, - 0xae, 0x37, 0x04, 0x15, 0xac, 0xe8, 0xa1, 0x75, 0x18, 0x62, 0x21, 0x60, 0xd1, 0xec, 0x48, 0x11, - 0xdb, 0x9e, 0x19, 0xf9, 0x9c, 0xec, 0x1f, 0xf6, 0x37, 0xc2, 0x82, 0x16, 0xba, 0x22, 0x73, 0x1f, - 0x44, 0x6b, 0xfe, 0xad, 0x88, 0xb0, 0xdc, 0x07, 0x95, 0xa5, 0x0f, 0x25, 0xc9, 0x0c, 0x78, 0x79, - 0x66, 0x56, 0x44, 0xa3, 0x26, 0x15, 0x6c, 0xc4, 0x7f, 0x99, 0x6c, 0x71, 0x16, 0x8a, 0x74, 0xd4, - 0x4c, 0xcd, 0x98, 0x4c, 0xf6, 0x6d, 0x93, 0x18, 0x4e, 0x53, 0x3f, 0xd6, 0x23, 0x75, 0xce, 0x87, - 0xa9, 0xf4, 0xa6, 0x3c, 0xd2, 0x23, 0xfc, 0xc7, 0x03, 0x30, 0x61, 0x2e, 0x0e, 0x74, 0x1e, 0x2a, - 0x82, 0x88, 0xca, 0xa4, 0xa6, 0xf6, 0xc0, 0x75, 0x09, 0xc0, 0x09, 0x0e, 0xcb, 0x29, 0xc7, 0xaa, - 0x6b, 0x9e, 0x5a, 0x49, 0x4e, 0x39, 0x05, 0xc1, 0x1a, 0x16, 0x95, 0x84, 0xef, 0x06, 0x41, 0xac, - 0x4e, 0x02, 0xb5, 0x6e, 0x96, 0x58, 0x29, 0x16, 0x50, 0x7a, 0x02, 0xdc, 0xa3, 0x1f, 0xb3, 0x65, - 0xda, 0x29, 0xd5, 0x09, 0x70, 0x55, 0x07, 0x62, 0x13, 0x97, 0x9e, 0x68, 0x41, 0xc4, 0x16, 0xa2, - 0x90, 0xb7, 0x13, 0xcf, 0xb7, 0x3a, 0x0f, 0x8b, 0x94, 0x70, 0xf4, 0x29, 0x78, 0x44, 0x45, 0x31, - 0x62, 0x6e, 0xf7, 0x95, 0x2d, 0x0e, 0x19, 0x2a, 0xf3, 0x23, 0xcb, 0xd9, 0x68, 0xb8, 0x57, 0x7d, - 0xf4, 0x2a, 0x4c, 0x08, 0x59, 0x59, 0x52, 0x1c, 0x36, 0x1d, 0x18, 0xae, 0x1a, 0x50, 0x9c, 0xc2, - 0x46, 0x55, 0x98, 0xa2, 0x25, 0x4c, 0x48, 0x95, 0x14, 0x78, 0x34, 0xa6, 0x3a, 0xea, 0xaf, 0xa6, - 0xe0, 0xb8, 0xab, 0x06, 0x5a, 0x84, 0x49, 0x2e, 0xac, 0x50, 0xc5, 0x90, 0x7d, 0x07, 0xe1, 0x64, - 0xab, 0x36, 0xc2, 0x4d, 0x13, 0x8c, 0xd3, 0xf8, 0xe8, 0x12, 0x8c, 0x39, 0x61, 0x63, 0xd3, 0x8b, - 0x49, 0x23, 0xee, 0x84, 0x3c, 0xb3, 0x88, 0xe6, 0x01, 0xb2, 0xa8, 0xc1, 0xb0, 0x81, 0x69, 0x7f, - 0x16, 0x4e, 0x64, 0x78, 0xf4, 0xd3, 0x85, 0xe3, 0xb4, 0x3d, 0x39, 0xa6, 0x94, 0x0f, 0xdb, 0x62, - 0x6d, 0x4d, 0x8e, 0x46, 0xc3, 0xa2, 0xab, 0x93, 0x19, 0xbc, 0xb5, 0xdc, 0xa8, 0x6a, 0x75, 0xae, - 0x4a, 0x00, 0x4e, 0x70, 0xec, 0x3f, 0x01, 0xd0, 0xac, 0x37, 0x05, 0xfc, 0x96, 0x2e, 0xc1, 0x98, - 0x4c, 0xf7, 0xab, 0xe5, 0xcc, 0x54, 0xc3, 0xbc, 0xac, 0xc1, 0xb0, 0x81, 0x49, 0xfb, 0xe6, 0x4b, - 0x9b, 0x54, 0xda, 0x63, 0x4e, 0x19, 0xab, 0x70, 0x82, 0x83, 0xce, 0xc1, 0x48, 0x44, 0x5a, 0x1b, - 0xd7, 0x3c, 0xff, 0x9e, 0x58, 0xd8, 0x8a, 0x33, 0xd7, 0x45, 0x39, 0x56, 0x18, 0x68, 0x09, 0xca, - 0x1d, 0xcf, 0x15, 0x4b, 0x59, 0x8a, 0x0d, 0xe5, 0x5b, 0x6b, 0xd5, 0xfd, 0xdd, 0xf9, 0x27, 0x7a, - 0xe5, 0x3e, 0xa6, 0xfa, 0x79, 0xb4, 0x40, 0xb7, 0x1f, 0xad, 0x9c, 0x65, 0xf9, 0x1f, 0xea, 0xd3, - 0xf2, 0x7f, 0x11, 0x40, 0x8c, 0x5a, 0xae, 0xe5, 0x72, 0xf2, 0xd5, 0x2e, 0x2b, 0x08, 0xd6, 0xb0, - 0xa8, 0x96, 0xdf, 0x08, 0x89, 0x23, 0x15, 0x61, 0xee, 0x69, 0x3e, 0x72, 0x78, 0x2d, 0x7f, 0x39, - 0x4d, 0x0c, 0x77, 0xd3, 0x47, 0x01, 0x4c, 0xbb, 0x22, 0x54, 0x36, 0x69, 0xb4, 0xd2, 0xbf, 0x7b, - 0x3b, 0x73, 0xd2, 0x49, 0x13, 0xc2, 0xdd, 0xb4, 0xd1, 0x67, 0x60, 0x4e, 0x16, 0x76, 0xc7, 0x29, - 0xb3, 0xed, 0x52, 0x5e, 0x3a, 0xbd, 0xb7, 0x3b, 0x3f, 0x57, 0xed, 0x89, 0x85, 0x0f, 0xa0, 0x80, - 0xde, 0x84, 0x21, 0x76, 0x53, 0x14, 0xcd, 0x8e, 0xb2, 0x13, 0xef, 0xc5, 0x22, 0x41, 0x12, 0x74, - 0xd5, 0x2f, 0xb0, 0xfb, 0x26, 0xe1, 0xfe, 0x9b, 0x5c, 0xbf, 0xb1, 0x42, 0x2c, 0x68, 0xa2, 0x36, - 0x8c, 0x3a, 0xbe, 0x1f, 0xc4, 0x0e, 0x17, 0xc4, 0xc6, 0x8a, 0xc8, 0x92, 0x5a, 0x13, 0x8b, 0x49, - 0x5d, 0xde, 0x8e, 0xf2, 0x28, 0xd4, 0x20, 0x58, 0x6f, 0x02, 0xdd, 0x87, 0xc9, 0xe0, 0x3e, 0x65, - 0x98, 0xf2, 0x6a, 0x23, 0x9a, 0x1d, 0x37, 0x07, 0x96, 0x63, 0xa8, 0x35, 0x2a, 0x6b, 0x9c, 0xcc, - 0x24, 0x8a, 0xd3, 0xad, 0xa0, 0x05, 0xc3, 0x5c, 0x3d, 0x91, 0x38, 0xb9, 0x27, 0xe6, 0x6a, 0xdd, - 0x3a, 0xcd, 0x62, 0xe1, 0xb9, 0x63, 0x2b, 0xe3, 0x08, 0x93, 0xa9, 0x58, 0xf8, 0x04, 0x84, 0x75, - 0x3c, 0xb4, 0x09, 0x63, 0xc9, 0x25, 0x55, 0x18, 0xb1, 0x34, 0x3b, 0x9a, 0xdf, 0xd6, 0xc1, 0x83, - 0x5b, 0xd3, 0x6a, 0xf2, 0x90, 0x1d, 0xbd, 0x04, 0x1b, 0x94, 0xe7, 0x3e, 0x0a, 0xa3, 0xda, 0x27, - 0xee, 0xc7, 0x6f, 0x7b, 0xee, 0x55, 0x98, 0x4a, 0x7f, 0xba, 0xbe, 0xfc, 0xbe, 0xff, 0x7b, 0x09, - 0x26, 0x33, 0x6e, 0xa8, 0x58, 0xd2, 0xe3, 0x14, 0x93, 0x4d, 0x72, 0x1c, 0x9b, 0xac, 0xb2, 0x54, - 0x80, 0x55, 0x4a, 0xbe, 0x5d, 0xee, 0xc9, 0xb7, 0x05, 0x7b, 0x1c, 0x78, 0x2f, 0xec, 0xd1, 0x3c, - 0x91, 0x06, 0x0b, 0x9d, 0x48, 0x0f, 0x81, 0xa5, 0x1a, 0x87, 0xda, 0x70, 0x81, 0x43, 0xed, 0x1b, - 0x25, 0x98, 0x4a, 0x7c, 0xdc, 0x45, 0xb6, 0xf1, 0xa3, 0xbf, 0xf0, 0x58, 0x37, 0x2e, 0x3c, 0xf2, - 0x92, 0x89, 0xa7, 0xfa, 0xd7, 0xf3, 0xf2, 0xe3, 0xcd, 0xd4, 0xe5, 0xc7, 0x8b, 0x7d, 0xd2, 0x3d, - 0xf8, 0x22, 0xe4, 0xbb, 0x25, 0x38, 0x99, 0xae, 0xb2, 0xdc, 0x72, 0xbc, 0xad, 0x63, 0x98, 0xaf, - 0x4f, 0x19, 0xf3, 0xf5, 0x72, 0x7f, 0xe3, 0x62, 0x9d, 0xec, 0x39, 0x69, 0x4e, 0x6a, 0xd2, 0x3e, - 0x7a, 0x18, 0xe2, 0x07, 0xcf, 0xdc, 0xef, 0x5b, 0xf0, 0x68, 0x66, 0xbd, 0x63, 0x30, 0xf1, 0xbe, - 0x6e, 0x9a, 0x78, 0x5f, 0x38, 0xc4, 0xe8, 0x7a, 0xd8, 0x7c, 0x7f, 0xa5, 0xdc, 0x63, 0x54, 0xcc, - 0x08, 0x76, 0x13, 0x46, 0x9d, 0x46, 0x83, 0x44, 0xd1, 0xf5, 0xc0, 0x55, 0xf9, 0xbb, 0x9e, 0x67, - 0xa7, 0x58, 0x52, 0xbc, 0xbf, 0x3b, 0x3f, 0x97, 0x26, 0x91, 0x80, 0xb1, 0x4e, 0xc1, 0xcc, 0x2c, - 0x58, 0x3a, 0xa2, 0xcc, 0x82, 0x17, 0x01, 0xb6, 0x95, 0xbe, 0x9c, 0xb6, 0xad, 0x69, 0x9a, 0xb4, - 0x86, 0x85, 0xfe, 0x7f, 0x26, 0x7b, 0x72, 0x07, 0x93, 0x01, 0x33, 0x5c, 0x36, 0xe7, 0xfb, 0xe9, - 0xce, 0x2a, 0x3c, 0x2a, 0x57, 0xd9, 0x21, 0x15, 0x49, 0xf4, 0x09, 0x98, 0x8a, 0x78, 0xee, 0x87, - 0xe5, 0x96, 0x13, 0xb1, 0xe0, 0x0e, 0xc1, 0x4f, 0x59, 0x80, 0x6d, 0x3d, 0x05, 0xc3, 0x5d, 0xd8, - 0xf6, 0x77, 0xca, 0xf0, 0xc1, 0x03, 0x96, 0x2d, 0x5a, 0x34, 0xef, 0x87, 0x9f, 0x4b, 0x5b, 0x9a, - 0xe6, 0x32, 0x2b, 0x1b, 0xa6, 0xa7, 0xd4, 0xd7, 0x2e, 0xbd, 0xe7, 0xaf, 0xfd, 0x35, 0xdd, 0x2e, - 0xc8, 0x7d, 0x4e, 0x2f, 0x1f, 0x7a, 0x63, 0xfe, 0xa4, 0x5e, 0x0b, 0x7c, 0xc1, 0x82, 0x27, 0x32, - 0x87, 0x65, 0xf8, 0xa3, 0x9c, 0x87, 0x4a, 0x83, 0x16, 0x6a, 0xa1, 0x58, 0x49, 0x0c, 0xa4, 0x04, - 0xe0, 0x04, 0xc7, 0x70, 0x3b, 0x29, 0xe5, 0xba, 0x9d, 0xfc, 0x8e, 0x05, 0x33, 0xe9, 0x4e, 0x1c, - 0x03, 0xdf, 0xaa, 0x9b, 0x7c, 0x6b, 0xa1, 0xbf, 0x8f, 0xdf, 0x83, 0x65, 0xfd, 0xe7, 0x09, 0x38, - 0xd5, 0x75, 0xea, 0xf1, 0x59, 0xfc, 0x39, 0x0b, 0xa6, 0x9b, 0x4c, 0x4f, 0xd0, 0xe2, 0xdd, 0xc4, - 0xb8, 0x72, 0x82, 0x04, 0x0f, 0x0c, 0x93, 0xe3, 0x5a, 0x4f, 0x17, 0x0a, 0xee, 0x6e, 0x0c, 0x7d, - 0xc5, 0x82, 0x19, 0xe7, 0x7e, 0xd4, 0xf5, 0x16, 0x8e, 0x58, 0x48, 0xaf, 0xe6, 0x98, 0xe5, 0x72, - 0x5e, 0xd1, 0x59, 0x9a, 0xdd, 0xdb, 0x9d, 0x9f, 0xc9, 0xc2, 0xc2, 0x99, 0xad, 0xd2, 0xef, 0xbb, - 0x29, 0xe2, 0x5e, 0x8a, 0x45, 0x6e, 0x66, 0x45, 0xc9, 0x70, 0xb6, 0x26, 0x21, 0x58, 0x51, 0x44, - 0x6f, 0x43, 0xa5, 0x29, 0x43, 0xdc, 0xd2, 0x6c, 0xb3, 0xc7, 0x34, 0x67, 0x45, 0xc4, 0xf1, 0xb8, - 0x03, 0x05, 0xc2, 0x09, 0x51, 0x74, 0x05, 0xca, 0xfe, 0x46, 0x24, 0x82, 0xc9, 0xf3, 0xbc, 0x8d, - 0x4c, 0x1f, 0x2f, 0x1e, 0x7f, 0x7b, 0x63, 0xb5, 0x8e, 0x29, 0x09, 0x4a, 0x29, 0xbc, 0xeb, 0x0a, - 0x7b, 0x74, 0x0e, 0x25, 0xbc, 0x54, 0xed, 0xa6, 0x84, 0x97, 0xaa, 0x98, 0x92, 0x40, 0x35, 0x18, - 0x64, 0x51, 0x35, 0xc2, 0xd8, 0x9c, 0x93, 0x71, 0xa0, 0x2b, 0x76, 0x88, 0x27, 0xc0, 0x64, 0xc5, - 0x98, 0x13, 0x42, 0xeb, 0x30, 0xd4, 0x60, 0x6f, 0x38, 0x08, 0x2b, 0x40, 0x5e, 0x2e, 0x8e, 0xae, - 0xf7, 0x1e, 0xf8, 0x0d, 0x1b, 0x2f, 0xc7, 0x82, 0x16, 0xa3, 0x4a, 0xda, 0x9b, 0x1b, 0x91, 0x50, - 0xf3, 0xf3, 0xa8, 0x76, 0xbd, 0xc6, 0x21, 0xa8, 0xb2, 0x72, 0x2c, 0x68, 0xa1, 0x2a, 0x94, 0x36, - 0x1a, 0x22, 0xe8, 0x26, 0xc7, 0xc8, 0x6c, 0x06, 0x53, 0x2f, 0x0d, 0xed, 0xed, 0xce, 0x97, 0x56, - 0x97, 0x71, 0x69, 0xa3, 0x81, 0x5e, 0x87, 0xe1, 0x0d, 0x1e, 0x1e, 0x2b, 0x72, 0xe6, 0x5e, 0xc8, - 0x8b, 0xe1, 0xed, 0x8a, 0xa5, 0xe5, 0xb1, 0x25, 0x02, 0x80, 0x25, 0x39, 0x96, 0x4e, 0x50, 0x05, - 0xfc, 0x8a, 0xa4, 0xb9, 0x0b, 0xfd, 0x05, 0x08, 0x0b, 0xed, 0x57, 0x95, 0x62, 0x8d, 0x22, 0x5d, - 0xf3, 0x8e, 0x7c, 0x8e, 0x86, 0x25, 0xcc, 0xcd, 0x5d, 0xf3, 0x99, 0xaf, 0xd7, 0xf0, 0x35, 0xaf, - 0x40, 0x38, 0x21, 0x8a, 0x3a, 0x30, 0xbe, 0x1d, 0xb5, 0x37, 0x89, 0xdc, 0xfa, 0x2c, 0x8b, 0xee, - 0xe8, 0xc5, 0x8f, 0xe7, 0xa4, 0x46, 0x16, 0x55, 0xbc, 0x30, 0xee, 0x38, 0xad, 0x2e, 0x0e, 0xc6, - 0xf2, 0xb7, 0xdd, 0xd6, 0xc9, 0x62, 0xb3, 0x15, 0xfa, 0x49, 0xde, 0xed, 0x04, 0x77, 0x77, 0x62, - 0x22, 0xb2, 0xec, 0xe6, 0x7c, 0x92, 0xd7, 0x38, 0x72, 0xf7, 0x27, 0x11, 0x00, 0x2c, 0xc9, 0xa9, - 0x29, 0x63, 0xdc, 0x78, 0xaa, 0xf0, 0x94, 0x75, 0x8d, 0x21, 0x99, 0x32, 0xc6, 0x7d, 0x13, 0xa2, - 0x8c, 0xeb, 0xb6, 0x37, 0x83, 0x38, 0xf0, 0x53, 0xbc, 0x7f, 0xba, 0x08, 0xd7, 0xad, 0x65, 0xd4, - 0xec, 0xe6, 0xba, 0x59, 0x58, 0x38, 0xb3, 0x55, 0xe4, 0xc3, 0x44, 0x3b, 0x08, 0xe3, 0xfb, 0x41, - 0x28, 0xd7, 0x21, 0x2a, 0xa4, 0x23, 0x1a, 0x75, 0x44, 0xdb, 0xcc, 0x85, 0xd8, 0x84, 0xe0, 0x14, - 0x75, 0xfa, 0xe9, 0xa2, 0x86, 0xd3, 0x22, 0x6b, 0x37, 0x67, 0x4f, 0x14, 0xf9, 0x74, 0x75, 0x8e, - 0xdc, 0xfd, 0xe9, 0x04, 0x00, 0x4b, 0x72, 0xf6, 0x2f, 0x0f, 0x75, 0x0b, 0x0e, 0x4c, 0x35, 0xf8, - 0x6b, 0xdd, 0x77, 0xbe, 0x9f, 0xe8, 0x5f, 0x03, 0x7e, 0x88, 0xb7, 0xbf, 0x5f, 0xb1, 0xe0, 0x54, - 0x3b, 0x53, 0x2c, 0x10, 0x47, 0x6f, 0xbf, 0x8a, 0x34, 0x9f, 0x16, 0x95, 0x0c, 0x3b, 0x1b, 0x8e, - 0x7b, 0xb4, 0x99, 0x16, 0xa6, 0xcb, 0xef, 0x59, 0x98, 0xbe, 0x03, 0x23, 0x4c, 0xfa, 0x4b, 0x52, - 0xdd, 0xf4, 0x99, 0x15, 0x86, 0x1d, 0xe2, 0xcb, 0x82, 0x04, 0x56, 0xc4, 0xe8, 0xc4, 0x3d, 0x9e, - 0x1e, 0x04, 0x26, 0x0c, 0x2c, 0x52, 0x30, 0x72, 0x4d, 0x65, 0x55, 0xcc, 0xc4, 0xe3, 0xb5, 0x83, - 0x90, 0xf7, 0xf3, 0x10, 0xf0, 0xc1, 0x8d, 0xa1, 0x6a, 0x86, 0xaa, 0x34, 0x64, 0x5e, 0xf0, 0xe4, - 0xab, 0x4b, 0xc7, 0x2b, 0xe2, 0xff, 0x03, 0x2b, 0x43, 0x22, 0xe5, 0x6a, 0xd9, 0xc7, 0x4d, 0xb5, - 0xec, 0xe9, 0xb4, 0x5a, 0xd6, 0x65, 0x8c, 0x31, 0x34, 0xb2, 0xe2, 0x29, 0x64, 0x8b, 0xe6, 0xf2, - 0xb1, 0x5b, 0x70, 0x26, 0x8f, 0xdd, 0x31, 0xa7, 0x2f, 0x57, 0x5d, 0x77, 0x26, 0x4e, 0x5f, 0xee, - 0x5a, 0x15, 0x33, 0x48, 0xd1, 0x74, 0x10, 0xf6, 0xcf, 0x97, 0xa0, 0x5c, 0x0b, 0xdc, 0x63, 0x30, - 0x2e, 0x5d, 0x36, 0x8c, 0x4b, 0x4f, 0xe5, 0xbe, 0x68, 0xd8, 0xd3, 0x94, 0x74, 0x33, 0x65, 0x4a, - 0xfa, 0x99, 0x7c, 0x52, 0x07, 0x1b, 0x8e, 0xbe, 0x57, 0x06, 0xfd, 0x4d, 0x46, 0xf4, 0xef, 0x0e, - 0xe3, 0x0b, 0x5c, 0x2e, 0xf6, 0x4c, 0xa3, 0x68, 0x83, 0xf9, 0x8c, 0xc9, 0x98, 0xc4, 0x9f, 0x58, - 0x97, 0xe0, 0x3b, 0xc4, 0x6b, 0x6e, 0xc6, 0xc4, 0x4d, 0x0f, 0xec, 0xf8, 0x5c, 0x82, 0xff, 0xdc, - 0x82, 0xc9, 0x54, 0xeb, 0xa8, 0x95, 0x15, 0xcc, 0x74, 0x48, 0x73, 0xd1, 0x74, 0x6e, 0xf4, 0xd3, - 0x02, 0x80, 0xb2, 0xfa, 0x4b, 0x93, 0x0c, 0x93, 0x4e, 0xd5, 0xb5, 0x40, 0x84, 0x35, 0x0c, 0xf4, - 0x12, 0x8c, 0xc6, 0x41, 0x3b, 0x68, 0x05, 0xcd, 0x9d, 0xab, 0x44, 0x26, 0x2a, 0x51, 0x77, 0x33, - 0xeb, 0x09, 0x08, 0xeb, 0x78, 0xf6, 0xf7, 0xcb, 0x90, 0x7e, 0xd1, 0xf3, 0xff, 0xad, 0xd3, 0x9f, - 0x9c, 0x75, 0xfa, 0x87, 0x16, 0x4c, 0xd1, 0xd6, 0x99, 0x93, 0x8e, 0x74, 0xdd, 0x55, 0xef, 0x59, - 0x58, 0x07, 0xbc, 0x67, 0xf1, 0x34, 0xe5, 0x76, 0x6e, 0xd0, 0x89, 0x85, 0x11, 0x49, 0x63, 0x62, - 0xb4, 0x14, 0x0b, 0xa8, 0xc0, 0x23, 0x61, 0x28, 0x62, 0x9c, 0x74, 0x3c, 0x12, 0x86, 0x58, 0x40, - 0xe5, 0x73, 0x17, 0x03, 0x3d, 0x9e, 0xbb, 0x60, 0xa9, 0xbe, 0x84, 0x63, 0x88, 0x10, 0x2b, 0xb4, - 0x54, 0x5f, 0xd2, 0x63, 0x24, 0xc1, 0xb1, 0xbf, 0x55, 0x86, 0xb1, 0x5a, 0xe0, 0x26, 0x3e, 0xf9, - 0x2f, 0x1a, 0x3e, 0xf9, 0x67, 0x52, 0x3e, 0xf9, 0x53, 0x3a, 0xee, 0xc3, 0x71, 0xc9, 0x17, 0x29, - 0xe1, 0xd8, 0x83, 0x2c, 0x87, 0x74, 0xc7, 0x37, 0x52, 0xc2, 0x29, 0x42, 0xd8, 0xa4, 0xfb, 0xd3, - 0xe4, 0x86, 0xff, 0xbf, 0x2c, 0x98, 0xa8, 0x05, 0x2e, 0x5d, 0xa0, 0x3f, 0x4d, 0xab, 0x51, 0x4f, - 0x24, 0x37, 0x74, 0x40, 0x22, 0xb9, 0x5f, 0xb5, 0x60, 0xb8, 0x16, 0xb8, 0xc7, 0x60, 0x60, 0x5d, - 0x35, 0x0d, 0xac, 0x4f, 0xe4, 0x72, 0xde, 0x1e, 0x36, 0xd5, 0xef, 0x94, 0x61, 0x9c, 0xf6, 0x38, - 0x68, 0xca, 0xef, 0x65, 0xcc, 0x8d, 0x55, 0x60, 0x6e, 0xa8, 0x48, 0x18, 0xb4, 0x5a, 0xc1, 0xfd, - 0xf4, 0xb7, 0x5b, 0x65, 0xa5, 0x58, 0x40, 0xd1, 0x39, 0x18, 0x69, 0x87, 0x64, 0xdb, 0x0b, 0x3a, - 0x51, 0x3a, 0x5e, 0xb2, 0x26, 0xca, 0xb1, 0xc2, 0x40, 0x2f, 0xc2, 0x58, 0xe4, 0xf9, 0x0d, 0x22, - 0xdd, 0x46, 0x06, 0x98, 0xdb, 0x08, 0xcf, 0xd9, 0xa9, 0x95, 0x63, 0x03, 0x0b, 0xdd, 0x81, 0x0a, - 0xfb, 0xcf, 0x76, 0x50, 0xff, 0xef, 0x55, 0xf0, 0xbc, 0x30, 0x92, 0x00, 0x4e, 0x68, 0xa1, 0x8b, - 0x00, 0xb1, 0x74, 0x70, 0x89, 0x44, 0x84, 0xae, 0x92, 0x4b, 0x95, 0xeb, 0x4b, 0x84, 0x35, 0x2c, - 0xf4, 0x1c, 0x54, 0x62, 0xc7, 0x6b, 0x5d, 0xf3, 0x7c, 0x12, 0x09, 0x07, 0x21, 0x91, 0x7f, 0x5b, - 0x14, 0xe2, 0x04, 0x4e, 0xcf, 0x7b, 0x16, 0xff, 0xcd, 0xdf, 0xc2, 0x19, 0x61, 0xd8, 0xec, 0xbc, - 0xbf, 0xa6, 0x4a, 0xb1, 0x86, 0x61, 0x5f, 0x82, 0x93, 0xb5, 0xc0, 0xad, 0x05, 0x61, 0xbc, 0x1a, - 0x84, 0xf7, 0x9d, 0xd0, 0x95, 0xdf, 0x6f, 0x5e, 0xa6, 0x7d, 0xa6, 0x67, 0xf2, 0x20, 0xb7, 0x39, - 0x1a, 0x69, 0x9c, 0x5f, 0x60, 0x27, 0x7e, 0x9f, 0xc1, 0x1e, 0x7f, 0x50, 0x06, 0x54, 0x63, 0x2e, - 0x38, 0xc6, 0xd3, 0x49, 0x9b, 0x30, 0x11, 0x91, 0x6b, 0x9e, 0xdf, 0x79, 0x20, 0x48, 0x15, 0x8b, - 0xae, 0xa9, 0xaf, 0xe8, 0x75, 0xb8, 0xa5, 0xc3, 0x2c, 0xc3, 0x29, 0xba, 0xf4, 0xcb, 0x86, 0x1d, - 0x7f, 0x31, 0xba, 0x15, 0x91, 0x50, 0x3c, 0x15, 0xf4, 0x51, 0x76, 0x11, 0x28, 0x0b, 0xf7, 0x77, - 0xe7, 0xcf, 0xe6, 0xb8, 0x37, 0xf8, 0xde, 0x03, 0x8a, 0xb9, 0x56, 0xc5, 0x09, 0x2d, 0xba, 0xd0, - 0xd8, 0x9f, 0x1b, 0x81, 0x8f, 0x83, 0x20, 0x96, 0x4b, 0x93, 0x3d, 0x33, 0xa1, 0x95, 0x63, 0x03, - 0x0b, 0x45, 0x80, 0xa2, 0x4e, 0xbb, 0xdd, 0x62, 0xf7, 0x92, 0x4e, 0xeb, 0x72, 0x18, 0x74, 0xda, - 0xdc, 0x6b, 0xbb, 0xbc, 0xb4, 0x4c, 0x79, 0x70, 0xbd, 0x0b, 0xba, 0xbf, 0x3b, 0xff, 0x4c, 0x7e, - 0x07, 0x19, 0xee, 0x5a, 0x15, 0x67, 0x90, 0x47, 0x18, 0x86, 0x37, 0x22, 0xf6, 0x5b, 0x44, 0x99, - 0x5f, 0x62, 0x86, 0xd0, 0x3a, 0x2b, 0xea, 0x8f, 0xbc, 0x24, 0x64, 0x7f, 0x9e, 0x1d, 0xb3, 0xec, - 0x25, 0x99, 0xb8, 0x13, 0x12, 0xb4, 0x05, 0xe3, 0x6d, 0x76, 0x94, 0xc6, 0x61, 0xd0, 0x6a, 0x11, - 0x29, 0xe5, 0x1e, 0xce, 0x15, 0x89, 0xbf, 0x1d, 0xa1, 0x93, 0xc3, 0x26, 0x75, 0xfb, 0xbf, 0x4c, - 0x30, 0x8e, 0x29, 0x2e, 0x9d, 0x87, 0x85, 0xd3, 0xb1, 0x90, 0x27, 0x3f, 0x54, 0xe4, 0x4d, 0xb8, - 0xe4, 0x34, 0x12, 0x2e, 0xcc, 0x58, 0x52, 0x41, 0x9f, 0x66, 0x2e, 0xf5, 0x9c, 0x4d, 0x15, 0x7f, - 0xe9, 0x92, 0xe3, 0x1b, 0xee, 0xf4, 0x82, 0x04, 0xd6, 0xc8, 0xa1, 0x6b, 0x30, 0x2e, 0x1e, 0x1e, - 0x11, 0xc6, 0x92, 0xb2, 0xa1, 0xe8, 0x8f, 0x63, 0x1d, 0xb8, 0x9f, 0x2e, 0xc0, 0x66, 0x65, 0xd4, - 0x84, 0xc7, 0xb5, 0x87, 0xb5, 0x32, 0xdc, 0xe6, 0x38, 0xff, 0x7b, 0x62, 0x6f, 0x77, 0xfe, 0xf1, - 0xf5, 0x83, 0x10, 0xf1, 0xc1, 0x74, 0xd0, 0x4d, 0x38, 0xe9, 0x34, 0x62, 0x6f, 0x9b, 0x54, 0x89, - 0xe3, 0xb6, 0x3c, 0x9f, 0x98, 0x79, 0x0b, 0x1e, 0xdd, 0xdb, 0x9d, 0x3f, 0xb9, 0x98, 0x85, 0x80, - 0xb3, 0xeb, 0xa1, 0x8f, 0x43, 0xc5, 0xf5, 0x23, 0x31, 0x07, 0x43, 0xc6, 0x3b, 0x72, 0x95, 0xea, - 0x8d, 0xba, 0x1a, 0x7f, 0xf2, 0x07, 0x27, 0x15, 0xd0, 0xbb, 0x30, 0xa6, 0x87, 0x31, 0x89, 0xf7, - 0x0b, 0x5f, 0x2e, 0xa4, 0xc5, 0x1b, 0xb1, 0x3f, 0xdc, 0x8e, 0xa8, 0xdc, 0x53, 0x8d, 0xb0, 0x20, - 0xa3, 0x09, 0xf4, 0x49, 0x40, 0x11, 0x09, 0xb7, 0xbd, 0x06, 0x59, 0x6c, 0xb0, 0x74, 0xbb, 0xcc, - 0xd2, 0x34, 0x62, 0xc4, 0x69, 0xa0, 0x7a, 0x17, 0x06, 0xce, 0xa8, 0x85, 0xae, 0x50, 0xfe, 0xa7, - 0x97, 0x0a, 0x6f, 0x62, 0x29, 0x9e, 0xce, 0x56, 0x49, 0x3b, 0x24, 0x0d, 0x27, 0x26, 0xae, 0x49, - 0x11, 0xa7, 0xea, 0xd1, 0xd3, 0x51, 0xbd, 0xa8, 0x00, 0xa6, 0x0f, 0x6c, 0xf7, 0xab, 0x0a, 0x54, - 0xdb, 0xdb, 0x0c, 0xa2, 0xf8, 0x06, 0x89, 0xef, 0x07, 0xe1, 0x3d, 0x91, 0xa2, 0x2c, 0xc9, 0x5d, - 0x98, 0x80, 0xb0, 0x8e, 0x47, 0x25, 0x39, 0x76, 0x85, 0xb7, 0x56, 0x65, 0xf7, 0x23, 0x23, 0xc9, - 0xde, 0xb9, 0xc2, 0x8b, 0xb1, 0x84, 0x4b, 0xd4, 0xb5, 0xda, 0x32, 0xbb, 0xeb, 0x48, 0xa1, 0xae, - 0xd5, 0x96, 0xb1, 0x84, 0xa3, 0xa0, 0xfb, 0xb5, 0xbe, 0x89, 0x22, 0xf7, 0x4e, 0xdd, 0xe7, 0x49, - 0xc1, 0x07, 0xfb, 0x1e, 0xc0, 0x94, 0x7a, 0x31, 0x90, 0x67, 0x71, 0x8b, 0x66, 0x27, 0xd9, 0xc2, - 0x39, 0x4c, 0x32, 0x38, 0x65, 0x5d, 0x5c, 0x4b, 0xd1, 0xc4, 0x5d, 0xad, 0x18, 0xd9, 0x32, 0xa6, - 0x72, 0x5f, 0xc9, 0x38, 0x0f, 0x95, 0xa8, 0x73, 0xd7, 0x0d, 0xb6, 0x1c, 0xcf, 0x67, 0x17, 0x12, - 0x9a, 0x28, 0x55, 0x97, 0x00, 0x9c, 0xe0, 0xa0, 0x1a, 0x8c, 0x38, 0x42, 0x91, 0x14, 0x17, 0x07, - 0x39, 0xd1, 0xf4, 0x52, 0xed, 0xe4, 0x36, 0x5e, 0xf9, 0x0f, 0x2b, 0x2a, 0xe8, 0x15, 0x18, 0x17, - 0xc1, 0x60, 0xc2, 0x69, 0xf3, 0x84, 0x19, 0x38, 0x50, 0xd7, 0x81, 0xd8, 0xc4, 0x45, 0x4d, 0x98, - 0xa0, 0x54, 0x12, 0x06, 0x38, 0x3b, 0xd3, 0x1f, 0x0f, 0xd5, 0xf2, 0x91, 0xeb, 0x64, 0x70, 0x8a, - 0x2c, 0x72, 0xe1, 0x31, 0xa7, 0x13, 0x07, 0x5b, 0x74, 0x27, 0x98, 0xfb, 0x64, 0x3d, 0xb8, 0x47, - 0xfc, 0xd9, 0x93, 0x6c, 0x05, 0x9e, 0xd9, 0xdb, 0x9d, 0x7f, 0x6c, 0xf1, 0x00, 0x3c, 0x7c, 0x20, - 0x15, 0xf4, 0x16, 0x8c, 0xc6, 0x41, 0x4b, 0xf8, 0x62, 0x47, 0xb3, 0xa7, 0x8a, 0x64, 0x05, 0x5a, - 0x57, 0x15, 0x74, 0x63, 0x8a, 0x22, 0x82, 0x75, 0x8a, 0xe8, 0x6d, 0x18, 0xa3, 0xdf, 0xfe, 0xba, - 0xd3, 0x6e, 0x7b, 0x7e, 0x33, 0x9a, 0x7d, 0xa4, 0xc8, 0x6c, 0xa9, 0x9c, 0x97, 0xe6, 0xfe, 0x65, - 0x45, 0x24, 0xc2, 0x06, 0xc5, 0xb9, 0x9f, 0x85, 0xe9, 0x2e, 0xa6, 0xd7, 0x97, 0x9b, 0xea, 0xbf, - 0x1f, 0x84, 0x8a, 0xb2, 0x5c, 0xa2, 0xf3, 0xa6, 0x91, 0xfa, 0xd1, 0xb4, 0x91, 0x7a, 0x84, 0x0a, - 0x8a, 0xba, 0x5d, 0xfa, 0x33, 0x19, 0xaf, 0xd0, 0x3f, 0x9b, 0xbb, 0xcb, 0x8b, 0xc7, 0xa8, 0xf5, - 0xf1, 0x56, 0x7f, 0xa2, 0xbd, 0x0e, 0x1c, 0xa8, 0xbd, 0x16, 0x7c, 0x59, 0x91, 0xea, 0xa9, 0xed, - 0xc0, 0x5d, 0xab, 0xa5, 0x1f, 0x0e, 0xab, 0xd1, 0x42, 0xcc, 0x61, 0x4c, 0xbf, 0xa0, 0xa7, 0x36, - 0xd3, 0x2f, 0x86, 0x0f, 0xa9, 0x5f, 0x48, 0x02, 0x38, 0xa1, 0x85, 0xb6, 0x61, 0xba, 0x61, 0xbe, - 0x03, 0xa7, 0x22, 0xcf, 0x9e, 0xef, 0xe3, 0x1d, 0xb6, 0x8e, 0xf6, 0x48, 0xcc, 0x72, 0x9a, 0x1e, - 0xee, 0x6e, 0x02, 0xbd, 0x02, 0x23, 0xef, 0x06, 0x11, 0xbb, 0x3e, 0x11, 0x47, 0x97, 0x8c, 0xf0, - 0x19, 0x79, 0xed, 0x66, 0x9d, 0x95, 0xef, 0xef, 0xce, 0x8f, 0xd6, 0x02, 0x57, 0xfe, 0xc5, 0xaa, - 0x02, 0xfa, 0x82, 0x05, 0x27, 0x8d, 0x9d, 0xac, 0x7a, 0x0e, 0x87, 0xe9, 0xf9, 0xe3, 0xa2, 0xe5, - 0x93, 0x6b, 0x59, 0x34, 0x71, 0x76, 0x53, 0xf6, 0x6f, 0x71, 0x53, 0xad, 0x30, 0xde, 0x90, 0xa8, - 0xd3, 0x3a, 0x8e, 0x07, 0x1b, 0x6e, 0x1a, 0x76, 0xa5, 0x87, 0x70, 0x59, 0xf0, 0x6f, 0x2d, 0x76, - 0x59, 0xb0, 0x4e, 0xb6, 0xda, 0x2d, 0x27, 0x3e, 0x0e, 0x2f, 0xe6, 0x4f, 0xc3, 0x48, 0x2c, 0x5a, - 0x2b, 0xf6, 0xda, 0x84, 0xd6, 0x3d, 0x76, 0x89, 0xa2, 0x8e, 0x3e, 0x59, 0x8a, 0x15, 0x41, 0xfb, - 0x5f, 0xf2, 0xaf, 0x22, 0x21, 0xc7, 0x60, 0x11, 0xb9, 0x61, 0x5a, 0x44, 0x9e, 0x29, 0x3c, 0x96, - 0x1e, 0x96, 0x91, 0xef, 0x9b, 0x23, 0x60, 0x1a, 0xca, 0x4f, 0xce, 0x6d, 0x96, 0xfd, 0x4b, 0x16, - 0xcc, 0x64, 0xb9, 0x15, 0x50, 0x11, 0x86, 0xeb, 0x47, 0xea, 0x9e, 0x4f, 0xcd, 0xea, 0x6d, 0x51, - 0x8e, 0x15, 0x46, 0xe1, 0xf4, 0xef, 0xfd, 0x25, 0xc3, 0xba, 0x09, 0xe6, 0x8b, 0x82, 0xe8, 0x55, - 0x1e, 0xb4, 0x60, 0xa9, 0x27, 0xff, 0xfa, 0x0b, 0x58, 0xb0, 0xbf, 0x5d, 0x82, 0x19, 0x6e, 0x6c, - 0x5f, 0xdc, 0x0e, 0x3c, 0xb7, 0x16, 0xb8, 0x22, 0x84, 0xc3, 0x85, 0xb1, 0xb6, 0xa6, 0xde, 0x16, - 0x4b, 0xae, 0xa3, 0x2b, 0xc4, 0x89, 0x4a, 0xa1, 0x97, 0x62, 0x83, 0x2a, 0x6d, 0x85, 0x6c, 0x7b, - 0x0d, 0x65, 0xbb, 0x2d, 0xf5, 0x7d, 0x32, 0xa8, 0x56, 0x56, 0x34, 0x3a, 0xd8, 0xa0, 0x7a, 0x04, - 0xaf, 0xb6, 0xd8, 0x7f, 0xcf, 0x82, 0x47, 0x7a, 0x24, 0xe0, 0xa1, 0xcd, 0xdd, 0x67, 0x17, 0x1c, - 0xe2, 0xc9, 0x4a, 0xd5, 0x1c, 0xbf, 0xf6, 0xc0, 0x02, 0x8a, 0xee, 0x02, 0xf0, 0x6b, 0x0b, 0x2a, - 0x4d, 0xa7, 0xef, 0xd4, 0x0b, 0xa6, 0xb9, 0xd0, 0x32, 0x20, 0x48, 0x4a, 0x58, 0xa3, 0x6a, 0x7f, - 0xb3, 0x0c, 0x83, 0xfc, 0x65, 0xf4, 0x1a, 0x0c, 0x6f, 0xf2, 0x14, 0xc3, 0xfd, 0x65, 0x38, 0x4e, - 0xd4, 0x17, 0x5e, 0x80, 0x25, 0x19, 0x74, 0x1d, 0x4e, 0x88, 0x20, 0xa2, 0x2a, 0x69, 0x39, 0x3b, - 0x52, 0x1f, 0xe6, 0x4f, 0x79, 0xc8, 0x9c, 0xf3, 0x27, 0xd6, 0xba, 0x51, 0x70, 0x56, 0x3d, 0xf4, - 0x6a, 0x57, 0x46, 0x40, 0x9e, 0xba, 0x59, 0xc9, 0xc2, 0x39, 0x59, 0x01, 0x5f, 0x81, 0xf1, 0x76, - 0x97, 0xe6, 0xaf, 0x3d, 0x40, 0x6d, 0x6a, 0xfb, 0x26, 0x2e, 0xf3, 0xa1, 0xe8, 0x30, 0xdf, 0x91, - 0xf5, 0xcd, 0x90, 0x44, 0x9b, 0x41, 0xcb, 0x15, 0x6f, 0xa7, 0x26, 0x3e, 0x14, 0x29, 0x38, 0xee, - 0xaa, 0x41, 0xa9, 0x6c, 0x38, 0x5e, 0xab, 0x13, 0x92, 0x84, 0xca, 0x90, 0x49, 0x65, 0x35, 0x05, - 0xc7, 0x5d, 0x35, 0xe8, 0xda, 0x3a, 0x29, 0x9e, 0xdb, 0x94, 0xe1, 0xe6, 0x82, 0x05, 0x7d, 0x0a, - 0x86, 0x65, 0x28, 0x40, 0xa1, 0xac, 0x28, 0xc2, 0x41, 0x42, 0x3d, 0xdd, 0xa9, 0x3d, 0xed, 0x26, - 0x82, 0x00, 0x24, 0xbd, 0xc3, 0x3c, 0xeb, 0xf8, 0x67, 0x16, 0x9c, 0xc8, 0x70, 0x69, 0xe3, 0x2c, - 0xad, 0xe9, 0x45, 0xb1, 0x7a, 0x58, 0x42, 0x63, 0x69, 0xbc, 0x1c, 0x2b, 0x0c, 0xba, 0x5b, 0x38, - 0xd3, 0x4c, 0x33, 0x4a, 0xe1, 0xea, 0x22, 0xa0, 0xfd, 0x31, 0x4a, 0x74, 0x06, 0x06, 0x3a, 0x11, - 0x09, 0xe5, 0x1b, 0x8b, 0x92, 0xcf, 0xdf, 0x8a, 0x48, 0x88, 0x19, 0x84, 0x8a, 0xad, 0x4d, 0x65, - 0x11, 0xd4, 0xc4, 0x56, 0x66, 0xdd, 0xc3, 0x1c, 0x66, 0x7f, 0xad, 0x0c, 0x93, 0x29, 0xd7, 0x56, - 0xda, 0x91, 0xad, 0xc0, 0xf7, 0xe2, 0x40, 0x65, 0xaa, 0xe3, 0xcf, 0xba, 0x91, 0xf6, 0xe6, 0x75, - 0x51, 0x8e, 0x15, 0x06, 0x7a, 0x5a, 0x3e, 0xab, 0x9b, 0x7e, 0x30, 0x63, 0xa9, 0x6a, 0xbc, 0xac, - 0x5b, 0xf4, 0xb1, 0x9b, 0x27, 0x61, 0xa0, 0x1d, 0xa8, 0x57, 0xd2, 0xd5, 0xf7, 0xc4, 0x4b, 0xd5, - 0x5a, 0x10, 0xb4, 0x30, 0x03, 0xa2, 0xa7, 0xc4, 0xe8, 0x53, 0x37, 0x34, 0xd8, 0x71, 0x83, 0x48, - 0x9b, 0x82, 0x67, 0x60, 0xf8, 0x1e, 0xd9, 0x09, 0x3d, 0xbf, 0x99, 0xbe, 0x9f, 0xba, 0xca, 0x8b, - 0xb1, 0x84, 0x9b, 0xf9, 0xe3, 0x87, 0x8f, 0xf8, 0x41, 0x9b, 0x91, 0xdc, 0x73, 0xf0, 0x3b, 0x16, - 0x4c, 0xb2, 0x84, 0xb0, 0x22, 0xd9, 0x81, 0x17, 0xf8, 0xc7, 0x20, 0x63, 0x3c, 0x09, 0x83, 0x21, - 0x6d, 0x34, 0xfd, 0x22, 0x05, 0xeb, 0x09, 0xe6, 0x30, 0xf4, 0x18, 0x0c, 0xb0, 0x2e, 0xd0, 0xcf, - 0x38, 0xc6, 0xf3, 0xce, 0x57, 0x9d, 0xd8, 0xc1, 0xac, 0x94, 0x45, 0x93, 0x61, 0xd2, 0x6e, 0x79, - 0xbc, 0xd3, 0x89, 0x41, 0xf7, 0xfd, 0x16, 0x4d, 0x96, 0xd9, 0xc9, 0x87, 0x15, 0x4d, 0x96, 0x4d, - 0xfc, 0x60, 0x39, 0xff, 0xbf, 0x96, 0xe0, 0x74, 0x66, 0xbd, 0xe4, 0xa6, 0x7b, 0xd5, 0xb8, 0xe9, - 0xbe, 0x98, 0xba, 0xe9, 0xb6, 0x0f, 0xae, 0xfd, 0x70, 0xee, 0xbe, 0xb3, 0xaf, 0xa4, 0xcb, 0xc7, - 0x78, 0x25, 0x3d, 0x50, 0x54, 0xc4, 0x19, 0xcc, 0x11, 0x71, 0x7e, 0xdf, 0x82, 0x47, 0x33, 0xa7, - 0xec, 0x7d, 0x17, 0xbe, 0x97, 0xd9, 0xcb, 0x1e, 0xda, 0xc9, 0x2f, 0x96, 0x7b, 0x8c, 0x8a, 0xe9, - 0x29, 0x67, 0x29, 0x17, 0x62, 0xc0, 0x48, 0x08, 0x6f, 0x63, 0x9c, 0x03, 0xf1, 0x32, 0xac, 0xa0, - 0x28, 0xd2, 0xc2, 0xdf, 0x78, 0x27, 0x57, 0x0e, 0xb9, 0xa1, 0x16, 0x4c, 0x4b, 0xbc, 0x9e, 0xc1, - 0x21, 0x1d, 0x14, 0x77, 0x47, 0xd3, 0x3c, 0xcb, 0x87, 0xd1, 0x3c, 0xc7, 0xb2, 0xb5, 0x4e, 0xb4, - 0x08, 0x93, 0x5b, 0x9e, 0xcf, 0xde, 0xc1, 0x35, 0xa5, 0x27, 0x15, 0x83, 0x7c, 0xdd, 0x04, 0xe3, - 0x34, 0xfe, 0xdc, 0x2b, 0x30, 0x7e, 0x78, 0xeb, 0xda, 0x8f, 0xca, 0xf0, 0xc1, 0x03, 0x98, 0x02, - 0x3f, 0x1d, 0x8c, 0xef, 0xa2, 0x9d, 0x0e, 0x5d, 0xdf, 0xa6, 0x06, 0x33, 0x1b, 0x9d, 0x56, 0x6b, - 0x87, 0xf9, 0x89, 0x11, 0x57, 0x62, 0x08, 0xa1, 0x46, 0xe5, 0x87, 0x5e, 0xcd, 0xc0, 0xc1, 0x99, - 0x35, 0xd1, 0x27, 0x01, 0x05, 0x77, 0x59, 0x82, 0x63, 0x37, 0xc9, 0x50, 0xc1, 0x3e, 0x41, 0x39, - 0xd9, 0xaa, 0x37, 0xbb, 0x30, 0x70, 0x46, 0x2d, 0x2a, 0xa7, 0xb2, 0xb7, 0xfa, 0x55, 0xb7, 0x52, - 0x72, 0x2a, 0xd6, 0x81, 0xd8, 0xc4, 0x45, 0x97, 0x61, 0xda, 0xd9, 0x76, 0x3c, 0x9e, 0xb0, 0x4c, - 0x12, 0xe0, 0x82, 0xaa, 0xb2, 0x5f, 0x2d, 0xa6, 0x11, 0x70, 0x77, 0x1d, 0xd4, 0x36, 0x0c, 0x92, - 0xfc, 0xb1, 0x84, 0x8f, 0x1f, 0x62, 0x05, 0x17, 0x36, 0x51, 0xda, 0x7f, 0x62, 0xd1, 0xa3, 0x2f, - 0xe3, 0xc9, 0x54, 0x3a, 0x23, 0xca, 0xc0, 0xa6, 0x85, 0xf3, 0xa9, 0x19, 0x59, 0xd6, 0x81, 0xd8, - 0xc4, 0xe5, 0x4b, 0x23, 0x4a, 0xdc, 0xd6, 0x0d, 0x69, 0x53, 0x44, 0xc2, 0x2a, 0x0c, 0x2a, 0x41, - 0xbb, 0xde, 0xb6, 0x17, 0x05, 0xa1, 0xd8, 0x40, 0x7d, 0x3a, 0x31, 0x27, 0xfc, 0xb2, 0xca, 0xc9, - 0x60, 0x49, 0xcf, 0xfe, 0x7a, 0x09, 0xc6, 0x65, 0x8b, 0xaf, 0x75, 0x82, 0xd8, 0x39, 0x86, 0x23, - 0xfd, 0x35, 0xe3, 0x48, 0x3f, 0x5f, 0x2c, 0x30, 0x98, 0x75, 0xae, 0xe7, 0x51, 0xfe, 0xa9, 0xd4, - 0x51, 0x7e, 0xa1, 0x1f, 0xa2, 0x07, 0x1f, 0xe1, 0xff, 0xda, 0x82, 0x69, 0x03, 0xff, 0x18, 0x4e, - 0x92, 0x9a, 0x79, 0x92, 0x3c, 0xd7, 0xc7, 0x68, 0x7a, 0x9c, 0x20, 0xdf, 0x2a, 0xa5, 0x46, 0xc1, - 0x4e, 0x8e, 0xcf, 0xc1, 0xc0, 0xa6, 0x13, 0xba, 0xc5, 0xb2, 0x77, 0x76, 0x55, 0x5f, 0xb8, 0xe2, - 0x84, 0x2e, 0xe7, 0xff, 0xe7, 0xd4, 0x83, 0x6e, 0x4e, 0xe8, 0xe6, 0x46, 0x73, 0xb0, 0x46, 0xd1, - 0x25, 0x18, 0x8a, 0x1a, 0x41, 0x5b, 0xf9, 0xbb, 0x9e, 0xe1, 0x8f, 0xbd, 0xd1, 0x92, 0xfd, 0xdd, - 0x79, 0x64, 0x36, 0x47, 0x8b, 0xb1, 0xc0, 0x9f, 0x6b, 0x42, 0x45, 0x35, 0x7d, 0xa4, 0x1e, 0xff, - 0xff, 0xa9, 0x0c, 0x27, 0x32, 0xd6, 0x0a, 0xfa, 0xbc, 0x31, 0x6f, 0xaf, 0xf4, 0xbd, 0xd8, 0xde, - 0xe3, 0xcc, 0x7d, 0x9e, 0x69, 0x4a, 0xae, 0x58, 0x1d, 0x87, 0x68, 0xfe, 0x56, 0x44, 0xd2, 0xcd, - 0xd3, 0xa2, 0xfc, 0xe6, 0x69, 0xb3, 0xc7, 0x36, 0xfd, 0xb4, 0x21, 0xd5, 0xd3, 0x23, 0xfd, 0xce, - 0xbf, 0x30, 0x00, 0x33, 0x59, 0x19, 0x08, 0xd0, 0x97, 0xac, 0xd4, 0xa3, 0x1f, 0xaf, 0xf6, 0x9f, - 0xc6, 0x80, 0xbf, 0x04, 0x22, 0xf2, 0x03, 0x2d, 0x98, 0xcf, 0x80, 0xe4, 0xce, 0xb8, 0x68, 0x9d, - 0xc5, 0x61, 0x85, 0xfc, 0x01, 0x17, 0xc9, 0x15, 0x3e, 0x71, 0x88, 0xae, 0x88, 0x37, 0x60, 0xa2, - 0x54, 0x1c, 0x96, 0x2c, 0xce, 0x8f, 0xc3, 0x92, 0x7d, 0x98, 0xf3, 0x60, 0x54, 0x1b, 0xd7, 0x91, - 0x2e, 0x83, 0x7b, 0xf4, 0x88, 0xd2, 0xfa, 0x7d, 0xa4, 0x4b, 0xe1, 0x6f, 0x5b, 0x90, 0x72, 0x4e, - 0x53, 0x66, 0x19, 0xab, 0xa7, 0x59, 0xe6, 0x0c, 0x0c, 0x84, 0x41, 0x8b, 0xa4, 0x9f, 0x8f, 0xc0, - 0x41, 0x8b, 0x60, 0x06, 0x51, 0x6f, 0x3c, 0x97, 0x7b, 0xbd, 0xf1, 0x4c, 0xf5, 0xf4, 0x16, 0xd9, - 0x26, 0xd2, 0x48, 0xa2, 0xd8, 0xf8, 0x35, 0x5a, 0x88, 0x39, 0xcc, 0xfe, 0xf5, 0x01, 0x38, 0x91, - 0x11, 0xd5, 0x47, 0x35, 0xa4, 0xa6, 0x13, 0x93, 0xfb, 0xce, 0x4e, 0x3a, 0x8d, 0xed, 0x65, 0x5e, - 0x8c, 0x25, 0x9c, 0x39, 0xd5, 0xf2, 0x54, 0x78, 0x29, 0xd3, 0x95, 0xc8, 0x80, 0x27, 0xa0, 0x47, - 0xff, 0x1a, 0xf0, 0x45, 0x80, 0x28, 0x6a, 0xad, 0xf8, 0x54, 0xc2, 0x73, 0x85, 0xf3, 0x6e, 0x92, - 0x41, 0xb1, 0x7e, 0x4d, 0x40, 0xb0, 0x86, 0x85, 0xaa, 0x30, 0xd5, 0x0e, 0x83, 0x98, 0x1b, 0x06, - 0xab, 0xdc, 0xd5, 0x62, 0xd0, 0x8c, 0x1a, 0xab, 0xa5, 0xe0, 0xb8, 0xab, 0x06, 0x7a, 0x09, 0x46, - 0x45, 0x24, 0x59, 0x2d, 0x08, 0x5a, 0xc2, 0x8c, 0xa4, 0xee, 0xe3, 0xeb, 0x09, 0x08, 0xeb, 0x78, - 0x5a, 0x35, 0x66, 0x6d, 0x1c, 0xce, 0xac, 0xc6, 0x2d, 0x8e, 0x1a, 0x5e, 0x2a, 0x4f, 0xc9, 0x48, - 0xa1, 0x3c, 0x25, 0x89, 0x61, 0xad, 0x52, 0xf8, 0x22, 0x06, 0x72, 0x0d, 0x50, 0xbf, 0x5b, 0x86, - 0x21, 0xfe, 0x29, 0x8e, 0x41, 0xca, 0xab, 0x09, 0x93, 0x52, 0xa1, 0x9c, 0x10, 0xbc, 0x57, 0x0b, - 0x55, 0x27, 0x76, 0x38, 0x6b, 0x52, 0x3b, 0x24, 0x31, 0x43, 0xa1, 0x05, 0x63, 0x0f, 0xcd, 0xa5, - 0x2c, 0x25, 0xc0, 0x69, 0x68, 0x3b, 0x6a, 0x13, 0x20, 0x62, 0x2f, 0xd2, 0x52, 0x1a, 0x22, 0xc7, - 0xee, 0x8b, 0x85, 0xfa, 0x51, 0x57, 0xd5, 0x78, 0x6f, 0x92, 0x65, 0xa9, 0x00, 0x58, 0xa3, 0x3d, - 0xf7, 0x32, 0x54, 0x14, 0x72, 0x9e, 0x0a, 0x39, 0xa6, 0xb3, 0xb6, 0xff, 0x0f, 0x26, 0x53, 0x6d, - 0xf5, 0xa5, 0x81, 0xfe, 0xa6, 0x05, 0x93, 0xbc, 0xcb, 0x2b, 0xfe, 0xb6, 0x60, 0x05, 0x5f, 0xb4, - 0x60, 0xa6, 0x95, 0xb1, 0x13, 0xc5, 0x67, 0x3e, 0xcc, 0x1e, 0x56, 0xca, 0x67, 0x16, 0x14, 0x67, - 0xb6, 0x86, 0xce, 0xc2, 0x08, 0x7f, 0x60, 0xdb, 0x69, 0x09, 0x4f, 0xf1, 0x31, 0x9e, 0x5d, 0x9c, - 0x97, 0x61, 0x05, 0xb5, 0x7f, 0x6c, 0xc1, 0x34, 0x1f, 0xc4, 0x55, 0xb2, 0xa3, 0xd4, 0xab, 0xf7, - 0xc9, 0x30, 0x44, 0x1e, 0xf5, 0x52, 0x8f, 0x3c, 0xea, 0xfa, 0x28, 0xcb, 0x07, 0x8e, 0xf2, 0xdb, - 0x16, 0x88, 0x15, 0x7a, 0x0c, 0xfa, 0xc3, 0x9a, 0xa9, 0x3f, 0x7c, 0xa8, 0xc8, 0xa2, 0xef, 0xa1, - 0x38, 0xfc, 0x8d, 0x12, 0x4c, 0x71, 0x84, 0xe4, 0x46, 0xe6, 0xfd, 0xf2, 0x71, 0xfa, 0x7b, 0xdf, - 0x47, 0x3d, 0xd3, 0x9a, 0x3d, 0x52, 0xe3, 0x5b, 0x0e, 0x1c, 0xf8, 0x2d, 0xff, 0x87, 0x05, 0x88, - 0xcf, 0x49, 0xfa, 0x75, 0x72, 0x7e, 0xba, 0x69, 0xe6, 0x80, 0x84, 0x73, 0x28, 0x08, 0xd6, 0xb0, - 0x1e, 0xf2, 0x10, 0x52, 0xf7, 0x61, 0xe5, 0xfc, 0xfb, 0xb0, 0x3e, 0x46, 0xfd, 0xdf, 0xca, 0x90, - 0x76, 0xd6, 0x44, 0x6f, 0xc3, 0x58, 0xc3, 0x69, 0x3b, 0x77, 0xbd, 0x96, 0x17, 0x7b, 0x24, 0x2a, - 0x76, 0xe1, 0xbe, 0xac, 0xd5, 0x10, 0xd7, 0x50, 0x5a, 0x09, 0x36, 0x28, 0xa2, 0x05, 0x80, 0x76, - 0xe8, 0x6d, 0x7b, 0x2d, 0xd2, 0x64, 0x1a, 0x0f, 0x8b, 0x39, 0xe1, 0x77, 0xc7, 0xb2, 0x14, 0x6b, - 0x18, 0x19, 0x31, 0x0a, 0xe5, 0xe3, 0x88, 0x51, 0x18, 0x38, 0xc2, 0x18, 0x85, 0xc1, 0x42, 0x31, - 0x0a, 0x18, 0x4e, 0xc9, 0x83, 0x9e, 0xfe, 0x5f, 0xf5, 0x5a, 0x44, 0xc8, 0x79, 0x3c, 0x7e, 0x65, - 0x6e, 0x6f, 0x77, 0xfe, 0x14, 0xce, 0xc4, 0xc0, 0x3d, 0x6a, 0xda, 0x1d, 0x38, 0x51, 0x27, 0xa1, - 0x7c, 0x85, 0x4e, 0xed, 0xbb, 0xcf, 0x40, 0x25, 0x4c, 0x6d, 0xf9, 0x3e, 0x93, 0x14, 0x68, 0x99, - 0xdd, 0xe4, 0x16, 0x4f, 0x48, 0xda, 0x7f, 0xb5, 0x04, 0xc3, 0xc2, 0xa5, 0xf3, 0x18, 0x04, 0x95, - 0xab, 0x86, 0x39, 0xea, 0x99, 0x3c, 0x5e, 0xc9, 0xba, 0xd5, 0xd3, 0x10, 0x55, 0x4f, 0x19, 0xa2, - 0x9e, 0x2b, 0x46, 0xee, 0x60, 0x13, 0xd4, 0x3f, 0x2e, 0xc3, 0x84, 0xe9, 0xe2, 0x7a, 0x0c, 0xd3, - 0xf2, 0x3a, 0x0c, 0x47, 0xc2, 0xdb, 0xba, 0x54, 0xc4, 0xbf, 0x2f, 0xfd, 0x89, 0x93, 0x5b, 0x7b, - 0xe1, 0x5f, 0x2d, 0xc9, 0x65, 0x3a, 0x74, 0x97, 0x8f, 0xc5, 0xa1, 0x3b, 0xcf, 0xf3, 0x78, 0xe0, - 0x61, 0x78, 0x1e, 0xdb, 0x3f, 0x60, 0xc7, 0x83, 0x5e, 0x7e, 0x0c, 0x47, 0xfe, 0x6b, 0xe6, 0x41, - 0x72, 0xae, 0xd0, 0xba, 0x13, 0xdd, 0xeb, 0x71, 0xf4, 0x7f, 0xd7, 0x82, 0x51, 0x81, 0x78, 0x0c, - 0x03, 0xf8, 0xa4, 0x39, 0x80, 0xa7, 0x0a, 0x0d, 0xa0, 0x47, 0xcf, 0xbf, 0x5e, 0x52, 0x3d, 0xaf, - 0x05, 0x61, 0x5c, 0x28, 0xff, 0xf9, 0x08, 0x55, 0x13, 0x83, 0x46, 0xd0, 0x12, 0xc2, 0xde, 0x63, - 0x49, 0xb8, 0x22, 0x2f, 0xdf, 0xd7, 0x7e, 0x63, 0x85, 0xcd, 0xa2, 0xe9, 0x82, 0x30, 0x16, 0x87, - 0x6d, 0x12, 0x4d, 0x17, 0x84, 0x31, 0x66, 0x10, 0xe4, 0x02, 0xc4, 0x4e, 0xd8, 0x24, 0x31, 0x2d, - 0x13, 0x91, 0xbe, 0xbd, 0x77, 0x6b, 0x27, 0xf6, 0x5a, 0x0b, 0x9e, 0x1f, 0x47, 0x71, 0xb8, 0xb0, - 0xe6, 0xc7, 0x37, 0x43, 0xae, 0x20, 0x68, 0xf1, 0x87, 0x8a, 0x16, 0xd6, 0xe8, 0xca, 0x90, 0x12, - 0xd6, 0xc6, 0xa0, 0x79, 0xdb, 0x74, 0x43, 0x94, 0x63, 0x85, 0x61, 0xbf, 0xcc, 0x38, 0x3b, 0x9b, - 0xa0, 0xfe, 0x42, 0x03, 0x7f, 0x61, 0x58, 0x4d, 0x2d, 0x33, 0x21, 0xdf, 0xd0, 0x03, 0x10, 0x8b, - 0xb2, 0x4f, 0xda, 0x05, 0xdd, 0xe7, 0x3a, 0x89, 0x57, 0x44, 0xa4, 0xeb, 0x8a, 0xf2, 0xe5, 0xc2, - 0x1c, 0xb9, 0x8f, 0x4b, 0x49, 0x96, 0x88, 0x91, 0x65, 0x9f, 0x5b, 0xab, 0xa5, 0xb3, 0xd6, 0x2f, - 0x4b, 0x00, 0x4e, 0x70, 0xd0, 0x79, 0xa1, 0x7c, 0x72, 0xeb, 0xcc, 0x07, 0x53, 0xca, 0xa7, 0x9c, - 0x12, 0x4d, 0xfb, 0xbc, 0x00, 0xa3, 0xea, 0x21, 0xa0, 0x1a, 0x7f, 0x82, 0xa5, 0xc2, 0x65, 0xb1, - 0x95, 0xa4, 0x18, 0xeb, 0x38, 0x68, 0x1d, 0x26, 0x23, 0xfe, 0x4a, 0x91, 0x8c, 0xed, 0x10, 0x46, - 0x86, 0x67, 0xe5, 0x85, 0x66, 0xdd, 0x04, 0xef, 0xb3, 0x22, 0xbe, 0x95, 0x65, 0x34, 0x48, 0x9a, - 0x04, 0x7a, 0x15, 0x26, 0x5a, 0xfa, 0x13, 0xac, 0x35, 0x61, 0x83, 0x50, 0x2e, 0x6a, 0xc6, 0x03, - 0xad, 0x35, 0x9c, 0xc2, 0x46, 0xaf, 0xc3, 0xac, 0x5e, 0x22, 0x12, 0x22, 0x39, 0x7e, 0x93, 0x44, - 0xe2, 0x45, 0x93, 0xc7, 0xf6, 0x76, 0xe7, 0x67, 0xaf, 0xf5, 0xc0, 0xc1, 0x3d, 0x6b, 0xa3, 0x4b, - 0x30, 0x26, 0x87, 0xaf, 0x45, 0x42, 0x25, 0xce, 0x91, 0x1a, 0x0c, 0x1b, 0x98, 0xe8, 0x3e, 0x9c, - 0x94, 0xff, 0xd7, 0x43, 0x67, 0x63, 0xc3, 0x6b, 0x88, 0x90, 0xb4, 0x51, 0x46, 0x62, 0x51, 0xfa, - 0x96, 0xaf, 0x64, 0x21, 0xed, 0xef, 0xce, 0x9f, 0x11, 0xb3, 0x96, 0x09, 0x67, 0x1f, 0x31, 0x9b, - 0x3e, 0xba, 0x0e, 0x27, 0x36, 0x89, 0xd3, 0x8a, 0x37, 0x97, 0x37, 0x49, 0xe3, 0x9e, 0xdc, 0x58, - 0x2c, 0xbe, 0x4a, 0x73, 0x1f, 0xbc, 0xd2, 0x8d, 0x82, 0xb3, 0xea, 0xbd, 0xb7, 0xfb, 0xe7, 0xcf, - 0xd1, 0xca, 0x9a, 0xfc, 0x80, 0xde, 0x81, 0x31, 0x7d, 0xae, 0xd3, 0x82, 0x41, 0xfe, 0xf3, 0xbc, - 0x42, 0x0e, 0x51, 0x5f, 0x40, 0x87, 0x61, 0x83, 0xb6, 0x7d, 0x13, 0x86, 0xea, 0x3b, 0x51, 0x23, - 0x6e, 0x15, 0x60, 0xae, 0x4f, 0x1a, 0x43, 0x48, 0x36, 0x3e, 0x7b, 0x2a, 0x4c, 0x8c, 0xc8, 0xfe, - 0xb2, 0x05, 0x93, 0xeb, 0xcb, 0xb5, 0x7a, 0xd0, 0xb8, 0x47, 0xe2, 0x45, 0xae, 0x67, 0x62, 0xc1, - 0x5b, 0xad, 0x43, 0xf2, 0xcc, 0x2c, 0x6e, 0x7c, 0x06, 0x06, 0x36, 0x83, 0x28, 0x4e, 0xdb, 0x6a, - 0xaf, 0x04, 0x51, 0x8c, 0x19, 0xc4, 0xfe, 0x53, 0x0b, 0x06, 0xd9, 0x4b, 0x58, 0x79, 0xaf, 0xa8, - 0x15, 0x19, 0x17, 0x7a, 0x09, 0x86, 0xc8, 0xc6, 0x06, 0x69, 0xc4, 0x82, 0xcd, 0xc8, 0xb8, 0x87, - 0xa1, 0x15, 0x56, 0x4a, 0x99, 0x07, 0x6b, 0x8c, 0xff, 0xc5, 0x02, 0x19, 0x7d, 0x1a, 0x2a, 0xb1, - 0xb7, 0x45, 0x16, 0x5d, 0x57, 0x18, 0x47, 0xfb, 0x73, 0xc5, 0x51, 0xcc, 0x6c, 0x5d, 0x12, 0xc1, - 0x09, 0x3d, 0xfb, 0xab, 0x25, 0x80, 0x24, 0xae, 0x29, 0x6f, 0x98, 0x4b, 0x5d, 0x8f, 0xc5, 0x3d, - 0x9d, 0xf1, 0x58, 0x1c, 0x4a, 0x08, 0x66, 0x3c, 0x15, 0xa7, 0xa6, 0xaa, 0x5c, 0x68, 0xaa, 0x06, - 0xfa, 0x99, 0xaa, 0x65, 0x98, 0x4e, 0xe2, 0xb2, 0xcc, 0x00, 0x57, 0x96, 0xd0, 0x75, 0x3d, 0x0d, - 0xc4, 0xdd, 0xf8, 0xf6, 0x57, 0x2d, 0x10, 0xce, 0x9b, 0x05, 0x16, 0xb4, 0x2b, 0x1f, 0x76, 0x32, - 0x32, 0xcf, 0x3d, 0x5b, 0xc4, 0xaf, 0x55, 0xe4, 0x9b, 0x53, 0x5b, 0xcc, 0xc8, 0x32, 0x67, 0x50, - 0xb5, 0x7f, 0xcd, 0x82, 0x51, 0x0e, 0xbe, 0xce, 0x64, 0xfe, 0xfc, 0x7e, 0xf5, 0x95, 0x2d, 0x98, - 0xbd, 0x79, 0x44, 0x09, 0xab, 0xac, 0xb1, 0xfa, 0x9b, 0x47, 0x12, 0x80, 0x13, 0x1c, 0xf4, 0x0c, - 0x0c, 0x47, 0x9d, 0xbb, 0x0c, 0x3d, 0xe5, 0xc9, 0x59, 0xe7, 0xc5, 0x58, 0xc2, 0xed, 0x7f, 0x5a, - 0x82, 0xa9, 0xb4, 0x23, 0x2f, 0xc2, 0x30, 0xc4, 0x75, 0x80, 0xb4, 0xf8, 0x78, 0x90, 0x5d, 0x4a, - 0x73, 0x04, 0x06, 0xfe, 0x72, 0x37, 0xbb, 0x40, 0x10, 0x94, 0xd0, 0x06, 0x8c, 0xba, 0xc1, 0x7d, - 0xff, 0xbe, 0x13, 0xba, 0x8b, 0xb5, 0x35, 0xf1, 0x25, 0x72, 0x5c, 0xaf, 0xaa, 0x49, 0x05, 0xdd, - 0xcd, 0x98, 0xd9, 0x49, 0x12, 0x10, 0xd6, 0x09, 0x53, 0x9d, 0xb7, 0x11, 0xf8, 0x1b, 0x5e, 0xf3, - 0xba, 0xd3, 0x2e, 0xe6, 0x64, 0xb0, 0x2c, 0xd1, 0xb5, 0x36, 0xc6, 0x45, 0x5e, 0x0d, 0x0e, 0xc0, - 0x09, 0x49, 0xfb, 0x57, 0x67, 0xc0, 0x58, 0x0b, 0x46, 0x4a, 0x5f, 0xeb, 0xa1, 0xa7, 0xf4, 0x7d, - 0x13, 0x46, 0xc8, 0x56, 0x3b, 0xde, 0xa9, 0x7a, 0x61, 0xb1, 0x04, 0xed, 0x2b, 0x02, 0xbb, 0x9b, - 0xba, 0x84, 0x60, 0x45, 0xb1, 0x47, 0x82, 0xe6, 0xf2, 0xfb, 0x22, 0x41, 0xf3, 0xc0, 0x5f, 0x48, - 0x82, 0xe6, 0xd7, 0x61, 0xb8, 0xe9, 0xc5, 0x98, 0xb4, 0x03, 0x91, 0xa8, 0x24, 0x67, 0xf1, 0x5c, - 0xe6, 0xc8, 0xdd, 0xa9, 0x3b, 0x05, 0x00, 0x4b, 0x72, 0x68, 0x5d, 0x6d, 0xaa, 0xa1, 0x22, 0xc7, - 0x7d, 0xb7, 0xdd, 0x32, 0x73, 0x5b, 0x89, 0x84, 0xcc, 0xc3, 0xef, 0x3d, 0x21, 0xb3, 0x4a, 0xa3, - 0x3c, 0xf2, 0xb0, 0xd2, 0x28, 0x1b, 0xe9, 0xa8, 0x2b, 0x47, 0x91, 0x8e, 0xfa, 0xab, 0x16, 0x9c, - 0x6c, 0x67, 0x25, 0x73, 0x17, 0x09, 0x91, 0x7f, 0xf6, 0x10, 0xe9, 0xed, 0x8d, 0xa6, 0x59, 0xe2, - 0x85, 0x4c, 0x34, 0x9c, 0xdd, 0xb0, 0xcc, 0x6b, 0x3d, 0xfa, 0xde, 0xf3, 0x5a, 0x1f, 0x75, 0xe6, - 0xe4, 0x24, 0xcb, 0xf5, 0xf8, 0x91, 0x64, 0xb9, 0x9e, 0x78, 0x88, 0x59, 0xae, 0xb5, 0xfc, 0xd4, - 0x93, 0x0f, 0x37, 0x3f, 0xf5, 0xa6, 0x79, 0x2e, 0xf1, 0x74, 0xc8, 0x2f, 0x15, 0x3e, 0x97, 0x8c, - 0x16, 0x0e, 0x3e, 0x99, 0x78, 0xa6, 0xee, 0xe9, 0xf7, 0x98, 0xa9, 0xdb, 0xc8, 0x77, 0x8d, 0x8e, - 0x22, 0xdf, 0xf5, 0xdb, 0xfa, 0x09, 0x7a, 0xa2, 0x48, 0x0b, 0xea, 0xa0, 0xec, 0x6e, 0x21, 0xeb, - 0x0c, 0xed, 0xce, 0xa8, 0x3d, 0x73, 0xdc, 0x19, 0xb5, 0x4f, 0x1e, 0x61, 0x46, 0xed, 0x53, 0xc7, - 0x9a, 0x51, 0xfb, 0x91, 0xf7, 0x49, 0x46, 0xed, 0xd9, 0xe3, 0xca, 0xa8, 0xfd, 0xe8, 0x43, 0xcd, - 0xa8, 0x4d, 0x3f, 0x5d, 0x5b, 0x86, 0xc3, 0xcd, 0xce, 0x15, 0xf9, 0x74, 0x99, 0xd1, 0x73, 0xfc, - 0xd3, 0x29, 0x10, 0x4e, 0x88, 0xda, 0x7f, 0x09, 0x4e, 0x1f, 0xbc, 0x74, 0x13, 0xcf, 0x93, 0x5a, - 0x62, 0xd3, 0x4b, 0x79, 0x9e, 0x30, 0xb1, 0x50, 0xc3, 0x2a, 0x9c, 0xf2, 0xf7, 0x5b, 0x16, 0x3c, - 0xd2, 0x23, 0x23, 0x66, 0xe1, 0x58, 0xd2, 0x36, 0x4c, 0xb6, 0xcd, 0xaa, 0x85, 0x43, 0xd3, 0x8d, - 0x0c, 0x9c, 0xca, 0xdf, 0x3f, 0x05, 0xc0, 0x69, 0xf2, 0x4b, 0x1f, 0xfa, 0xe1, 0x8f, 0x4e, 0x7f, - 0xe0, 0xf7, 0x7e, 0x74, 0xfa, 0x03, 0x7f, 0xf4, 0xa3, 0xd3, 0x1f, 0xf8, 0xb9, 0xbd, 0xd3, 0xd6, - 0x0f, 0xf7, 0x4e, 0x5b, 0xbf, 0xb7, 0x77, 0xda, 0xfa, 0xb3, 0xbd, 0xd3, 0xd6, 0x57, 0x7f, 0x7c, - 0xfa, 0x03, 0x6f, 0x94, 0xb6, 0x2f, 0xfc, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe8, 0xe6, 0xb4, - 0xea, 0xa4, 0xcc, 0x00, 0x00, + // 11308 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x7d, 0x6d, 0x8c, 0x24, 0xc7, + 0x75, 0x98, 0x7a, 0x66, 0xbf, 0xe6, 0xed, 0x77, 0xdd, 0xde, 0x71, 0xb9, 0x22, 0x6f, 0x8f, 0x4d, + 0x91, 0x3e, 0x92, 0xc7, 0x3d, 0xdd, 0x91, 0x14, 0x4f, 0xa2, 0x42, 0x6b, 0x77, 0x67, 0xf7, 0x6e, + 0x75, 0x5f, 0xc3, 0x9a, 0xbd, 0x3b, 0x8a, 0x62, 0x44, 0xf6, 0x4d, 0xd7, 0xce, 0x36, 0x6f, 0xb6, + 0x7b, 0xd8, 0xdd, 0xb3, 0x77, 0x2b, 0x45, 0x80, 0xad, 0x08, 0x92, 0x03, 0x28, 0x89, 0x02, 0x47, + 0x40, 0xe0, 0x04, 0x50, 0x60, 0x20, 0x8e, 0xf2, 0xe9, 0x28, 0x82, 0x3e, 0x0c, 0xcb, 0x09, 0xe2, + 0x58, 0x8e, 0x0c, 0x24, 0x8e, 0x01, 0x23, 0xb6, 0x03, 0xc3, 0x6b, 0x6b, 0x85, 0xf8, 0x5f, 0x82, + 0x20, 0xf9, 0xb7, 0xf9, 0x40, 0x50, 0x9f, 0x5d, 0xd5, 0xd3, 0xb3, 0xdd, 0xb3, 0xbc, 0x5d, 0x53, + 0x42, 0xfe, 0xcd, 0xd4, 0x7b, 0xf5, 0xea, 0xa3, 0xab, 0x5e, 0xbd, 0xf7, 0xea, 0xbd, 0x57, 0x70, + 0xee, 0xde, 0xa5, 0x68, 0xc1, 0x0b, 0xce, 0xdf, 0xeb, 0xdc, 0x25, 0xa1, 0x4f, 0x62, 0x12, 0x9d, + 0x6f, 0xdf, 0x6b, 0x9e, 0x77, 0xda, 0xde, 0xf9, 0xed, 0x0b, 0xe7, 0x9b, 0xc4, 0x27, 0xa1, 0x13, + 0x13, 0x77, 0xa1, 0x1d, 0x06, 0x71, 0x80, 0x1e, 0xe3, 0xd8, 0x0b, 0x09, 0xf6, 0x42, 0xfb, 0x5e, + 0x73, 0xc1, 0x69, 0x7b, 0x0b, 0xdb, 0x17, 0xe6, 0x9e, 0x6f, 0x7a, 0xf1, 0x66, 0xe7, 0xee, 0x42, + 0x23, 0xd8, 0x3a, 0xdf, 0x0c, 0x9a, 0xc1, 0x79, 0x56, 0xe9, 0x6e, 0x67, 0x83, 0xfd, 0x63, 0x7f, + 0xd8, 0x2f, 0x4e, 0x6c, 0xee, 0x45, 0xd1, 0xb4, 0xd3, 0xf6, 0xb6, 0x9c, 0xc6, 0xa6, 0xe7, 0x93, + 0x70, 0x47, 0x35, 0x1e, 0x92, 0x28, 0xe8, 0x84, 0x0d, 0x92, 0xee, 0xc2, 0x81, 0xb5, 0xa2, 0xf3, + 0x5b, 0x24, 0x76, 0x32, 0x3a, 0x3e, 0x77, 0xbe, 0x57, 0xad, 0xb0, 0xe3, 0xc7, 0xde, 0x56, 0x77, + 0x33, 0x1f, 0xc9, 0xab, 0x10, 0x35, 0x36, 0xc9, 0x96, 0xd3, 0x55, 0xef, 0x85, 0x5e, 0xf5, 0x3a, + 0xb1, 0xd7, 0x3a, 0xef, 0xf9, 0x71, 0x14, 0x87, 0x07, 0x8d, 0x29, 0x22, 0xe1, 0x36, 0x09, 0x93, + 0x01, 0x91, 0x07, 0xce, 0x56, 0xbb, 0x45, 0x32, 0xc6, 0x64, 0xff, 0xa1, 0x05, 0x67, 0x16, 0xef, + 0xd4, 0x57, 0x5a, 0x4e, 0x14, 0x7b, 0x8d, 0xa5, 0x56, 0xd0, 0xb8, 0x57, 0x8f, 0x83, 0x90, 0xdc, + 0x0e, 0x5a, 0x9d, 0x2d, 0x52, 0x67, 0xd3, 0x87, 0xce, 0xc1, 0xc8, 0x36, 0xfb, 0xbf, 0x56, 0x9d, + 0xb5, 0xce, 0x58, 0x67, 0x2b, 0x4b, 0x53, 0x3f, 0xdc, 0x9d, 0xff, 0xc0, 0xde, 0xee, 0xfc, 0xc8, + 0x6d, 0x51, 0x8e, 0x15, 0x06, 0x7a, 0x1a, 0x86, 0x36, 0xa2, 0xf5, 0x9d, 0x36, 0x99, 0x2d, 0x31, + 0xdc, 0x09, 0x81, 0x3b, 0xb4, 0x5a, 0xa7, 0xa5, 0x58, 0x40, 0xd1, 0x79, 0xa8, 0xb4, 0x9d, 0x30, + 0xf6, 0x62, 0x2f, 0xf0, 0x67, 0xcb, 0x67, 0xac, 0xb3, 0x83, 0x4b, 0xd3, 0x02, 0xb5, 0x52, 0x93, + 0x00, 0x9c, 0xe0, 0xd0, 0x6e, 0x84, 0xc4, 0x71, 0x6f, 0xfa, 0xad, 0x9d, 0xd9, 0x81, 0x33, 0xd6, + 0xd9, 0x91, 0xa4, 0x1b, 0x58, 0x94, 0x63, 0x85, 0x61, 0x7f, 0xaf, 0x04, 0x23, 0x8b, 0x1b, 0x1b, + 0x9e, 0xef, 0xc5, 0x3b, 0xe8, 0x6d, 0x18, 0xf3, 0x03, 0x97, 0xc8, 0xff, 0x6c, 0x14, 0xa3, 0x17, + 0x9f, 0x5d, 0x38, 0x68, 0x29, 0x2e, 0xdc, 0xd0, 0x6a, 0x2c, 0x4d, 0xed, 0xed, 0xce, 0x8f, 0xe9, + 0x25, 0xd8, 0xa0, 0x88, 0xde, 0x84, 0xd1, 0x76, 0xe0, 0xaa, 0x06, 0x4a, 0xac, 0x81, 0x67, 0x0e, + 0x6e, 0xa0, 0x96, 0x54, 0x58, 0x9a, 0xdc, 0xdb, 0x9d, 0x1f, 0xd5, 0x0a, 0xb0, 0x4e, 0x0e, 0xb5, + 0x60, 0x92, 0xfe, 0xf5, 0x63, 0x4f, 0xb5, 0x50, 0x66, 0x2d, 0x3c, 0x9f, 0xdf, 0x82, 0x56, 0x69, + 0xe9, 0xc4, 0xde, 0xee, 0xfc, 0x64, 0xaa, 0x10, 0xa7, 0x49, 0xdb, 0x9f, 0x85, 0x89, 0xc5, 0x38, + 0x76, 0x1a, 0x9b, 0xc4, 0xe5, 0xdf, 0x17, 0xbd, 0x08, 0x03, 0xbe, 0xb3, 0x45, 0xc4, 0xd7, 0x3f, + 0x23, 0xa6, 0x7d, 0xe0, 0x86, 0xb3, 0x45, 0xf6, 0x77, 0xe7, 0xa7, 0x6e, 0xf9, 0xde, 0xbb, 0x1d, + 0xb1, 0x66, 0x68, 0x19, 0x66, 0xd8, 0xe8, 0x22, 0x80, 0x4b, 0xb6, 0xbd, 0x06, 0xa9, 0x39, 0xf1, + 0xa6, 0x58, 0x0d, 0x48, 0xd4, 0x85, 0xaa, 0x82, 0x60, 0x0d, 0xcb, 0xfe, 0x82, 0x05, 0x95, 0xc5, + 0xed, 0xc0, 0x73, 0x6b, 0x81, 0x1b, 0xa1, 0x0e, 0x4c, 0xb6, 0x43, 0xb2, 0x41, 0x42, 0x55, 0x34, + 0x6b, 0x9d, 0x29, 0x9f, 0x1d, 0xbd, 0x78, 0x31, 0x67, 0xdc, 0x66, 0xa5, 0x15, 0x3f, 0x0e, 0x77, + 0x96, 0x1e, 0x11, 0x4d, 0x4f, 0xa6, 0xa0, 0x38, 0xdd, 0x86, 0xfd, 0x5b, 0x25, 0x38, 0xb9, 0xf8, + 0xd9, 0x4e, 0x48, 0xaa, 0x5e, 0x74, 0x2f, 0xbd, 0x15, 0x5c, 0x2f, 0xba, 0x77, 0x23, 0x99, 0x0c, + 0xb5, 0x06, 0xab, 0xa2, 0x1c, 0x2b, 0x0c, 0xf4, 0x3c, 0x0c, 0xd3, 0xdf, 0xb7, 0xf0, 0x9a, 0x18, + 0xfd, 0x09, 0x81, 0x3c, 0x5a, 0x75, 0x62, 0xa7, 0xca, 0x41, 0x58, 0xe2, 0xa0, 0xeb, 0x30, 0xda, + 0x60, 0xfb, 0xbd, 0x79, 0x3d, 0x70, 0x09, 0xfb, 0xc2, 0x95, 0xa5, 0xe7, 0x28, 0xfa, 0x72, 0x52, + 0xbc, 0xbf, 0x3b, 0x3f, 0xcb, 0xfb, 0x26, 0x48, 0x68, 0x30, 0xac, 0xd7, 0x47, 0xb6, 0xda, 0x88, + 0x03, 0x8c, 0x12, 0x64, 0x6c, 0xc2, 0xb3, 0xda, 0x9e, 0x1a, 0x64, 0x7b, 0x6a, 0x2c, 0x7b, 0x3f, + 0xa1, 0x0b, 0x30, 0x70, 0xcf, 0xf3, 0xdd, 0xd9, 0x21, 0x46, 0xeb, 0x71, 0xfa, 0xf9, 0xaf, 0x7a, + 0xbe, 0xbb, 0xbf, 0x3b, 0x3f, 0x6d, 0x74, 0x87, 0x16, 0x62, 0x86, 0x6a, 0xff, 0x63, 0x4b, 0x4c, + 0xe3, 0xaa, 0xd7, 0x32, 0x39, 0xca, 0x45, 0x80, 0x88, 0x34, 0x42, 0x12, 0x6b, 0x13, 0xa9, 0x56, + 0x46, 0x5d, 0x41, 0xb0, 0x86, 0x45, 0xf9, 0x45, 0xb4, 0xe9, 0x84, 0x6c, 0x81, 0x89, 0xe9, 0x54, + 0xfc, 0xa2, 0x2e, 0x01, 0x38, 0xc1, 0x31, 0xf8, 0x45, 0x39, 0x97, 0x5f, 0xfc, 0xa6, 0x05, 0xc3, + 0x4b, 0x9e, 0xef, 0x7a, 0x7e, 0x13, 0xbd, 0x0d, 0x23, 0xf4, 0x10, 0x70, 0x9d, 0xd8, 0x11, 0xac, + 0xe2, 0xc3, 0x72, 0xbd, 0xe9, 0x3c, 0x59, 0xae, 0xb8, 0x68, 0x81, 0x62, 0xd3, 0x75, 0x77, 0xf3, + 0xee, 0x3b, 0xa4, 0x11, 0x5f, 0x27, 0xb1, 0x93, 0x0c, 0x27, 0x29, 0xc3, 0x8a, 0x2a, 0xba, 0x05, + 0x43, 0xb1, 0x13, 0x36, 0x49, 0x2c, 0x38, 0x45, 0xce, 0x3e, 0xe6, 0x34, 0x30, 0x5d, 0xa5, 0xc4, + 0x6f, 0x90, 0x84, 0xa7, 0xae, 0x33, 0x22, 0x58, 0x10, 0xb3, 0x1b, 0x30, 0xb6, 0xec, 0xb4, 0x9d, + 0xbb, 0x5e, 0xcb, 0x8b, 0x3d, 0x12, 0xa1, 0x9f, 0x81, 0xb2, 0xe3, 0xba, 0x6c, 0xcf, 0x54, 0x96, + 0x4e, 0xee, 0xed, 0xce, 0x97, 0x17, 0x5d, 0xfa, 0xc9, 0x40, 0x61, 0xed, 0x60, 0x8a, 0x81, 0x9e, + 0x85, 0x01, 0x37, 0x0c, 0xda, 0xb3, 0x25, 0x86, 0x79, 0x8a, 0x7e, 0xdd, 0x6a, 0x18, 0xb4, 0x53, + 0xa8, 0x0c, 0xc7, 0xfe, 0x41, 0x09, 0xd0, 0x32, 0x69, 0x6f, 0xae, 0xd6, 0x8d, 0x6f, 0x7a, 0x16, + 0x46, 0xb6, 0x02, 0xdf, 0x8b, 0x83, 0x30, 0x12, 0x0d, 0xb2, 0xa5, 0x74, 0x5d, 0x94, 0x61, 0x05, + 0x45, 0x67, 0x60, 0xa0, 0x9d, 0x70, 0x84, 0x31, 0xc9, 0x4d, 0x18, 0x2f, 0x60, 0x10, 0x8a, 0xd1, + 0x89, 0x48, 0x28, 0xb6, 0x80, 0xc2, 0xb8, 0x15, 0x91, 0x10, 0x33, 0x48, 0xb2, 0x82, 0xe8, 0xda, + 0x12, 0x0b, 0x3c, 0xb5, 0x82, 0x28, 0x04, 0x6b, 0x58, 0xe8, 0x2d, 0xa8, 0xf0, 0x7f, 0x98, 0x6c, + 0xb0, 0xd5, 0x9e, 0xcb, 0x47, 0xae, 0x05, 0x0d, 0xa7, 0x95, 0x9e, 0xfc, 0x71, 0xb6, 0xe2, 0x24, + 0x21, 0x9c, 0xd0, 0x34, 0x56, 0xdc, 0x50, 0xee, 0x8a, 0xfb, 0x3b, 0x16, 0xa0, 0x65, 0xcf, 0x77, + 0x49, 0x78, 0x0c, 0xa7, 0x6d, 0x7f, 0x9b, 0xe1, 0x8f, 0x69, 0xd7, 0x82, 0xad, 0x76, 0xe0, 0x13, + 0x3f, 0x5e, 0x0e, 0x7c, 0x97, 0x9f, 0xc0, 0x1f, 0x83, 0x81, 0x98, 0x36, 0xc5, 0xbb, 0xf5, 0xb4, + 0xfc, 0x2c, 0xb4, 0x81, 0xfd, 0xdd, 0xf9, 0x53, 0xdd, 0x35, 0x58, 0x17, 0x58, 0x1d, 0xf4, 0x51, + 0x18, 0x8a, 0x62, 0x27, 0xee, 0x44, 0xa2, 0xa3, 0x4f, 0xc8, 0x8e, 0xd6, 0x59, 0xe9, 0xfe, 0xee, + 0xfc, 0xa4, 0xaa, 0xc6, 0x8b, 0xb0, 0xa8, 0x80, 0x9e, 0x81, 0xe1, 0x2d, 0x12, 0x45, 0x4e, 0x53, + 0xf2, 0xc4, 0x49, 0x51, 0x77, 0xf8, 0x3a, 0x2f, 0xc6, 0x12, 0x8e, 0x9e, 0x84, 0x41, 0x12, 0x86, + 0x41, 0x28, 0x56, 0xc4, 0xb8, 0x40, 0x1c, 0x5c, 0xa1, 0x85, 0x98, 0xc3, 0xec, 0xff, 0x6c, 0xc1, + 0xa4, 0xea, 0x2b, 0x6f, 0xeb, 0x18, 0xb6, 0xbc, 0x0b, 0xd0, 0x90, 0x03, 0x8c, 0xd8, 0x46, 0xd3, + 0xda, 0xc8, 0x5e, 0x7e, 0xdd, 0x13, 0x9a, 0xb4, 0xa1, 0x8a, 0x22, 0xac, 0xd1, 0xb5, 0xff, 0x9d, + 0x05, 0x27, 0x52, 0x63, 0xbb, 0xe6, 0x45, 0x31, 0x7a, 0xb3, 0x6b, 0x7c, 0x0b, 0xc5, 0xc6, 0x47, + 0x6b, 0xb3, 0xd1, 0xa9, 0xf5, 0x22, 0x4b, 0xb4, 0xb1, 0x61, 0x18, 0xf4, 0x62, 0xb2, 0x25, 0x87, + 0xf5, 0x7c, 0xc1, 0x61, 0xf1, 0xfe, 0x25, 0x5f, 0x69, 0x8d, 0xd2, 0xc0, 0x9c, 0x94, 0xfd, 0xbf, + 0x2c, 0xa8, 0x2c, 0x07, 0xfe, 0x86, 0xd7, 0xbc, 0xee, 0xb4, 0x8f, 0xe1, 0xfb, 0xd4, 0x61, 0x80, + 0x51, 0xe7, 0x43, 0xb8, 0x90, 0x37, 0x04, 0xd1, 0xb1, 0x05, 0x7a, 0xee, 0x71, 0xf9, 0x42, 0xb1, + 0x29, 0x5a, 0x84, 0x19, 0xb1, 0xb9, 0x97, 0xa1, 0xa2, 0x10, 0xd0, 0x14, 0x94, 0xef, 0x11, 0x2e, + 0x7c, 0x56, 0x30, 0xfd, 0x89, 0x66, 0x60, 0x70, 0xdb, 0x69, 0x75, 0xc4, 0xe6, 0xc5, 0xfc, 0xcf, + 0xc7, 0x4a, 0x97, 0x2c, 0xfb, 0x07, 0x6c, 0x07, 0x8a, 0x46, 0x56, 0xfc, 0x6d, 0xc1, 0x1c, 0xbe, + 0x68, 0xc1, 0x4c, 0x2b, 0x83, 0x29, 0x89, 0x39, 0x39, 0x0c, 0x3b, 0x7b, 0x4c, 0x74, 0x7b, 0x26, + 0x0b, 0x8a, 0x33, 0x5b, 0xa3, 0xbc, 0x3e, 0x68, 0xd3, 0x05, 0xe7, 0xb4, 0x58, 0xd7, 0x85, 0xd8, + 0x70, 0x53, 0x94, 0x61, 0x05, 0xb5, 0xff, 0xdc, 0x82, 0x19, 0x35, 0x8e, 0xab, 0x64, 0xa7, 0x4e, + 0x5a, 0xa4, 0x11, 0x07, 0xe1, 0xfb, 0x65, 0x24, 0x8f, 0xf3, 0x6f, 0xc2, 0x79, 0xd2, 0xa8, 0x20, + 0x50, 0xbe, 0x4a, 0x76, 0xf8, 0x07, 0xd2, 0x07, 0x5a, 0x3e, 0x70, 0xa0, 0xbf, 0x6e, 0xc1, 0xb8, + 0x1a, 0xe8, 0x31, 0x6c, 0xb9, 0x6b, 0xe6, 0x96, 0xfb, 0x99, 0x82, 0xeb, 0xb5, 0xc7, 0x66, 0xfb, + 0xdb, 0x25, 0xca, 0x36, 0x04, 0x4e, 0x2d, 0x0c, 0xe8, 0x24, 0x51, 0x8e, 0xff, 0x3e, 0xf9, 0x4a, + 0xfd, 0x0d, 0xf6, 0x2a, 0xd9, 0x59, 0x0f, 0xa8, 0x34, 0x91, 0x3d, 0x58, 0xe3, 0xa3, 0x0e, 0x1c, + 0xf8, 0x51, 0x7f, 0xa7, 0x04, 0x27, 0xd5, 0xb4, 0x18, 0xa7, 0xf4, 0x4f, 0xe5, 0xc4, 0x5c, 0x80, + 0x51, 0x97, 0x6c, 0x38, 0x9d, 0x56, 0xac, 0x14, 0x90, 0x41, 0xae, 0x99, 0x56, 0x93, 0x62, 0xac, + 0xe3, 0xf4, 0x31, 0x97, 0x5f, 0x1f, 0x65, 0xfc, 0x3c, 0x76, 0xe8, 0xaa, 0xa7, 0x12, 0x9e, 0xa6, + 0x51, 0x8e, 0xe9, 0x1a, 0xa5, 0xd0, 0x1e, 0x9f, 0x84, 0x41, 0x6f, 0x8b, 0x9e, 0xf9, 0x25, 0xf3, + 0x28, 0x5f, 0xa3, 0x85, 0x98, 0xc3, 0xd0, 0x53, 0x30, 0xdc, 0x08, 0xb6, 0xb6, 0x1c, 0xdf, 0x9d, + 0x2d, 0x33, 0x99, 0x73, 0x94, 0x8a, 0x05, 0xcb, 0xbc, 0x08, 0x4b, 0x18, 0x7a, 0x0c, 0x06, 0x9c, + 0xb0, 0x19, 0xcd, 0x0e, 0x30, 0x9c, 0x11, 0xda, 0xd2, 0x62, 0xd8, 0x8c, 0x30, 0x2b, 0xa5, 0xb2, + 0xe4, 0xfd, 0x20, 0xbc, 0xe7, 0xf9, 0xcd, 0xaa, 0x17, 0x32, 0xc1, 0x50, 0x93, 0x25, 0xef, 0x28, + 0x08, 0xd6, 0xb0, 0x50, 0x0d, 0x06, 0xdb, 0x41, 0x18, 0x47, 0xb3, 0x43, 0x6c, 0xe2, 0x9f, 0xcb, + 0xdd, 0x7e, 0x7c, 0xdc, 0xb5, 0x20, 0x8c, 0x93, 0xa1, 0xd0, 0x7f, 0x11, 0xe6, 0x84, 0xd0, 0x32, + 0x94, 0x89, 0xbf, 0x3d, 0x3b, 0xcc, 0xe8, 0x7d, 0xe8, 0x60, 0x7a, 0x2b, 0xfe, 0xf6, 0x6d, 0x27, + 0x4c, 0xf8, 0xd5, 0x8a, 0xbf, 0x8d, 0x69, 0x6d, 0xd4, 0x80, 0x8a, 0xb4, 0x7a, 0x45, 0xb3, 0x23, + 0x45, 0x96, 0x22, 0x16, 0xe8, 0x98, 0xbc, 0xdb, 0xf1, 0x42, 0xb2, 0x45, 0xfc, 0x38, 0x4a, 0x14, + 0x2b, 0x09, 0x8d, 0x70, 0x42, 0x17, 0x35, 0x60, 0x8c, 0xcb, 0x9f, 0xd7, 0x83, 0x8e, 0x1f, 0x47, + 0xb3, 0x15, 0xd6, 0xe5, 0x1c, 0x63, 0xc7, 0xed, 0xa4, 0xc6, 0xd2, 0x8c, 0x20, 0x3f, 0xa6, 0x15, + 0x46, 0xd8, 0x20, 0x8a, 0xde, 0x84, 0xf1, 0x96, 0xb7, 0x4d, 0x7c, 0x12, 0x45, 0xb5, 0x30, 0xb8, + 0x4b, 0x66, 0x81, 0x8d, 0xe6, 0xc9, 0x3c, 0xc5, 0x3f, 0xb8, 0x4b, 0x96, 0xa6, 0xf7, 0x76, 0xe7, + 0xc7, 0xaf, 0xe9, 0xb5, 0xb1, 0x49, 0x0c, 0xbd, 0x05, 0x13, 0x54, 0xd8, 0xf5, 0x12, 0xf2, 0xa3, + 0xc5, 0xc9, 0xa3, 0xbd, 0xdd, 0xf9, 0x09, 0x6c, 0x54, 0xc7, 0x29, 0x72, 0x68, 0x1d, 0x2a, 0x2d, + 0x6f, 0x83, 0x34, 0x76, 0x1a, 0x2d, 0x32, 0x3b, 0xc6, 0x68, 0xe7, 0x6c, 0xce, 0x6b, 0x12, 0x9d, + 0x2b, 0x18, 0xea, 0x2f, 0x4e, 0x08, 0xa1, 0xdb, 0x70, 0x2a, 0x26, 0xe1, 0x96, 0xe7, 0x3b, 0x74, + 0x53, 0x09, 0xe9, 0x97, 0x59, 0x57, 0xc6, 0xd9, 0xaa, 0x3d, 0x2d, 0x26, 0xf6, 0xd4, 0x7a, 0x26, + 0x16, 0xee, 0x51, 0x1b, 0xdd, 0x84, 0x49, 0xb6, 0x9f, 0x6a, 0x9d, 0x56, 0xab, 0x16, 0xb4, 0xbc, + 0xc6, 0xce, 0xec, 0x04, 0x23, 0xf8, 0x94, 0xb4, 0x99, 0xac, 0x99, 0x60, 0xaa, 0x18, 0x26, 0xff, + 0x70, 0xba, 0x36, 0x6a, 0xc1, 0x64, 0x44, 0x1a, 0x9d, 0xd0, 0x8b, 0x77, 0xe8, 0xda, 0x27, 0x0f, + 0xe2, 0xd9, 0xc9, 0x22, 0x8a, 0x6e, 0xdd, 0xac, 0xc4, 0x0d, 0x56, 0xa9, 0x42, 0x9c, 0x26, 0x4d, + 0x59, 0x45, 0x14, 0xbb, 0x9e, 0x3f, 0x3b, 0xc5, 0x38, 0x90, 0xda, 0x5f, 0x75, 0x5a, 0x88, 0x39, + 0x8c, 0xd9, 0x0f, 0xe8, 0x8f, 0x9b, 0x94, 0x4b, 0x4f, 0x33, 0xc4, 0xc4, 0x7e, 0x20, 0x01, 0x38, + 0xc1, 0xa1, 0xa2, 0x41, 0x1c, 0xef, 0xcc, 0x22, 0x86, 0xaa, 0xb6, 0xda, 0xfa, 0xfa, 0xa7, 0x30, + 0x2d, 0x47, 0xb7, 0x61, 0x98, 0xf8, 0xdb, 0xab, 0x61, 0xb0, 0x35, 0x7b, 0xa2, 0x08, 0x0f, 0x58, + 0xe1, 0xc8, 0xfc, 0xfc, 0x48, 0x54, 0x18, 0x51, 0x8c, 0x25, 0x31, 0xf4, 0x00, 0x66, 0x33, 0xbe, + 0x12, 0xff, 0x28, 0x33, 0xec, 0xa3, 0x7c, 0x5c, 0xd4, 0x9d, 0x5d, 0xef, 0x81, 0xb7, 0x7f, 0x00, + 0x0c, 0xf7, 0xa4, 0x6e, 0xdf, 0x85, 0x09, 0xc5, 0xa8, 0xd8, 0xf7, 0x46, 0xf3, 0x30, 0x48, 0x79, + 0xb1, 0x54, 0xe8, 0x2b, 0x74, 0x52, 0x29, 0x8b, 0x8e, 0x30, 0x2f, 0x67, 0x93, 0xea, 0x7d, 0x96, + 0x2c, 0xed, 0xc4, 0x84, 0x2b, 0x76, 0x65, 0x6d, 0x52, 0x25, 0x00, 0x27, 0x38, 0xf6, 0xff, 0xe5, + 0x62, 0x52, 0xc2, 0x0d, 0x0b, 0x9c, 0x04, 0xe7, 0x60, 0x64, 0x33, 0x88, 0x62, 0x8a, 0xcd, 0xda, + 0x18, 0x4c, 0x04, 0xa3, 0x2b, 0xa2, 0x1c, 0x2b, 0x0c, 0xf4, 0x0a, 0x8c, 0x37, 0xf4, 0x06, 0xc4, + 0x31, 0x76, 0x52, 0x54, 0x31, 0x5b, 0xc7, 0x26, 0x2e, 0xba, 0x04, 0x23, 0xcc, 0x30, 0xde, 0x08, + 0x5a, 0x42, 0x85, 0x94, 0xa7, 0xf2, 0x48, 0x4d, 0x94, 0xef, 0x6b, 0xbf, 0xb1, 0xc2, 0xa6, 0x8a, + 0x38, 0xed, 0xc2, 0x5a, 0x4d, 0x1c, 0x20, 0x4a, 0x11, 0xbf, 0xc2, 0x4a, 0xb1, 0x80, 0xda, 0xff, + 0xa2, 0xa4, 0xcd, 0x32, 0x55, 0x80, 0x08, 0x7a, 0x03, 0x86, 0xef, 0x3b, 0x5e, 0xec, 0xf9, 0x4d, + 0x21, 0x3d, 0xbc, 0x50, 0xf0, 0x34, 0x61, 0xd5, 0xef, 0xf0, 0xaa, 0xfc, 0xe4, 0x13, 0x7f, 0xb0, + 0x24, 0x48, 0x69, 0x87, 0x1d, 0xdf, 0xa7, 0xb4, 0x4b, 0xfd, 0xd3, 0xc6, 0xbc, 0x2a, 0xa7, 0x2d, + 0xfe, 0x60, 0x49, 0x10, 0x6d, 0x00, 0xc8, 0xb5, 0x44, 0x5c, 0x61, 0x90, 0xfe, 0x48, 0x3f, 0xe4, + 0xd7, 0x55, 0xed, 0xa5, 0x09, 0x7a, 0xd6, 0x26, 0xff, 0xb1, 0x46, 0xd9, 0x8e, 0x99, 0x10, 0xd6, + 0xdd, 0x2d, 0xf4, 0x69, 0xba, 0xa5, 0x9d, 0x30, 0x26, 0xee, 0x62, 0x9c, 0xb6, 0xe9, 0x1f, 0x2c, + 0x62, 0xaf, 0x7b, 0x5b, 0x44, 0xdf, 0xfe, 0x82, 0x08, 0x4e, 0xe8, 0xd9, 0xdf, 0x2d, 0xc3, 0x6c, + 0xaf, 0xee, 0xd2, 0x25, 0x49, 0x1e, 0x78, 0xf1, 0x32, 0x15, 0x93, 0x2c, 0x73, 0x49, 0xae, 0x88, + 0x72, 0xac, 0x30, 0xe8, 0xda, 0x88, 0xbc, 0xa6, 0x54, 0x96, 0x06, 0x93, 0xb5, 0x51, 0x67, 0xa5, + 0x58, 0x40, 0x29, 0x5e, 0x48, 0x9c, 0x48, 0xdc, 0x87, 0x68, 0x6b, 0x08, 0xb3, 0x52, 0x2c, 0xa0, + 0xba, 0x41, 0x64, 0x20, 0xc7, 0x20, 0x62, 0x4c, 0xd1, 0xe0, 0xc3, 0x9d, 0x22, 0xf4, 0x19, 0x80, + 0x0d, 0xcf, 0xf7, 0xa2, 0x4d, 0x46, 0x7d, 0xa8, 0x6f, 0xea, 0x4a, 0xc8, 0x5a, 0x55, 0x54, 0xb0, + 0x46, 0x11, 0xbd, 0x04, 0xa3, 0x6a, 0x7b, 0xae, 0x55, 0x67, 0x87, 0x4d, 0x1b, 0x7a, 0xc2, 0xab, + 0xaa, 0x58, 0xc7, 0xb3, 0xdf, 0x49, 0xaf, 0x17, 0xb1, 0x2b, 0xb4, 0xf9, 0xb5, 0x8a, 0xce, 0x6f, + 0xe9, 0xe0, 0xf9, 0xb5, 0xff, 0xa0, 0x0c, 0x93, 0x46, 0x63, 0x9d, 0xa8, 0x00, 0x47, 0x7b, 0x8d, + 0x1e, 0x58, 0x4e, 0x4c, 0xc4, 0x9e, 0x3c, 0xd7, 0xcf, 0xa6, 0xd1, 0x8f, 0x37, 0xba, 0x17, 0x38, + 0x25, 0xb4, 0x09, 0x95, 0x96, 0x13, 0x31, 0x93, 0x0a, 0x11, 0x7b, 0xb1, 0x3f, 0xb2, 0x89, 0xfa, + 0xe1, 0x44, 0xb1, 0x76, 0x7a, 0xf0, 0x56, 0x12, 0xe2, 0xf4, 0xb4, 0xa5, 0xc2, 0x8e, 0xbc, 0x84, + 0x53, 0xdd, 0xa1, 0x12, 0xd1, 0x0e, 0xe6, 0x30, 0x74, 0x09, 0xc6, 0x42, 0xc2, 0x56, 0xca, 0x32, + 0x95, 0xe7, 0xd8, 0xd2, 0x1b, 0x4c, 0x04, 0x3f, 0xac, 0xc1, 0xb0, 0x81, 0x99, 0xc8, 0xfd, 0x43, + 0x07, 0xc8, 0xfd, 0xcf, 0xc0, 0x30, 0xfb, 0xa1, 0x56, 0x85, 0xfa, 0x42, 0x6b, 0xbc, 0x18, 0x4b, + 0x78, 0x7a, 0x11, 0x8d, 0x14, 0x5c, 0x44, 0xcf, 0xc2, 0x44, 0xd5, 0x21, 0x5b, 0x81, 0xbf, 0xe2, + 0xbb, 0xed, 0xc0, 0xf3, 0x63, 0x34, 0x0b, 0x03, 0xec, 0x3c, 0xe1, 0xfb, 0x7d, 0x80, 0x52, 0xc0, + 0x03, 0x54, 0x76, 0xb7, 0xff, 0xb8, 0x04, 0xe3, 0x55, 0xd2, 0x22, 0x31, 0xe1, 0x7a, 0x4f, 0x84, + 0x56, 0x01, 0x35, 0x43, 0xa7, 0x41, 0x6a, 0x24, 0xf4, 0x02, 0xb7, 0x4e, 0x1a, 0x81, 0xcf, 0xee, + 0xae, 0xe8, 0x01, 0x79, 0x6a, 0x6f, 0x77, 0x1e, 0x5d, 0xee, 0x82, 0xe2, 0x8c, 0x1a, 0xc8, 0x85, + 0xf1, 0x76, 0x48, 0x0c, 0xbb, 0xa1, 0x95, 0x2f, 0x6a, 0xd4, 0xf4, 0x2a, 0x5c, 0x1a, 0x36, 0x8a, + 0xb0, 0x49, 0x14, 0x7d, 0x02, 0xa6, 0x82, 0xb0, 0xbd, 0xe9, 0xf8, 0x55, 0xd2, 0x26, 0xbe, 0x4b, + 0x55, 0x00, 0x61, 0xed, 0x98, 0xd9, 0xdb, 0x9d, 0x9f, 0xba, 0x99, 0x82, 0xe1, 0x2e, 0x6c, 0xf4, + 0x06, 0x4c, 0xb7, 0xc3, 0xa0, 0xed, 0x34, 0xd9, 0x92, 0x11, 0xd2, 0x0a, 0xe7, 0x4d, 0xe7, 0xf6, + 0x76, 0xe7, 0xa7, 0x6b, 0x69, 0xe0, 0xfe, 0xee, 0xfc, 0x09, 0x36, 0x65, 0xb4, 0x24, 0x01, 0xe2, + 0x6e, 0x32, 0xf6, 0xbb, 0x70, 0xb2, 0x1a, 0xdc, 0xf7, 0xef, 0x3b, 0xa1, 0xbb, 0x58, 0x5b, 0xd3, + 0x8c, 0x13, 0xaf, 0x4b, 0xe5, 0x97, 0xdf, 0x09, 0xe6, 0x9c, 0x6c, 0x1a, 0x0d, 0xae, 0x76, 0xac, + 0x7a, 0x2d, 0xd2, 0xc3, 0x1c, 0xf2, 0x4f, 0x4a, 0x46, 0x9b, 0x09, 0xbe, 0xba, 0xbb, 0xb0, 0x7a, + 0xde, 0x5d, 0x7c, 0x1a, 0x46, 0x36, 0x3c, 0xd2, 0x72, 0x31, 0xd9, 0x10, 0x5f, 0xeb, 0x42, 0x91, + 0xcb, 0x9d, 0x55, 0x5a, 0x47, 0x5a, 0xc7, 0xb8, 0x12, 0xbd, 0x2a, 0xc8, 0x60, 0x45, 0x10, 0x75, + 0x60, 0x4a, 0xea, 0x61, 0x12, 0x2a, 0x36, 0xfb, 0x0b, 0xc5, 0xd4, 0x3c, 0xb3, 0x19, 0xf6, 0x79, + 0x71, 0x8a, 0x20, 0xee, 0x6a, 0x82, 0xea, 0xcf, 0x5b, 0xf4, 0xa8, 0x1b, 0x60, 0x4b, 0x9f, 0xe9, + 0xcf, 0xcc, 0x14, 0xc0, 0x4a, 0xed, 0x5f, 0xb1, 0xe0, 0x91, 0xae, 0xd9, 0x12, 0x76, 0x92, 0x23, + 0xfb, 0x46, 0x69, 0x63, 0x45, 0x29, 0xdf, 0x58, 0x61, 0xdf, 0x84, 0x99, 0x95, 0xad, 0x76, 0xbc, + 0x53, 0xf5, 0xcc, 0x2b, 0x97, 0x97, 0x61, 0x68, 0x8b, 0xb8, 0x5e, 0x67, 0x4b, 0x7c, 0xd6, 0x79, + 0x79, 0x2e, 0x5c, 0x67, 0xa5, 0xfb, 0xbb, 0xf3, 0xe3, 0xf5, 0x38, 0x08, 0x9d, 0x26, 0xe1, 0x05, + 0x58, 0xa0, 0xdb, 0x3f, 0xb2, 0x60, 0x52, 0xf2, 0x87, 0x45, 0xd7, 0x0d, 0x49, 0x14, 0xa1, 0x39, + 0x28, 0x79, 0x6d, 0x41, 0x08, 0x04, 0xa1, 0xd2, 0x5a, 0x0d, 0x97, 0xbc, 0x36, 0x7a, 0x03, 0x2a, + 0xfc, 0xa6, 0x2e, 0x59, 0x1c, 0x7d, 0xde, 0xfc, 0x31, 0xdd, 0x70, 0x5d, 0xd2, 0xc0, 0x09, 0x39, + 0x29, 0x25, 0xb3, 0x93, 0xa7, 0x6c, 0xde, 0x1b, 0x5d, 0x11, 0xe5, 0x58, 0x61, 0xa0, 0xb3, 0x30, + 0xe2, 0x07, 0x2e, 0xbf, 0x4c, 0xe5, 0xfb, 0x94, 0x2d, 0xb9, 0x1b, 0xa2, 0x0c, 0x2b, 0xa8, 0xfd, + 0x15, 0x0b, 0xc6, 0xe4, 0x18, 0x0b, 0x0a, 0xec, 0x74, 0x93, 0x24, 0xc2, 0x7a, 0xb2, 0x49, 0xa8, + 0xc0, 0xcd, 0x20, 0x86, 0x9c, 0x5d, 0xee, 0x47, 0xce, 0xb6, 0x7f, 0xad, 0x04, 0x13, 0xb2, 0x3b, + 0xf5, 0xce, 0xdd, 0x88, 0x50, 0x31, 0xa4, 0xe2, 0xf0, 0xc9, 0x27, 0x72, 0x9d, 0x3d, 0x9f, 0xa7, + 0x8b, 0x19, 0xdf, 0x2c, 0x11, 0x73, 0x16, 0x25, 0x1d, 0x9c, 0x90, 0x44, 0xdb, 0x30, 0xed, 0x07, + 0x31, 0x3b, 0xde, 0x14, 0xbc, 0xd8, 0x4d, 0x47, 0xba, 0x9d, 0x47, 0x45, 0x3b, 0xd3, 0x37, 0xd2, + 0xf4, 0x70, 0x77, 0x13, 0xe8, 0xa6, 0xb4, 0x31, 0x95, 0x59, 0x5b, 0xcf, 0x16, 0x6b, 0xab, 0xb7, + 0x89, 0xc9, 0xfe, 0x6d, 0x0b, 0x2a, 0x12, 0xed, 0x38, 0xae, 0xbc, 0xee, 0xc0, 0x70, 0xc4, 0x3e, + 0x91, 0x9c, 0xae, 0x73, 0xc5, 0x86, 0xc0, 0xbf, 0x6b, 0x72, 0xa6, 0xf3, 0xff, 0x11, 0x96, 0xd4, + 0x98, 0xb1, 0x5d, 0x0d, 0xe4, 0x7d, 0x67, 0x6c, 0x57, 0x3d, 0xeb, 0x7d, 0xb3, 0x35, 0x6e, 0x58, + 0x03, 0xa8, 0x60, 0xda, 0x0e, 0xc9, 0x86, 0xf7, 0x20, 0x2d, 0x98, 0xd6, 0x58, 0x29, 0x16, 0x50, + 0xb4, 0x01, 0x63, 0x0d, 0x69, 0x8e, 0x4e, 0x58, 0xc8, 0x87, 0x0b, 0xda, 0xfe, 0xd5, 0x35, 0x12, + 0xf7, 0x66, 0x5a, 0xd6, 0x28, 0x61, 0x83, 0x2e, 0xe5, 0x53, 0xc9, 0x4d, 0x79, 0xb9, 0xa0, 0xe1, + 0x26, 0x24, 0x71, 0xd2, 0x42, 0xcf, 0x4b, 0x72, 0xfb, 0x1b, 0x16, 0x0c, 0x71, 0xfb, 0x65, 0x31, + 0x23, 0xb0, 0x76, 0x41, 0x96, 0xcc, 0xe7, 0x6d, 0x5a, 0x28, 0xee, 0xcb, 0xd0, 0x1d, 0xa8, 0xb0, + 0x1f, 0xcc, 0x16, 0x53, 0x2e, 0xe2, 0xda, 0xc5, 0xdb, 0xd7, 0xbb, 0x7a, 0x5b, 0x12, 0xc0, 0x09, + 0x2d, 0xfb, 0xfb, 0x65, 0xca, 0xfa, 0x12, 0x54, 0xe3, 0x6c, 0xb7, 0x8e, 0xe3, 0x6c, 0x2f, 0x1d, + 0xfd, 0xd9, 0xfe, 0x2e, 0x4c, 0x36, 0xb4, 0x0b, 0xba, 0xe4, 0x8b, 0x5f, 0x2c, 0xb8, 0xac, 0xb4, + 0x5b, 0x3d, 0x6e, 0xaf, 0x5b, 0x36, 0xc9, 0xe1, 0x34, 0x7d, 0x44, 0x60, 0x8c, 0xaf, 0x07, 0xd1, + 0xde, 0x00, 0x6b, 0xef, 0x7c, 0x91, 0x15, 0xa6, 0x37, 0xc6, 0x56, 0x71, 0x5d, 0x23, 0x84, 0x0d, + 0xb2, 0xf6, 0x2f, 0x0d, 0xc2, 0xe0, 0xca, 0x36, 0xf1, 0xe3, 0x63, 0x60, 0x75, 0x5b, 0x30, 0xe1, + 0xf9, 0xdb, 0x41, 0x6b, 0x9b, 0xb8, 0x1c, 0x7e, 0xb8, 0xe3, 0xfd, 0x94, 0x68, 0x64, 0x62, 0xcd, + 0x20, 0x86, 0x53, 0xc4, 0x8f, 0xc2, 0x52, 0xf0, 0x1a, 0x0c, 0xf1, 0x95, 0x21, 0xcc, 0x04, 0x39, + 0xf6, 0x7c, 0x36, 0xb1, 0x62, 0x07, 0x25, 0xf6, 0x0c, 0x7e, 0x95, 0x20, 0x08, 0xa1, 0x77, 0x60, + 0x62, 0xc3, 0x0b, 0xa3, 0x98, 0x2a, 0xfb, 0x51, 0xec, 0x6c, 0xb5, 0x0f, 0x61, 0x23, 0x50, 0x33, + 0xb2, 0x6a, 0x50, 0xc2, 0x29, 0xca, 0xa8, 0x09, 0xe3, 0x54, 0x45, 0x4d, 0x9a, 0x1a, 0xee, 0xbb, + 0x29, 0x65, 0x22, 0xbc, 0xa6, 0x13, 0xc2, 0x26, 0x5d, 0xca, 0x92, 0x1a, 0x4c, 0xa5, 0x1d, 0x61, + 0xd2, 0x8d, 0x62, 0x49, 0x5c, 0x97, 0xe5, 0x30, 0xca, 0xd9, 0x98, 0xa7, 0x4c, 0xc5, 0xe4, 0x6c, + 0x89, 0x3f, 0x8c, 0xfd, 0x2d, 0x7a, 0x16, 0xd3, 0x39, 0x3c, 0x86, 0xe3, 0xeb, 0x8a, 0x79, 0x7c, + 0x3d, 0x59, 0xe0, 0xcb, 0xf6, 0x38, 0xba, 0xde, 0x86, 0x51, 0xed, 0xc3, 0xa3, 0xf3, 0x50, 0x69, + 0x48, 0x67, 0x0e, 0xc1, 0xc5, 0x95, 0x28, 0xa5, 0xbc, 0x3c, 0x70, 0x82, 0x43, 0xe7, 0x85, 0x8a, + 0xa0, 0x69, 0xd7, 0x2f, 0x2a, 0xa0, 0x62, 0x06, 0xb1, 0x5f, 0x00, 0x58, 0x79, 0x40, 0x1a, 0x8b, + 0x5c, 0xc5, 0xd3, 0xee, 0xf7, 0xac, 0xde, 0xf7, 0x7b, 0xf6, 0x37, 0x2d, 0x98, 0x58, 0x5d, 0x36, + 0x64, 0xfa, 0x05, 0x00, 0x2e, 0x1b, 0xdf, 0xb9, 0x73, 0x43, 0xda, 0xaf, 0xb9, 0x91, 0x51, 0x95, + 0x62, 0x0d, 0x03, 0x3d, 0x0a, 0xe5, 0x56, 0xc7, 0x17, 0x22, 0xeb, 0xf0, 0xde, 0xee, 0x7c, 0xf9, + 0x5a, 0xc7, 0xc7, 0xb4, 0x4c, 0xf3, 0xb1, 0x2a, 0x17, 0xf6, 0xb1, 0xca, 0x77, 0x50, 0xfe, 0x5a, + 0x19, 0xa6, 0x56, 0x5b, 0xe4, 0x81, 0xd1, 0xeb, 0xa7, 0x61, 0xc8, 0x0d, 0xbd, 0x6d, 0x12, 0xa6, + 0x05, 0x81, 0x2a, 0x2b, 0xc5, 0x02, 0x5a, 0xd8, 0xed, 0xeb, 0xad, 0xee, 0x83, 0xfc, 0xe8, 0x5c, + 0xde, 0x72, 0xc7, 0x8c, 0x36, 0x60, 0x98, 0xdf, 0x07, 0x47, 0xb3, 0x83, 0x6c, 0x29, 0xbe, 0x72, + 0x70, 0x67, 0xd2, 0xf3, 0xb3, 0x20, 0xec, 0x2b, 0xdc, 0xe1, 0x46, 0xf1, 0x32, 0x51, 0x8a, 0x25, + 0xf1, 0xb9, 0x8f, 0xc1, 0x98, 0x8e, 0xd9, 0x97, 0xe7, 0xcd, 0x5f, 0xb5, 0xe0, 0xc4, 0x6a, 0x2b, + 0x68, 0xdc, 0x4b, 0xf9, 0xe5, 0xbd, 0x04, 0xa3, 0x74, 0x33, 0x45, 0x86, 0xd3, 0xaa, 0xe1, 0xd0, + 0x2b, 0x40, 0x58, 0xc7, 0xd3, 0xaa, 0xdd, 0xba, 0xb5, 0x56, 0xcd, 0xf2, 0x03, 0x16, 0x20, 0xac, + 0xe3, 0xd9, 0xbf, 0x6b, 0xc1, 0xe3, 0x97, 0x97, 0x57, 0x6a, 0x24, 0x8c, 0xbc, 0x28, 0x26, 0x7e, + 0xdc, 0xe5, 0x8a, 0x4c, 0x65, 0x46, 0x57, 0xeb, 0x4a, 0x22, 0x33, 0x56, 0x59, 0x2f, 0x04, 0xf4, + 0xfd, 0xe2, 0x8f, 0xff, 0x0d, 0x0b, 0x4e, 0x5c, 0xf6, 0x62, 0x4c, 0xda, 0x41, 0xda, 0x15, 0x38, + 0x24, 0xed, 0x20, 0xf2, 0xe2, 0x20, 0xdc, 0x49, 0xbb, 0x02, 0x63, 0x05, 0xc1, 0x1a, 0x16, 0x6f, + 0x79, 0xdb, 0x8b, 0x68, 0x4f, 0x4b, 0xa6, 0xaa, 0x8b, 0x45, 0x39, 0x56, 0x18, 0x74, 0x60, 0xae, + 0x17, 0x32, 0x91, 0x61, 0x47, 0xec, 0x60, 0x35, 0xb0, 0xaa, 0x04, 0xe0, 0x04, 0xc7, 0xfe, 0x7b, + 0x16, 0x9c, 0xbc, 0xdc, 0xea, 0x44, 0x31, 0x09, 0x37, 0x22, 0xa3, 0xb3, 0x2f, 0x40, 0x85, 0x48, + 0xe1, 0x5e, 0xf4, 0x55, 0x1d, 0x1a, 0x4a, 0xea, 0xe7, 0x7e, 0xc8, 0x0a, 0xaf, 0x80, 0xbb, 0x6b, + 0x7f, 0xce, 0x99, 0xbf, 0x51, 0x82, 0xf1, 0x2b, 0xeb, 0xeb, 0xb5, 0xcb, 0x24, 0x16, 0x5c, 0x32, + 0xdf, 0x28, 0x85, 0x35, 0x8d, 0xfc, 0x20, 0xe1, 0xa7, 0x13, 0x7b, 0xad, 0x05, 0x1e, 0x61, 0xb2, + 0xb0, 0xe6, 0xc7, 0x37, 0xc3, 0x7a, 0x1c, 0x7a, 0x7e, 0x33, 0x53, 0x87, 0x97, 0xbc, 0xbc, 0xdc, + 0x8b, 0x97, 0xa3, 0x17, 0x60, 0x88, 0x85, 0xb8, 0x48, 0xe1, 0xe3, 0x83, 0x4a, 0x4e, 0x60, 0xa5, + 0xfb, 0xbb, 0xf3, 0x95, 0x5b, 0x78, 0x8d, 0xff, 0xc1, 0x02, 0x15, 0xbd, 0x05, 0xa3, 0x9b, 0x71, + 0xdc, 0xbe, 0x42, 0x1c, 0x97, 0x84, 0x92, 0x4f, 0x9c, 0x3d, 0x98, 0x4f, 0xd0, 0xe9, 0xe0, 0x15, + 0x92, 0xad, 0x95, 0x94, 0x45, 0x58, 0xa7, 0x68, 0xd7, 0x01, 0x12, 0xd8, 0x43, 0xd2, 0x41, 0xec, + 0x9f, 0x2f, 0xc1, 0xf0, 0x15, 0xc7, 0x77, 0x5b, 0x24, 0x44, 0xab, 0x30, 0x40, 0x1e, 0x90, 0x86, + 0x38, 0xc8, 0x73, 0xba, 0x9e, 0x1c, 0x76, 0xdc, 0xae, 0x46, 0xff, 0x63, 0x56, 0x1f, 0x61, 0x18, + 0xa6, 0xfd, 0xbe, 0xac, 0xbc, 0xc4, 0x9f, 0xcb, 0x9f, 0x05, 0xb5, 0x28, 0xf8, 0x49, 0x29, 0x8a, + 0xb0, 0x24, 0xc4, 0x2c, 0x50, 0x8d, 0x76, 0x9d, 0xb2, 0xb7, 0xb8, 0x98, 0x66, 0xb7, 0xbe, 0x5c, + 0xe3, 0xe8, 0x82, 0x2e, 0xb7, 0x40, 0xc9, 0x42, 0x9c, 0x90, 0xb3, 0xd7, 0xa1, 0x42, 0x3f, 0xfe, + 0x62, 0xcb, 0x73, 0x0e, 0x36, 0x83, 0x3d, 0x07, 0x15, 0x69, 0x88, 0x8a, 0x84, 0xcb, 0x39, 0xa3, + 0x2a, 0xed, 0x54, 0x11, 0x4e, 0xe0, 0xf6, 0x25, 0x98, 0x61, 0xb7, 0xbc, 0x4e, 0xbc, 0x69, 0xec, + 0xc5, 0xdc, 0x45, 0x6f, 0x7f, 0x7b, 0x00, 0xa6, 0xd7, 0xea, 0xcb, 0x75, 0xd3, 0x22, 0x79, 0x09, + 0xc6, 0xf8, 0xb1, 0x4f, 0x97, 0xb2, 0xd3, 0x12, 0xf5, 0xd5, 0xcd, 0xc4, 0xba, 0x06, 0xc3, 0x06, + 0x26, 0x7a, 0x1c, 0xca, 0xde, 0xbb, 0x7e, 0xda, 0x57, 0x70, 0xed, 0xb5, 0x1b, 0x98, 0x96, 0x53, + 0x30, 0x95, 0x20, 0x38, 0xeb, 0x54, 0x60, 0x25, 0x45, 0xbc, 0x0a, 0x13, 0x5e, 0xd4, 0x88, 0xbc, + 0x35, 0x9f, 0xf2, 0x15, 0xa7, 0x21, 0x37, 0x45, 0x22, 0xf2, 0xd3, 0xae, 0x2a, 0x28, 0x4e, 0x61, + 0x6b, 0x7c, 0x7c, 0xb0, 0xb0, 0x14, 0x92, 0xeb, 0x84, 0x4e, 0x05, 0xac, 0x36, 0x1b, 0x5d, 0xc4, + 0x3c, 0x8f, 0x84, 0x80, 0xc5, 0x07, 0x1c, 0x61, 0x09, 0x43, 0x97, 0x61, 0xba, 0xb1, 0xe9, 0xb4, + 0x17, 0x3b, 0xf1, 0x66, 0xd5, 0x8b, 0x1a, 0xc1, 0x36, 0x09, 0x77, 0x98, 0x00, 0x3c, 0x92, 0xd8, + 0xb4, 0x14, 0x60, 0xf9, 0xca, 0x62, 0x8d, 0x62, 0xe2, 0xee, 0x3a, 0xa6, 0x40, 0x02, 0x47, 0x20, + 0x90, 0x2c, 0xc2, 0xa4, 0x6c, 0xb5, 0x4e, 0x22, 0x76, 0x44, 0x8c, 0xb2, 0x7e, 0xaa, 0xf0, 0x1f, + 0x51, 0xac, 0x7a, 0x99, 0xc6, 0xb7, 0xdf, 0x81, 0x8a, 0xf2, 0x94, 0x93, 0x0e, 0xa2, 0x56, 0x0f, + 0x07, 0xd1, 0x7c, 0xe6, 0x2e, 0x6d, 0xe7, 0xe5, 0x4c, 0xdb, 0xf9, 0x3f, 0xb3, 0x20, 0x71, 0xf5, + 0x41, 0x18, 0x2a, 0xed, 0x80, 0xdd, 0xb3, 0x85, 0xf2, 0x42, 0xfb, 0xa9, 0x9c, 0x3d, 0xcf, 0x79, + 0x0e, 0x9f, 0x90, 0x9a, 0xac, 0x8b, 0x13, 0x32, 0xe8, 0x1a, 0x0c, 0xb7, 0x43, 0x52, 0x8f, 0x59, + 0x74, 0x47, 0x1f, 0x14, 0xf9, 0x42, 0xe0, 0x35, 0xb1, 0x24, 0x61, 0xff, 0x2b, 0x0b, 0xe0, 0x9a, + 0xb7, 0xe5, 0xc5, 0xd8, 0xf1, 0x9b, 0xe4, 0x18, 0x14, 0xeb, 0x1b, 0x30, 0x10, 0xb5, 0x49, 0xa3, + 0xd8, 0x4d, 0x69, 0xd2, 0xb3, 0x7a, 0x9b, 0x34, 0x92, 0xcf, 0x41, 0xff, 0x61, 0x46, 0xc7, 0xfe, + 0x1e, 0xc0, 0x44, 0x82, 0x46, 0x95, 0x1b, 0xf4, 0xbc, 0x11, 0xd6, 0xf0, 0x68, 0x2a, 0xac, 0xa1, + 0xc2, 0xb0, 0xb5, 0x48, 0x86, 0x18, 0xca, 0x5b, 0xce, 0x03, 0xa1, 0x4b, 0xbd, 0x54, 0xb4, 0x43, + 0xb4, 0xa5, 0x85, 0xeb, 0xce, 0x03, 0x2e, 0xba, 0x3e, 0x27, 0x17, 0xd2, 0x75, 0xe7, 0xc1, 0x3e, + 0xbf, 0x0f, 0x65, 0xdc, 0x89, 0x2a, 0x6f, 0x5f, 0xf8, 0xd3, 0xe4, 0x3f, 0x3b, 0x86, 0x68, 0x73, + 0xac, 0x55, 0xcf, 0x17, 0xa6, 0xe0, 0x3e, 0x5b, 0xf5, 0xfc, 0x74, 0xab, 0x9e, 0x5f, 0xa0, 0x55, + 0x8f, 0xf9, 0xff, 0x0e, 0x8b, 0x1b, 0x14, 0xe6, 0x3c, 0x39, 0x7a, 0xf1, 0xa3, 0x7d, 0x35, 0x2d, + 0xae, 0x62, 0x78, 0xf3, 0xe7, 0xa5, 0xbc, 0x2e, 0x4a, 0x73, 0xbb, 0x20, 0x9b, 0x46, 0x7f, 0xdf, + 0x82, 0x09, 0xf1, 0x1b, 0x93, 0x77, 0x3b, 0x24, 0x8a, 0x85, 0x5c, 0xf0, 0x89, 0xc3, 0xf4, 0x46, + 0x90, 0xe0, 0x9d, 0xfa, 0x88, 0x64, 0xbf, 0x26, 0x30, 0xb7, 0x6f, 0xa9, 0xfe, 0xa0, 0xef, 0x59, + 0x30, 0xb3, 0xe5, 0x3c, 0xe0, 0x2d, 0xf2, 0x32, 0xec, 0xc4, 0x5e, 0x20, 0x1c, 0x44, 0x57, 0xfb, + 0x5d, 0x27, 0x5d, 0x84, 0x78, 0x77, 0xa5, 0xef, 0xd7, 0x4c, 0x16, 0x4a, 0x6e, 0xa7, 0x33, 0x7b, + 0x38, 0xb7, 0x01, 0x23, 0x72, 0x61, 0x66, 0x68, 0x4a, 0x55, 0x5d, 0xfc, 0xc9, 0xb1, 0x4b, 0x2c, + 0x48, 0xeb, 0xe2, 0xc2, 0x6b, 0x1d, 0xc7, 0x8f, 0xbd, 0x78, 0x47, 0xd3, 0xac, 0x58, 0x3b, 0x62, + 0x29, 0x1e, 0x69, 0x3b, 0xef, 0xc0, 0x98, 0xbe, 0xee, 0x8e, 0xb4, 0xad, 0x77, 0xe1, 0x44, 0xc6, + 0xaa, 0x3a, 0xd2, 0x26, 0xef, 0xc3, 0xa3, 0x3d, 0xd7, 0xc7, 0x51, 0x36, 0x6c, 0xff, 0x86, 0xa5, + 0xb3, 0xce, 0x63, 0xb0, 0x5b, 0x5d, 0x37, 0xed, 0x56, 0x67, 0x8b, 0xee, 0xa1, 0x1e, 0xc6, 0xab, + 0x0d, 0xbd, 0xfb, 0xf4, 0x48, 0x40, 0xeb, 0x30, 0xd4, 0xa2, 0x25, 0xf2, 0xda, 0xf0, 0x5c, 0x3f, + 0xbb, 0x34, 0x91, 0xc0, 0x58, 0x79, 0x84, 0x05, 0x2d, 0xfb, 0x7b, 0x16, 0x0c, 0xfc, 0x05, 0x06, + 0x5d, 0x75, 0x91, 0x16, 0xe9, 0x06, 0x16, 0xb0, 0x73, 0x7f, 0xe5, 0x41, 0x4c, 0xfc, 0x88, 0x89, + 0xf1, 0x99, 0x53, 0xf4, 0x7f, 0x4a, 0x30, 0x4a, 0x9b, 0x92, 0x7e, 0x2c, 0xaf, 0xc0, 0x78, 0xcb, + 0xb9, 0x4b, 0x5a, 0xd2, 0xe6, 0x9e, 0x56, 0x7a, 0xaf, 0xe9, 0x40, 0x6c, 0xe2, 0xd2, 0xca, 0x1b, + 0xfa, 0x95, 0x84, 0x10, 0x92, 0x54, 0x65, 0xe3, 0xbe, 0x02, 0x9b, 0xb8, 0x54, 0xeb, 0xba, 0xef, + 0xc4, 0x8d, 0x4d, 0xa1, 0x10, 0xab, 0xee, 0xde, 0xa1, 0x85, 0x98, 0xc3, 0xa8, 0xb0, 0x27, 0x57, + 0xec, 0x6d, 0x12, 0x32, 0x61, 0x8f, 0x0b, 0xd5, 0x4a, 0xd8, 0xc3, 0x26, 0x18, 0xa7, 0xf1, 0xd1, + 0xc7, 0x60, 0x82, 0x4e, 0x4e, 0xd0, 0x89, 0xa5, 0x97, 0xce, 0x20, 0xf3, 0xd2, 0x61, 0x4e, 0xde, + 0xeb, 0x06, 0x04, 0xa7, 0x30, 0x51, 0x0d, 0x66, 0x3c, 0xbf, 0xd1, 0xea, 0xb8, 0xe4, 0x96, 0xef, + 0xf9, 0x5e, 0xec, 0x39, 0x2d, 0xef, 0xb3, 0xc4, 0x15, 0x62, 0xb7, 0x72, 0xa8, 0x5a, 0xcb, 0xc0, + 0xc1, 0x99, 0x35, 0xed, 0xb7, 0xe0, 0xc4, 0xb5, 0xc0, 0x71, 0x97, 0x9c, 0x96, 0xe3, 0x37, 0x48, + 0xb8, 0xe6, 0x37, 0x73, 0x7d, 0x0a, 0xf4, 0x7b, 0xff, 0x52, 0xde, 0xbd, 0xbf, 0x1d, 0x02, 0xd2, + 0x1b, 0x10, 0x1e, 0x6b, 0x6f, 0xc2, 0xb0, 0xc7, 0x9b, 0x12, 0x1b, 0xe1, 0x42, 0x9e, 0x4c, 0xde, + 0xd5, 0x47, 0xcd, 0x03, 0x8b, 0x17, 0x60, 0x49, 0x92, 0x6a, 0x70, 0x59, 0x42, 0x7c, 0xbe, 0xea, + 0x6d, 0xbf, 0x04, 0xd3, 0xac, 0x66, 0x9f, 0x8a, 0xdf, 0x5f, 0xb3, 0x60, 0xf2, 0x46, 0x2a, 0x3c, + 0xf9, 0x69, 0x18, 0xe2, 0x79, 0x31, 0xd2, 0xe6, 0xb2, 0x3a, 0x2b, 0xc5, 0x02, 0xfa, 0xd0, 0xad, + 0x35, 0xbf, 0x58, 0x82, 0x0a, 0x73, 0x99, 0x6e, 0x53, 0x25, 0xee, 0xe8, 0xe5, 0xe5, 0xeb, 0x86, + 0xbc, 0x9c, 0x63, 0x31, 0x50, 0x1d, 0xeb, 0x25, 0x2e, 0xa3, 0x5b, 0x2a, 0x6c, 0xb7, 0x90, 0xb1, + 0x20, 0x21, 0xc8, 0x43, 0x3b, 0x27, 0xcc, 0x28, 0x5f, 0x19, 0xd2, 0xcb, 0x2e, 0xf0, 0x15, 0xee, + 0xfb, 0xee, 0x02, 0x5f, 0xf5, 0xac, 0x07, 0x97, 0xac, 0x69, 0x9d, 0x67, 0xe7, 0xc8, 0xcf, 0x32, + 0x47, 0x58, 0xb6, 0x87, 0x55, 0xf4, 0xfb, 0xbc, 0x70, 0x6c, 0x15, 0xa5, 0xfb, 0x8c, 0xe1, 0x89, + 0x7f, 0x3c, 0xb9, 0x41, 0x52, 0xc5, 0xbe, 0x02, 0x93, 0xa9, 0xa9, 0x43, 0x2f, 0xc1, 0x60, 0x7b, + 0xd3, 0x89, 0x48, 0xca, 0x27, 0x69, 0xb0, 0x46, 0x0b, 0xf7, 0x77, 0xe7, 0x27, 0x54, 0x05, 0x56, + 0x82, 0x39, 0xb6, 0xfd, 0xc5, 0x12, 0x0c, 0xdc, 0x08, 0xdc, 0xe3, 0x58, 0x6a, 0x57, 0x8c, 0xa5, + 0xf6, 0x74, 0x7e, 0x36, 0x95, 0x9e, 0xab, 0xac, 0x96, 0x5a, 0x65, 0x67, 0x0b, 0xd0, 0x3a, 0x78, + 0x81, 0x6d, 0xc1, 0x28, 0xcb, 0xd6, 0x22, 0x9c, 0xb2, 0x5e, 0x30, 0x54, 0xbc, 0xf9, 0x94, 0x8a, + 0x37, 0xa9, 0xa1, 0x6a, 0x8a, 0xde, 0x33, 0x30, 0x2c, 0x9c, 0x80, 0xd2, 0x6e, 0xc0, 0x02, 0x17, + 0x4b, 0xb8, 0xfd, 0x2f, 0xcb, 0x60, 0x64, 0x87, 0x41, 0xbf, 0x6d, 0xc1, 0x42, 0xc8, 0x43, 0xaa, + 0xdc, 0x6a, 0x27, 0xf4, 0xfc, 0x66, 0xbd, 0xb1, 0x49, 0xdc, 0x4e, 0xcb, 0xf3, 0x9b, 0x6b, 0x4d, + 0x3f, 0x50, 0xc5, 0x2b, 0x0f, 0x48, 0xa3, 0xc3, 0x6c, 0xee, 0x85, 0x93, 0xd2, 0xa8, 0x0b, 0xf0, + 0x8b, 0x7b, 0xbb, 0xf3, 0x0b, 0xb8, 0xaf, 0x56, 0x70, 0x9f, 0xbd, 0x42, 0x7f, 0x64, 0xc1, 0x79, + 0x9e, 0x1f, 0xa5, 0xf8, 0x48, 0x0a, 0xa9, 0xc6, 0x35, 0x49, 0x34, 0x21, 0xb7, 0x4e, 0xc2, 0xad, + 0xa5, 0x97, 0xc5, 0x24, 0x9f, 0xaf, 0xf5, 0xd7, 0x2a, 0xee, 0xb7, 0x9b, 0xf6, 0xbf, 0x29, 0xc3, + 0x38, 0x9d, 0xcf, 0x24, 0xc1, 0xc1, 0x4b, 0xc6, 0x32, 0x79, 0x22, 0xb5, 0x4c, 0xa6, 0x0d, 0xe4, + 0x87, 0x93, 0xdb, 0x20, 0x82, 0xe9, 0x96, 0x13, 0xc5, 0x57, 0x88, 0x13, 0xc6, 0x77, 0x89, 0xc3, + 0xee, 0x99, 0xd3, 0x3e, 0x2c, 0x05, 0xae, 0xae, 0x95, 0x11, 0xee, 0x5a, 0x9a, 0x18, 0xee, 0xa6, + 0x8f, 0xb6, 0x01, 0xb1, 0x3b, 0xed, 0xd0, 0xf1, 0x23, 0x3e, 0x16, 0x4f, 0xd8, 0xe8, 0xfb, 0x6b, + 0x75, 0x4e, 0xb4, 0x8a, 0xae, 0x75, 0x51, 0xc3, 0x19, 0x2d, 0x68, 0x5e, 0x0b, 0x83, 0x45, 0xbd, + 0x16, 0x86, 0x72, 0xfc, 0xef, 0xbf, 0x64, 0xc1, 0x09, 0xfa, 0x59, 0x4c, 0x5f, 0xed, 0x08, 0x05, + 0x30, 0x49, 0x97, 0x5d, 0x8b, 0xc4, 0xb2, 0x4c, 0xec, 0xaf, 0x1c, 0x11, 0xdf, 0xa4, 0x93, 0xc8, + 0x91, 0x57, 0x4d, 0x62, 0x38, 0x4d, 0xdd, 0xfe, 0xa6, 0x05, 0xcc, 0x7b, 0xf2, 0x18, 0x0e, 0xb3, + 0xcb, 0xe6, 0x61, 0x66, 0xe7, 0x73, 0x8c, 0x1e, 0xe7, 0xd8, 0x8b, 0x30, 0x45, 0xa1, 0xb5, 0x30, + 0x78, 0xb0, 0x23, 0x25, 0xfe, 0x7c, 0xe9, 0xea, 0x4b, 0x25, 0xbe, 0x6d, 0x54, 0x6c, 0x28, 0xfa, + 0xb2, 0x05, 0x23, 0x0d, 0xa7, 0xed, 0x34, 0x78, 0x6e, 0xad, 0x02, 0x66, 0x22, 0xa3, 0xfe, 0xc2, + 0xb2, 0xa8, 0xcb, 0x4d, 0x1c, 0x1f, 0x96, 0x43, 0x97, 0xc5, 0xb9, 0x66, 0x0d, 0xd5, 0xf8, 0xdc, + 0x3d, 0x18, 0x37, 0x88, 0x1d, 0xa9, 0x3e, 0xfc, 0x65, 0x8b, 0x33, 0x7d, 0xa5, 0xb3, 0xdc, 0x87, + 0x69, 0x5f, 0xfb, 0x4f, 0xd9, 0x99, 0x14, 0xa8, 0x17, 0x8a, 0xb3, 0x75, 0xc6, 0x05, 0x35, 0x4f, + 0xd1, 0x14, 0x41, 0xdc, 0xdd, 0x86, 0xfd, 0xcb, 0x16, 0x3c, 0xa2, 0x23, 0x6a, 0xc1, 0xbc, 0x79, + 0x06, 0xec, 0x2a, 0x8c, 0x04, 0x6d, 0x12, 0x3a, 0x89, 0x7e, 0x76, 0x56, 0xce, 0xff, 0x4d, 0x51, + 0xbe, 0xbf, 0x3b, 0x3f, 0xa3, 0x53, 0x97, 0xe5, 0x58, 0xd5, 0x44, 0x36, 0x0c, 0xb1, 0x79, 0x89, + 0x44, 0x18, 0x36, 0xcb, 0x35, 0xc5, 0x2e, 0xc8, 0x22, 0x2c, 0x20, 0xf6, 0xdf, 0xb4, 0xf8, 0x72, + 0xd3, 0xbb, 0x8e, 0x3e, 0x07, 0x53, 0x5b, 0x54, 0x95, 0x5b, 0x79, 0xd0, 0x0e, 0xb9, 0xf9, 0x5d, + 0xce, 0xd8, 0x4b, 0xc5, 0x67, 0x4c, 0x1b, 0xee, 0xd2, 0xac, 0xe8, 0xfd, 0xd4, 0xf5, 0x14, 0x59, + 0xdc, 0xd5, 0x90, 0xfd, 0x0f, 0x4b, 0x7c, 0xcf, 0x32, 0x19, 0xee, 0x19, 0x18, 0x6e, 0x07, 0xee, + 0xf2, 0x5a, 0x15, 0x8b, 0xb9, 0x52, 0x4c, 0xa7, 0xc6, 0x8b, 0xb1, 0x84, 0xa3, 0x8b, 0x00, 0xe4, + 0x41, 0x4c, 0x42, 0xdf, 0x69, 0xa9, 0x2b, 0x7d, 0x25, 0x2a, 0xad, 0x28, 0x08, 0xd6, 0xb0, 0x68, + 0x9d, 0x76, 0x18, 0x6c, 0x7b, 0x2e, 0x8b, 0x42, 0x29, 0x9b, 0x75, 0x6a, 0x0a, 0x82, 0x35, 0x2c, + 0xaa, 0x40, 0x77, 0xfc, 0x88, 0x1f, 0x63, 0xce, 0x5d, 0x91, 0xe7, 0x68, 0x24, 0x51, 0xa0, 0x6f, + 0xe9, 0x40, 0x6c, 0xe2, 0xa2, 0xab, 0x30, 0x14, 0x3b, 0xec, 0xa2, 0x7a, 0xb0, 0x88, 0xd7, 0xcf, + 0x3a, 0xc5, 0xd5, 0x13, 0x4b, 0xd1, 0xaa, 0x58, 0x90, 0xb0, 0xff, 0x53, 0x05, 0x20, 0x91, 0xba, + 0xd0, 0x17, 0xbb, 0x37, 0xfc, 0x47, 0x8a, 0x8a, 0x6c, 0x0f, 0x6f, 0xb7, 0xa3, 0xaf, 0x5a, 0x30, + 0xea, 0xb4, 0x5a, 0x41, 0xc3, 0x89, 0xd9, 0xf4, 0x94, 0x8a, 0xb2, 0x1e, 0xd1, 0x93, 0xc5, 0xa4, + 0x2e, 0xef, 0xcc, 0x0b, 0xf2, 0xf2, 0x58, 0x83, 0xe4, 0xf6, 0x47, 0xef, 0x02, 0xfa, 0xb0, 0x94, + 0xda, 0xf9, 0x17, 0x9e, 0x4b, 0x4b, 0xed, 0x15, 0xc6, 0x70, 0x35, 0x81, 0x1d, 0xbd, 0x65, 0xe4, + 0x05, 0x1a, 0x28, 0x12, 0x4a, 0x6c, 0xc8, 0x21, 0x79, 0x29, 0x81, 0xd0, 0x1b, 0xba, 0x7b, 0xfc, + 0x60, 0x91, 0x58, 0x7d, 0x4d, 0x1c, 0xce, 0x71, 0x8d, 0x8f, 0x61, 0xd2, 0x35, 0x4f, 0x5e, 0xe1, + 0xe2, 0x77, 0x21, 0xbf, 0x85, 0xd4, 0x91, 0x9d, 0x9c, 0xb5, 0x29, 0x00, 0x4e, 0x37, 0x81, 0xde, + 0xe0, 0xc1, 0x0b, 0x6b, 0xfe, 0x46, 0x20, 0xdc, 0xfc, 0xce, 0x15, 0xf8, 0xe6, 0x3b, 0x51, 0x4c, + 0xb6, 0x68, 0x9d, 0xe4, 0x70, 0xbd, 0x21, 0xa8, 0x60, 0x45, 0x0f, 0xad, 0xc3, 0x10, 0x8b, 0x1c, + 0x8b, 0x66, 0x47, 0x8a, 0x98, 0x04, 0xcd, 0x80, 0xe9, 0x64, 0xff, 0xb0, 0xbf, 0x11, 0x16, 0xb4, + 0xd0, 0x15, 0x99, 0x32, 0x21, 0x5a, 0xf3, 0x6f, 0x45, 0x84, 0xa5, 0x4c, 0xa8, 0x2c, 0x7d, 0x28, + 0xc9, 0x81, 0xc0, 0xcb, 0x33, 0x93, 0x29, 0x1a, 0x35, 0xa9, 0x60, 0x23, 0xfe, 0xcb, 0x1c, 0x8d, + 0xb3, 0x50, 0xa4, 0xa3, 0x66, 0x46, 0xc7, 0x64, 0xb2, 0x6f, 0x9b, 0xc4, 0x70, 0x9a, 0xfa, 0xb1, + 0x1e, 0xa9, 0x73, 0x3e, 0x4c, 0xa5, 0x37, 0xe5, 0x91, 0x1e, 0xe1, 0x3f, 0x1e, 0x80, 0x09, 0x73, + 0x71, 0xa0, 0xf3, 0x50, 0x11, 0x44, 0x54, 0x02, 0x36, 0xb5, 0x07, 0xae, 0x4b, 0x00, 0x4e, 0x70, + 0x58, 0x2a, 0x3a, 0x56, 0x5d, 0x73, 0xf0, 0x4a, 0x52, 0xd1, 0x29, 0x08, 0xd6, 0xb0, 0xa8, 0x24, + 0x7c, 0x37, 0x08, 0x62, 0x75, 0x12, 0xa8, 0x75, 0xb3, 0xc4, 0x4a, 0xb1, 0x80, 0xd2, 0x13, 0xe0, + 0x1e, 0xfd, 0x98, 0x2d, 0xd3, 0xbc, 0xa9, 0x4e, 0x80, 0xab, 0x3a, 0x10, 0x9b, 0xb8, 0xf4, 0x44, + 0x0b, 0x22, 0xb6, 0x10, 0x85, 0xbc, 0x9d, 0x38, 0xcc, 0xd5, 0x79, 0x34, 0xa5, 0x84, 0xa3, 0x4f, + 0xc1, 0x23, 0x2a, 0xf8, 0x11, 0x73, 0x73, 0xb1, 0x6c, 0x71, 0xc8, 0x50, 0x99, 0x1f, 0x59, 0xce, + 0x46, 0xc3, 0xbd, 0xea, 0xa3, 0x57, 0x61, 0x42, 0xc8, 0xca, 0x92, 0xe2, 0xb0, 0xe9, 0xf7, 0x70, + 0xd5, 0x80, 0xe2, 0x14, 0x36, 0xaa, 0xc2, 0x14, 0x2d, 0x61, 0x42, 0xaa, 0xa4, 0xc0, 0x83, 0x38, + 0xd5, 0x51, 0x7f, 0x35, 0x05, 0xc7, 0x5d, 0x35, 0xd0, 0x22, 0x4c, 0x72, 0x61, 0x85, 0x2a, 0x86, + 0xec, 0x3b, 0x08, 0xdf, 0x5c, 0xb5, 0x11, 0x6e, 0x9a, 0x60, 0x9c, 0xc6, 0x47, 0x97, 0x60, 0xcc, + 0x09, 0x1b, 0x9b, 0x5e, 0x4c, 0x1a, 0x71, 0x27, 0xe4, 0x09, 0x49, 0x34, 0xc7, 0x91, 0x45, 0x0d, + 0x86, 0x0d, 0x4c, 0xfb, 0xb3, 0x70, 0x22, 0x23, 0x10, 0x80, 0x2e, 0x1c, 0xa7, 0xed, 0xc9, 0x31, + 0xa5, 0x5c, 0xdf, 0x16, 0x6b, 0x6b, 0x72, 0x34, 0x1a, 0x16, 0x5d, 0x9d, 0xcc, 0x4e, 0xae, 0xa5, + 0x54, 0x55, 0xab, 0x73, 0x55, 0x02, 0x70, 0x82, 0x63, 0xff, 0x09, 0x80, 0x66, 0xbd, 0x29, 0xe0, + 0xee, 0x74, 0x09, 0xc6, 0x64, 0x96, 0x60, 0x2d, 0xd5, 0xa6, 0x1a, 0xe6, 0x65, 0x0d, 0x86, 0x0d, + 0x4c, 0xda, 0x37, 0x5f, 0xda, 0xa4, 0xd2, 0x8e, 0x76, 0xca, 0x58, 0x85, 0x13, 0x1c, 0x74, 0x0e, + 0x46, 0x22, 0xd2, 0xda, 0xb8, 0xe6, 0xf9, 0xf7, 0xc4, 0xc2, 0x56, 0x9c, 0xb9, 0x2e, 0xca, 0xb1, + 0xc2, 0x40, 0x4b, 0x50, 0xee, 0x78, 0xae, 0x58, 0xca, 0x52, 0x6c, 0x28, 0xdf, 0x5a, 0xab, 0xee, + 0xef, 0xce, 0x3f, 0xd1, 0x2b, 0x65, 0x32, 0xd5, 0xcf, 0xa3, 0x05, 0xba, 0xfd, 0x68, 0xe5, 0xac, + 0x0b, 0x83, 0xa1, 0x3e, 0x2f, 0x0c, 0x2e, 0x02, 0x88, 0x51, 0xcb, 0xb5, 0x5c, 0x4e, 0xbe, 0xda, + 0x65, 0x05, 0xc1, 0x1a, 0x16, 0xd5, 0xf2, 0x1b, 0x21, 0x71, 0xa4, 0x22, 0xcc, 0x1d, 0xd4, 0x47, + 0x0e, 0xaf, 0xe5, 0x2f, 0xa7, 0x89, 0xe1, 0x6e, 0xfa, 0x28, 0x80, 0x69, 0x57, 0x44, 0xd8, 0x26, + 0x8d, 0x56, 0xfa, 0xf7, 0x8a, 0x67, 0xbe, 0x3d, 0x69, 0x42, 0xb8, 0x9b, 0x36, 0xfa, 0x0c, 0xcc, + 0xc9, 0xc2, 0xee, 0xf0, 0x66, 0xb6, 0x5d, 0xca, 0x4b, 0xa7, 0xf7, 0x76, 0xe7, 0xe7, 0xaa, 0x3d, + 0xb1, 0xf0, 0x01, 0x14, 0xd0, 0x9b, 0x30, 0xc4, 0x2e, 0x98, 0xa2, 0xd9, 0x51, 0x76, 0xe2, 0xbd, + 0x58, 0x24, 0xb6, 0x82, 0xae, 0xfa, 0x05, 0x76, 0x4d, 0x25, 0xbc, 0x86, 0x93, 0x5b, 0x3b, 0x56, + 0x88, 0x05, 0x4d, 0xd4, 0x86, 0x51, 0xc7, 0xf7, 0x83, 0xd8, 0xe1, 0x82, 0xd8, 0x58, 0x11, 0x59, + 0x52, 0x6b, 0x62, 0x31, 0xa9, 0xcb, 0xdb, 0x51, 0x8e, 0x88, 0x1a, 0x04, 0xeb, 0x4d, 0xa0, 0xfb, + 0x30, 0x19, 0xdc, 0xa7, 0x0c, 0x53, 0xde, 0x88, 0x44, 0xb3, 0xe3, 0xe6, 0xc0, 0x72, 0x0c, 0xb5, + 0x46, 0x65, 0x8d, 0x93, 0x99, 0x44, 0x71, 0xba, 0x15, 0xb4, 0x60, 0x98, 0xab, 0x27, 0x12, 0xdf, + 0xf8, 0xc4, 0x5c, 0xad, 0x5b, 0xa7, 0x59, 0x08, 0x3d, 0xf7, 0x87, 0x65, 0x1c, 0x61, 0x32, 0x15, + 0x42, 0x9f, 0x80, 0xb0, 0x8e, 0x87, 0x36, 0x61, 0x2c, 0xb9, 0xdb, 0x0a, 0x23, 0x96, 0x9d, 0x47, + 0x73, 0xf7, 0x3a, 0x78, 0x70, 0x6b, 0x5a, 0x4d, 0x1e, 0xe9, 0xa3, 0x97, 0x60, 0x83, 0xf2, 0xdc, + 0x47, 0x61, 0x54, 0xfb, 0xc4, 0xfd, 0xb8, 0x7b, 0xcf, 0xbd, 0x0a, 0x53, 0xe9, 0x4f, 0xd7, 0x97, + 0xbb, 0xf8, 0xff, 0x28, 0xc1, 0x64, 0xc6, 0xc5, 0x16, 0xcb, 0x95, 0x9c, 0x62, 0xb2, 0x49, 0x6a, + 0x64, 0x93, 0x55, 0x96, 0x0a, 0xb0, 0x4a, 0xc9, 0xb7, 0xcb, 0x3d, 0xf9, 0xb6, 0x60, 0x8f, 0x03, + 0xef, 0x85, 0x3d, 0x9a, 0x27, 0xd2, 0x60, 0xa1, 0x13, 0xe9, 0x21, 0xb0, 0x54, 0xe3, 0x50, 0x1b, + 0x2e, 0x70, 0xa8, 0x7d, 0xa3, 0x04, 0x53, 0x89, 0x6b, 0xbc, 0x48, 0x52, 0x7e, 0xf4, 0x17, 0x1e, + 0xeb, 0xc6, 0x85, 0x47, 0x5e, 0x0e, 0xf2, 0x54, 0xff, 0x7a, 0x5e, 0x7e, 0xbc, 0x99, 0xba, 0xfc, + 0x78, 0xb1, 0x4f, 0xba, 0x07, 0x5f, 0x84, 0x7c, 0xb7, 0x04, 0x27, 0xd3, 0x55, 0x96, 0x5b, 0x8e, + 0xb7, 0x75, 0x0c, 0xf3, 0xf5, 0x29, 0x63, 0xbe, 0x5e, 0xee, 0x6f, 0x5c, 0xac, 0x93, 0x3d, 0x27, + 0xcd, 0x49, 0x4d, 0xda, 0x47, 0x0f, 0x43, 0xfc, 0xe0, 0x99, 0xfb, 0x7d, 0x0b, 0x1e, 0xcd, 0xac, + 0x77, 0x0c, 0x26, 0xde, 0xd7, 0x4d, 0x13, 0xef, 0x0b, 0x87, 0x18, 0x5d, 0x0f, 0x9b, 0xef, 0xaf, + 0x94, 0x7b, 0x8c, 0x8a, 0x19, 0xc1, 0x6e, 0xc2, 0xa8, 0xd3, 0x68, 0x90, 0x28, 0xba, 0x1e, 0xb8, + 0x2a, 0xed, 0xd7, 0xf3, 0xec, 0x14, 0x4b, 0x8a, 0xf7, 0x77, 0xe7, 0xe7, 0xd2, 0x24, 0x12, 0x30, + 0xd6, 0x29, 0x98, 0x09, 0x09, 0x4b, 0x47, 0x94, 0x90, 0xf0, 0x22, 0xc0, 0xb6, 0xd2, 0x97, 0xd3, + 0xb6, 0x35, 0x4d, 0x93, 0xd6, 0xb0, 0xd0, 0x5f, 0x66, 0xb2, 0x27, 0xf7, 0x4b, 0x19, 0x30, 0xa3, + 0x6c, 0x73, 0xbe, 0x9f, 0xee, 0xe3, 0xc2, 0x83, 0x79, 0x95, 0x1d, 0x52, 0x91, 0x44, 0x9f, 0x80, + 0xa9, 0x88, 0xa7, 0x8c, 0x58, 0x6e, 0x39, 0x11, 0x8b, 0x09, 0x11, 0xfc, 0x94, 0xc5, 0xe5, 0xd6, + 0x53, 0x30, 0xdc, 0x85, 0x6d, 0x7f, 0xa7, 0x0c, 0x1f, 0x3c, 0x60, 0xd9, 0xa2, 0x45, 0xf3, 0x7e, + 0xf8, 0xb9, 0xb4, 0xa5, 0x69, 0x2e, 0xb3, 0xb2, 0x61, 0x7a, 0x4a, 0x7d, 0xed, 0xd2, 0x7b, 0xfe, + 0xda, 0x5f, 0xd3, 0xed, 0x82, 0xdc, 0x55, 0xf5, 0xf2, 0xa1, 0x37, 0xe6, 0x4f, 0xea, 0xb5, 0xc0, + 0x17, 0x2c, 0x78, 0x22, 0x73, 0x58, 0x86, 0x3f, 0xca, 0x79, 0xa8, 0x34, 0x68, 0xa1, 0x16, 0xc1, + 0x95, 0x84, 0x4e, 0x4a, 0x00, 0x4e, 0x70, 0x0c, 0xb7, 0x93, 0x52, 0xae, 0xdb, 0xc9, 0xef, 0x58, + 0x30, 0x93, 0xee, 0xc4, 0x31, 0xf0, 0xad, 0xba, 0xc9, 0xb7, 0x16, 0xfa, 0xfb, 0xf8, 0x3d, 0x58, + 0xd6, 0xf7, 0x27, 0xe1, 0x54, 0xd7, 0xa9, 0xc7, 0x67, 0xf1, 0xe7, 0x2c, 0x98, 0x6e, 0x32, 0x3d, + 0x41, 0x0b, 0x93, 0x13, 0xe3, 0xca, 0x89, 0x2d, 0x3c, 0x30, 0xba, 0x8e, 0x6b, 0x3d, 0x5d, 0x28, + 0xb8, 0xbb, 0x31, 0xf4, 0x15, 0x0b, 0x66, 0x9c, 0xfb, 0x51, 0xd7, 0x13, 0x3a, 0x62, 0x21, 0xbd, + 0x9a, 0x63, 0x96, 0xcb, 0x79, 0x7c, 0x67, 0x69, 0x76, 0x6f, 0x77, 0x7e, 0x26, 0x0b, 0x0b, 0x67, + 0xb6, 0x4a, 0xbf, 0xef, 0xa6, 0x08, 0x97, 0x29, 0x16, 0xf0, 0x99, 0x15, 0x5c, 0xc3, 0xd9, 0x9a, + 0x84, 0x60, 0x45, 0x11, 0xbd, 0x0d, 0x95, 0xa6, 0x8c, 0x8c, 0x4b, 0xb3, 0xcd, 0x1e, 0xd3, 0x9c, + 0x15, 0x48, 0xc7, 0xc3, 0x15, 0x14, 0x08, 0x27, 0x44, 0xd1, 0x15, 0x28, 0xfb, 0x1b, 0x91, 0x88, + 0x41, 0xcf, 0xf3, 0x36, 0x32, 0x7d, 0xbc, 0x78, 0xd8, 0xee, 0x8d, 0xd5, 0x3a, 0xa6, 0x24, 0x28, + 0xa5, 0xf0, 0xae, 0x2b, 0xec, 0xd1, 0x39, 0x94, 0xf0, 0x52, 0xb5, 0x9b, 0x12, 0x5e, 0xaa, 0x62, + 0x4a, 0x02, 0xd5, 0x60, 0x90, 0x05, 0xe3, 0x08, 0x63, 0x73, 0x4e, 0xa2, 0x82, 0xae, 0x90, 0x23, + 0x9e, 0x37, 0x93, 0x15, 0x63, 0x4e, 0x08, 0xad, 0xc3, 0x50, 0x83, 0x3d, 0xfd, 0x20, 0xac, 0x00, + 0x79, 0x29, 0x3c, 0xba, 0x9e, 0x89, 0xe0, 0x37, 0x6c, 0xbc, 0x1c, 0x0b, 0x5a, 0x8c, 0x2a, 0x69, + 0x6f, 0x6e, 0x44, 0x42, 0xcd, 0xcf, 0xa3, 0xda, 0xf5, 0x88, 0x87, 0xa0, 0xca, 0xca, 0xb1, 0xa0, + 0x85, 0xaa, 0x50, 0xda, 0x68, 0x88, 0x58, 0x9d, 0x1c, 0x23, 0xb3, 0x19, 0x83, 0xbd, 0x34, 0xb4, + 0xb7, 0x3b, 0x5f, 0x5a, 0x5d, 0xc6, 0xa5, 0x8d, 0x06, 0x7a, 0x1d, 0x86, 0x37, 0x78, 0x54, 0xad, + 0x48, 0xb5, 0x7b, 0x21, 0x2f, 0xf4, 0xb7, 0x2b, 0x04, 0x97, 0x87, 0xa4, 0x08, 0x00, 0x96, 0xe4, + 0x58, 0x16, 0x42, 0x15, 0x27, 0x2c, 0x72, 0xed, 0x2e, 0xf4, 0x17, 0x57, 0x2c, 0xb4, 0x5f, 0x55, + 0x8a, 0x35, 0x8a, 0x74, 0xcd, 0x3b, 0xf2, 0x15, 0x1b, 0x96, 0x67, 0x37, 0x77, 0xcd, 0x67, 0x3e, + 0x7a, 0xc3, 0xd7, 0xbc, 0x02, 0xe1, 0x84, 0x28, 0xea, 0xc0, 0xf8, 0x76, 0xd4, 0xde, 0x24, 0x72, + 0xeb, 0xb3, 0xe4, 0xbb, 0xa3, 0x17, 0x3f, 0x9e, 0x93, 0x51, 0x59, 0x54, 0xf1, 0xc2, 0xb8, 0xe3, + 0xb4, 0xba, 0x38, 0x18, 0x4b, 0xfb, 0x76, 0x5b, 0x27, 0x8b, 0xcd, 0x56, 0xe8, 0x27, 0x79, 0xb7, + 0x13, 0xdc, 0xdd, 0x89, 0x89, 0x48, 0xce, 0x9b, 0xf3, 0x49, 0x5e, 0xe3, 0xc8, 0xdd, 0x9f, 0x44, + 0x00, 0xb0, 0x24, 0xa7, 0xa6, 0x8c, 0x71, 0xe3, 0xa9, 0xc2, 0x53, 0xd6, 0x35, 0x86, 0x64, 0xca, + 0x18, 0xf7, 0x4d, 0x88, 0x32, 0xae, 0xdb, 0xde, 0x0c, 0xe2, 0xc0, 0x4f, 0xf1, 0xfe, 0xe9, 0x22, + 0x5c, 0xb7, 0x96, 0x51, 0xb3, 0x9b, 0xeb, 0x66, 0x61, 0xe1, 0xcc, 0x56, 0x91, 0x0f, 0x13, 0xed, + 0x20, 0x8c, 0xef, 0x07, 0xa1, 0x5c, 0x87, 0xa8, 0x90, 0x8e, 0x68, 0xd4, 0x11, 0x6d, 0x33, 0xcf, + 0x63, 0x13, 0x82, 0x53, 0xd4, 0xe9, 0xa7, 0x8b, 0x1a, 0x4e, 0x8b, 0xac, 0xdd, 0x9c, 0x3d, 0x51, + 0xe4, 0xd3, 0xd5, 0x39, 0x72, 0xf7, 0xa7, 0x13, 0x00, 0x2c, 0xc9, 0x51, 0x5e, 0xc7, 0x32, 0xcd, + 0xb3, 0x5c, 0xc3, 0xb9, 0xbc, 0xae, 0xcb, 0x3b, 0x97, 0xf3, 0x3a, 0x56, 0x8c, 0x39, 0x21, 0xfb, + 0x97, 0x87, 0xba, 0x45, 0x11, 0xa6, 0x6c, 0xfc, 0x8d, 0xee, 0x5b, 0xe4, 0x4f, 0xf4, 0xaf, 0x53, + 0x3f, 0xc4, 0xfb, 0xe4, 0xaf, 0x58, 0x70, 0xaa, 0x9d, 0x29, 0x68, 0x88, 0xc3, 0xbc, 0x5f, 0xd5, + 0x9c, 0x4f, 0x89, 0xca, 0xca, 0x9d, 0x0d, 0xc7, 0x3d, 0xda, 0x4c, 0x8b, 0xe7, 0xe5, 0xf7, 0x2c, + 0x9e, 0xdf, 0x81, 0x11, 0x26, 0x4f, 0x26, 0x39, 0x77, 0xfa, 0x4c, 0x4f, 0xc3, 0xc4, 0x82, 0x65, + 0x41, 0x02, 0x2b, 0x62, 0x74, 0xe2, 0x1e, 0x4f, 0x0f, 0x02, 0x13, 0x06, 0x16, 0xb9, 0x20, 0xb9, + 0xee, 0xb3, 0x2a, 0x66, 0xe2, 0xf1, 0xda, 0x41, 0xc8, 0xfb, 0x79, 0x08, 0xf8, 0xe0, 0xc6, 0x50, + 0x35, 0x43, 0xf9, 0x1a, 0x32, 0xaf, 0x8c, 0xf2, 0x15, 0xb0, 0xe3, 0x55, 0x1a, 0xfe, 0x91, 0x95, + 0x21, 0xe3, 0x72, 0x45, 0xef, 0xe3, 0xa6, 0xa2, 0xf7, 0x74, 0x5a, 0xd1, 0xeb, 0x32, 0xef, 0x18, + 0x3a, 0x5e, 0xf1, 0x5c, 0xb6, 0x45, 0x93, 0x0a, 0xd9, 0x2d, 0x38, 0x93, 0xc7, 0x40, 0x99, 0x1b, + 0x99, 0xab, 0x2e, 0x50, 0x13, 0x37, 0x32, 0x77, 0xad, 0x8a, 0x19, 0xa4, 0x68, 0x5e, 0x0a, 0xfb, + 0xe7, 0x4b, 0x50, 0xae, 0x05, 0xee, 0x31, 0x98, 0xab, 0x2e, 0x1b, 0xe6, 0xaa, 0xa7, 0x72, 0x9f, + 0x56, 0xec, 0x69, 0x9c, 0xba, 0x99, 0x32, 0x4e, 0xfd, 0x4c, 0x3e, 0xa9, 0x83, 0x4d, 0x51, 0xdf, + 0x2b, 0x83, 0xfe, 0x38, 0x24, 0xfa, 0x0f, 0x87, 0xf1, 0x2e, 0x2e, 0x17, 0x7b, 0x2f, 0x52, 0xb4, + 0xc1, 0xbc, 0xd0, 0x64, 0x70, 0xe4, 0x4f, 0xac, 0x93, 0xf1, 0x1d, 0xe2, 0x35, 0x37, 0x63, 0xe2, + 0xa6, 0x07, 0x76, 0x7c, 0x4e, 0xc6, 0x7f, 0x6e, 0xc1, 0x64, 0xaa, 0x75, 0xd4, 0xca, 0x8a, 0xaa, + 0x3a, 0xa4, 0x01, 0x6a, 0x3a, 0x37, 0x0c, 0x6b, 0x01, 0x40, 0xdd, 0x23, 0x48, 0x23, 0x0f, 0x93, + 0x77, 0xd5, 0x45, 0x43, 0x84, 0x35, 0x0c, 0xf4, 0x12, 0x8c, 0xc6, 0x41, 0x3b, 0x68, 0x05, 0xcd, + 0x9d, 0xab, 0x44, 0x66, 0x4c, 0x51, 0xb7, 0x3d, 0xeb, 0x09, 0x08, 0xeb, 0x78, 0xf6, 0xf7, 0xcb, + 0x90, 0x7e, 0x5a, 0xf4, 0xff, 0xaf, 0xd3, 0x9f, 0x9c, 0x75, 0xfa, 0x87, 0x16, 0x4c, 0xd1, 0xd6, + 0x99, 0xdb, 0x8f, 0x74, 0x06, 0x56, 0x0f, 0x6b, 0x58, 0x07, 0x3c, 0xac, 0xf1, 0x34, 0xe5, 0x76, + 0x6e, 0xd0, 0x89, 0x85, 0x59, 0x4a, 0x63, 0x62, 0xb4, 0x14, 0x0b, 0xa8, 0xc0, 0x23, 0x61, 0x28, + 0xa2, 0xa6, 0x74, 0x3c, 0x12, 0x86, 0x58, 0x40, 0xe5, 0xbb, 0x1b, 0x03, 0x3d, 0xde, 0xdd, 0x60, + 0x39, 0xc7, 0x84, 0xab, 0x89, 0x10, 0x2b, 0xb4, 0x9c, 0x63, 0xd2, 0x07, 0x25, 0xc1, 0xb1, 0xbf, + 0x55, 0x86, 0xb1, 0x5a, 0xe0, 0x26, 0x5e, 0xfe, 0x2f, 0x1a, 0x5e, 0xfe, 0x67, 0x52, 0x5e, 0xfe, + 0x53, 0x3a, 0xee, 0xc3, 0x71, 0xf2, 0x17, 0xb9, 0xe9, 0xd8, 0xcb, 0x30, 0x87, 0x74, 0xf0, 0x37, + 0x72, 0xd3, 0x29, 0x42, 0xd8, 0xa4, 0xfb, 0xd3, 0xe4, 0xd8, 0xff, 0xbf, 0x2d, 0x98, 0xa8, 0x05, + 0x2e, 0x5d, 0xa0, 0x3f, 0x4d, 0xab, 0x51, 0xcf, 0x68, 0x37, 0x74, 0x40, 0x46, 0xbb, 0x5f, 0xb5, + 0x60, 0xb8, 0x16, 0xb8, 0xc7, 0x60, 0xb2, 0x5d, 0x35, 0x4d, 0xb6, 0x4f, 0xe4, 0x72, 0xde, 0x1e, + 0x56, 0xda, 0xef, 0x94, 0x61, 0x9c, 0xf6, 0x38, 0x68, 0xca, 0xef, 0x65, 0xcc, 0x8d, 0x55, 0x60, + 0x6e, 0xa8, 0x48, 0x18, 0xb4, 0x5a, 0xc1, 0xfd, 0xf4, 0xb7, 0x5b, 0x65, 0xa5, 0x58, 0x40, 0xd1, + 0x39, 0x18, 0x69, 0x87, 0x64, 0xdb, 0x0b, 0x3a, 0x51, 0x3a, 0x02, 0xb3, 0x26, 0xca, 0xb1, 0xc2, + 0x40, 0x2f, 0xc2, 0x58, 0xe4, 0xf9, 0x0d, 0x22, 0x1d, 0x51, 0x06, 0x98, 0x23, 0x0a, 0x4f, 0x1e, + 0xaa, 0x95, 0x63, 0x03, 0x0b, 0xdd, 0x81, 0x0a, 0xfb, 0xcf, 0x76, 0x50, 0xff, 0x0f, 0x67, 0xf0, + 0x04, 0x35, 0x92, 0x00, 0x4e, 0x68, 0xa1, 0x8b, 0x00, 0xb1, 0x74, 0x99, 0x89, 0x44, 0xa8, 0xb0, + 0x92, 0x4b, 0x95, 0x33, 0x4d, 0x84, 0x35, 0x2c, 0xf4, 0x1c, 0x54, 0x62, 0xc7, 0x6b, 0x5d, 0xf3, + 0x7c, 0x12, 0x09, 0x97, 0x23, 0x91, 0x08, 0x5c, 0x14, 0xe2, 0x04, 0x4e, 0xcf, 0x7b, 0x16, 0x88, + 0xce, 0x1f, 0xe5, 0x19, 0x61, 0xd8, 0xec, 0xbc, 0xbf, 0xa6, 0x4a, 0xb1, 0x86, 0x61, 0x5f, 0x82, + 0x93, 0xb5, 0xc0, 0xad, 0x05, 0x61, 0xbc, 0x1a, 0x84, 0xf7, 0x9d, 0xd0, 0x95, 0xdf, 0x6f, 0x5e, + 0xe6, 0x9f, 0xa6, 0x67, 0xf2, 0x20, 0xd7, 0xec, 0x8d, 0x7c, 0xd2, 0x2f, 0xb0, 0x13, 0xbf, 0xcf, + 0xf0, 0x91, 0x3f, 0x28, 0x03, 0xaa, 0x31, 0xa7, 0x1e, 0xe3, 0x0d, 0xa7, 0x4d, 0x98, 0x88, 0xc8, + 0x35, 0xcf, 0xef, 0x3c, 0x10, 0xa4, 0x8a, 0xc5, 0xeb, 0xd4, 0x57, 0xf4, 0x3a, 0xdc, 0x76, 0x62, + 0x96, 0xe1, 0x14, 0x5d, 0xfa, 0x65, 0xc3, 0x8e, 0xbf, 0x18, 0xdd, 0x8a, 0x48, 0x28, 0xde, 0x2c, + 0xfa, 0x28, 0xbb, 0x5a, 0x94, 0x85, 0xfb, 0xbb, 0xf3, 0x67, 0x73, 0x1c, 0x26, 0x7c, 0xef, 0x01, + 0xc5, 0x5c, 0xab, 0xe2, 0x84, 0x16, 0x5d, 0x68, 0xec, 0xcf, 0x8d, 0xc0, 0xc7, 0x41, 0x10, 0xcb, + 0xa5, 0xc9, 0xde, 0xbb, 0xd0, 0xca, 0xb1, 0x81, 0x85, 0x22, 0x40, 0x51, 0xa7, 0xdd, 0x6e, 0xb1, + 0x9b, 0x4e, 0xa7, 0x75, 0x39, 0x0c, 0x3a, 0x6d, 0xee, 0x07, 0x5e, 0x5e, 0x5a, 0xa6, 0x3c, 0xb8, + 0xde, 0x05, 0xdd, 0xdf, 0x9d, 0x7f, 0x26, 0xbf, 0x83, 0x0c, 0x77, 0xad, 0x8a, 0x33, 0xc8, 0x23, + 0x0c, 0xc3, 0x1b, 0x11, 0xfb, 0x2d, 0xc2, 0xdd, 0x2f, 0x31, 0xd3, 0x6a, 0x9d, 0x15, 0xf5, 0x47, + 0x5e, 0x12, 0xb2, 0x3f, 0xcf, 0x8e, 0x59, 0xf6, 0xa4, 0x4d, 0xdc, 0x09, 0x09, 0xda, 0x82, 0xf1, + 0x36, 0x3b, 0x4a, 0xe3, 0x30, 0x68, 0xb5, 0x88, 0x94, 0x72, 0x0f, 0xe7, 0xdc, 0xc4, 0x1f, 0xb1, + 0xd0, 0xc9, 0x61, 0x93, 0xba, 0xfd, 0x5f, 0x27, 0x18, 0xc7, 0x14, 0xd7, 0xd8, 0xc3, 0xc2, 0x8d, + 0x59, 0xc8, 0x93, 0x1f, 0x2a, 0xf2, 0x38, 0x5d, 0x72, 0x1a, 0x09, 0xa7, 0x68, 0x2c, 0xa9, 0xa0, + 0x4f, 0x33, 0x27, 0x7d, 0xce, 0xa6, 0x8a, 0x3f, 0xb9, 0xc9, 0xf1, 0x0d, 0x07, 0x7d, 0x41, 0x02, + 0x6b, 0xe4, 0xd0, 0x35, 0x18, 0x17, 0x2f, 0xa0, 0x08, 0x63, 0x49, 0xd9, 0x50, 0xf4, 0xc7, 0xb1, + 0x0e, 0xdc, 0x4f, 0x17, 0x60, 0xb3, 0x32, 0x6a, 0xc2, 0xe3, 0xda, 0x0b, 0x5f, 0x19, 0x8e, 0x78, + 0x9c, 0xff, 0x3d, 0xb1, 0xb7, 0x3b, 0xff, 0xf8, 0xfa, 0x41, 0x88, 0xf8, 0x60, 0x3a, 0xe8, 0x26, + 0x9c, 0x74, 0x1a, 0xb1, 0xb7, 0x4d, 0xaa, 0xc4, 0x71, 0x5b, 0x9e, 0x4f, 0xcc, 0x04, 0x0a, 0x8f, + 0xee, 0xed, 0xce, 0x9f, 0x5c, 0xcc, 0x42, 0xc0, 0xd9, 0xf5, 0xd0, 0xc7, 0xa1, 0xe2, 0xfa, 0x91, + 0x98, 0x83, 0x21, 0xe3, 0x41, 0xbb, 0x4a, 0xf5, 0x46, 0x5d, 0x8d, 0x3f, 0xf9, 0x83, 0x93, 0x0a, + 0xe8, 0x5d, 0x18, 0xd3, 0x03, 0xa3, 0xc4, 0x43, 0x8a, 0x2f, 0x17, 0xd2, 0xe2, 0x8d, 0x68, 0x22, + 0x6e, 0x47, 0x54, 0x0e, 0xaf, 0x46, 0xa0, 0x91, 0xd1, 0x04, 0xfa, 0x24, 0xa0, 0x88, 0x84, 0xdb, + 0x5e, 0x83, 0x2c, 0x36, 0x58, 0xde, 0x5f, 0x66, 0x69, 0x1a, 0x31, 0x22, 0x3f, 0x50, 0xbd, 0x0b, + 0x03, 0x67, 0xd4, 0x42, 0x57, 0x28, 0xff, 0xd3, 0x4b, 0x85, 0x7f, 0xb2, 0x14, 0x4f, 0x67, 0xab, + 0xa4, 0x1d, 0x92, 0x86, 0x13, 0x13, 0xd7, 0xa4, 0x88, 0x53, 0xf5, 0xe8, 0xe9, 0xa8, 0x9e, 0x76, + 0x00, 0xd3, 0xab, 0xb6, 0xfb, 0x79, 0x07, 0xaa, 0xed, 0x6d, 0x06, 0x51, 0x7c, 0x83, 0xc4, 0xf7, + 0x83, 0xf0, 0x9e, 0xc8, 0x95, 0x96, 0x24, 0x51, 0x4c, 0x40, 0x58, 0xc7, 0xa3, 0x92, 0x1c, 0xbb, + 0x14, 0x5c, 0xab, 0xb2, 0x1b, 0x97, 0x91, 0x64, 0xef, 0x5c, 0xe1, 0xc5, 0x58, 0xc2, 0x25, 0xea, + 0x5a, 0x6d, 0x99, 0xdd, 0x9e, 0xa4, 0x50, 0xd7, 0x6a, 0xcb, 0x58, 0xc2, 0x51, 0xd0, 0xfd, 0x6c, + 0xe0, 0x44, 0x91, 0x9b, 0xac, 0xee, 0xf3, 0xa4, 0xe0, 0xcb, 0x81, 0x0f, 0x60, 0x4a, 0x3d, 0x5d, + 0xc8, 0xd3, 0xc9, 0x45, 0xb3, 0x93, 0x6c, 0xe1, 0x1c, 0x26, 0x2b, 0x9d, 0xb2, 0x2e, 0xae, 0xa5, + 0x68, 0xe2, 0xae, 0x56, 0x8c, 0xb4, 0x1d, 0x53, 0xb9, 0xcf, 0x75, 0x9c, 0x87, 0x4a, 0xd4, 0xb9, + 0xeb, 0x06, 0x5b, 0x8e, 0xe7, 0xb3, 0x2b, 0x0e, 0x4d, 0x94, 0xaa, 0x4b, 0x00, 0x4e, 0x70, 0x50, + 0x0d, 0x46, 0x1c, 0xa1, 0x48, 0x8a, 0xab, 0x88, 0x9c, 0xf8, 0x7c, 0xa9, 0x76, 0x72, 0x1b, 0xaf, + 0xfc, 0x87, 0x15, 0x15, 0xf4, 0x0a, 0x8c, 0x8b, 0xf0, 0x32, 0xe1, 0x06, 0x7a, 0xc2, 0x0c, 0x45, + 0xa8, 0xeb, 0x40, 0x6c, 0xe2, 0xa2, 0x26, 0x4c, 0x50, 0x2a, 0x09, 0x03, 0x9c, 0x9d, 0xe9, 0x8f, + 0x87, 0x6a, 0x89, 0xd1, 0x75, 0x32, 0x38, 0x45, 0x16, 0xb9, 0xf0, 0x98, 0xd3, 0x89, 0x83, 0x2d, + 0xba, 0x13, 0xcc, 0x7d, 0xb2, 0x1e, 0xdc, 0x23, 0xfe, 0xec, 0x49, 0xb6, 0x02, 0xcf, 0xec, 0xed, + 0xce, 0x3f, 0xb6, 0x78, 0x00, 0x1e, 0x3e, 0x90, 0x0a, 0x7a, 0x0b, 0x46, 0xe3, 0xa0, 0x25, 0xbc, + 0xbb, 0xa3, 0xd9, 0x53, 0x45, 0xd2, 0x13, 0xad, 0xab, 0x0a, 0xba, 0x31, 0x45, 0x11, 0xc1, 0x3a, + 0x45, 0xf4, 0x36, 0x8c, 0xd1, 0x6f, 0x7f, 0xdd, 0x69, 0xb7, 0x3d, 0xbf, 0x19, 0xcd, 0x3e, 0x52, + 0x64, 0xb6, 0x54, 0xf2, 0x4d, 0x73, 0xff, 0xb2, 0x22, 0x12, 0x61, 0x83, 0xe2, 0xdc, 0xcf, 0xc2, + 0x74, 0x17, 0xd3, 0xeb, 0xcb, 0xf1, 0xf5, 0x3f, 0x0e, 0x42, 0x45, 0x59, 0x2e, 0xd1, 0x79, 0xd3, + 0x48, 0xfd, 0x68, 0xda, 0x48, 0x3d, 0x42, 0x05, 0x45, 0xdd, 0x2e, 0xfd, 0x99, 0x8c, 0xe7, 0xf0, + 0x9f, 0xcd, 0xdd, 0xe5, 0xc5, 0xa3, 0xde, 0x34, 0x55, 0xb3, 0x5c, 0xd8, 0xee, 0x3d, 0x70, 0xa0, + 0xf6, 0x5a, 0xf0, 0x89, 0x47, 0xaa, 0xa7, 0xb6, 0x03, 0x77, 0xad, 0x96, 0x7e, 0xc1, 0xac, 0x46, + 0x0b, 0x31, 0x87, 0x31, 0xfd, 0x82, 0x9e, 0xda, 0x4c, 0xbf, 0x18, 0x3e, 0xa4, 0x7e, 0x21, 0x09, + 0xe0, 0x84, 0x16, 0xda, 0x86, 0xe9, 0x86, 0xf9, 0x20, 0x9d, 0x8a, 0x65, 0x7b, 0xbe, 0x8f, 0x07, + 0xe1, 0x3a, 0xda, 0x6b, 0x35, 0xcb, 0x69, 0x7a, 0xb8, 0xbb, 0x09, 0xf4, 0x0a, 0x8c, 0xbc, 0x1b, + 0x44, 0xec, 0xfa, 0x44, 0x1c, 0x5d, 0x32, 0x66, 0x68, 0xe4, 0xb5, 0x9b, 0x75, 0x56, 0xbe, 0xbf, + 0x3b, 0x3f, 0x5a, 0x0b, 0x5c, 0xf9, 0x17, 0xab, 0x0a, 0xe8, 0x0b, 0x16, 0x9c, 0x34, 0x76, 0xb2, + 0xea, 0x39, 0x1c, 0xa6, 0xe7, 0x8f, 0x8b, 0x96, 0x4f, 0xae, 0x65, 0xd1, 0xc4, 0xd9, 0x4d, 0xd9, + 0xbf, 0xc5, 0x4d, 0xb5, 0xc2, 0x78, 0x43, 0xa2, 0x4e, 0xeb, 0x38, 0x5e, 0x8e, 0xb8, 0x69, 0xd8, + 0x95, 0x1e, 0xc2, 0x65, 0xc1, 0xbf, 0xb7, 0xd8, 0x65, 0xc1, 0x3a, 0xd9, 0x6a, 0xb7, 0x9c, 0xf8, + 0x38, 0xfc, 0xa2, 0x3f, 0x0d, 0x23, 0xb1, 0x68, 0xad, 0xd8, 0xb3, 0x17, 0x5a, 0xf7, 0xd8, 0x25, + 0x8a, 0x3a, 0xfa, 0x64, 0x29, 0x56, 0x04, 0xed, 0x7f, 0xcd, 0xbf, 0x8a, 0x84, 0x1c, 0x83, 0x45, + 0xe4, 0x86, 0x69, 0x11, 0x79, 0xa6, 0xf0, 0x58, 0x7a, 0xf9, 0xaf, 0x99, 0x23, 0x60, 0x1a, 0xca, + 0x4f, 0xce, 0x6d, 0x96, 0xfd, 0x4b, 0x16, 0xcc, 0x64, 0x39, 0x2a, 0x50, 0x11, 0x86, 0xeb, 0x47, + 0xea, 0x9e, 0x4f, 0xcd, 0xea, 0x6d, 0x51, 0x8e, 0x15, 0x46, 0xe1, 0x3c, 0xf4, 0xfd, 0xa5, 0xd7, + 0xba, 0x09, 0xe6, 0xd3, 0x86, 0xe8, 0x55, 0x1e, 0x06, 0x61, 0xa9, 0xb7, 0x07, 0xfb, 0x0b, 0x81, + 0xb0, 0xbf, 0x5d, 0x82, 0x19, 0x6e, 0x6c, 0x5f, 0xdc, 0x0e, 0x3c, 0xb7, 0x16, 0xb8, 0x22, 0x28, + 0xc4, 0x85, 0xb1, 0xb6, 0xa6, 0xde, 0x16, 0x4b, 0xd7, 0xa3, 0x2b, 0xc4, 0x89, 0x4a, 0xa1, 0x97, + 0x62, 0x83, 0x2a, 0x6d, 0x85, 0x6c, 0x7b, 0x0d, 0x65, 0xbb, 0x2d, 0xf5, 0x7d, 0x32, 0xa8, 0x56, + 0x56, 0x34, 0x3a, 0xd8, 0xa0, 0x7a, 0x04, 0xcf, 0xc7, 0xd8, 0xff, 0xc0, 0x82, 0x47, 0x7a, 0xa4, + 0xf4, 0xa1, 0xcd, 0xdd, 0x67, 0x17, 0x1c, 0xe2, 0xed, 0x4c, 0xd5, 0x1c, 0xbf, 0xf6, 0xc0, 0x02, + 0x8a, 0xee, 0x02, 0xf0, 0x6b, 0x0b, 0x2a, 0x4d, 0xa7, 0xef, 0xd4, 0x0b, 0x26, 0xce, 0xd0, 0x72, + 0x2a, 0x48, 0x4a, 0x58, 0xa3, 0x6a, 0x7f, 0xb3, 0x0c, 0x83, 0xfc, 0x89, 0xf6, 0x1a, 0x0c, 0x6f, + 0xf2, 0x5c, 0xc7, 0xfd, 0xa5, 0x5a, 0x4e, 0xd4, 0x17, 0x5e, 0x80, 0x25, 0x19, 0x74, 0x1d, 0x4e, + 0x88, 0xb0, 0xa4, 0x2a, 0x69, 0x39, 0x3b, 0x52, 0x1f, 0xe6, 0x6f, 0x8a, 0xc8, 0xe4, 0xf7, 0x27, + 0xd6, 0xba, 0x51, 0x70, 0x56, 0x3d, 0xf4, 0x6a, 0x57, 0x6a, 0x42, 0x9e, 0x43, 0x5a, 0xc9, 0xc2, + 0x39, 0xe9, 0x09, 0x5f, 0x81, 0xf1, 0x76, 0x97, 0xe6, 0xaf, 0xbd, 0x84, 0x6d, 0x6a, 0xfb, 0x26, + 0x2e, 0xf3, 0xa1, 0xe8, 0x30, 0xdf, 0x91, 0xf5, 0xcd, 0x90, 0x44, 0x9b, 0x41, 0xcb, 0x15, 0x8f, + 0xb8, 0x26, 0x3e, 0x14, 0x29, 0x38, 0xee, 0xaa, 0x41, 0xa9, 0x6c, 0x38, 0x5e, 0xab, 0x13, 0x92, + 0x84, 0xca, 0x90, 0x49, 0x65, 0x35, 0x05, 0xc7, 0x5d, 0x35, 0xe8, 0xda, 0x3a, 0x29, 0xde, 0xfd, + 0x94, 0x01, 0xec, 0x82, 0x05, 0x7d, 0x0a, 0x86, 0x65, 0x70, 0x41, 0xa1, 0x3c, 0x2b, 0xc2, 0x41, + 0x42, 0xbd, 0x21, 0xaa, 0xbd, 0x31, 0x27, 0xc2, 0x0a, 0x24, 0xbd, 0xc3, 0xbc, 0x2f, 0xf9, 0x67, + 0x16, 0x9c, 0xc8, 0x70, 0x92, 0xe3, 0x2c, 0xad, 0xe9, 0x45, 0xb1, 0x7a, 0xe1, 0x42, 0x63, 0x69, + 0xbc, 0x1c, 0x2b, 0x0c, 0xba, 0x5b, 0x38, 0xd3, 0x4c, 0x33, 0x4a, 0xe1, 0xea, 0x22, 0xa0, 0xfd, + 0x31, 0x4a, 0x74, 0x06, 0x06, 0x3a, 0x11, 0x09, 0xe5, 0x63, 0x8f, 0x92, 0xcf, 0xdf, 0x8a, 0x48, + 0x88, 0x19, 0x84, 0x8a, 0xad, 0x4d, 0x65, 0x11, 0xd4, 0xc4, 0x56, 0x66, 0xdd, 0xc3, 0x1c, 0x66, + 0x7f, 0xad, 0x0c, 0x93, 0x29, 0x67, 0x59, 0xda, 0x91, 0xad, 0xc0, 0xf7, 0xe2, 0x40, 0xe5, 0xbe, + 0xe3, 0xef, 0xcb, 0x91, 0xf6, 0xe6, 0x75, 0x51, 0x8e, 0x15, 0x06, 0x7a, 0x5a, 0xbe, 0xef, 0x9b, + 0x7e, 0xb9, 0x63, 0xa9, 0x6a, 0x3c, 0xf1, 0x5b, 0xf4, 0xd5, 0x9d, 0x27, 0x61, 0xa0, 0x1d, 0xa8, + 0xe7, 0xda, 0xd5, 0xf7, 0xc4, 0x4b, 0xd5, 0x5a, 0x10, 0xb4, 0x30, 0x03, 0xa2, 0xa7, 0xc4, 0xe8, + 0x53, 0x37, 0x34, 0xd8, 0x71, 0x83, 0x48, 0x9b, 0x82, 0x67, 0x60, 0xf8, 0x1e, 0xd9, 0x09, 0x3d, + 0xbf, 0x99, 0xbe, 0x9f, 0xba, 0xca, 0x8b, 0xb1, 0x84, 0x9b, 0x89, 0xec, 0x87, 0x8f, 0xf8, 0x65, + 0x9d, 0x91, 0xdc, 0x73, 0xf0, 0x3b, 0x16, 0x4c, 0xb2, 0xcc, 0xb4, 0x22, 0x7d, 0x82, 0x17, 0xf8, + 0xc7, 0x20, 0x63, 0x3c, 0x09, 0x83, 0x21, 0x6d, 0x34, 0xfd, 0x34, 0x06, 0xeb, 0x09, 0xe6, 0x30, + 0xf4, 0x18, 0x0c, 0xb0, 0x2e, 0xd0, 0xcf, 0x38, 0xc6, 0x13, 0xe0, 0x57, 0x9d, 0xd8, 0xc1, 0xac, + 0x94, 0xc5, 0xa7, 0x61, 0xd2, 0x6e, 0x79, 0xbc, 0xd3, 0x89, 0x41, 0xf7, 0xfd, 0x16, 0x9f, 0x96, + 0xd9, 0xc9, 0x87, 0x15, 0x9f, 0x96, 0x4d, 0xfc, 0x60, 0x39, 0xff, 0xbf, 0x95, 0xe0, 0x74, 0x66, + 0xbd, 0xe4, 0xa6, 0x7b, 0xd5, 0xb8, 0xe9, 0xbe, 0x98, 0xba, 0xe9, 0xb6, 0x0f, 0xae, 0xfd, 0x70, + 0xee, 0xbe, 0xb3, 0xaf, 0xa4, 0xcb, 0xc7, 0x78, 0x25, 0x3d, 0x50, 0x54, 0xc4, 0x19, 0xcc, 0x11, + 0x71, 0x7e, 0xdf, 0x82, 0x47, 0x33, 0xa7, 0xec, 0x7d, 0x17, 0x10, 0x98, 0xd9, 0xcb, 0x1e, 0xda, + 0xc9, 0x2f, 0x96, 0x7b, 0x8c, 0x8a, 0xe9, 0x29, 0x67, 0x29, 0x17, 0x62, 0xc0, 0x48, 0x08, 0x6f, + 0x63, 0x9c, 0x03, 0xf1, 0x32, 0xac, 0xa0, 0x28, 0xd2, 0x02, 0xea, 0x78, 0x27, 0x57, 0x0e, 0xb9, + 0xa1, 0x16, 0x4c, 0x4b, 0xbc, 0x9e, 0x13, 0x22, 0x1d, 0x66, 0x77, 0x47, 0xd3, 0x3c, 0xcb, 0x87, + 0xd1, 0x3c, 0xc7, 0xb2, 0xb5, 0x4e, 0xb4, 0x08, 0x93, 0x5b, 0x9e, 0xcf, 0x1e, 0xe4, 0x35, 0xa5, + 0x27, 0x15, 0xd5, 0x7c, 0xdd, 0x04, 0xe3, 0x34, 0xfe, 0xdc, 0x2b, 0x30, 0x7e, 0x78, 0xeb, 0xda, + 0x8f, 0xca, 0xf0, 0xc1, 0x03, 0x98, 0x02, 0x3f, 0x1d, 0x8c, 0xef, 0xa2, 0x9d, 0x0e, 0x5d, 0xdf, + 0xa6, 0x06, 0x33, 0x1b, 0x9d, 0x56, 0x6b, 0x87, 0xf9, 0x89, 0x11, 0x57, 0x62, 0x08, 0xa1, 0x46, + 0x25, 0xaa, 0x5e, 0xcd, 0xc0, 0xc1, 0x99, 0x35, 0xd1, 0x27, 0x01, 0x05, 0x77, 0x59, 0xca, 0x64, + 0x37, 0xc9, 0x79, 0xc1, 0x3e, 0x41, 0x39, 0xd9, 0xaa, 0x37, 0xbb, 0x30, 0x70, 0x46, 0x2d, 0x2a, + 0xa7, 0xd2, 0x73, 0x6c, 0x47, 0x75, 0x2b, 0x25, 0xa7, 0x62, 0x1d, 0x88, 0x4d, 0x5c, 0x74, 0x19, + 0xa6, 0x9d, 0x6d, 0xc7, 0xe3, 0x29, 0xd0, 0x24, 0x01, 0x2e, 0xa8, 0x2a, 0xfb, 0xd5, 0x62, 0x1a, + 0x01, 0x77, 0xd7, 0x41, 0x6d, 0xc3, 0x20, 0xc9, 0x5f, 0x6d, 0xf8, 0xf8, 0x21, 0x56, 0x70, 0x61, + 0x13, 0xa5, 0xfd, 0x27, 0x16, 0x3d, 0xfa, 0x32, 0xde, 0x6e, 0xa5, 0x33, 0xa2, 0x0c, 0x6c, 0x5a, + 0x80, 0xa0, 0x9a, 0x91, 0x65, 0x1d, 0x88, 0x4d, 0x5c, 0xbe, 0x34, 0xa2, 0xc4, 0x6d, 0xdd, 0x90, + 0x36, 0x45, 0x6c, 0xad, 0xc2, 0xa0, 0x12, 0xb4, 0xeb, 0x6d, 0x7b, 0x51, 0x10, 0x8a, 0x0d, 0xd4, + 0xa7, 0x13, 0x73, 0xc2, 0x2f, 0xab, 0x9c, 0x0c, 0x96, 0xf4, 0xec, 0xaf, 0x97, 0x60, 0x5c, 0xb6, + 0xf8, 0x5a, 0x27, 0x88, 0x9d, 0x63, 0x38, 0xd2, 0x5f, 0x33, 0x8e, 0xf4, 0xf3, 0xc5, 0x42, 0x8d, + 0x59, 0xe7, 0x7a, 0x1e, 0xe5, 0x9f, 0x4a, 0x1d, 0xe5, 0x17, 0xfa, 0x21, 0x7a, 0xf0, 0x11, 0xfe, + 0x6f, 0x2d, 0x98, 0x36, 0xf0, 0x8f, 0xe1, 0x24, 0xa9, 0x99, 0x27, 0xc9, 0x73, 0x7d, 0x8c, 0xa6, + 0xc7, 0x09, 0xf2, 0xad, 0x52, 0x6a, 0x14, 0xec, 0xe4, 0xf8, 0x1c, 0x0c, 0x6c, 0x3a, 0xa1, 0x5b, + 0x2c, 0x1f, 0x68, 0x57, 0xf5, 0x85, 0x2b, 0x4e, 0xe8, 0x72, 0xfe, 0x7f, 0x4e, 0xbd, 0x2c, 0xe7, + 0x84, 0x6e, 0x6e, 0x34, 0x07, 0x6b, 0x14, 0x5d, 0x82, 0xa1, 0xa8, 0x11, 0xb4, 0x95, 0xbf, 0xeb, + 0x19, 0xfe, 0xea, 0x1c, 0x2d, 0xd9, 0xdf, 0x9d, 0x47, 0x66, 0x73, 0xb4, 0x18, 0x0b, 0xfc, 0xb9, + 0x26, 0x54, 0x54, 0xd3, 0x47, 0xea, 0xf1, 0xff, 0x5f, 0xca, 0x70, 0x22, 0x63, 0xad, 0xa0, 0xcf, + 0x1b, 0xf3, 0xf6, 0x4a, 0xdf, 0x8b, 0xed, 0x3d, 0xce, 0xdc, 0xe7, 0x99, 0xa6, 0xe4, 0x8a, 0xd5, + 0x71, 0x88, 0xe6, 0x6f, 0x45, 0x24, 0xdd, 0x3c, 0x2d, 0xca, 0x6f, 0x9e, 0x36, 0x7b, 0x6c, 0xd3, + 0x4f, 0x1b, 0x52, 0x3d, 0x3d, 0xd2, 0xef, 0xfc, 0x0b, 0x03, 0x30, 0x93, 0x95, 0xd3, 0x00, 0x7d, + 0xc9, 0x4a, 0xbd, 0x3e, 0xf2, 0x6a, 0xff, 0x89, 0x11, 0xf8, 0x93, 0x24, 0x22, 0xe3, 0xd0, 0x82, + 0xf9, 0x1e, 0x49, 0xee, 0x8c, 0x8b, 0xd6, 0x59, 0x1c, 0x56, 0xc8, 0x5f, 0x92, 0x91, 0x5c, 0xe1, + 0x13, 0x87, 0xe8, 0x8a, 0x78, 0x8c, 0x26, 0x4a, 0xc5, 0x61, 0xc9, 0xe2, 0xfc, 0x38, 0x2c, 0xd9, + 0x87, 0x39, 0x0f, 0x46, 0xb5, 0x71, 0x1d, 0xe9, 0x32, 0xb8, 0x47, 0x8f, 0x28, 0xad, 0xdf, 0x47, + 0xba, 0x14, 0xfe, 0xae, 0x05, 0x29, 0xe7, 0x34, 0x65, 0x96, 0xb1, 0x7a, 0x9a, 0x65, 0xce, 0xc0, + 0x40, 0x18, 0xb4, 0x48, 0xfa, 0x41, 0x0a, 0x1c, 0xb4, 0x08, 0x66, 0x10, 0xf5, 0xd8, 0x74, 0xb9, + 0xd7, 0x63, 0xd3, 0x54, 0x4f, 0x6f, 0x91, 0x6d, 0x22, 0x8d, 0x24, 0x8a, 0x8d, 0x5f, 0xa3, 0x85, + 0x98, 0xc3, 0xec, 0x5f, 0x1f, 0x80, 0x13, 0x19, 0x71, 0x82, 0x54, 0x43, 0x6a, 0x3a, 0x31, 0xb9, + 0xef, 0xec, 0xa4, 0x13, 0xe3, 0x5e, 0xe6, 0xc5, 0x58, 0xc2, 0x99, 0x53, 0x2d, 0x4f, 0xae, 0x97, + 0x32, 0x5d, 0x89, 0x9c, 0x7a, 0x02, 0x7a, 0xf4, 0xcf, 0x12, 0x5f, 0x04, 0x88, 0xa2, 0xd6, 0x8a, + 0x4f, 0x25, 0x3c, 0x57, 0x38, 0xef, 0x26, 0x39, 0x19, 0xeb, 0xd7, 0x04, 0x04, 0x6b, 0x58, 0xa8, + 0x0a, 0x53, 0xed, 0x30, 0x88, 0xb9, 0x61, 0xb0, 0xca, 0x5d, 0x2d, 0x06, 0xcd, 0xa8, 0xb1, 0x5a, + 0x0a, 0x8e, 0xbb, 0x6a, 0xa0, 0x97, 0x60, 0x54, 0x44, 0x92, 0xd5, 0x82, 0xa0, 0x25, 0xcc, 0x48, + 0xea, 0x3e, 0xbe, 0x9e, 0x80, 0xb0, 0x8e, 0xa7, 0x55, 0x63, 0xd6, 0xc6, 0xe1, 0xcc, 0x6a, 0xdc, + 0xe2, 0xa8, 0xe1, 0xa5, 0x32, 0x9f, 0x8c, 0x14, 0xca, 0x7c, 0x92, 0x18, 0xd6, 0x2a, 0x85, 0x2f, + 0x62, 0x20, 0xd7, 0x00, 0xf5, 0xbb, 0x65, 0x18, 0xe2, 0x9f, 0xe2, 0x18, 0xa4, 0xbc, 0x9a, 0x30, + 0x29, 0x15, 0xca, 0x32, 0xc1, 0x7b, 0xb5, 0x50, 0x75, 0x62, 0x87, 0xb3, 0x26, 0xb5, 0x43, 0x12, + 0x33, 0x14, 0x5a, 0x30, 0xf6, 0xd0, 0x5c, 0xca, 0x52, 0x02, 0x9c, 0x86, 0xb6, 0xa3, 0x36, 0x01, + 0x22, 0xf6, 0x34, 0x2e, 0xa5, 0x21, 0xb2, 0xf6, 0xbe, 0x58, 0xa8, 0x1f, 0x75, 0x55, 0x8d, 0xf7, + 0x26, 0x59, 0x96, 0x0a, 0x80, 0x35, 0xda, 0x73, 0x2f, 0x43, 0x45, 0x21, 0xe7, 0xa9, 0x90, 0x63, + 0x3a, 0x6b, 0xfb, 0x4b, 0x30, 0x99, 0x6a, 0xab, 0x2f, 0x0d, 0xf4, 0x37, 0x2d, 0x98, 0xe4, 0x5d, + 0x5e, 0xf1, 0xb7, 0x05, 0x2b, 0xf8, 0xa2, 0x05, 0x33, 0xad, 0x8c, 0x9d, 0x28, 0x3e, 0xf3, 0x61, + 0xf6, 0xb0, 0x52, 0x3e, 0xb3, 0xa0, 0x38, 0xb3, 0x35, 0x74, 0x16, 0x46, 0xf8, 0x4b, 0xdf, 0x4e, + 0x4b, 0x78, 0x8a, 0x8f, 0xf1, 0x7c, 0xe5, 0xbc, 0x0c, 0x2b, 0xa8, 0xfd, 0x63, 0x0b, 0xa6, 0xf9, + 0x20, 0xae, 0x92, 0x1d, 0xa5, 0x5e, 0xbd, 0x4f, 0x86, 0x21, 0x32, 0xb3, 0x97, 0x7a, 0x64, 0x66, + 0xd7, 0x47, 0x59, 0x3e, 0x70, 0x94, 0xdf, 0xb6, 0x40, 0xac, 0xd0, 0x63, 0xd0, 0x1f, 0xd6, 0x4c, + 0xfd, 0xe1, 0x43, 0x45, 0x16, 0x7d, 0x0f, 0xc5, 0xe1, 0x6f, 0x95, 0x60, 0x8a, 0x23, 0x24, 0x37, + 0x32, 0xef, 0x97, 0x8f, 0xd3, 0xdf, 0x8b, 0x41, 0xea, 0xbd, 0xd8, 0xec, 0x91, 0x1a, 0xdf, 0x72, + 0xe0, 0xc0, 0x6f, 0xf9, 0x3f, 0x2d, 0x40, 0x7c, 0x4e, 0xd2, 0xcf, 0xa4, 0xf3, 0xd3, 0x4d, 0x33, + 0x07, 0x24, 0x9c, 0x43, 0x41, 0xb0, 0x86, 0xf5, 0x90, 0x87, 0x90, 0xba, 0x0f, 0x2b, 0xe7, 0xdf, + 0x87, 0xf5, 0x31, 0xea, 0xff, 0x5e, 0x86, 0xb4, 0xb3, 0x26, 0x7a, 0x1b, 0xc6, 0x1a, 0x4e, 0xdb, + 0xb9, 0xeb, 0xb5, 0xbc, 0xd8, 0x23, 0x51, 0xb1, 0x0b, 0xf7, 0x65, 0xad, 0x86, 0xb8, 0x86, 0xd2, + 0x4a, 0xb0, 0x41, 0x11, 0x2d, 0x00, 0xb4, 0x43, 0x6f, 0xdb, 0x6b, 0x91, 0x26, 0xd3, 0x78, 0x58, + 0xcc, 0x09, 0xbf, 0x3b, 0x96, 0xa5, 0x58, 0xc3, 0xc8, 0x88, 0x51, 0x28, 0x1f, 0x47, 0x8c, 0xc2, + 0xc0, 0x11, 0xc6, 0x28, 0x0c, 0x16, 0x8a, 0x51, 0xc0, 0x70, 0x4a, 0x1e, 0xf4, 0xf4, 0xff, 0xaa, + 0xd7, 0x22, 0x42, 0xce, 0xe3, 0xf1, 0x2b, 0x73, 0x7b, 0xbb, 0xf3, 0xa7, 0x70, 0x26, 0x06, 0xee, + 0x51, 0xd3, 0xee, 0xc0, 0x89, 0x3a, 0x09, 0xe5, 0x73, 0x78, 0x6a, 0xdf, 0x7d, 0x06, 0x2a, 0x61, + 0x6a, 0xcb, 0xf7, 0x99, 0xa4, 0x40, 0xcb, 0x15, 0x27, 0xb7, 0x78, 0x42, 0xd2, 0xfe, 0xeb, 0x25, + 0x18, 0x16, 0x2e, 0x9d, 0xc7, 0x20, 0xa8, 0x5c, 0x35, 0xcc, 0x51, 0xcf, 0xe4, 0xf1, 0x4a, 0xd6, + 0xad, 0x9e, 0x86, 0xa8, 0x7a, 0xca, 0x10, 0xf5, 0x5c, 0x31, 0x72, 0x07, 0x9b, 0xa0, 0xfe, 0x69, + 0x19, 0x26, 0x4c, 0x17, 0xd7, 0x63, 0x98, 0x96, 0xd7, 0x61, 0x38, 0x12, 0xde, 0xd6, 0xa5, 0x22, + 0xfe, 0x7d, 0xe9, 0x4f, 0x9c, 0xdc, 0xda, 0x0b, 0xff, 0x6a, 0x49, 0x2e, 0xd3, 0xa1, 0xbb, 0x7c, + 0x2c, 0x0e, 0xdd, 0x79, 0x9e, 0xc7, 0x03, 0x0f, 0xc3, 0xf3, 0xd8, 0xfe, 0x01, 0x3b, 0x1e, 0xf4, + 0xf2, 0x63, 0x38, 0xf2, 0x5f, 0x33, 0x0f, 0x92, 0x73, 0x85, 0xd6, 0x9d, 0xe8, 0x5e, 0x8f, 0xa3, + 0xff, 0xbb, 0x16, 0x8c, 0x0a, 0xc4, 0x63, 0x18, 0xc0, 0x27, 0xcd, 0x01, 0x3c, 0x55, 0x68, 0x00, + 0x3d, 0x7a, 0xfe, 0xf5, 0x92, 0xea, 0x79, 0x2d, 0x08, 0xe3, 0x42, 0x19, 0xd5, 0x47, 0xa8, 0x9a, + 0x18, 0x34, 0x82, 0x96, 0x10, 0xf6, 0x1e, 0x4b, 0xc2, 0x15, 0x79, 0xf9, 0xbe, 0xf6, 0x1b, 0x2b, + 0x6c, 0x16, 0x4d, 0x17, 0x84, 0xb1, 0x38, 0x6c, 0x93, 0x68, 0xba, 0x20, 0x8c, 0x31, 0x83, 0x20, + 0x17, 0x20, 0x76, 0xc2, 0x26, 0x89, 0x69, 0x99, 0x88, 0xf4, 0xed, 0xbd, 0x5b, 0x3b, 0xb1, 0xd7, + 0x5a, 0xf0, 0xfc, 0x38, 0x8a, 0xc3, 0x85, 0x35, 0x3f, 0xbe, 0x19, 0x72, 0x05, 0x41, 0x8b, 0x3f, + 0x54, 0xb4, 0xb0, 0x46, 0x57, 0x86, 0x94, 0xb0, 0x36, 0x06, 0xcd, 0xdb, 0xa6, 0x1b, 0xa2, 0x1c, + 0x2b, 0x0c, 0xfb, 0x65, 0xc6, 0xd9, 0xd9, 0x04, 0xf5, 0x17, 0x1a, 0xf8, 0x0b, 0xc3, 0x6a, 0x6a, + 0x99, 0x09, 0xf9, 0x86, 0x1e, 0x80, 0x58, 0x94, 0x7d, 0xd2, 0x2e, 0xe8, 0x3e, 0xd7, 0x49, 0xbc, + 0x22, 0x22, 0x5d, 0x57, 0x94, 0x2f, 0x17, 0xe6, 0xc8, 0x7d, 0x5c, 0x4a, 0xb2, 0xd4, 0x8e, 0x2c, + 0x9f, 0xdd, 0x5a, 0x2d, 0x9d, 0x07, 0x7f, 0x59, 0x02, 0x70, 0x82, 0x83, 0xce, 0x0b, 0xe5, 0x93, + 0x5b, 0x67, 0x3e, 0x98, 0x52, 0x3e, 0xe5, 0x94, 0x68, 0xda, 0xe7, 0x05, 0x18, 0x55, 0x4f, 0x0b, + 0xd5, 0xf8, 0xa3, 0x2e, 0x15, 0x2e, 0x8b, 0xad, 0x24, 0xc5, 0x58, 0xc7, 0x41, 0xeb, 0x30, 0x19, + 0xf1, 0x77, 0x8f, 0x64, 0x6c, 0x87, 0x30, 0x32, 0x3c, 0x2b, 0x2f, 0x34, 0xeb, 0x26, 0x78, 0x9f, + 0x15, 0xf1, 0xad, 0x2c, 0xa3, 0x41, 0xd2, 0x24, 0xd0, 0xab, 0x30, 0xd1, 0xd2, 0xdf, 0x82, 0xad, + 0x09, 0x1b, 0x84, 0x72, 0x51, 0x33, 0x5e, 0x8a, 0xad, 0xe1, 0x14, 0x36, 0x7a, 0x1d, 0x66, 0xf5, + 0x12, 0x91, 0x10, 0xc9, 0xf1, 0x9b, 0x24, 0x12, 0x6f, 0xa4, 0x3c, 0xb6, 0xb7, 0x3b, 0x3f, 0x7b, + 0xad, 0x07, 0x0e, 0xee, 0x59, 0x1b, 0x5d, 0x82, 0x31, 0x39, 0x7c, 0x2d, 0x12, 0x2a, 0x71, 0x8e, + 0xd4, 0x60, 0xd8, 0xc0, 0x44, 0xf7, 0xe1, 0xa4, 0xfc, 0xbf, 0x1e, 0x3a, 0x1b, 0x1b, 0x5e, 0x43, + 0x84, 0xa4, 0x8d, 0x32, 0x12, 0x8b, 0xd2, 0xb7, 0x7c, 0x25, 0x0b, 0x69, 0x7f, 0x77, 0xfe, 0x8c, + 0x98, 0xb5, 0x4c, 0x38, 0xfb, 0x88, 0xd9, 0xf4, 0xd1, 0x75, 0x38, 0xb1, 0x49, 0x9c, 0x56, 0xbc, + 0xb9, 0xbc, 0x49, 0x1a, 0xf7, 0xe4, 0xc6, 0x62, 0xf1, 0x55, 0x9a, 0xfb, 0xe0, 0x95, 0x6e, 0x14, + 0x9c, 0x55, 0xef, 0xbd, 0xdd, 0x3f, 0x7f, 0x8e, 0x56, 0xd6, 0xe4, 0x07, 0xf4, 0x0e, 0x8c, 0xe9, + 0x73, 0x9d, 0x16, 0x0c, 0xf2, 0xdf, 0x09, 0x16, 0x72, 0x88, 0xfa, 0x02, 0x3a, 0x0c, 0x1b, 0xb4, + 0xed, 0x9b, 0x30, 0x54, 0xdf, 0x89, 0x1a, 0x71, 0xab, 0x00, 0x73, 0x7d, 0xd2, 0x18, 0x42, 0xb2, + 0xf1, 0xd9, 0xe3, 0x63, 0x62, 0x44, 0xf6, 0x97, 0x2d, 0x98, 0x5c, 0x5f, 0xae, 0xd5, 0x83, 0xc6, + 0x3d, 0x12, 0x2f, 0x72, 0x3d, 0x13, 0x0b, 0xde, 0x6a, 0x1d, 0x92, 0x67, 0x66, 0x71, 0xe3, 0x33, + 0x30, 0xb0, 0x19, 0x44, 0x71, 0xda, 0x56, 0x7b, 0x25, 0x88, 0x62, 0xcc, 0x20, 0xf6, 0x9f, 0x5a, + 0x30, 0xc8, 0xde, 0xd6, 0xca, 0x7b, 0x97, 0xad, 0xc8, 0xb8, 0xd0, 0x4b, 0x30, 0x44, 0x36, 0x36, + 0x48, 0x23, 0x16, 0x6c, 0x46, 0xc6, 0x3d, 0x0c, 0xad, 0xb0, 0x52, 0xca, 0x3c, 0x58, 0x63, 0xfc, + 0x2f, 0x16, 0xc8, 0xe8, 0xd3, 0x50, 0x89, 0xbd, 0x2d, 0xb2, 0xe8, 0xba, 0xc2, 0x38, 0xda, 0x9f, + 0x2b, 0x8e, 0x62, 0x66, 0xeb, 0x92, 0x08, 0x4e, 0xe8, 0xd9, 0x5f, 0x2d, 0x01, 0x24, 0x71, 0x4d, + 0x79, 0xc3, 0x5c, 0xea, 0x7a, 0x7e, 0xee, 0xe9, 0x8c, 0xe7, 0xe7, 0x50, 0x42, 0x30, 0xe3, 0xf1, + 0x39, 0x35, 0x55, 0xe5, 0x42, 0x53, 0x35, 0xd0, 0xcf, 0x54, 0x2d, 0xc3, 0x74, 0x12, 0x97, 0x65, + 0x06, 0xb8, 0xb2, 0x14, 0xb1, 0xeb, 0x69, 0x20, 0xee, 0xc6, 0xb7, 0xbf, 0x6a, 0x81, 0x70, 0xde, + 0x2c, 0xb0, 0xa0, 0x5d, 0xf9, 0x54, 0x94, 0x91, 0x79, 0xee, 0xd9, 0x22, 0x7e, 0xad, 0x22, 0xdf, + 0x9c, 0xda, 0x62, 0x46, 0x96, 0x39, 0x83, 0xaa, 0xfd, 0x6b, 0x16, 0x8c, 0x72, 0xf0, 0x75, 0x26, + 0xf3, 0xe7, 0xf7, 0xab, 0xaf, 0xfc, 0xc3, 0xec, 0x15, 0x25, 0x4a, 0x58, 0xe5, 0xa1, 0xd5, 0x5f, + 0x51, 0x92, 0x00, 0x9c, 0xe0, 0xa0, 0x67, 0x60, 0x38, 0xea, 0xdc, 0x65, 0xe8, 0x29, 0x4f, 0xce, + 0x3a, 0x2f, 0xc6, 0x12, 0x6e, 0xff, 0xf3, 0x12, 0x4c, 0xa5, 0x1d, 0x79, 0x11, 0x86, 0x21, 0xae, + 0x03, 0xa4, 0xc5, 0xc7, 0x83, 0xec, 0x52, 0x9a, 0x23, 0x30, 0xf0, 0xb7, 0xc0, 0xd9, 0x05, 0x82, + 0xa0, 0x84, 0x36, 0x60, 0xd4, 0x0d, 0xee, 0xfb, 0xf7, 0x9d, 0xd0, 0x5d, 0xac, 0xad, 0x89, 0x2f, + 0x91, 0xe3, 0x7a, 0x55, 0x4d, 0x2a, 0xe8, 0x6e, 0xc6, 0xcc, 0x4e, 0x92, 0x80, 0xb0, 0x4e, 0x98, + 0xea, 0xbc, 0x8d, 0xc0, 0xdf, 0xf0, 0x9a, 0xd7, 0x9d, 0x76, 0x31, 0x27, 0x83, 0x65, 0x89, 0xae, + 0xb5, 0x31, 0x2e, 0xf2, 0x6a, 0x70, 0x00, 0x4e, 0x48, 0xda, 0xbf, 0x3a, 0x03, 0xc6, 0x5a, 0x30, + 0x92, 0x04, 0x5b, 0x0f, 0x3d, 0x49, 0xf0, 0x9b, 0x30, 0x42, 0xb6, 0xda, 0xf1, 0x4e, 0xd5, 0x0b, + 0x8b, 0xa5, 0x7c, 0x5f, 0x11, 0xd8, 0xdd, 0xd4, 0x25, 0x04, 0x2b, 0x8a, 0x3d, 0x52, 0x3e, 0x97, + 0xdf, 0x17, 0x29, 0x9f, 0x07, 0xfe, 0x42, 0x52, 0x3e, 0xbf, 0x0e, 0xc3, 0x4d, 0x2f, 0xc6, 0xa4, + 0x1d, 0x88, 0x44, 0x25, 0x39, 0x8b, 0xe7, 0x32, 0x47, 0xee, 0x4e, 0x06, 0x2a, 0x00, 0x58, 0x92, + 0x43, 0xeb, 0x6a, 0x53, 0x0d, 0x15, 0x39, 0xee, 0xbb, 0xed, 0x96, 0x99, 0xdb, 0x4a, 0xa4, 0x78, + 0x1e, 0x7e, 0xef, 0x29, 0x9e, 0x55, 0x62, 0xe6, 0x91, 0x87, 0x95, 0x98, 0xd9, 0x48, 0x70, 0x5d, + 0x39, 0x8a, 0x04, 0xd7, 0x5f, 0xb5, 0xe0, 0x64, 0x3b, 0x2b, 0x3d, 0xbc, 0x48, 0xb1, 0xfc, 0xb3, + 0x87, 0x48, 0x98, 0x6f, 0x34, 0xcd, 0x12, 0x2f, 0x64, 0xa2, 0xe1, 0xec, 0x86, 0x65, 0xa6, 0xec, + 0xd1, 0xf7, 0x9e, 0x29, 0xfb, 0xa8, 0x73, 0x31, 0x27, 0x79, 0xb3, 0xc7, 0x8f, 0x24, 0x6f, 0xf6, + 0xc4, 0x43, 0xcc, 0x9b, 0xad, 0x65, 0xbc, 0x9e, 0x7c, 0xb8, 0x19, 0xaf, 0x37, 0xcd, 0x73, 0x89, + 0x27, 0x58, 0x7e, 0xa9, 0xf0, 0xb9, 0x64, 0xb4, 0x70, 0xf0, 0xc9, 0xc4, 0x73, 0x7f, 0x4f, 0xbf, + 0xc7, 0xdc, 0xdf, 0x46, 0x06, 0x6d, 0x74, 0x14, 0x19, 0xb4, 0xdf, 0xd6, 0x4f, 0xd0, 0x13, 0x45, + 0x5a, 0x50, 0x07, 0x65, 0x77, 0x0b, 0x59, 0x67, 0x68, 0x77, 0x8e, 0xee, 0x99, 0xe3, 0xce, 0xd1, + 0x7d, 0xf2, 0x08, 0x73, 0x74, 0x9f, 0x3a, 0xd6, 0x1c, 0xdd, 0x8f, 0xbc, 0x4f, 0x72, 0x74, 0xcf, + 0x1e, 0x57, 0x8e, 0xee, 0x47, 0x1f, 0x6e, 0x8e, 0xee, 0xb7, 0xa1, 0xd2, 0x96, 0xe1, 0x70, 0xb3, + 0x73, 0x45, 0x3e, 0x5d, 0x66, 0xf4, 0x1c, 0xff, 0x74, 0x0a, 0x84, 0x13, 0xa2, 0xf6, 0x5f, 0x81, + 0xd3, 0x07, 0x2f, 0xdd, 0xc4, 0xf3, 0xa4, 0x96, 0xd8, 0xf4, 0x52, 0x9e, 0x27, 0x4c, 0x2c, 0xd4, + 0xb0, 0x0a, 0xa7, 0xfc, 0xfd, 0x96, 0x05, 0x8f, 0xf4, 0xc8, 0x88, 0x59, 0x38, 0x96, 0xb4, 0x0d, + 0x93, 0x6d, 0xb3, 0x6a, 0xe1, 0xd0, 0x74, 0x23, 0x03, 0xa7, 0xf2, 0xf7, 0x4f, 0x01, 0x70, 0x9a, + 0xfc, 0xd2, 0x87, 0x7e, 0xf8, 0xa3, 0xd3, 0x1f, 0xf8, 0xbd, 0x1f, 0x9d, 0xfe, 0xc0, 0x1f, 0xfd, + 0xe8, 0xf4, 0x07, 0x7e, 0x6e, 0xef, 0xb4, 0xf5, 0xc3, 0xbd, 0xd3, 0xd6, 0xef, 0xed, 0x9d, 0xb6, + 0xfe, 0x6c, 0xef, 0xb4, 0xf5, 0xd5, 0x1f, 0x9f, 0xfe, 0xc0, 0x1b, 0xa5, 0xed, 0x0b, 0xff, 0x2f, + 0x00, 0x00, 0xff, 0xff, 0xd4, 0x2d, 0x70, 0x2c, 0x2d, 0xcd, 0x00, 0x00, } diff --git a/pkg/api/v1/generated.proto b/pkg/api/v1/generated.proto index 5a6940bb0325b..2e17a2caf8a5b 100644 --- a/pkg/api/v1/generated.proto +++ b/pkg/api/v1/generated.proto @@ -1440,6 +1440,14 @@ message LocalObjectReference { optional string name = 1; } +// Local represents directly-attached storage with node affinity +message LocalVolumeSource { + // The full path to the volume on the node + // For alpha, this path must be a directory + // Once block as a source is supported, then this path can point to a block device + optional string path = 1; +} + // Represents an NFS mount that lasts the lifetime of a pod. // NFS volumes do not support ownership management or SELinux relabeling. message NFSVolumeSource { @@ -2202,6 +2210,10 @@ message PersistentVolumeSource { // ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. // +optional optional ScaleIOVolumeSource scaleIO = 19; + + // Local represents directly-attached storage with node affinity + // +optional + optional LocalVolumeSource local = 20; } // PersistentVolumeSpec is the specification of a persistent volume. diff --git a/pkg/api/v1/types.generated.go b/pkg/api/v1/types.generated.go index 123c69aca5a51..f41410944a5de 100644 --- a/pkg/api/v1/types.generated.go +++ b/pkg/api/v1/types.generated.go @@ -5263,7 +5263,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep2 := !z.EncBinary() yy2arr2 := z.EncBasicHandle().StructToArray - var yyq2 [19]bool + var yyq2 [20]bool _, _, _ = yysep2, yyq2, yy2arr2 const yyr2 bool = false yyq2[0] = x.GCEPersistentDisk != nil @@ -5285,9 +5285,10 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { yyq2[16] = x.PhotonPersistentDisk != nil yyq2[17] = x.PortworxVolume != nil yyq2[18] = x.ScaleIO != nil + yyq2[19] = x.Local != nil var yynn2 int if yyr2 || yy2arr2 { - r.EncodeArrayStart(19) + r.EncodeArrayStart(20) } else { yynn2 = 0 for _, b := range yyq2 { @@ -5735,6 +5736,29 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2[19] { + if x.Local == nil { + r.EncodeNil() + } else { + x.Local.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq2[19] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("local")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Local == nil { + r.EncodeNil() + } else { + x.Local.CodecEncodeSelf(e) + } + } + } if yyr2 || yy2arr2 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { @@ -6005,6 +6029,17 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Deco } x.ScaleIO.CodecDecodeSelf(d) } + case "local": + if r.TryDecodeAsNil() { + if x.Local != nil { + x.Local = nil + } + } else { + if x.Local == nil { + x.Local = new(LocalVolumeSource) + } + x.Local.CodecDecodeSelf(d) + } default: z.DecStructFieldNotFound(-1, yys3) } // end switch yys3 @@ -6016,16 +6051,16 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj23 int - var yyb23 bool - var yyhl23 bool = l >= 0 - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + var yyj24 int + var yyb24 bool + var yyhl24 bool = l >= 0 + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6040,13 +6075,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.GCEPersistentDisk.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6061,13 +6096,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.AWSElasticBlockStore.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6082,13 +6117,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.HostPath.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6103,13 +6138,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.Glusterfs.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6124,13 +6159,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.NFS.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6145,13 +6180,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.RBD.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6166,13 +6201,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.ISCSI.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6187,13 +6222,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.Cinder.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6208,13 +6243,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.CephFS.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6229,13 +6264,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.FC.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6250,13 +6285,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.Flocker.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6271,13 +6306,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.FlexVolume.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6292,13 +6327,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.AzureFile.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6313,13 +6348,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.VsphereVolume.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6334,13 +6369,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.Quobyte.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6355,13 +6390,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.AzureDisk.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6376,13 +6411,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.PhotonPersistentDisk.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6397,13 +6432,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.PortworxVolume.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6418,18 +6453,39 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.ScaleIO.CodecDecodeSelf(d) } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.Local != nil { + x.Local = nil + } + } else { + if x.Local == nil { + x.Local = new(LocalVolumeSource) + } + x.Local.CodecDecodeSelf(d) + } for { - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj23-1, "") + z.DecStructFieldNotFound(yyj24-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -6839,7 +6895,7 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep2 := !z.EncBinary() yy2arr2 := z.EncBasicHandle().StructToArray - var yyq2 [24]bool + var yyq2 [25]bool _, _, _ = yysep2, yyq2, yy2arr2 const yyr2 bool = false yyq2[0] = len(x.Capacity) != 0 @@ -6862,13 +6918,14 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { yyq2[17] = x.PersistentVolumeSource.PhotonPersistentDisk != nil && x.PhotonPersistentDisk != nil yyq2[18] = x.PersistentVolumeSource.PortworxVolume != nil && x.PortworxVolume != nil yyq2[19] = x.PersistentVolumeSource.ScaleIO != nil && x.ScaleIO != nil - yyq2[20] = len(x.AccessModes) != 0 - yyq2[21] = x.ClaimRef != nil - yyq2[22] = x.PersistentVolumeReclaimPolicy != "" - yyq2[23] = x.StorageClassName != "" + yyq2[20] = x.PersistentVolumeSource.Local != nil && x.Local != nil + yyq2[21] = len(x.AccessModes) != 0 + yyq2[22] = x.ClaimRef != nil + yyq2[23] = x.PersistentVolumeReclaimPolicy != "" + yyq2[24] = x.StorageClassName != "" var yynn2 int if yyr2 || yy2arr2 { - r.EncodeArrayStart(24) + r.EncodeArrayStart(25) } else { yynn2 = 0 for _, b := range yyq2 { @@ -7605,14 +7662,51 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } + var yyn63 bool + if x.PersistentVolumeSource.Local == nil { + yyn63 = true + goto LABEL63 + } + LABEL63: if yyr2 || yy2arr2 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyn63 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2[20] { + if x.Local == nil { + r.EncodeNil() + } else { + x.Local.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { if yyq2[20] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("local")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn63 { + r.EncodeNil() + } else { + if x.Local == nil { + r.EncodeNil() + } else { + x.Local.CodecEncodeSelf(e) + } + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2[21] { if x.AccessModes == nil { r.EncodeNil() } else { - yym64 := z.EncBinary() - _ = yym64 + yym67 := z.EncBinary() + _ = yym67 if false { } else { h.encSlicePersistentVolumeAccessMode(([]PersistentVolumeAccessMode)(x.AccessModes), e) @@ -7622,15 +7716,15 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2[20] { + if yyq2[21] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("accessModes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.AccessModes == nil { r.EncodeNil() } else { - yym65 := z.EncBinary() - _ = yym65 + yym68 := z.EncBinary() + _ = yym68 if false { } else { h.encSlicePersistentVolumeAccessMode(([]PersistentVolumeAccessMode)(x.AccessModes), e) @@ -7640,7 +7734,7 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr2 || yy2arr2 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2[21] { + if yyq2[22] { if x.ClaimRef == nil { r.EncodeNil() } else { @@ -7650,7 +7744,7 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2[21] { + if yyq2[22] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("claimRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -7663,13 +7757,13 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr2 || yy2arr2 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2[22] { + if yyq2[23] { x.PersistentVolumeReclaimPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2[22] { + if yyq2[23] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("persistentVolumeReclaimPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -7678,9 +7772,9 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr2 || yy2arr2 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2[23] { - yym73 := z.EncBinary() - _ = yym73 + if yyq2[24] { + yym76 := z.EncBinary() + _ = yym76 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.StorageClassName)) @@ -7689,12 +7783,12 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2[23] { + if yyq2[24] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("storageClassName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym74 := z.EncBinary() - _ = yym74 + yym77 := z.EncBinary() + _ = yym77 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.StorageClassName)) @@ -8035,16 +8129,30 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decode } x.ScaleIO.CodecDecodeSelf(d) } + case "local": + if x.PersistentVolumeSource.Local == nil { + x.PersistentVolumeSource.Local = new(LocalVolumeSource) + } + if r.TryDecodeAsNil() { + if x.Local != nil { + x.Local = nil + } + } else { + if x.Local == nil { + x.Local = new(LocalVolumeSource) + } + x.Local.CodecDecodeSelf(d) + } case "accessModes": if r.TryDecodeAsNil() { x.AccessModes = nil } else { - yyv24 := &x.AccessModes - yym25 := z.DecBinary() - _ = yym25 + yyv25 := &x.AccessModes + yym26 := z.DecBinary() + _ = yym26 if false { } else { - h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv24), d) + h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv25), d) } } case "claimRef": @@ -8062,19 +8170,19 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.PersistentVolumeReclaimPolicy = "" } else { - yyv27 := &x.PersistentVolumeReclaimPolicy - yyv27.CodecDecodeSelf(d) + yyv28 := &x.PersistentVolumeReclaimPolicy + yyv28.CodecDecodeSelf(d) } case "storageClassName": if r.TryDecodeAsNil() { x.StorageClassName = "" } else { - yyv28 := &x.StorageClassName - yym29 := z.DecBinary() - _ = yym29 + yyv29 := &x.StorageClassName + yym30 := z.DecBinary() + _ = yym30 if false { } else { - *((*string)(yyv28)) = r.DecodeString() + *((*string)(yyv29)) = r.DecodeString() } } default: @@ -8088,16 +8196,16 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj30 int - var yyb30 bool - var yyhl30 bool = l >= 0 - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + var yyj31 int + var yyb31 bool + var yyhl31 bool = l >= 0 + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8105,19 +8213,19 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv31 := &x.Capacity - yyv31.CodecDecodeSelf(d) + yyv32 := &x.Capacity + yyv32.CodecDecodeSelf(d) } if x.PersistentVolumeSource.GCEPersistentDisk == nil { x.PersistentVolumeSource.GCEPersistentDisk = new(GCEPersistentDiskVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8135,13 +8243,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.AWSElasticBlockStore == nil { x.PersistentVolumeSource.AWSElasticBlockStore = new(AWSElasticBlockStoreVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8159,13 +8267,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.HostPath == nil { x.PersistentVolumeSource.HostPath = new(HostPathVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8183,13 +8291,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.Glusterfs == nil { x.PersistentVolumeSource.Glusterfs = new(GlusterfsVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8207,13 +8315,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.NFS == nil { x.PersistentVolumeSource.NFS = new(NFSVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8231,13 +8339,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.RBD == nil { x.PersistentVolumeSource.RBD = new(RBDVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8255,13 +8363,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.ISCSI == nil { x.PersistentVolumeSource.ISCSI = new(ISCSIVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8279,13 +8387,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.Cinder == nil { x.PersistentVolumeSource.Cinder = new(CinderVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8303,13 +8411,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.CephFS == nil { x.PersistentVolumeSource.CephFS = new(CephFSVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8327,13 +8435,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.FC == nil { x.PersistentVolumeSource.FC = new(FCVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8351,13 +8459,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.Flocker == nil { x.PersistentVolumeSource.Flocker = new(FlockerVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8375,13 +8483,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.FlexVolume == nil { x.PersistentVolumeSource.FlexVolume = new(FlexVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8399,13 +8507,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.AzureFile == nil { x.PersistentVolumeSource.AzureFile = new(AzureFileVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8423,13 +8531,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.VsphereVolume == nil { x.PersistentVolumeSource.VsphereVolume = new(VsphereVirtualDiskVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8447,13 +8555,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.Quobyte == nil { x.PersistentVolumeSource.Quobyte = new(QuobyteVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8471,13 +8579,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.AzureDisk == nil { x.PersistentVolumeSource.AzureDisk = new(AzureDiskVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8495,13 +8603,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.PhotonPersistentDisk == nil { x.PersistentVolumeSource.PhotonPersistentDisk = new(PhotonPersistentDiskVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8519,13 +8627,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.PortworxVolume == nil { x.PersistentVolumeSource.PortworxVolume = new(PortworxVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8543,13 +8651,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.ScaleIO == nil { x.PersistentVolumeSource.ScaleIO = new(ScaleIOVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8564,13 +8672,37 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco } x.ScaleIO.CodecDecodeSelf(d) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + if x.PersistentVolumeSource.Local == nil { + x.PersistentVolumeSource.Local = new(LocalVolumeSource) + } + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.Local != nil { + x.Local = nil + } + } else { + if x.Local == nil { + x.Local = new(LocalVolumeSource) + } + x.Local.CodecDecodeSelf(d) + } + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l + } else { + yyb31 = r.CheckBreak() + } + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8578,21 +8710,21 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.AccessModes = nil } else { - yyv51 := &x.AccessModes - yym52 := z.DecBinary() - _ = yym52 + yyv53 := &x.AccessModes + yym54 := z.DecBinary() + _ = yym54 if false { } else { - h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv51), d) + h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv53), d) } } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8607,13 +8739,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco } x.ClaimRef.CodecDecodeSelf(d) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8621,16 +8753,16 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.PersistentVolumeReclaimPolicy = "" } else { - yyv54 := &x.PersistentVolumeReclaimPolicy - yyv54.CodecDecodeSelf(d) + yyv56 := &x.PersistentVolumeReclaimPolicy + yyv56.CodecDecodeSelf(d) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8638,26 +8770,26 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.StorageClassName = "" } else { - yyv55 := &x.StorageClassName - yym56 := z.DecBinary() - _ = yym56 + yyv57 := &x.StorageClassName + yym58 := z.DecBinary() + _ = yym58 if false { } else { - *((*string)(yyv55)) = r.DecodeString() + *((*string)(yyv57)) = r.DecodeString() } } for { - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj30-1, "") + z.DecStructFieldNotFound(yyj31-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20983,6 +21115,180 @@ func (x *KeyToPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } +func (x *LocalVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [1]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(1) + } else { + yynn2 = 1 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Path)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("path")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Path)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *LocalVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap1234 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray1234 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *LocalVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys3 { + case "path": + if r.TryDecodeAsNil() { + x.Path = "" + } else { + yyv4 := &x.Path + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *LocalVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj6 int + var yyb6 bool + var yyhl6 bool = l >= 0 + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Path = "" + } else { + yyv7 := &x.Path + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + *((*string)(yyv7)) = r.DecodeString() + } + } + for { + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj6-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) @@ -68266,7 +68572,7 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code yyrg1 := len(yyv1) > 0 yyv21 := yyv1 - yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 536) + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 544) if yyrt1 { if yyrl1 <= cap(yyv1) { yyv1 = yyv1[:yyrl1] diff --git a/pkg/api/v1/types_swagger_doc_generated.go b/pkg/api/v1/types_swagger_doc_generated.go index 16cb5d51ad7ad..192a3a8d6a157 100644 --- a/pkg/api/v1/types_swagger_doc_generated.go +++ b/pkg/api/v1/types_swagger_doc_generated.go @@ -794,6 +794,15 @@ func (LocalObjectReference) SwaggerDoc() map[string]string { return map_LocalObjectReference } +var map_LocalVolumeSource = map[string]string{ + "": "Local represents directly-attached storage with node affinity", + "path": "The full path to the volume on the node For alpha, this path must be a directory Once block as a source is supported, then this path can point to a block device", +} + +func (LocalVolumeSource) SwaggerDoc() map[string]string { + return map_LocalVolumeSource +} + var map_NFSVolumeSource = map[string]string{ "": "Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.", "server": "Server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs", @@ -1150,6 +1159,7 @@ var map_PersistentVolumeSource = map[string]string{ "photonPersistentDisk": "PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine", "portworxVolume": "PortworxVolume represents a portworx volume attached and mounted on kubelets host machine", "scaleIO": "ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.", + "local": "Local represents directly-attached storage with node affinity", } func (PersistentVolumeSource) SwaggerDoc() map[string]string { diff --git a/pkg/api/v1/zz_generated.conversion.go b/pkg/api/v1/zz_generated.conversion.go index 258068bfc766d..5c016757ec49c 100644 --- a/pkg/api/v1/zz_generated.conversion.go +++ b/pkg/api/v1/zz_generated.conversion.go @@ -173,6 +173,8 @@ func RegisterConversions(scheme *runtime.Scheme) error { Convert_api_LoadBalancerStatus_To_v1_LoadBalancerStatus, Convert_v1_LocalObjectReference_To_api_LocalObjectReference, Convert_api_LocalObjectReference_To_v1_LocalObjectReference, + Convert_v1_LocalVolumeSource_To_api_LocalVolumeSource, + Convert_api_LocalVolumeSource_To_v1_LocalVolumeSource, Convert_v1_NFSVolumeSource_To_api_NFSVolumeSource, Convert_api_NFSVolumeSource_To_v1_NFSVolumeSource, Convert_v1_Namespace_To_api_Namespace, @@ -2166,6 +2168,26 @@ func Convert_api_LocalObjectReference_To_v1_LocalObjectReference(in *api.LocalOb return autoConvert_api_LocalObjectReference_To_v1_LocalObjectReference(in, out, s) } +func autoConvert_v1_LocalVolumeSource_To_api_LocalVolumeSource(in *LocalVolumeSource, out *api.LocalVolumeSource, s conversion.Scope) error { + out.Path = in.Path + return nil +} + +// Convert_v1_LocalVolumeSource_To_api_LocalVolumeSource is an autogenerated conversion function. +func Convert_v1_LocalVolumeSource_To_api_LocalVolumeSource(in *LocalVolumeSource, out *api.LocalVolumeSource, s conversion.Scope) error { + return autoConvert_v1_LocalVolumeSource_To_api_LocalVolumeSource(in, out, s) +} + +func autoConvert_api_LocalVolumeSource_To_v1_LocalVolumeSource(in *api.LocalVolumeSource, out *LocalVolumeSource, s conversion.Scope) error { + out.Path = in.Path + return nil +} + +// Convert_api_LocalVolumeSource_To_v1_LocalVolumeSource is an autogenerated conversion function. +func Convert_api_LocalVolumeSource_To_v1_LocalVolumeSource(in *api.LocalVolumeSource, out *LocalVolumeSource, s conversion.Scope) error { + return autoConvert_api_LocalVolumeSource_To_v1_LocalVolumeSource(in, out, s) +} + func autoConvert_v1_NFSVolumeSource_To_api_NFSVolumeSource(in *NFSVolumeSource, out *api.NFSVolumeSource, s conversion.Scope) error { out.Server = in.Server out.Path = in.Path @@ -3002,6 +3024,7 @@ func autoConvert_v1_PersistentVolumeSource_To_api_PersistentVolumeSource(in *Per out.PhotonPersistentDisk = (*api.PhotonPersistentDiskVolumeSource)(unsafe.Pointer(in.PhotonPersistentDisk)) out.PortworxVolume = (*api.PortworxVolumeSource)(unsafe.Pointer(in.PortworxVolume)) out.ScaleIO = (*api.ScaleIOVolumeSource)(unsafe.Pointer(in.ScaleIO)) + out.Local = (*api.LocalVolumeSource)(unsafe.Pointer(in.Local)) return nil } @@ -3030,6 +3053,7 @@ func autoConvert_api_PersistentVolumeSource_To_v1_PersistentVolumeSource(in *api out.PhotonPersistentDisk = (*PhotonPersistentDiskVolumeSource)(unsafe.Pointer(in.PhotonPersistentDisk)) out.PortworxVolume = (*PortworxVolumeSource)(unsafe.Pointer(in.PortworxVolume)) out.ScaleIO = (*ScaleIOVolumeSource)(unsafe.Pointer(in.ScaleIO)) + out.Local = (*LocalVolumeSource)(unsafe.Pointer(in.Local)) return nil } diff --git a/pkg/api/v1/zz_generated.deepcopy.go b/pkg/api/v1/zz_generated.deepcopy.go index 08ec5ae86f45b..f6d5d9b4acd27 100644 --- a/pkg/api/v1/zz_generated.deepcopy.go +++ b/pkg/api/v1/zz_generated.deepcopy.go @@ -104,6 +104,7 @@ func RegisterDeepCopies(scheme *runtime.Scheme) error { conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1_LoadBalancerIngress, InType: reflect.TypeOf(&LoadBalancerIngress{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1_LoadBalancerStatus, InType: reflect.TypeOf(&LoadBalancerStatus{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1_LocalObjectReference, InType: reflect.TypeOf(&LocalObjectReference{})}, + conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1_LocalVolumeSource, InType: reflect.TypeOf(&LocalVolumeSource{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1_NFSVolumeSource, InType: reflect.TypeOf(&NFSVolumeSource{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1_Namespace, InType: reflect.TypeOf(&Namespace{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1_NamespaceList, InType: reflect.TypeOf(&NamespaceList{})}, @@ -1495,6 +1496,16 @@ func DeepCopy_v1_LocalObjectReference(in interface{}, out interface{}, c *conver } } +// DeepCopy_v1_LocalVolumeSource is an autogenerated deepcopy function. +func DeepCopy_v1_LocalVolumeSource(in interface{}, out interface{}, c *conversion.Cloner) error { + { + in := in.(*LocalVolumeSource) + out := out.(*LocalVolumeSource) + *out = *in + return nil + } +} + // DeepCopy_v1_NFSVolumeSource is an autogenerated deepcopy function. func DeepCopy_v1_NFSVolumeSource(in interface{}, out interface{}, c *conversion.Cloner) error { { @@ -2165,6 +2176,11 @@ func DeepCopy_v1_PersistentVolumeSource(in interface{}, out interface{}, c *conv return err } } + if in.Local != nil { + in, out := &in.Local, &out.Local + *out = new(LocalVolumeSource) + **out = **in + } return nil } } diff --git a/pkg/api/zz_generated.deepcopy.go b/pkg/api/zz_generated.deepcopy.go index 20b0c64c44d7a..ab50cbb194c3f 100644 --- a/pkg/api/zz_generated.deepcopy.go +++ b/pkg/api/zz_generated.deepcopy.go @@ -106,6 +106,7 @@ func RegisterDeepCopies(scheme *runtime.Scheme) error { conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_api_LoadBalancerIngress, InType: reflect.TypeOf(&LoadBalancerIngress{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_api_LoadBalancerStatus, InType: reflect.TypeOf(&LoadBalancerStatus{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_api_LocalObjectReference, InType: reflect.TypeOf(&LocalObjectReference{})}, + conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_api_LocalVolumeSource, InType: reflect.TypeOf(&LocalVolumeSource{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_api_NFSVolumeSource, InType: reflect.TypeOf(&NFSVolumeSource{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_api_Namespace, InType: reflect.TypeOf(&Namespace{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_api_NamespaceList, InType: reflect.TypeOf(&NamespaceList{})}, @@ -1513,6 +1514,16 @@ func DeepCopy_api_LocalObjectReference(in interface{}, out interface{}, c *conve } } +// DeepCopy_api_LocalVolumeSource is an autogenerated deepcopy function. +func DeepCopy_api_LocalVolumeSource(in interface{}, out interface{}, c *conversion.Cloner) error { + { + in := in.(*LocalVolumeSource) + out := out.(*LocalVolumeSource) + *out = *in + return nil + } +} + // DeepCopy_api_NFSVolumeSource is an autogenerated deepcopy function. func DeepCopy_api_NFSVolumeSource(in interface{}, out interface{}, c *conversion.Cloner) error { { @@ -2183,6 +2194,11 @@ func DeepCopy_api_PersistentVolumeSource(in interface{}, out interface{}, c *con return err } } + if in.Local != nil { + in, out := &in.Local, &out.Local + *out = new(LocalVolumeSource) + **out = **in + } return nil } } diff --git a/staging/src/k8s.io/client-go/pkg/api/helper/helpers.go b/staging/src/k8s.io/client-go/pkg/api/helper/helpers.go index 073890b7a905a..72fae6bf15c81 100644 --- a/staging/src/k8s.io/client-go/pkg/api/helper/helpers.go +++ b/staging/src/k8s.io/client-go/pkg/api/helper/helpers.go @@ -594,3 +594,29 @@ func PersistentVolumeClaimHasClass(claim *api.PersistentVolumeClaim) bool { return false } + +// GetStorageNodeAffinityFromAnnotation gets the json serialized data from PersistentVolume.Annotations +// and converts it to the NodeAffinity type in api. +// TODO: update when storage node affinity graduates to beta +func GetStorageNodeAffinityFromAnnotation(annotations map[string]string) (*api.NodeAffinity, error) { + if len(annotations) > 0 && annotations[api.AlphaStorageNodeAffinityAnnotation] != "" { + var affinity api.NodeAffinity + err := json.Unmarshal([]byte(annotations[api.AlphaStorageNodeAffinityAnnotation]), &affinity) + if err != nil { + return nil, err + } + return &affinity, nil + } + return nil, nil +} + +// Converts NodeAffinity type to Alpha annotation for use in PersistentVolumes +// TODO: update when storage node affinity graduates to beta +func StorageNodeAffinityToAlphaAnnotation(annotations map[string]string, affinity *api.NodeAffinity) error { + json, err := json.Marshal(*affinity) + if err != nil { + return err + } + annotations[api.AlphaStorageNodeAffinityAnnotation] = string(json) + return nil +} diff --git a/staging/src/k8s.io/client-go/pkg/api/helper/helpers_test.go b/staging/src/k8s.io/client-go/pkg/api/helper/helpers_test.go index 53a23a92063ff..15bec6585e8f2 100644 --- a/staging/src/k8s.io/client-go/pkg/api/helper/helpers_test.go +++ b/staging/src/k8s.io/client-go/pkg/api/helper/helpers_test.go @@ -266,3 +266,90 @@ func TestSysctlsFromPodAnnotation(t *testing.T) { } } } + +// TODO: remove when alpha support for topology constraints is removed +func TestGetNodeAffinityFromAnnotations(t *testing.T) { + testCases := []struct { + annotations map[string]string + expectErr bool + }{ + { + annotations: nil, + expectErr: false, + }, + { + annotations: map[string]string{}, + expectErr: false, + }, + { + annotations: map[string]string{ + api.AlphaStorageNodeAffinityAnnotation: `{ + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { "matchExpressions": [ + { "key": "test-key1", + "operator": "In", + "values": ["test-value1", "test-value2"] + }, + { "key": "test-key2", + "operator": "In", + "values": ["test-value1", "test-value2"] + } + ]} + ]} + }`, + }, + expectErr: false, + }, + { + annotations: map[string]string{ + api.AlphaStorageNodeAffinityAnnotation: `[{ + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { "matchExpressions": [ + { "key": "test-key1", + "operator": "In", + "values": ["test-value1", "test-value2"] + }, + { "key": "test-key2", + "operator": "In", + "values": ["test-value1", "test-value2"] + } + ]} + ]} + }]`, + }, + expectErr: true, + }, + { + annotations: map[string]string{ + api.AlphaStorageNodeAffinityAnnotation: `{ + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": + "matchExpressions": [ + { "key": "test-key1", + "operator": "In", + "values": ["test-value1", "test-value2"] + }, + { "key": "test-key2", + "operator": "In", + "values": ["test-value1", "test-value2"] + } + ]} + } + }`, + }, + expectErr: true, + }, + } + + for i, tc := range testCases { + _, err := GetStorageNodeAffinityFromAnnotation(tc.annotations) + if err == nil && tc.expectErr { + t.Errorf("[%v]expected error but got none.", i) + } + if err != nil && !tc.expectErr { + t.Errorf("[%v]did not expect error but got: %v", i, err) + } + } +} diff --git a/staging/src/k8s.io/client-go/pkg/api/types.go b/staging/src/k8s.io/client-go/pkg/api/types.go index 0984bab2f68e5..c0574ca5d7f83 100644 --- a/staging/src/k8s.io/client-go/pkg/api/types.go +++ b/staging/src/k8s.io/client-go/pkg/api/types.go @@ -381,6 +381,9 @@ type PersistentVolumeSource struct { // ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. // +optional ScaleIO *ScaleIOVolumeSource + // Local represents directly-attached storage with node affinity + // +optional + Local *LocalVolumeSource } type PersistentVolumeClaimVolumeSource struct { @@ -399,6 +402,10 @@ const ( // MountOptionAnnotation defines mount option annotation used in PVs MountOptionAnnotation = "volume.beta.kubernetes.io/mount-options" + + // AlphaStorageNodeAffinityAnnotation defines node affinity policies for a PersistentVolume. + // Value is a string of the json representation of type NodeAffinity + AlphaStorageNodeAffinityAnnotation = "volume.alpha.kubernetes.io/node-affinity" ) // +genclient=true @@ -1223,6 +1230,14 @@ type KeyToPath struct { Mode *int32 } +// Local represents directly-attached storage with node affinity +type LocalVolumeSource struct { + // The full path to the volume on the node + // For alpha, this path must be a directory + // Once block as a source is supported, then this path can point to a block device + Path string +} + // ContainerPort represents a network port in a single container type ContainerPort struct { // Optional: If specified, this must be an IANA_SVC_NAME Each named port diff --git a/staging/src/k8s.io/client-go/pkg/api/v1/generated.pb.go b/staging/src/k8s.io/client-go/pkg/api/v1/generated.pb.go index 839a9221e2761..459e7e28f4a0c 100644 --- a/staging/src/k8s.io/client-go/pkg/api/v1/generated.pb.go +++ b/staging/src/k8s.io/client-go/pkg/api/v1/generated.pb.go @@ -93,6 +93,7 @@ limitations under the License. LoadBalancerIngress LoadBalancerStatus LocalObjectReference + LocalVolumeSource NFSVolumeSource Namespace NamespaceList @@ -503,430 +504,436 @@ func (m *LocalObjectReference) Reset() { *m = LocalObjectRefe func (*LocalObjectReference) ProtoMessage() {} func (*LocalObjectReference) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{67} } +func (m *LocalVolumeSource) Reset() { *m = LocalVolumeSource{} } +func (*LocalVolumeSource) ProtoMessage() {} +func (*LocalVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{68} } + func (m *NFSVolumeSource) Reset() { *m = NFSVolumeSource{} } func (*NFSVolumeSource) ProtoMessage() {} -func (*NFSVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{68} } +func (*NFSVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{69} } func (m *Namespace) Reset() { *m = Namespace{} } func (*Namespace) ProtoMessage() {} -func (*Namespace) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{69} } +func (*Namespace) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{70} } func (m *NamespaceList) Reset() { *m = NamespaceList{} } func (*NamespaceList) ProtoMessage() {} -func (*NamespaceList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{70} } +func (*NamespaceList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{71} } func (m *NamespaceSpec) Reset() { *m = NamespaceSpec{} } func (*NamespaceSpec) ProtoMessage() {} -func (*NamespaceSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{71} } +func (*NamespaceSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{72} } func (m *NamespaceStatus) Reset() { *m = NamespaceStatus{} } func (*NamespaceStatus) ProtoMessage() {} -func (*NamespaceStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{72} } +func (*NamespaceStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{73} } func (m *Node) Reset() { *m = Node{} } func (*Node) ProtoMessage() {} -func (*Node) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{73} } +func (*Node) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{74} } func (m *NodeAddress) Reset() { *m = NodeAddress{} } func (*NodeAddress) ProtoMessage() {} -func (*NodeAddress) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{74} } +func (*NodeAddress) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{75} } func (m *NodeAffinity) Reset() { *m = NodeAffinity{} } func (*NodeAffinity) ProtoMessage() {} -func (*NodeAffinity) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{75} } +func (*NodeAffinity) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{76} } func (m *NodeCondition) Reset() { *m = NodeCondition{} } func (*NodeCondition) ProtoMessage() {} -func (*NodeCondition) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{76} } +func (*NodeCondition) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{77} } func (m *NodeDaemonEndpoints) Reset() { *m = NodeDaemonEndpoints{} } func (*NodeDaemonEndpoints) ProtoMessage() {} -func (*NodeDaemonEndpoints) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{77} } +func (*NodeDaemonEndpoints) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{78} } func (m *NodeList) Reset() { *m = NodeList{} } func (*NodeList) ProtoMessage() {} -func (*NodeList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{78} } +func (*NodeList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{79} } func (m *NodeProxyOptions) Reset() { *m = NodeProxyOptions{} } func (*NodeProxyOptions) ProtoMessage() {} -func (*NodeProxyOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{79} } +func (*NodeProxyOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{80} } func (m *NodeResources) Reset() { *m = NodeResources{} } func (*NodeResources) ProtoMessage() {} -func (*NodeResources) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{80} } +func (*NodeResources) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{81} } func (m *NodeSelector) Reset() { *m = NodeSelector{} } func (*NodeSelector) ProtoMessage() {} -func (*NodeSelector) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{81} } +func (*NodeSelector) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{82} } func (m *NodeSelectorRequirement) Reset() { *m = NodeSelectorRequirement{} } func (*NodeSelectorRequirement) ProtoMessage() {} func (*NodeSelectorRequirement) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{82} + return fileDescriptorGenerated, []int{83} } func (m *NodeSelectorTerm) Reset() { *m = NodeSelectorTerm{} } func (*NodeSelectorTerm) ProtoMessage() {} -func (*NodeSelectorTerm) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{83} } +func (*NodeSelectorTerm) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{84} } func (m *NodeSpec) Reset() { *m = NodeSpec{} } func (*NodeSpec) ProtoMessage() {} -func (*NodeSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{84} } +func (*NodeSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{85} } func (m *NodeStatus) Reset() { *m = NodeStatus{} } func (*NodeStatus) ProtoMessage() {} -func (*NodeStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{85} } +func (*NodeStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{86} } func (m *NodeSystemInfo) Reset() { *m = NodeSystemInfo{} } func (*NodeSystemInfo) ProtoMessage() {} -func (*NodeSystemInfo) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{86} } +func (*NodeSystemInfo) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{87} } func (m *ObjectFieldSelector) Reset() { *m = ObjectFieldSelector{} } func (*ObjectFieldSelector) ProtoMessage() {} -func (*ObjectFieldSelector) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{87} } +func (*ObjectFieldSelector) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{88} } func (m *ObjectMeta) Reset() { *m = ObjectMeta{} } func (*ObjectMeta) ProtoMessage() {} -func (*ObjectMeta) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{88} } +func (*ObjectMeta) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{89} } func (m *ObjectReference) Reset() { *m = ObjectReference{} } func (*ObjectReference) ProtoMessage() {} -func (*ObjectReference) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{89} } +func (*ObjectReference) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{90} } func (m *PersistentVolume) Reset() { *m = PersistentVolume{} } func (*PersistentVolume) ProtoMessage() {} -func (*PersistentVolume) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{90} } +func (*PersistentVolume) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{91} } func (m *PersistentVolumeClaim) Reset() { *m = PersistentVolumeClaim{} } func (*PersistentVolumeClaim) ProtoMessage() {} -func (*PersistentVolumeClaim) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{91} } +func (*PersistentVolumeClaim) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{92} } func (m *PersistentVolumeClaimList) Reset() { *m = PersistentVolumeClaimList{} } func (*PersistentVolumeClaimList) ProtoMessage() {} func (*PersistentVolumeClaimList) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{92} + return fileDescriptorGenerated, []int{93} } func (m *PersistentVolumeClaimSpec) Reset() { *m = PersistentVolumeClaimSpec{} } func (*PersistentVolumeClaimSpec) ProtoMessage() {} func (*PersistentVolumeClaimSpec) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{93} + return fileDescriptorGenerated, []int{94} } func (m *PersistentVolumeClaimStatus) Reset() { *m = PersistentVolumeClaimStatus{} } func (*PersistentVolumeClaimStatus) ProtoMessage() {} func (*PersistentVolumeClaimStatus) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{94} + return fileDescriptorGenerated, []int{95} } func (m *PersistentVolumeClaimVolumeSource) Reset() { *m = PersistentVolumeClaimVolumeSource{} } func (*PersistentVolumeClaimVolumeSource) ProtoMessage() {} func (*PersistentVolumeClaimVolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{95} + return fileDescriptorGenerated, []int{96} } func (m *PersistentVolumeList) Reset() { *m = PersistentVolumeList{} } func (*PersistentVolumeList) ProtoMessage() {} -func (*PersistentVolumeList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{96} } +func (*PersistentVolumeList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{97} } func (m *PersistentVolumeSource) Reset() { *m = PersistentVolumeSource{} } func (*PersistentVolumeSource) ProtoMessage() {} -func (*PersistentVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{97} } +func (*PersistentVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{98} } func (m *PersistentVolumeSpec) Reset() { *m = PersistentVolumeSpec{} } func (*PersistentVolumeSpec) ProtoMessage() {} -func (*PersistentVolumeSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{98} } +func (*PersistentVolumeSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{99} } -func (m *PersistentVolumeStatus) Reset() { *m = PersistentVolumeStatus{} } -func (*PersistentVolumeStatus) ProtoMessage() {} -func (*PersistentVolumeStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{99} } +func (m *PersistentVolumeStatus) Reset() { *m = PersistentVolumeStatus{} } +func (*PersistentVolumeStatus) ProtoMessage() {} +func (*PersistentVolumeStatus) Descriptor() ([]byte, []int) { + return fileDescriptorGenerated, []int{100} +} func (m *PhotonPersistentDiskVolumeSource) Reset() { *m = PhotonPersistentDiskVolumeSource{} } func (*PhotonPersistentDiskVolumeSource) ProtoMessage() {} func (*PhotonPersistentDiskVolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{100} + return fileDescriptorGenerated, []int{101} } func (m *Pod) Reset() { *m = Pod{} } func (*Pod) ProtoMessage() {} -func (*Pod) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{101} } +func (*Pod) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{102} } func (m *PodAffinity) Reset() { *m = PodAffinity{} } func (*PodAffinity) ProtoMessage() {} -func (*PodAffinity) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{102} } +func (*PodAffinity) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{103} } func (m *PodAffinityTerm) Reset() { *m = PodAffinityTerm{} } func (*PodAffinityTerm) ProtoMessage() {} -func (*PodAffinityTerm) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{103} } +func (*PodAffinityTerm) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{104} } func (m *PodAntiAffinity) Reset() { *m = PodAntiAffinity{} } func (*PodAntiAffinity) ProtoMessage() {} -func (*PodAntiAffinity) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{104} } +func (*PodAntiAffinity) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{105} } func (m *PodAttachOptions) Reset() { *m = PodAttachOptions{} } func (*PodAttachOptions) ProtoMessage() {} -func (*PodAttachOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{105} } +func (*PodAttachOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{106} } func (m *PodCondition) Reset() { *m = PodCondition{} } func (*PodCondition) ProtoMessage() {} -func (*PodCondition) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{106} } +func (*PodCondition) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{107} } func (m *PodExecOptions) Reset() { *m = PodExecOptions{} } func (*PodExecOptions) ProtoMessage() {} -func (*PodExecOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{107} } +func (*PodExecOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{108} } func (m *PodList) Reset() { *m = PodList{} } func (*PodList) ProtoMessage() {} -func (*PodList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{108} } +func (*PodList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{109} } func (m *PodLogOptions) Reset() { *m = PodLogOptions{} } func (*PodLogOptions) ProtoMessage() {} -func (*PodLogOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{109} } +func (*PodLogOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{110} } func (m *PodPortForwardOptions) Reset() { *m = PodPortForwardOptions{} } func (*PodPortForwardOptions) ProtoMessage() {} -func (*PodPortForwardOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{110} } +func (*PodPortForwardOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{111} } func (m *PodProxyOptions) Reset() { *m = PodProxyOptions{} } func (*PodProxyOptions) ProtoMessage() {} -func (*PodProxyOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{111} } +func (*PodProxyOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{112} } func (m *PodSecurityContext) Reset() { *m = PodSecurityContext{} } func (*PodSecurityContext) ProtoMessage() {} -func (*PodSecurityContext) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{112} } +func (*PodSecurityContext) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{113} } func (m *PodSignature) Reset() { *m = PodSignature{} } func (*PodSignature) ProtoMessage() {} -func (*PodSignature) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{113} } +func (*PodSignature) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{114} } func (m *PodSpec) Reset() { *m = PodSpec{} } func (*PodSpec) ProtoMessage() {} -func (*PodSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{114} } +func (*PodSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{115} } func (m *PodStatus) Reset() { *m = PodStatus{} } func (*PodStatus) ProtoMessage() {} -func (*PodStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{115} } +func (*PodStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{116} } func (m *PodStatusResult) Reset() { *m = PodStatusResult{} } func (*PodStatusResult) ProtoMessage() {} -func (*PodStatusResult) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{116} } +func (*PodStatusResult) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{117} } func (m *PodTemplate) Reset() { *m = PodTemplate{} } func (*PodTemplate) ProtoMessage() {} -func (*PodTemplate) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{117} } +func (*PodTemplate) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{118} } func (m *PodTemplateList) Reset() { *m = PodTemplateList{} } func (*PodTemplateList) ProtoMessage() {} -func (*PodTemplateList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{118} } +func (*PodTemplateList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{119} } func (m *PodTemplateSpec) Reset() { *m = PodTemplateSpec{} } func (*PodTemplateSpec) ProtoMessage() {} -func (*PodTemplateSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{119} } +func (*PodTemplateSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{120} } func (m *PortworxVolumeSource) Reset() { *m = PortworxVolumeSource{} } func (*PortworxVolumeSource) ProtoMessage() {} -func (*PortworxVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{120} } +func (*PortworxVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{121} } func (m *Preconditions) Reset() { *m = Preconditions{} } func (*Preconditions) ProtoMessage() {} -func (*Preconditions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{121} } +func (*Preconditions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{122} } func (m *PreferAvoidPodsEntry) Reset() { *m = PreferAvoidPodsEntry{} } func (*PreferAvoidPodsEntry) ProtoMessage() {} -func (*PreferAvoidPodsEntry) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{122} } +func (*PreferAvoidPodsEntry) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{123} } func (m *PreferredSchedulingTerm) Reset() { *m = PreferredSchedulingTerm{} } func (*PreferredSchedulingTerm) ProtoMessage() {} func (*PreferredSchedulingTerm) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{123} + return fileDescriptorGenerated, []int{124} } func (m *Probe) Reset() { *m = Probe{} } func (*Probe) ProtoMessage() {} -func (*Probe) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{124} } +func (*Probe) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{125} } func (m *ProjectedVolumeSource) Reset() { *m = ProjectedVolumeSource{} } func (*ProjectedVolumeSource) ProtoMessage() {} -func (*ProjectedVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{125} } +func (*ProjectedVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{126} } func (m *QuobyteVolumeSource) Reset() { *m = QuobyteVolumeSource{} } func (*QuobyteVolumeSource) ProtoMessage() {} -func (*QuobyteVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{126} } +func (*QuobyteVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{127} } func (m *RBDVolumeSource) Reset() { *m = RBDVolumeSource{} } func (*RBDVolumeSource) ProtoMessage() {} -func (*RBDVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{127} } +func (*RBDVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{128} } func (m *RangeAllocation) Reset() { *m = RangeAllocation{} } func (*RangeAllocation) ProtoMessage() {} -func (*RangeAllocation) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{128} } +func (*RangeAllocation) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{129} } func (m *ReplicationController) Reset() { *m = ReplicationController{} } func (*ReplicationController) ProtoMessage() {} -func (*ReplicationController) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{129} } +func (*ReplicationController) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{130} } func (m *ReplicationControllerCondition) Reset() { *m = ReplicationControllerCondition{} } func (*ReplicationControllerCondition) ProtoMessage() {} func (*ReplicationControllerCondition) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{130} + return fileDescriptorGenerated, []int{131} } func (m *ReplicationControllerList) Reset() { *m = ReplicationControllerList{} } func (*ReplicationControllerList) ProtoMessage() {} func (*ReplicationControllerList) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{131} + return fileDescriptorGenerated, []int{132} } func (m *ReplicationControllerSpec) Reset() { *m = ReplicationControllerSpec{} } func (*ReplicationControllerSpec) ProtoMessage() {} func (*ReplicationControllerSpec) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{132} + return fileDescriptorGenerated, []int{133} } func (m *ReplicationControllerStatus) Reset() { *m = ReplicationControllerStatus{} } func (*ReplicationControllerStatus) ProtoMessage() {} func (*ReplicationControllerStatus) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{133} + return fileDescriptorGenerated, []int{134} } func (m *ResourceFieldSelector) Reset() { *m = ResourceFieldSelector{} } func (*ResourceFieldSelector) ProtoMessage() {} -func (*ResourceFieldSelector) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{134} } +func (*ResourceFieldSelector) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{135} } func (m *ResourceQuota) Reset() { *m = ResourceQuota{} } func (*ResourceQuota) ProtoMessage() {} -func (*ResourceQuota) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{135} } +func (*ResourceQuota) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{136} } func (m *ResourceQuotaList) Reset() { *m = ResourceQuotaList{} } func (*ResourceQuotaList) ProtoMessage() {} -func (*ResourceQuotaList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{136} } +func (*ResourceQuotaList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{137} } func (m *ResourceQuotaSpec) Reset() { *m = ResourceQuotaSpec{} } func (*ResourceQuotaSpec) ProtoMessage() {} -func (*ResourceQuotaSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{137} } +func (*ResourceQuotaSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{138} } func (m *ResourceQuotaStatus) Reset() { *m = ResourceQuotaStatus{} } func (*ResourceQuotaStatus) ProtoMessage() {} -func (*ResourceQuotaStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{138} } +func (*ResourceQuotaStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{139} } func (m *ResourceRequirements) Reset() { *m = ResourceRequirements{} } func (*ResourceRequirements) ProtoMessage() {} -func (*ResourceRequirements) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{139} } +func (*ResourceRequirements) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{140} } func (m *SELinuxOptions) Reset() { *m = SELinuxOptions{} } func (*SELinuxOptions) ProtoMessage() {} -func (*SELinuxOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{140} } +func (*SELinuxOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{141} } func (m *ScaleIOVolumeSource) Reset() { *m = ScaleIOVolumeSource{} } func (*ScaleIOVolumeSource) ProtoMessage() {} -func (*ScaleIOVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{141} } +func (*ScaleIOVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{142} } func (m *Secret) Reset() { *m = Secret{} } func (*Secret) ProtoMessage() {} -func (*Secret) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{142} } +func (*Secret) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{143} } func (m *SecretEnvSource) Reset() { *m = SecretEnvSource{} } func (*SecretEnvSource) ProtoMessage() {} -func (*SecretEnvSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{143} } +func (*SecretEnvSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{144} } func (m *SecretKeySelector) Reset() { *m = SecretKeySelector{} } func (*SecretKeySelector) ProtoMessage() {} -func (*SecretKeySelector) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{144} } +func (*SecretKeySelector) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{145} } func (m *SecretList) Reset() { *m = SecretList{} } func (*SecretList) ProtoMessage() {} -func (*SecretList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{145} } +func (*SecretList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{146} } func (m *SecretProjection) Reset() { *m = SecretProjection{} } func (*SecretProjection) ProtoMessage() {} -func (*SecretProjection) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{146} } +func (*SecretProjection) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{147} } func (m *SecretVolumeSource) Reset() { *m = SecretVolumeSource{} } func (*SecretVolumeSource) ProtoMessage() {} -func (*SecretVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{147} } +func (*SecretVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{148} } func (m *SecurityContext) Reset() { *m = SecurityContext{} } func (*SecurityContext) ProtoMessage() {} -func (*SecurityContext) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{148} } +func (*SecurityContext) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{149} } func (m *SerializedReference) Reset() { *m = SerializedReference{} } func (*SerializedReference) ProtoMessage() {} -func (*SerializedReference) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{149} } +func (*SerializedReference) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{150} } func (m *Service) Reset() { *m = Service{} } func (*Service) ProtoMessage() {} -func (*Service) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{150} } +func (*Service) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{151} } func (m *ServiceAccount) Reset() { *m = ServiceAccount{} } func (*ServiceAccount) ProtoMessage() {} -func (*ServiceAccount) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{151} } +func (*ServiceAccount) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{152} } func (m *ServiceAccountList) Reset() { *m = ServiceAccountList{} } func (*ServiceAccountList) ProtoMessage() {} -func (*ServiceAccountList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{152} } +func (*ServiceAccountList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{153} } func (m *ServiceList) Reset() { *m = ServiceList{} } func (*ServiceList) ProtoMessage() {} -func (*ServiceList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{153} } +func (*ServiceList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{154} } func (m *ServicePort) Reset() { *m = ServicePort{} } func (*ServicePort) ProtoMessage() {} -func (*ServicePort) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{154} } +func (*ServicePort) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{155} } func (m *ServiceProxyOptions) Reset() { *m = ServiceProxyOptions{} } func (*ServiceProxyOptions) ProtoMessage() {} -func (*ServiceProxyOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{155} } +func (*ServiceProxyOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{156} } func (m *ServiceSpec) Reset() { *m = ServiceSpec{} } func (*ServiceSpec) ProtoMessage() {} -func (*ServiceSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{156} } +func (*ServiceSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{157} } func (m *ServiceStatus) Reset() { *m = ServiceStatus{} } func (*ServiceStatus) ProtoMessage() {} -func (*ServiceStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{157} } +func (*ServiceStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{158} } func (m *Sysctl) Reset() { *m = Sysctl{} } func (*Sysctl) ProtoMessage() {} -func (*Sysctl) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{158} } +func (*Sysctl) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{159} } func (m *TCPSocketAction) Reset() { *m = TCPSocketAction{} } func (*TCPSocketAction) ProtoMessage() {} -func (*TCPSocketAction) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{159} } +func (*TCPSocketAction) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{160} } func (m *Taint) Reset() { *m = Taint{} } func (*Taint) ProtoMessage() {} -func (*Taint) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{160} } +func (*Taint) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{161} } func (m *Toleration) Reset() { *m = Toleration{} } func (*Toleration) ProtoMessage() {} -func (*Toleration) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{161} } +func (*Toleration) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{162} } func (m *Volume) Reset() { *m = Volume{} } func (*Volume) ProtoMessage() {} -func (*Volume) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{162} } +func (*Volume) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{163} } func (m *VolumeMount) Reset() { *m = VolumeMount{} } func (*VolumeMount) ProtoMessage() {} -func (*VolumeMount) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{163} } +func (*VolumeMount) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{164} } func (m *VolumeProjection) Reset() { *m = VolumeProjection{} } func (*VolumeProjection) ProtoMessage() {} -func (*VolumeProjection) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{164} } +func (*VolumeProjection) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{165} } func (m *VolumeSource) Reset() { *m = VolumeSource{} } func (*VolumeSource) ProtoMessage() {} -func (*VolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{165} } +func (*VolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{166} } func (m *VsphereVirtualDiskVolumeSource) Reset() { *m = VsphereVirtualDiskVolumeSource{} } func (*VsphereVirtualDiskVolumeSource) ProtoMessage() {} func (*VsphereVirtualDiskVolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{166} + return fileDescriptorGenerated, []int{167} } func (m *WeightedPodAffinityTerm) Reset() { *m = WeightedPodAffinityTerm{} } func (*WeightedPodAffinityTerm) ProtoMessage() {} func (*WeightedPodAffinityTerm) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{167} + return fileDescriptorGenerated, []int{168} } func init() { @@ -998,6 +1005,7 @@ func init() { proto.RegisterType((*LoadBalancerIngress)(nil), "k8s.io.client-go.pkg.api.v1.LoadBalancerIngress") proto.RegisterType((*LoadBalancerStatus)(nil), "k8s.io.client-go.pkg.api.v1.LoadBalancerStatus") proto.RegisterType((*LocalObjectReference)(nil), "k8s.io.client-go.pkg.api.v1.LocalObjectReference") + proto.RegisterType((*LocalVolumeSource)(nil), "k8s.io.client-go.pkg.api.v1.LocalVolumeSource") proto.RegisterType((*NFSVolumeSource)(nil), "k8s.io.client-go.pkg.api.v1.NFSVolumeSource") proto.RegisterType((*Namespace)(nil), "k8s.io.client-go.pkg.api.v1.Namespace") proto.RegisterType((*NamespaceList)(nil), "k8s.io.client-go.pkg.api.v1.NamespaceList") @@ -4070,6 +4078,28 @@ func (m *LocalObjectReference) MarshalTo(dAtA []byte) (int, error) { return i, nil } +func (m *LocalVolumeSource) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalTo(dAtA) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *LocalVolumeSource) MarshalTo(dAtA []byte) (int, error) { + var i int + _ = i + var l int + _ = l + dAtA[i] = 0xa + i++ + i = encodeVarintGenerated(dAtA, i, uint64(len(m.Path))) + i += copy(dAtA[i:], m.Path) + return i, nil +} + func (m *NFSVolumeSource) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -5633,6 +5663,18 @@ func (m *PersistentVolumeSource) MarshalTo(dAtA []byte) (int, error) { } i += n113 } + if m.Local != nil { + dAtA[i] = 0xa2 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintGenerated(dAtA, i, uint64(m.Local.Size())) + n114, err := m.Local.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n114 + } return i, nil } @@ -5670,21 +5712,21 @@ func (m *PersistentVolumeSpec) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64((&v).Size())) - n114, err := (&v).MarshalTo(dAtA[i:]) + n115, err := (&v).MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n114 + i += n115 } } dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.PersistentVolumeSource.Size())) - n115, err := m.PersistentVolumeSource.MarshalTo(dAtA[i:]) + n116, err := m.PersistentVolumeSource.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n115 + i += n116 if len(m.AccessModes) > 0 { for _, s := range m.AccessModes { dAtA[i] = 0x1a @@ -5704,11 +5746,11 @@ func (m *PersistentVolumeSpec) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x22 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ClaimRef.Size())) - n116, err := m.ClaimRef.MarshalTo(dAtA[i:]) + n117, err := m.ClaimRef.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n116 + i += n117 } dAtA[i] = 0x2a i++ @@ -5795,27 +5837,27 @@ func (m *Pod) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n117, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n118, err := m.ObjectMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n117 + i += n118 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size())) - n118, err := m.Spec.MarshalTo(dAtA[i:]) + n119, err := m.Spec.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n118 + i += n119 dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size())) - n119, err := m.Status.MarshalTo(dAtA[i:]) + n120, err := m.Status.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n119 + i += n120 return i, nil } @@ -5880,11 +5922,11 @@ func (m *PodAffinityTerm) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.LabelSelector.Size())) - n120, err := m.LabelSelector.MarshalTo(dAtA[i:]) + n121, err := m.LabelSelector.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n120 + i += n121 } if len(m.Namespaces) > 0 { for _, s := range m.Namespaces { @@ -6030,19 +6072,19 @@ func (m *PodCondition) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.LastProbeTime.Size())) - n121, err := m.LastProbeTime.MarshalTo(dAtA[i:]) + n122, err := m.LastProbeTime.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n121 + i += n122 dAtA[i] = 0x22 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.LastTransitionTime.Size())) - n122, err := m.LastTransitionTime.MarshalTo(dAtA[i:]) + n123, err := m.LastTransitionTime.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n122 + i += n123 dAtA[i] = 0x2a i++ i = encodeVarintGenerated(dAtA, i, uint64(len(m.Reason))) @@ -6141,11 +6183,11 @@ func (m *PodList) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size())) - n123, err := m.ListMeta.MarshalTo(dAtA[i:]) + n124, err := m.ListMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n123 + i += n124 if len(m.Items) > 0 { for _, msg := range m.Items { dAtA[i] = 0x12 @@ -6205,11 +6247,11 @@ func (m *PodLogOptions) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x2a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.SinceTime.Size())) - n124, err := m.SinceTime.MarshalTo(dAtA[i:]) + n125, err := m.SinceTime.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n124 + i += n125 } dAtA[i] = 0x30 i++ @@ -6298,11 +6340,11 @@ func (m *PodSecurityContext) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.SELinuxOptions.Size())) - n125, err := m.SELinuxOptions.MarshalTo(dAtA[i:]) + n126, err := m.SELinuxOptions.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n125 + i += n126 } if m.RunAsUser != nil { dAtA[i] = 0x10 @@ -6353,11 +6395,11 @@ func (m *PodSignature) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.PodController.Size())) - n126, err := m.PodController.MarshalTo(dAtA[i:]) + n127, err := m.PodController.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n126 + i += n127 } return i, nil } @@ -6476,11 +6518,11 @@ func (m *PodSpec) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x72 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.SecurityContext.Size())) - n127, err := m.SecurityContext.MarshalTo(dAtA[i:]) + n128, err := m.SecurityContext.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n127 + i += n128 } if len(m.ImagePullSecrets) > 0 { for _, msg := range m.ImagePullSecrets { @@ -6512,11 +6554,11 @@ func (m *PodSpec) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Affinity.Size())) - n128, err := m.Affinity.MarshalTo(dAtA[i:]) + n129, err := m.Affinity.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n128 + i += n129 } dAtA[i] = 0x9a i++ @@ -6632,11 +6674,11 @@ func (m *PodStatus) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x3a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.StartTime.Size())) - n129, err := m.StartTime.MarshalTo(dAtA[i:]) + n130, err := m.StartTime.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n129 + i += n130 } if len(m.ContainerStatuses) > 0 { for _, msg := range m.ContainerStatuses { @@ -6687,19 +6729,19 @@ func (m *PodStatusResult) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n130, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n131, err := m.ObjectMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n130 + i += n131 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size())) - n131, err := m.Status.MarshalTo(dAtA[i:]) + n132, err := m.Status.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n131 + i += n132 return i, nil } @@ -6721,19 +6763,19 @@ func (m *PodTemplate) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n132, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n133, err := m.ObjectMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n132 + i += n133 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Template.Size())) - n133, err := m.Template.MarshalTo(dAtA[i:]) + n134, err := m.Template.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n133 + i += n134 return i, nil } @@ -6755,11 +6797,11 @@ func (m *PodTemplateList) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size())) - n134, err := m.ListMeta.MarshalTo(dAtA[i:]) + n135, err := m.ListMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n134 + i += n135 if len(m.Items) > 0 { for _, msg := range m.Items { dAtA[i] = 0x12 @@ -6793,19 +6835,19 @@ func (m *PodTemplateSpec) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n135, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n136, err := m.ObjectMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n135 + i += n136 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size())) - n136, err := m.Spec.MarshalTo(dAtA[i:]) + n137, err := m.Spec.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n136 + i += n137 return i, nil } @@ -6885,19 +6927,19 @@ func (m *PreferAvoidPodsEntry) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.PodSignature.Size())) - n137, err := m.PodSignature.MarshalTo(dAtA[i:]) + n138, err := m.PodSignature.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n137 + i += n138 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.EvictionTime.Size())) - n138, err := m.EvictionTime.MarshalTo(dAtA[i:]) + n139, err := m.EvictionTime.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n138 + i += n139 dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(len(m.Reason))) @@ -6930,11 +6972,11 @@ func (m *PreferredSchedulingTerm) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Preference.Size())) - n139, err := m.Preference.MarshalTo(dAtA[i:]) + n140, err := m.Preference.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n139 + i += n140 return i, nil } @@ -6956,11 +6998,11 @@ func (m *Probe) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Handler.Size())) - n140, err := m.Handler.MarshalTo(dAtA[i:]) + n141, err := m.Handler.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n140 + i += n141 dAtA[i] = 0x10 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.InitialDelaySeconds)) @@ -7110,11 +7152,11 @@ func (m *RBDVolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x3a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.SecretRef.Size())) - n141, err := m.SecretRef.MarshalTo(dAtA[i:]) + n142, err := m.SecretRef.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n141 + i += n142 } dAtA[i] = 0x40 i++ @@ -7145,11 +7187,11 @@ func (m *RangeAllocation) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n142, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n143, err := m.ObjectMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n142 + i += n143 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(len(m.Range))) @@ -7181,27 +7223,27 @@ func (m *ReplicationController) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n143, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n144, err := m.ObjectMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n143 + i += n144 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size())) - n144, err := m.Spec.MarshalTo(dAtA[i:]) + n145, err := m.Spec.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n144 + i += n145 dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size())) - n145, err := m.Status.MarshalTo(dAtA[i:]) + n146, err := m.Status.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n145 + i += n146 return i, nil } @@ -7231,11 +7273,11 @@ func (m *ReplicationControllerCondition) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.LastTransitionTime.Size())) - n146, err := m.LastTransitionTime.MarshalTo(dAtA[i:]) + n147, err := m.LastTransitionTime.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n146 + i += n147 dAtA[i] = 0x22 i++ i = encodeVarintGenerated(dAtA, i, uint64(len(m.Reason))) @@ -7265,11 +7307,11 @@ func (m *ReplicationControllerList) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size())) - n147, err := m.ListMeta.MarshalTo(dAtA[i:]) + n148, err := m.ListMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n147 + i += n148 if len(m.Items) > 0 { for _, msg := range m.Items { dAtA[i] = 0x12 @@ -7326,11 +7368,11 @@ func (m *ReplicationControllerSpec) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Template.Size())) - n148, err := m.Template.MarshalTo(dAtA[i:]) + n149, err := m.Template.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n148 + i += n149 } dAtA[i] = 0x20 i++ @@ -7409,11 +7451,11 @@ func (m *ResourceFieldSelector) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Divisor.Size())) - n149, err := m.Divisor.MarshalTo(dAtA[i:]) + n150, err := m.Divisor.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n149 + i += n150 return i, nil } @@ -7435,27 +7477,27 @@ func (m *ResourceQuota) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n150, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n151, err := m.ObjectMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n150 + i += n151 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size())) - n151, err := m.Spec.MarshalTo(dAtA[i:]) + n152, err := m.Spec.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n151 + i += n152 dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size())) - n152, err := m.Status.MarshalTo(dAtA[i:]) + n153, err := m.Status.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n152 + i += n153 return i, nil } @@ -7477,11 +7519,11 @@ func (m *ResourceQuotaList) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size())) - n153, err := m.ListMeta.MarshalTo(dAtA[i:]) + n154, err := m.ListMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n153 + i += n154 if len(m.Items) > 0 { for _, msg := range m.Items { dAtA[i] = 0x12 @@ -7531,11 +7573,11 @@ func (m *ResourceQuotaSpec) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64((&v).Size())) - n154, err := (&v).MarshalTo(dAtA[i:]) + n155, err := (&v).MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n154 + i += n155 } } if len(m.Scopes) > 0 { @@ -7590,11 +7632,11 @@ func (m *ResourceQuotaStatus) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64((&v).Size())) - n155, err := (&v).MarshalTo(dAtA[i:]) + n156, err := (&v).MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n155 + i += n156 } } if len(m.Used) > 0 { @@ -7616,11 +7658,11 @@ func (m *ResourceQuotaStatus) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64((&v).Size())) - n156, err := (&v).MarshalTo(dAtA[i:]) + n157, err := (&v).MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n156 + i += n157 } } return i, nil @@ -7660,11 +7702,11 @@ func (m *ResourceRequirements) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64((&v).Size())) - n157, err := (&v).MarshalTo(dAtA[i:]) + n158, err := (&v).MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n157 + i += n158 } } if len(m.Requests) > 0 { @@ -7686,11 +7728,11 @@ func (m *ResourceRequirements) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64((&v).Size())) - n158, err := (&v).MarshalTo(dAtA[i:]) + n159, err := (&v).MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n158 + i += n159 } } return i, nil @@ -7757,11 +7799,11 @@ func (m *ScaleIOVolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.SecretRef.Size())) - n159, err := m.SecretRef.MarshalTo(dAtA[i:]) + n160, err := m.SecretRef.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n159 + i += n160 } dAtA[i] = 0x20 i++ @@ -7820,11 +7862,11 @@ func (m *Secret) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n160, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n161, err := m.ObjectMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n160 + i += n161 if len(m.Data) > 0 { for k := range m.Data { dAtA[i] = 0x12 @@ -7890,11 +7932,11 @@ func (m *SecretEnvSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.LocalObjectReference.Size())) - n161, err := m.LocalObjectReference.MarshalTo(dAtA[i:]) + n162, err := m.LocalObjectReference.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n161 + i += n162 if m.Optional != nil { dAtA[i] = 0x10 i++ @@ -7926,11 +7968,11 @@ func (m *SecretKeySelector) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.LocalObjectReference.Size())) - n162, err := m.LocalObjectReference.MarshalTo(dAtA[i:]) + n163, err := m.LocalObjectReference.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n162 + i += n163 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(len(m.Key))) @@ -7966,11 +8008,11 @@ func (m *SecretList) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size())) - n163, err := m.ListMeta.MarshalTo(dAtA[i:]) + n164, err := m.ListMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n163 + i += n164 if len(m.Items) > 0 { for _, msg := range m.Items { dAtA[i] = 0x12 @@ -8004,11 +8046,11 @@ func (m *SecretProjection) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.LocalObjectReference.Size())) - n164, err := m.LocalObjectReference.MarshalTo(dAtA[i:]) + n165, err := m.LocalObjectReference.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n164 + i += n165 if len(m.Items) > 0 { for _, msg := range m.Items { dAtA[i] = 0x12 @@ -8102,11 +8144,11 @@ func (m *SecurityContext) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Capabilities.Size())) - n165, err := m.Capabilities.MarshalTo(dAtA[i:]) + n166, err := m.Capabilities.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n165 + i += n166 } if m.Privileged != nil { dAtA[i] = 0x10 @@ -8122,11 +8164,11 @@ func (m *SecurityContext) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.SELinuxOptions.Size())) - n166, err := m.SELinuxOptions.MarshalTo(dAtA[i:]) + n167, err := m.SELinuxOptions.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n166 + i += n167 } if m.RunAsUser != nil { dAtA[i] = 0x20 @@ -8174,11 +8216,11 @@ func (m *SerializedReference) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Reference.Size())) - n167, err := m.Reference.MarshalTo(dAtA[i:]) + n168, err := m.Reference.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n167 + i += n168 return i, nil } @@ -8200,27 +8242,27 @@ func (m *Service) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n168, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n169, err := m.ObjectMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n168 + i += n169 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size())) - n169, err := m.Spec.MarshalTo(dAtA[i:]) + n170, err := m.Spec.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n169 + i += n170 dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size())) - n170, err := m.Status.MarshalTo(dAtA[i:]) + n171, err := m.Status.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n170 + i += n171 return i, nil } @@ -8242,11 +8284,11 @@ func (m *ServiceAccount) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n171, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n172, err := m.ObjectMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n171 + i += n172 if len(m.Secrets) > 0 { for _, msg := range m.Secrets { dAtA[i] = 0x12 @@ -8302,11 +8344,11 @@ func (m *ServiceAccountList) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size())) - n172, err := m.ListMeta.MarshalTo(dAtA[i:]) + n173, err := m.ListMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n172 + i += n173 if len(m.Items) > 0 { for _, msg := range m.Items { dAtA[i] = 0x12 @@ -8340,11 +8382,11 @@ func (m *ServiceList) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size())) - n173, err := m.ListMeta.MarshalTo(dAtA[i:]) + n174, err := m.ListMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n173 + i += n174 if len(m.Items) > 0 { for _, msg := range m.Items { dAtA[i] = 0x12 @@ -8389,11 +8431,11 @@ func (m *ServicePort) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x22 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.TargetPort.Size())) - n174, err := m.TargetPort.MarshalTo(dAtA[i:]) + n175, err := m.TargetPort.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n174 + i += n175 dAtA[i] = 0x28 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.NodePort)) @@ -8544,11 +8586,11 @@ func (m *ServiceStatus) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.LoadBalancer.Size())) - n175, err := m.LoadBalancer.MarshalTo(dAtA[i:]) + n176, err := m.LoadBalancer.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n175 + i += n176 return i, nil } @@ -8596,11 +8638,11 @@ func (m *TCPSocketAction) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Port.Size())) - n176, err := m.Port.MarshalTo(dAtA[i:]) + n177, err := m.Port.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n176 + i += n177 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(len(m.Host))) @@ -8638,11 +8680,11 @@ func (m *Taint) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x22 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.TimeAdded.Size())) - n177, err := m.TimeAdded.MarshalTo(dAtA[i:]) + n178, err := m.TimeAdded.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n177 + i += n178 return i, nil } @@ -8707,11 +8749,11 @@ func (m *Volume) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.VolumeSource.Size())) - n178, err := m.VolumeSource.MarshalTo(dAtA[i:]) + n179, err := m.VolumeSource.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n178 + i += n179 return i, nil } @@ -8772,31 +8814,31 @@ func (m *VolumeProjection) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Secret.Size())) - n179, err := m.Secret.MarshalTo(dAtA[i:]) + n180, err := m.Secret.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n179 + i += n180 } if m.DownwardAPI != nil { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.DownwardAPI.Size())) - n180, err := m.DownwardAPI.MarshalTo(dAtA[i:]) + n181, err := m.DownwardAPI.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n180 + i += n181 } if m.ConfigMap != nil { dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ConfigMap.Size())) - n181, err := m.ConfigMap.MarshalTo(dAtA[i:]) + n182, err := m.ConfigMap.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n181 + i += n182 } return i, nil } @@ -8820,151 +8862,151 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.HostPath.Size())) - n182, err := m.HostPath.MarshalTo(dAtA[i:]) + n183, err := m.HostPath.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n182 + i += n183 } if m.EmptyDir != nil { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.EmptyDir.Size())) - n183, err := m.EmptyDir.MarshalTo(dAtA[i:]) + n184, err := m.EmptyDir.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n183 + i += n184 } if m.GCEPersistentDisk != nil { dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.GCEPersistentDisk.Size())) - n184, err := m.GCEPersistentDisk.MarshalTo(dAtA[i:]) + n185, err := m.GCEPersistentDisk.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n184 + i += n185 } if m.AWSElasticBlockStore != nil { dAtA[i] = 0x22 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.AWSElasticBlockStore.Size())) - n185, err := m.AWSElasticBlockStore.MarshalTo(dAtA[i:]) + n186, err := m.AWSElasticBlockStore.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n185 + i += n186 } if m.GitRepo != nil { dAtA[i] = 0x2a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.GitRepo.Size())) - n186, err := m.GitRepo.MarshalTo(dAtA[i:]) + n187, err := m.GitRepo.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n186 + i += n187 } if m.Secret != nil { dAtA[i] = 0x32 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Secret.Size())) - n187, err := m.Secret.MarshalTo(dAtA[i:]) + n188, err := m.Secret.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n187 + i += n188 } if m.NFS != nil { dAtA[i] = 0x3a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.NFS.Size())) - n188, err := m.NFS.MarshalTo(dAtA[i:]) + n189, err := m.NFS.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n188 + i += n189 } if m.ISCSI != nil { dAtA[i] = 0x42 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ISCSI.Size())) - n189, err := m.ISCSI.MarshalTo(dAtA[i:]) + n190, err := m.ISCSI.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n189 + i += n190 } if m.Glusterfs != nil { dAtA[i] = 0x4a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Glusterfs.Size())) - n190, err := m.Glusterfs.MarshalTo(dAtA[i:]) + n191, err := m.Glusterfs.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n190 + i += n191 } if m.PersistentVolumeClaim != nil { dAtA[i] = 0x52 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.PersistentVolumeClaim.Size())) - n191, err := m.PersistentVolumeClaim.MarshalTo(dAtA[i:]) + n192, err := m.PersistentVolumeClaim.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n191 + i += n192 } if m.RBD != nil { dAtA[i] = 0x5a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.RBD.Size())) - n192, err := m.RBD.MarshalTo(dAtA[i:]) + n193, err := m.RBD.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n192 + i += n193 } if m.FlexVolume != nil { dAtA[i] = 0x62 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.FlexVolume.Size())) - n193, err := m.FlexVolume.MarshalTo(dAtA[i:]) + n194, err := m.FlexVolume.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n193 + i += n194 } if m.Cinder != nil { dAtA[i] = 0x6a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Cinder.Size())) - n194, err := m.Cinder.MarshalTo(dAtA[i:]) + n195, err := m.Cinder.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n194 + i += n195 } if m.CephFS != nil { dAtA[i] = 0x72 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.CephFS.Size())) - n195, err := m.CephFS.MarshalTo(dAtA[i:]) + n196, err := m.CephFS.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n195 + i += n196 } if m.Flocker != nil { dAtA[i] = 0x7a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Flocker.Size())) - n196, err := m.Flocker.MarshalTo(dAtA[i:]) + n197, err := m.Flocker.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n196 + i += n197 } if m.DownwardAPI != nil { dAtA[i] = 0x82 @@ -8972,11 +9014,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.DownwardAPI.Size())) - n197, err := m.DownwardAPI.MarshalTo(dAtA[i:]) + n198, err := m.DownwardAPI.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n197 + i += n198 } if m.FC != nil { dAtA[i] = 0x8a @@ -8984,11 +9026,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.FC.Size())) - n198, err := m.FC.MarshalTo(dAtA[i:]) + n199, err := m.FC.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n198 + i += n199 } if m.AzureFile != nil { dAtA[i] = 0x92 @@ -8996,11 +9038,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.AzureFile.Size())) - n199, err := m.AzureFile.MarshalTo(dAtA[i:]) + n200, err := m.AzureFile.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n199 + i += n200 } if m.ConfigMap != nil { dAtA[i] = 0x9a @@ -9008,11 +9050,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ConfigMap.Size())) - n200, err := m.ConfigMap.MarshalTo(dAtA[i:]) + n201, err := m.ConfigMap.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n200 + i += n201 } if m.VsphereVolume != nil { dAtA[i] = 0xa2 @@ -9020,11 +9062,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.VsphereVolume.Size())) - n201, err := m.VsphereVolume.MarshalTo(dAtA[i:]) + n202, err := m.VsphereVolume.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n201 + i += n202 } if m.Quobyte != nil { dAtA[i] = 0xaa @@ -9032,11 +9074,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Quobyte.Size())) - n202, err := m.Quobyte.MarshalTo(dAtA[i:]) + n203, err := m.Quobyte.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n202 + i += n203 } if m.AzureDisk != nil { dAtA[i] = 0xb2 @@ -9044,11 +9086,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.AzureDisk.Size())) - n203, err := m.AzureDisk.MarshalTo(dAtA[i:]) + n204, err := m.AzureDisk.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n203 + i += n204 } if m.PhotonPersistentDisk != nil { dAtA[i] = 0xba @@ -9056,11 +9098,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.PhotonPersistentDisk.Size())) - n204, err := m.PhotonPersistentDisk.MarshalTo(dAtA[i:]) + n205, err := m.PhotonPersistentDisk.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n204 + i += n205 } if m.PortworxVolume != nil { dAtA[i] = 0xc2 @@ -9068,11 +9110,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.PortworxVolume.Size())) - n205, err := m.PortworxVolume.MarshalTo(dAtA[i:]) + n206, err := m.PortworxVolume.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n205 + i += n206 } if m.ScaleIO != nil { dAtA[i] = 0xca @@ -9080,11 +9122,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ScaleIO.Size())) - n206, err := m.ScaleIO.MarshalTo(dAtA[i:]) + n207, err := m.ScaleIO.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n206 + i += n207 } if m.Projected != nil { dAtA[i] = 0xd2 @@ -9092,11 +9134,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Projected.Size())) - n207, err := m.Projected.MarshalTo(dAtA[i:]) + n208, err := m.Projected.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n207 + i += n208 } return i, nil } @@ -9148,11 +9190,11 @@ func (m *WeightedPodAffinityTerm) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.PodAffinityTerm.Size())) - n208, err := m.PodAffinityTerm.MarshalTo(dAtA[i:]) + n209, err := m.PodAffinityTerm.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n208 + i += n209 return i, nil } @@ -10276,6 +10318,14 @@ func (m *LocalObjectReference) Size() (n int) { return n } +func (m *LocalVolumeSource) Size() (n int) { + var l int + _ = l + l = len(m.Path) + n += 1 + l + sovGenerated(uint64(l)) + return n +} + func (m *NFSVolumeSource) Size() (n int) { var l int _ = l @@ -10858,6 +10908,10 @@ func (m *PersistentVolumeSource) Size() (n int) { l = m.ScaleIO.Size() n += 2 + l + sovGenerated(uint64(l)) } + if m.Local != nil { + l = m.Local.Size() + n += 2 + l + sovGenerated(uint64(l)) + } return n } @@ -13065,6 +13119,16 @@ func (this *LocalObjectReference) String() string { }, "") return s } +func (this *LocalVolumeSource) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&LocalVolumeSource{`, + `Path:` + fmt.Sprintf("%v", this.Path) + `,`, + `}`, + }, "") + return s +} func (this *NFSVolumeSource) String() string { if this == nil { return "nil" @@ -13513,6 +13577,7 @@ func (this *PersistentVolumeSource) String() string { `PhotonPersistentDisk:` + strings.Replace(fmt.Sprintf("%v", this.PhotonPersistentDisk), "PhotonPersistentDiskVolumeSource", "PhotonPersistentDiskVolumeSource", 1) + `,`, `PortworxVolume:` + strings.Replace(fmt.Sprintf("%v", this.PortworxVolume), "PortworxVolumeSource", "PortworxVolumeSource", 1) + `,`, `ScaleIO:` + strings.Replace(fmt.Sprintf("%v", this.ScaleIO), "ScaleIOVolumeSource", "ScaleIOVolumeSource", 1) + `,`, + `Local:` + strings.Replace(fmt.Sprintf("%v", this.Local), "LocalVolumeSource", "LocalVolumeSource", 1) + `,`, `}`, }, "") return s @@ -24979,6 +25044,85 @@ func (m *LocalObjectReference) Unmarshal(dAtA []byte) error { } return nil } +func (m *LocalVolumeSource) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: LocalVolumeSource: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: LocalVolumeSource: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Path", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Path = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipGenerated(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthGenerated + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func (m *NFSVolumeSource) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 @@ -30634,6 +30778,39 @@ func (m *PersistentVolumeSource) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 20: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Local", 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 > l { + return io.ErrUnexpectedEOF + } + if m.Local == nil { + m.Local = &LocalVolumeSource{} + } + if err := m.Local.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) @@ -43328,711 +43505,712 @@ func init() { } var fileDescriptorGenerated = []byte{ - // 11285 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0xbd, 0x7d, 0x8c, 0x24, 0xc7, - 0x75, 0x18, 0xae, 0x9e, 0xd9, 0xaf, 0x79, 0xfb, 0x5d, 0xb7, 0x77, 0x5c, 0xae, 0xc8, 0xdb, 0x63, - 0x53, 0xa4, 0x8f, 0xe4, 0x71, 0x4f, 0x77, 0x24, 0xc5, 0x93, 0xa8, 0x1f, 0xad, 0xdd, 0x9d, 0xdd, - 0xbb, 0xd5, 0x7d, 0x0d, 0x6b, 0xf6, 0xee, 0x28, 0x8a, 0x3f, 0x91, 0x7d, 0xd3, 0xb5, 0xb3, 0xcd, - 0x9b, 0xed, 0x1e, 0x76, 0xf7, 0xec, 0xdd, 0x4a, 0x11, 0x60, 0x2b, 0x82, 0xe4, 0x00, 0x4a, 0xa2, - 0xc0, 0x11, 0x10, 0x38, 0x01, 0x14, 0x18, 0x88, 0xa3, 0x7c, 0x3a, 0x8a, 0xa0, 0x0f, 0xc3, 0x72, - 0x82, 0x38, 0x96, 0x23, 0x03, 0x89, 0x63, 0xc0, 0x88, 0xed, 0xc0, 0xf0, 0xda, 0x5a, 0x21, 0xfe, - 0x23, 0x40, 0x82, 0x20, 0xf9, 0x6f, 0xf3, 0x81, 0xa0, 0x3e, 0xbb, 0xaa, 0xa7, 0x67, 0xbb, 0x67, - 0x79, 0xbb, 0xa6, 0x84, 0xfc, 0x37, 0x53, 0xef, 0xd5, 0xab, 0x8f, 0xae, 0x7a, 0xf5, 0xde, 0xab, - 0xf7, 0x5e, 0xc1, 0xb9, 0x7b, 0x97, 0xa2, 0x05, 0x2f, 0x38, 0x7f, 0xaf, 0x73, 0x97, 0x84, 0x3e, - 0x89, 0x49, 0x74, 0xbe, 0x7d, 0xaf, 0x79, 0xde, 0x69, 0x7b, 0xe7, 0xb7, 0x2f, 0x9c, 0x6f, 0x12, - 0x9f, 0x84, 0x4e, 0x4c, 0xdc, 0x85, 0x76, 0x18, 0xc4, 0x01, 0x7a, 0x8c, 0x63, 0x2f, 0x24, 0xd8, - 0x0b, 0xed, 0x7b, 0xcd, 0x05, 0xa7, 0xed, 0x2d, 0x6c, 0x5f, 0x98, 0x7b, 0xbe, 0xe9, 0xc5, 0x9b, - 0x9d, 0xbb, 0x0b, 0x8d, 0x60, 0xeb, 0x7c, 0x33, 0x68, 0x06, 0xe7, 0x59, 0xa5, 0xbb, 0x9d, 0x0d, - 0xf6, 0x8f, 0xfd, 0x61, 0xbf, 0x38, 0xb1, 0xb9, 0x17, 0x45, 0xd3, 0x4e, 0xdb, 0xdb, 0x72, 0x1a, - 0x9b, 0x9e, 0x4f, 0xc2, 0x1d, 0xd5, 0x78, 0x48, 0xa2, 0xa0, 0x13, 0x36, 0x48, 0xba, 0x0b, 0x07, - 0xd6, 0x8a, 0xce, 0x6f, 0x91, 0xd8, 0xc9, 0xe8, 0xf8, 0xdc, 0xf9, 0x5e, 0xb5, 0xc2, 0x8e, 0x1f, - 0x7b, 0x5b, 0xdd, 0xcd, 0x7c, 0x24, 0xaf, 0x42, 0xd4, 0xd8, 0x24, 0x5b, 0x4e, 0x57, 0xbd, 0x17, - 0x7a, 0xd5, 0xeb, 0xc4, 0x5e, 0xeb, 0xbc, 0xe7, 0xc7, 0x51, 0x1c, 0x1e, 0x34, 0xa6, 0x88, 0x84, - 0xdb, 0x24, 0x4c, 0x06, 0x44, 0x1e, 0x38, 0x5b, 0xed, 0x16, 0xc9, 0x18, 0x93, 0xfd, 0x87, 0x16, - 0x9c, 0x59, 0xbc, 0x53, 0x5f, 0x69, 0x39, 0x51, 0xec, 0x35, 0x96, 0x5a, 0x41, 0xe3, 0x5e, 0x3d, - 0x0e, 0x42, 0x72, 0x3b, 0x68, 0x75, 0xb6, 0x48, 0x9d, 0x4d, 0x1f, 0x3a, 0x07, 0x23, 0xdb, 0xec, - 0xff, 0x5a, 0x75, 0xd6, 0x3a, 0x63, 0x9d, 0xad, 0x2c, 0x4d, 0xfd, 0x70, 0x77, 0xfe, 0x03, 0x7b, - 0xbb, 0xf3, 0x23, 0xb7, 0x45, 0x39, 0x56, 0x18, 0xe8, 0x69, 0x18, 0xda, 0x88, 0xd6, 0x77, 0xda, - 0x64, 0xb6, 0xc4, 0x70, 0x27, 0x04, 0xee, 0xd0, 0x6a, 0x9d, 0x96, 0x62, 0x01, 0x45, 0xe7, 0xa1, - 0xd2, 0x76, 0xc2, 0xd8, 0x8b, 0xbd, 0xc0, 0x9f, 0x2d, 0x9f, 0xb1, 0xce, 0x0e, 0x2e, 0x4d, 0x0b, - 0xd4, 0x4a, 0x4d, 0x02, 0x70, 0x82, 0x43, 0xbb, 0x11, 0x12, 0xc7, 0xbd, 0xe9, 0xb7, 0x76, 0x66, - 0x07, 0xce, 0x58, 0x67, 0x47, 0x92, 0x6e, 0x60, 0x51, 0x8e, 0x15, 0x86, 0xfd, 0xbd, 0x12, 0x8c, - 0x2c, 0x6e, 0x6c, 0x78, 0xbe, 0x17, 0xef, 0xa0, 0xb7, 0x61, 0xcc, 0x0f, 0x5c, 0x22, 0xff, 0xb3, - 0x51, 0x8c, 0x5e, 0x7c, 0x76, 0xe1, 0xa0, 0xa5, 0xb8, 0x70, 0x43, 0xab, 0xb1, 0x34, 0xb5, 0xb7, - 0x3b, 0x3f, 0xa6, 0x97, 0x60, 0x83, 0x22, 0x7a, 0x13, 0x46, 0xdb, 0x81, 0xab, 0x1a, 0x28, 0xb1, - 0x06, 0x9e, 0x39, 0xb8, 0x81, 0x5a, 0x52, 0x61, 0x69, 0x72, 0x6f, 0x77, 0x7e, 0x54, 0x2b, 0xc0, - 0x3a, 0x39, 0xd4, 0x82, 0x49, 0xfa, 0xd7, 0x8f, 0x3d, 0xd5, 0x42, 0x99, 0xb5, 0xf0, 0x7c, 0x7e, - 0x0b, 0x5a, 0xa5, 0xa5, 0x13, 0x7b, 0xbb, 0xf3, 0x93, 0xa9, 0x42, 0x9c, 0x26, 0x6d, 0x7f, 0x16, - 0x26, 0x16, 0xe3, 0xd8, 0x69, 0x6c, 0x12, 0x97, 0x7f, 0x5f, 0xf4, 0x22, 0x0c, 0xf8, 0xce, 0x16, - 0x11, 0x5f, 0xff, 0x8c, 0x98, 0xf6, 0x81, 0x1b, 0xce, 0x16, 0xd9, 0xdf, 0x9d, 0x9f, 0xba, 0xe5, - 0x7b, 0xef, 0x76, 0xc4, 0x9a, 0xa1, 0x65, 0x98, 0x61, 0xa3, 0x8b, 0x00, 0x2e, 0xd9, 0xf6, 0x1a, - 0xa4, 0xe6, 0xc4, 0x9b, 0x62, 0x35, 0x20, 0x51, 0x17, 0xaa, 0x0a, 0x82, 0x35, 0x2c, 0xfb, 0x0b, - 0x16, 0x54, 0x16, 0xb7, 0x03, 0xcf, 0xad, 0x05, 0x6e, 0x84, 0x3a, 0x30, 0xd9, 0x0e, 0xc9, 0x06, - 0x09, 0x55, 0xd1, 0xac, 0x75, 0xa6, 0x7c, 0x76, 0xf4, 0xe2, 0xc5, 0x9c, 0x71, 0x9b, 0x95, 0x56, - 0xfc, 0x38, 0xdc, 0x59, 0x7a, 0x44, 0x34, 0x3d, 0x99, 0x82, 0xe2, 0x74, 0x1b, 0xf6, 0x6f, 0x95, - 0xe0, 0xe4, 0xe2, 0x67, 0x3b, 0x21, 0xa9, 0x7a, 0xd1, 0xbd, 0xf4, 0x56, 0x70, 0xbd, 0xe8, 0xde, - 0x8d, 0x64, 0x32, 0xd4, 0x1a, 0xac, 0x8a, 0x72, 0xac, 0x30, 0xd0, 0xf3, 0x30, 0x4c, 0x7f, 0xdf, - 0xc2, 0x6b, 0x62, 0xf4, 0x27, 0x04, 0xf2, 0x68, 0xd5, 0x89, 0x9d, 0x2a, 0x07, 0x61, 0x89, 0x83, - 0xae, 0xc3, 0x68, 0x83, 0xed, 0xf7, 0xe6, 0xf5, 0xc0, 0x25, 0xec, 0x0b, 0x57, 0x96, 0x9e, 0xa3, - 0xe8, 0xcb, 0x49, 0xf1, 0xfe, 0xee, 0xfc, 0x2c, 0xef, 0x9b, 0x20, 0xa1, 0xc1, 0xb0, 0x5e, 0x1f, - 0xd9, 0x6a, 0x23, 0x0e, 0x30, 0x4a, 0x90, 0xb1, 0x09, 0xcf, 0x6a, 0x7b, 0x6a, 0x90, 0xed, 0xa9, - 0xb1, 0xec, 0xfd, 0x84, 0x2e, 0xc0, 0xc0, 0x3d, 0xcf, 0x77, 0x67, 0x87, 0x18, 0xad, 0xc7, 0xe9, - 0xe7, 0xbf, 0xea, 0xf9, 0xee, 0xfe, 0xee, 0xfc, 0xb4, 0xd1, 0x1d, 0x5a, 0x88, 0x19, 0xaa, 0xfd, - 0x0f, 0x2d, 0x31, 0x8d, 0xab, 0x5e, 0xcb, 0xe4, 0x28, 0x17, 0x01, 0x22, 0xd2, 0x08, 0x49, 0xac, - 0x4d, 0xa4, 0x5a, 0x19, 0x75, 0x05, 0xc1, 0x1a, 0x16, 0xe5, 0x17, 0xd1, 0xa6, 0x13, 0xb2, 0x05, - 0x26, 0xa6, 0x53, 0xf1, 0x8b, 0xba, 0x04, 0xe0, 0x04, 0xc7, 0xe0, 0x17, 0xe5, 0x5c, 0x7e, 0xf1, - 0x9b, 0x16, 0x0c, 0x2f, 0x79, 0xbe, 0xeb, 0xf9, 0x4d, 0xf4, 0x36, 0x8c, 0xd0, 0x43, 0xc0, 0x75, - 0x62, 0x47, 0xb0, 0x8a, 0x0f, 0xcb, 0xf5, 0xa6, 0xf3, 0x64, 0xb9, 0xe2, 0xa2, 0x05, 0x8a, 0x4d, - 0xd7, 0xdd, 0xcd, 0xbb, 0xef, 0x90, 0x46, 0x7c, 0x9d, 0xc4, 0x4e, 0x32, 0x9c, 0xa4, 0x0c, 0x2b, - 0xaa, 0xe8, 0x16, 0x0c, 0xc5, 0x4e, 0xd8, 0x24, 0xb1, 0xe0, 0x14, 0x39, 0xfb, 0x98, 0xd3, 0xc0, - 0x74, 0x95, 0x12, 0xbf, 0x41, 0x12, 0x9e, 0xba, 0xce, 0x88, 0x60, 0x41, 0xcc, 0x6e, 0xc0, 0xd8, - 0xb2, 0xd3, 0x76, 0xee, 0x7a, 0x2d, 0x2f, 0xf6, 0x48, 0x84, 0x7e, 0x06, 0xca, 0x8e, 0xeb, 0xb2, - 0x3d, 0x53, 0x59, 0x3a, 0xb9, 0xb7, 0x3b, 0x5f, 0x5e, 0x74, 0xe9, 0x27, 0x03, 0x85, 0xb5, 0x83, - 0x29, 0x06, 0x7a, 0x16, 0x06, 0xdc, 0x30, 0x68, 0xcf, 0x96, 0x18, 0xe6, 0x29, 0xfa, 0x75, 0xab, - 0x61, 0xd0, 0x4e, 0xa1, 0x32, 0x1c, 0xfb, 0x07, 0x25, 0x40, 0xcb, 0xa4, 0xbd, 0xb9, 0x5a, 0x37, - 0xbe, 0xe9, 0x59, 0x18, 0xd9, 0x0a, 0x7c, 0x2f, 0x0e, 0xc2, 0x48, 0x34, 0xc8, 0x96, 0xd2, 0x75, - 0x51, 0x86, 0x15, 0x14, 0x9d, 0x81, 0x81, 0x76, 0xc2, 0x11, 0xc6, 0x24, 0x37, 0x61, 0xbc, 0x80, - 0x41, 0x28, 0x46, 0x27, 0x22, 0xa1, 0xd8, 0x02, 0x0a, 0xe3, 0x56, 0x44, 0x42, 0xcc, 0x20, 0xc9, - 0x0a, 0xa2, 0x6b, 0x4b, 0x2c, 0xf0, 0xd4, 0x0a, 0xa2, 0x10, 0xac, 0x61, 0xa1, 0xb7, 0xa0, 0xc2, - 0xff, 0x61, 0xb2, 0xc1, 0x56, 0x7b, 0x2e, 0x1f, 0xb9, 0x16, 0x34, 0x9c, 0x56, 0x7a, 0xf2, 0xc7, - 0xd9, 0x8a, 0x93, 0x84, 0x70, 0x42, 0xd3, 0x58, 0x71, 0x43, 0xb9, 0x2b, 0xee, 0x6f, 0x59, 0x80, - 0x96, 0x3d, 0xdf, 0x25, 0xe1, 0x31, 0x9c, 0xb6, 0xfd, 0x6d, 0x86, 0x3f, 0xa6, 0x5d, 0x0b, 0xb6, - 0xda, 0x81, 0x4f, 0xfc, 0x78, 0x39, 0xf0, 0x5d, 0x7e, 0x02, 0x7f, 0x0c, 0x06, 0x62, 0xda, 0x14, - 0xef, 0xd6, 0xd3, 0xf2, 0xb3, 0xd0, 0x06, 0xf6, 0x77, 0xe7, 0x4f, 0x75, 0xd7, 0x60, 0x5d, 0x60, - 0x75, 0xd0, 0x47, 0x61, 0x28, 0x8a, 0x9d, 0xb8, 0x13, 0x89, 0x8e, 0x3e, 0x21, 0x3b, 0x5a, 0x67, - 0xa5, 0xfb, 0xbb, 0xf3, 0x93, 0xaa, 0x1a, 0x2f, 0xc2, 0xa2, 0x02, 0x7a, 0x06, 0x86, 0xb7, 0x48, - 0x14, 0x39, 0x4d, 0xc9, 0x13, 0x27, 0x45, 0xdd, 0xe1, 0xeb, 0xbc, 0x18, 0x4b, 0x38, 0x7a, 0x12, - 0x06, 0x49, 0x18, 0x06, 0xa1, 0x58, 0x11, 0xe3, 0x02, 0x71, 0x70, 0x85, 0x16, 0x62, 0x0e, 0xb3, - 0xff, 0xa3, 0x05, 0x93, 0xaa, 0xaf, 0xbc, 0xad, 0x63, 0xd8, 0xf2, 0x2e, 0x40, 0x43, 0x0e, 0x30, - 0x62, 0x1b, 0x4d, 0x6b, 0x23, 0x7b, 0xf9, 0x75, 0x4f, 0x68, 0xd2, 0x86, 0x2a, 0x8a, 0xb0, 0x46, - 0xd7, 0xfe, 0x37, 0x16, 0x9c, 0x48, 0x8d, 0xed, 0x9a, 0x17, 0xc5, 0xe8, 0xcd, 0xae, 0xf1, 0x2d, - 0x14, 0x1b, 0x1f, 0xad, 0xcd, 0x46, 0xa7, 0xd6, 0x8b, 0x2c, 0xd1, 0xc6, 0x86, 0x61, 0xd0, 0x8b, - 0xc9, 0x96, 0x1c, 0xd6, 0xf3, 0x05, 0x87, 0xc5, 0xfb, 0x97, 0x7c, 0xa5, 0x35, 0x4a, 0x03, 0x73, - 0x52, 0xf6, 0xff, 0xb4, 0xa0, 0xb2, 0x1c, 0xf8, 0x1b, 0x5e, 0xf3, 0xba, 0xd3, 0x3e, 0x86, 0xef, - 0x53, 0x87, 0x01, 0x46, 0x9d, 0x0f, 0xe1, 0x42, 0xde, 0x10, 0x44, 0xc7, 0x16, 0xe8, 0xb9, 0xc7, - 0xe5, 0x0b, 0xc5, 0xa6, 0x68, 0x11, 0x66, 0xc4, 0xe6, 0x5e, 0x86, 0x8a, 0x42, 0x40, 0x53, 0x50, - 0xbe, 0x47, 0xb8, 0xf0, 0x59, 0xc1, 0xf4, 0x27, 0x9a, 0x81, 0xc1, 0x6d, 0xa7, 0xd5, 0x11, 0x9b, - 0x17, 0xf3, 0x3f, 0x1f, 0x2b, 0x5d, 0xb2, 0xec, 0x1f, 0xb0, 0x1d, 0x28, 0x1a, 0x59, 0xf1, 0xb7, - 0x05, 0x73, 0xf8, 0xa2, 0x05, 0x33, 0xad, 0x0c, 0xa6, 0x24, 0xe6, 0xe4, 0x30, 0xec, 0xec, 0x31, - 0xd1, 0xed, 0x99, 0x2c, 0x28, 0xce, 0x6c, 0x8d, 0xf2, 0xfa, 0xa0, 0x4d, 0x17, 0x9c, 0xd3, 0x62, - 0x5d, 0x17, 0x62, 0xc3, 0x4d, 0x51, 0x86, 0x15, 0xd4, 0xfe, 0x73, 0x0b, 0x66, 0xd4, 0x38, 0xae, - 0x92, 0x9d, 0x3a, 0x69, 0x91, 0x46, 0x1c, 0x84, 0xef, 0x97, 0x91, 0x3c, 0xce, 0xbf, 0x09, 0xe7, - 0x49, 0xa3, 0x82, 0x40, 0xf9, 0x2a, 0xd9, 0xe1, 0x1f, 0x48, 0x1f, 0x68, 0xf9, 0xc0, 0x81, 0xfe, - 0xba, 0x05, 0xe3, 0x6a, 0xa0, 0xc7, 0xb0, 0xe5, 0xae, 0x99, 0x5b, 0xee, 0x67, 0x0a, 0xae, 0xd7, - 0x1e, 0x9b, 0xed, 0x6f, 0x96, 0x28, 0xdb, 0x10, 0x38, 0xb5, 0x30, 0xa0, 0x93, 0x44, 0x39, 0xfe, - 0xfb, 0xe4, 0x2b, 0xf5, 0x37, 0xd8, 0xab, 0x64, 0x67, 0x3d, 0xa0, 0xd2, 0x44, 0xf6, 0x60, 0x8d, - 0x8f, 0x3a, 0x70, 0xe0, 0x47, 0xfd, 0x9d, 0x12, 0x9c, 0x54, 0xd3, 0x62, 0x9c, 0xd2, 0x3f, 0x95, - 0x13, 0x73, 0x01, 0x46, 0x5d, 0xb2, 0xe1, 0x74, 0x5a, 0xb1, 0x52, 0x40, 0x06, 0xb9, 0x66, 0x5a, - 0x4d, 0x8a, 0xb1, 0x8e, 0xd3, 0xc7, 0x5c, 0x7e, 0x7d, 0x94, 0xf1, 0xf3, 0xd8, 0xa1, 0xab, 0x9e, - 0x4a, 0x78, 0x9a, 0x46, 0x39, 0xa6, 0x6b, 0x94, 0x42, 0x7b, 0x7c, 0x12, 0x06, 0xbd, 0x2d, 0x7a, - 0xe6, 0x97, 0xcc, 0xa3, 0x7c, 0x8d, 0x16, 0x62, 0x0e, 0x43, 0x4f, 0xc1, 0x70, 0x23, 0xd8, 0xda, - 0x72, 0x7c, 0x77, 0xb6, 0xcc, 0x64, 0xce, 0x51, 0x2a, 0x16, 0x2c, 0xf3, 0x22, 0x2c, 0x61, 0xe8, - 0x31, 0x18, 0x70, 0xc2, 0x66, 0x34, 0x3b, 0xc0, 0x70, 0x46, 0x68, 0x4b, 0x8b, 0x61, 0x33, 0xc2, - 0xac, 0x94, 0xca, 0x92, 0xf7, 0x83, 0xf0, 0x9e, 0xe7, 0x37, 0xab, 0x5e, 0xc8, 0x04, 0x43, 0x4d, - 0x96, 0xbc, 0xa3, 0x20, 0x58, 0xc3, 0x42, 0x35, 0x18, 0x6c, 0x07, 0x61, 0x1c, 0xcd, 0x0e, 0xb1, - 0x89, 0x7f, 0x2e, 0x77, 0xfb, 0xf1, 0x71, 0xd7, 0x82, 0x30, 0x4e, 0x86, 0x42, 0xff, 0x45, 0x98, - 0x13, 0x42, 0xcb, 0x50, 0x26, 0xfe, 0xf6, 0xec, 0x30, 0xa3, 0xf7, 0xa1, 0x83, 0xe9, 0xad, 0xf8, - 0xdb, 0xb7, 0x9d, 0x30, 0xe1, 0x57, 0x2b, 0xfe, 0x36, 0xa6, 0xb5, 0x51, 0x03, 0x2a, 0xd2, 0xea, - 0x15, 0xcd, 0x8e, 0x14, 0x59, 0x8a, 0x58, 0xa0, 0x63, 0xf2, 0x6e, 0xc7, 0x0b, 0xc9, 0x16, 0xf1, - 0xe3, 0x28, 0x51, 0xac, 0x24, 0x34, 0xc2, 0x09, 0x5d, 0xd4, 0x80, 0x31, 0x2e, 0x7f, 0x5e, 0x0f, - 0x3a, 0x7e, 0x1c, 0xcd, 0x56, 0x58, 0x97, 0x73, 0x8c, 0x1d, 0xb7, 0x93, 0x1a, 0x4b, 0x33, 0x82, - 0xfc, 0x98, 0x56, 0x18, 0x61, 0x83, 0x28, 0x7a, 0x13, 0xc6, 0x5b, 0xde, 0x36, 0xf1, 0x49, 0x14, - 0xd5, 0xc2, 0xe0, 0x2e, 0x99, 0x05, 0x36, 0x9a, 0x27, 0xf3, 0x14, 0xff, 0xe0, 0x2e, 0x59, 0x9a, - 0xde, 0xdb, 0x9d, 0x1f, 0xbf, 0xa6, 0xd7, 0xc6, 0x26, 0x31, 0xf4, 0x16, 0x4c, 0x50, 0x61, 0xd7, - 0x4b, 0xc8, 0x8f, 0x16, 0x27, 0x8f, 0xf6, 0x76, 0xe7, 0x27, 0xb0, 0x51, 0x1d, 0xa7, 0xc8, 0xa1, - 0x75, 0xa8, 0xb4, 0xbc, 0x0d, 0xd2, 0xd8, 0x69, 0xb4, 0xc8, 0xec, 0x18, 0xa3, 0x9d, 0xb3, 0x39, - 0xaf, 0x49, 0x74, 0xae, 0x60, 0xa8, 0xbf, 0x38, 0x21, 0x84, 0x6e, 0xc3, 0xa9, 0x98, 0x84, 0x5b, - 0x9e, 0xef, 0xd0, 0x4d, 0x25, 0xa4, 0x5f, 0x66, 0x5d, 0x19, 0x67, 0xab, 0xf6, 0xb4, 0x98, 0xd8, - 0x53, 0xeb, 0x99, 0x58, 0xb8, 0x47, 0x6d, 0x74, 0x13, 0x26, 0xd9, 0x7e, 0xaa, 0x75, 0x5a, 0xad, - 0x5a, 0xd0, 0xf2, 0x1a, 0x3b, 0xb3, 0x13, 0x8c, 0xe0, 0x53, 0xd2, 0x66, 0xb2, 0x66, 0x82, 0xa9, - 0x62, 0x98, 0xfc, 0xc3, 0xe9, 0xda, 0xa8, 0x05, 0x93, 0x11, 0x69, 0x74, 0x42, 0x2f, 0xde, 0xa1, - 0x6b, 0x9f, 0x3c, 0x88, 0x67, 0x27, 0x8b, 0x28, 0xba, 0x75, 0xb3, 0x12, 0x37, 0x58, 0xa5, 0x0a, - 0x71, 0x9a, 0x34, 0x65, 0x15, 0x51, 0xec, 0x7a, 0xfe, 0xec, 0x14, 0xe3, 0x40, 0x6a, 0x7f, 0xd5, - 0x69, 0x21, 0xe6, 0x30, 0x66, 0x3f, 0xa0, 0x3f, 0x6e, 0x52, 0x2e, 0x3d, 0xcd, 0x10, 0x13, 0xfb, - 0x81, 0x04, 0xe0, 0x04, 0x87, 0x8a, 0x06, 0x71, 0xbc, 0x33, 0x8b, 0x18, 0xaa, 0xda, 0x6a, 0xeb, - 0xeb, 0x9f, 0xc2, 0xb4, 0x1c, 0xdd, 0x86, 0x61, 0xe2, 0x6f, 0xaf, 0x86, 0xc1, 0xd6, 0xec, 0x89, - 0x22, 0x3c, 0x60, 0x85, 0x23, 0xf3, 0xf3, 0x23, 0x51, 0x61, 0x44, 0x31, 0x96, 0xc4, 0xd0, 0x03, - 0x98, 0xcd, 0xf8, 0x4a, 0xfc, 0xa3, 0xcc, 0xb0, 0x8f, 0xf2, 0x71, 0x51, 0x77, 0x76, 0xbd, 0x07, - 0xde, 0xfe, 0x01, 0x30, 0xdc, 0x93, 0xba, 0x7d, 0x17, 0x26, 0x14, 0xa3, 0x62, 0xdf, 0x1b, 0xcd, - 0xc3, 0x20, 0xe5, 0xc5, 0x52, 0xa1, 0xaf, 0xd0, 0x49, 0xa5, 0x2c, 0x3a, 0xc2, 0xbc, 0x9c, 0x4d, - 0xaa, 0xf7, 0x59, 0xb2, 0xb4, 0x13, 0x13, 0xae, 0xd8, 0x95, 0xb5, 0x49, 0x95, 0x00, 0x9c, 0xe0, - 0xd8, 0xff, 0x87, 0x8b, 0x49, 0x09, 0x37, 0x2c, 0x70, 0x12, 0x9c, 0x83, 0x91, 0xcd, 0x20, 0x8a, - 0x29, 0x36, 0x6b, 0x63, 0x30, 0x11, 0x8c, 0xae, 0x88, 0x72, 0xac, 0x30, 0xd0, 0x2b, 0x30, 0xde, - 0xd0, 0x1b, 0x10, 0xc7, 0xd8, 0x49, 0x51, 0xc5, 0x6c, 0x1d, 0x9b, 0xb8, 0xe8, 0x12, 0x8c, 0x30, - 0xc3, 0x78, 0x23, 0x68, 0x09, 0x15, 0x52, 0x9e, 0xca, 0x23, 0x35, 0x51, 0xbe, 0xaf, 0xfd, 0xc6, - 0x0a, 0x9b, 0x2a, 0xe2, 0xb4, 0x0b, 0x6b, 0x35, 0x71, 0x80, 0x28, 0x45, 0xfc, 0x0a, 0x2b, 0xc5, - 0x02, 0x6a, 0xff, 0xb3, 0x92, 0x36, 0xcb, 0x54, 0x01, 0x22, 0xe8, 0x0d, 0x18, 0xbe, 0xef, 0x78, - 0xb1, 0xe7, 0x37, 0x85, 0xf4, 0xf0, 0x42, 0xc1, 0xd3, 0x84, 0x55, 0xbf, 0xc3, 0xab, 0xf2, 0x93, - 0x4f, 0xfc, 0xc1, 0x92, 0x20, 0xa5, 0x1d, 0x76, 0x7c, 0x9f, 0xd2, 0x2e, 0xf5, 0x4f, 0x1b, 0xf3, - 0xaa, 0x9c, 0xb6, 0xf8, 0x83, 0x25, 0x41, 0xb4, 0x01, 0x20, 0xd7, 0x12, 0x71, 0x85, 0x41, 0xfa, - 0x23, 0xfd, 0x90, 0x5f, 0x57, 0xb5, 0x97, 0x26, 0xe8, 0x59, 0x9b, 0xfc, 0xc7, 0x1a, 0x65, 0x3b, - 0x66, 0x42, 0x58, 0x77, 0xb7, 0xd0, 0xa7, 0xe9, 0x96, 0x76, 0xc2, 0x98, 0xb8, 0x8b, 0x71, 0xda, - 0xa6, 0x7f, 0xb0, 0x88, 0xbd, 0xee, 0x6d, 0x11, 0x7d, 0xfb, 0x0b, 0x22, 0x38, 0xa1, 0x67, 0x7f, - 0xb7, 0x0c, 0xb3, 0xbd, 0xba, 0x4b, 0x97, 0x24, 0x79, 0xe0, 0xc5, 0xcb, 0x54, 0x4c, 0xb2, 0xcc, - 0x25, 0xb9, 0x22, 0xca, 0xb1, 0xc2, 0xa0, 0x6b, 0x23, 0xf2, 0x9a, 0x52, 0x59, 0x1a, 0x4c, 0xd6, - 0x46, 0x9d, 0x95, 0x62, 0x01, 0xa5, 0x78, 0x21, 0x71, 0x22, 0x71, 0x1f, 0xa2, 0xad, 0x21, 0xcc, - 0x4a, 0xb1, 0x80, 0xea, 0x06, 0x91, 0x81, 0x1c, 0x83, 0x88, 0x31, 0x45, 0x83, 0x0f, 0x77, 0x8a, - 0xd0, 0x67, 0x00, 0x36, 0x3c, 0xdf, 0x8b, 0x36, 0x19, 0xf5, 0xa1, 0xbe, 0xa9, 0x2b, 0x21, 0x6b, - 0x55, 0x51, 0xc1, 0x1a, 0x45, 0xf4, 0x12, 0x8c, 0xaa, 0xed, 0xb9, 0x56, 0x9d, 0x1d, 0x36, 0x6d, - 0xe8, 0x09, 0xaf, 0xaa, 0x62, 0x1d, 0xcf, 0x7e, 0x27, 0xbd, 0x5e, 0xc4, 0xae, 0xd0, 0xe6, 0xd7, - 0x2a, 0x3a, 0xbf, 0xa5, 0x83, 0xe7, 0xd7, 0xfe, 0x83, 0x32, 0x4c, 0x1a, 0x8d, 0x75, 0xa2, 0x02, - 0x1c, 0xed, 0x35, 0x7a, 0x60, 0x39, 0x31, 0x11, 0x7b, 0xf2, 0x5c, 0x3f, 0x9b, 0x46, 0x3f, 0xde, - 0xe8, 0x5e, 0xe0, 0x94, 0xd0, 0x26, 0x54, 0x5a, 0x4e, 0xc4, 0x4c, 0x2a, 0x44, 0xec, 0xc5, 0xfe, - 0xc8, 0x26, 0xea, 0x87, 0x13, 0xc5, 0xda, 0xe9, 0xc1, 0x5b, 0x49, 0x88, 0xd3, 0xd3, 0x96, 0x0a, - 0x3b, 0xf2, 0x12, 0x4e, 0x75, 0x87, 0x4a, 0x44, 0x3b, 0x98, 0xc3, 0xd0, 0x25, 0x18, 0x0b, 0x09, - 0x5b, 0x29, 0xcb, 0x54, 0x9e, 0x63, 0x4b, 0x6f, 0x30, 0x11, 0xfc, 0xb0, 0x06, 0xc3, 0x06, 0x66, - 0x22, 0xf7, 0x0f, 0x1d, 0x20, 0xf7, 0x3f, 0x03, 0xc3, 0xec, 0x87, 0x5a, 0x15, 0xea, 0x0b, 0xad, - 0xf1, 0x62, 0x2c, 0xe1, 0xe9, 0x45, 0x34, 0x52, 0x70, 0x11, 0x3d, 0x0b, 0x13, 0x55, 0x87, 0x6c, - 0x05, 0xfe, 0x8a, 0xef, 0xb6, 0x03, 0xcf, 0x8f, 0xd1, 0x2c, 0x0c, 0xb0, 0xf3, 0x84, 0xef, 0xf7, - 0x01, 0x4a, 0x01, 0x0f, 0x50, 0xd9, 0xdd, 0xfe, 0xe3, 0x12, 0x8c, 0x57, 0x49, 0x8b, 0xc4, 0x84, - 0xeb, 0x3d, 0x11, 0x5a, 0x05, 0xd4, 0x0c, 0x9d, 0x06, 0xa9, 0x91, 0xd0, 0x0b, 0xdc, 0x3a, 0x69, - 0x04, 0x3e, 0xbb, 0xbb, 0xa2, 0x07, 0xe4, 0xa9, 0xbd, 0xdd, 0x79, 0x74, 0xb9, 0x0b, 0x8a, 0x33, - 0x6a, 0x20, 0x17, 0xc6, 0xdb, 0x21, 0x31, 0xec, 0x86, 0x56, 0xbe, 0xa8, 0x51, 0xd3, 0xab, 0x70, - 0x69, 0xd8, 0x28, 0xc2, 0x26, 0x51, 0xf4, 0x09, 0x98, 0x0a, 0xc2, 0xf6, 0xa6, 0xe3, 0x57, 0x49, - 0x9b, 0xf8, 0x2e, 0x55, 0x01, 0x84, 0xb5, 0x63, 0x66, 0x6f, 0x77, 0x7e, 0xea, 0x66, 0x0a, 0x86, - 0xbb, 0xb0, 0xd1, 0x1b, 0x30, 0xdd, 0x0e, 0x83, 0xb6, 0xd3, 0x64, 0x4b, 0x46, 0x48, 0x2b, 0x9c, - 0x37, 0x9d, 0xdb, 0xdb, 0x9d, 0x9f, 0xae, 0xa5, 0x81, 0xfb, 0xbb, 0xf3, 0x27, 0xd8, 0x94, 0xd1, - 0x92, 0x04, 0x88, 0xbb, 0xc9, 0xd8, 0xef, 0xc2, 0xc9, 0x6a, 0x70, 0xdf, 0xbf, 0xef, 0x84, 0xee, - 0x62, 0x6d, 0x4d, 0x33, 0x4e, 0xbc, 0x2e, 0x95, 0x5f, 0x7e, 0x27, 0x98, 0x73, 0xb2, 0x69, 0x34, - 0xb8, 0xda, 0xb1, 0xea, 0xb5, 0x48, 0x0f, 0x73, 0xc8, 0x3f, 0x2a, 0x19, 0x6d, 0x26, 0xf8, 0xea, - 0xee, 0xc2, 0xea, 0x79, 0x77, 0xf1, 0x69, 0x18, 0xd9, 0xf0, 0x48, 0xcb, 0xc5, 0x64, 0x43, 0x7c, - 0xad, 0x0b, 0x45, 0x2e, 0x77, 0x56, 0x69, 0x1d, 0x69, 0x1d, 0xe3, 0x4a, 0xf4, 0xaa, 0x20, 0x83, - 0x15, 0x41, 0xd4, 0x81, 0x29, 0xa9, 0x87, 0x49, 0xa8, 0xd8, 0xec, 0x2f, 0x14, 0x53, 0xf3, 0xcc, - 0x66, 0xd8, 0xe7, 0xc5, 0x29, 0x82, 0xb8, 0xab, 0x09, 0xaa, 0x3f, 0x6f, 0xd1, 0xa3, 0x6e, 0x80, - 0x2d, 0x7d, 0xa6, 0x3f, 0x33, 0x53, 0x00, 0x2b, 0xb5, 0x7f, 0xc5, 0x82, 0x47, 0xba, 0x66, 0x4b, - 0xd8, 0x49, 0x8e, 0xec, 0x1b, 0xa5, 0x8d, 0x15, 0xa5, 0x7c, 0x63, 0x85, 0x7d, 0x13, 0x66, 0x56, - 0xb6, 0xda, 0xf1, 0x4e, 0xd5, 0x33, 0xaf, 0x5c, 0x5e, 0x86, 0xa1, 0x2d, 0xe2, 0x7a, 0x9d, 0x2d, - 0xf1, 0x59, 0xe7, 0xe5, 0xb9, 0x70, 0x9d, 0x95, 0xee, 0xef, 0xce, 0x8f, 0xd7, 0xe3, 0x20, 0x74, - 0x9a, 0x84, 0x17, 0x60, 0x81, 0x6e, 0xff, 0xc8, 0x82, 0x49, 0xc9, 0x1f, 0x16, 0x5d, 0x37, 0x24, - 0x51, 0x84, 0xe6, 0xa0, 0xe4, 0xb5, 0x05, 0x21, 0x10, 0x84, 0x4a, 0x6b, 0x35, 0x5c, 0xf2, 0xda, - 0xe8, 0x0d, 0xa8, 0xf0, 0x9b, 0xba, 0x64, 0x71, 0xf4, 0x79, 0xf3, 0xc7, 0x74, 0xc3, 0x75, 0x49, - 0x03, 0x27, 0xe4, 0xa4, 0x94, 0xcc, 0x4e, 0x9e, 0xb2, 0x79, 0x6f, 0x74, 0x45, 0x94, 0x63, 0x85, - 0x81, 0xce, 0xc2, 0x88, 0x1f, 0xb8, 0xfc, 0x32, 0x95, 0xef, 0x53, 0xb6, 0xe4, 0x6e, 0x88, 0x32, - 0xac, 0xa0, 0xf6, 0x57, 0x2c, 0x18, 0x93, 0x63, 0x2c, 0x28, 0xb0, 0xd3, 0x4d, 0x92, 0x08, 0xeb, - 0xc9, 0x26, 0xa1, 0x02, 0x37, 0x83, 0x18, 0x72, 0x76, 0xb9, 0x1f, 0x39, 0xdb, 0xfe, 0xb5, 0x12, - 0x4c, 0xc8, 0xee, 0xd4, 0x3b, 0x77, 0x23, 0x42, 0xc5, 0x90, 0x8a, 0xc3, 0x27, 0x9f, 0xc8, 0x75, - 0xf6, 0x7c, 0x9e, 0x2e, 0x66, 0x7c, 0xb3, 0x44, 0xcc, 0x59, 0x94, 0x74, 0x70, 0x42, 0x12, 0x6d, - 0xc3, 0xb4, 0x1f, 0xc4, 0xec, 0x78, 0x53, 0xf0, 0x62, 0x37, 0x1d, 0xe9, 0x76, 0x1e, 0x15, 0xed, - 0x4c, 0xdf, 0x48, 0xd3, 0xc3, 0xdd, 0x4d, 0xa0, 0x9b, 0xd2, 0xc6, 0x54, 0x66, 0x6d, 0x3d, 0x5b, - 0xac, 0xad, 0xde, 0x26, 0x26, 0xfb, 0xb7, 0x2d, 0xa8, 0x48, 0xb4, 0xe3, 0xb8, 0xf2, 0xba, 0x03, - 0xc3, 0x11, 0xfb, 0x44, 0x72, 0xba, 0xce, 0x15, 0x1b, 0x02, 0xff, 0xae, 0xc9, 0x99, 0xce, 0xff, - 0x47, 0x58, 0x52, 0x63, 0xc6, 0x76, 0x35, 0x90, 0xf7, 0x9d, 0xb1, 0x5d, 0xf5, 0xac, 0xf7, 0xcd, - 0xd6, 0xb8, 0x61, 0x0d, 0xa0, 0x82, 0x69, 0x3b, 0x24, 0x1b, 0xde, 0x83, 0xb4, 0x60, 0x5a, 0x63, - 0xa5, 0x58, 0x40, 0xd1, 0x06, 0x8c, 0x35, 0xa4, 0x39, 0x3a, 0x61, 0x21, 0x1f, 0x2e, 0x68, 0xfb, - 0x57, 0xd7, 0x48, 0xdc, 0x9b, 0x69, 0x59, 0xa3, 0x84, 0x0d, 0xba, 0x94, 0x4f, 0x25, 0x37, 0xe5, - 0xe5, 0x82, 0x86, 0x9b, 0x90, 0xc4, 0x49, 0x0b, 0x3d, 0x2f, 0xc9, 0xed, 0x6f, 0x58, 0x30, 0xc4, - 0xed, 0x97, 0xc5, 0x8c, 0xc0, 0xda, 0x05, 0x59, 0x32, 0x9f, 0xb7, 0x69, 0xa1, 0xb8, 0x2f, 0x43, - 0x77, 0xa0, 0xc2, 0x7e, 0x30, 0x5b, 0x4c, 0xb9, 0x88, 0x6b, 0x17, 0x6f, 0x5f, 0xef, 0xea, 0x6d, - 0x49, 0x00, 0x27, 0xb4, 0xec, 0xef, 0x97, 0x29, 0xeb, 0x4b, 0x50, 0x8d, 0xb3, 0xdd, 0x3a, 0x8e, - 0xb3, 0xbd, 0x74, 0xf4, 0x67, 0xfb, 0xbb, 0x30, 0xd9, 0xd0, 0x2e, 0xe8, 0x92, 0x2f, 0x7e, 0xb1, - 0xe0, 0xb2, 0xd2, 0x6e, 0xf5, 0xb8, 0xbd, 0x6e, 0xd9, 0x24, 0x87, 0xd3, 0xf4, 0x11, 0x81, 0x31, - 0xbe, 0x1e, 0x44, 0x7b, 0x03, 0xac, 0xbd, 0xf3, 0x45, 0x56, 0x98, 0xde, 0x18, 0x5b, 0xc5, 0x75, - 0x8d, 0x10, 0x36, 0xc8, 0xda, 0xbf, 0x34, 0x08, 0x83, 0x2b, 0xdb, 0xc4, 0x8f, 0x8f, 0x81, 0xd5, - 0x6d, 0xc1, 0x84, 0xe7, 0x6f, 0x07, 0xad, 0x6d, 0xe2, 0x72, 0xf8, 0xe1, 0x8e, 0xf7, 0x53, 0xa2, - 0x91, 0x89, 0x35, 0x83, 0x18, 0x4e, 0x11, 0x3f, 0x0a, 0x4b, 0xc1, 0x6b, 0x30, 0xc4, 0x57, 0x86, - 0x30, 0x13, 0xe4, 0xd8, 0xf3, 0xd9, 0xc4, 0x8a, 0x1d, 0x94, 0xd8, 0x33, 0xf8, 0x55, 0x82, 0x20, - 0x84, 0xde, 0x81, 0x89, 0x0d, 0x2f, 0x8c, 0x62, 0xaa, 0xec, 0x47, 0xb1, 0xb3, 0xd5, 0x3e, 0x84, - 0x8d, 0x40, 0xcd, 0xc8, 0xaa, 0x41, 0x09, 0xa7, 0x28, 0xa3, 0x26, 0x8c, 0x53, 0x15, 0x35, 0x69, - 0x6a, 0xb8, 0xef, 0xa6, 0x94, 0x89, 0xf0, 0x9a, 0x4e, 0x08, 0x9b, 0x74, 0x29, 0x4b, 0x6a, 0x30, - 0x95, 0x76, 0x84, 0x49, 0x37, 0x8a, 0x25, 0x71, 0x5d, 0x96, 0xc3, 0x28, 0x67, 0x63, 0x9e, 0x32, - 0x15, 0x93, 0xb3, 0x25, 0xfe, 0x30, 0xf6, 0xb7, 0xe8, 0x59, 0x4c, 0xe7, 0xf0, 0x18, 0x8e, 0xaf, - 0x2b, 0xe6, 0xf1, 0xf5, 0x64, 0x81, 0x2f, 0xdb, 0xe3, 0xe8, 0x7a, 0x1b, 0x46, 0xb5, 0x0f, 0x8f, - 0xce, 0x43, 0xa5, 0x21, 0x9d, 0x39, 0x04, 0x17, 0x57, 0xa2, 0x94, 0xf2, 0xf2, 0xc0, 0x09, 0x0e, - 0x9d, 0x17, 0x2a, 0x82, 0xa6, 0x5d, 0xbf, 0xa8, 0x80, 0x8a, 0x19, 0xc4, 0x7e, 0x01, 0x60, 0xe5, - 0x01, 0x69, 0x2c, 0x72, 0x15, 0x4f, 0xbb, 0xdf, 0xb3, 0x7a, 0xdf, 0xef, 0xd9, 0xdf, 0xb4, 0x60, - 0x62, 0x75, 0xd9, 0x90, 0xe9, 0x17, 0x00, 0xb8, 0x6c, 0x7c, 0xe7, 0xce, 0x0d, 0x69, 0xbf, 0xe6, - 0x46, 0x46, 0x55, 0x8a, 0x35, 0x0c, 0xf4, 0x28, 0x94, 0x5b, 0x1d, 0x5f, 0x88, 0xac, 0xc3, 0x7b, - 0xbb, 0xf3, 0xe5, 0x6b, 0x1d, 0x1f, 0xd3, 0x32, 0xcd, 0xc7, 0xaa, 0x5c, 0xd8, 0xc7, 0x2a, 0xdf, - 0x41, 0xf9, 0x6b, 0x65, 0x98, 0x5a, 0x6d, 0x91, 0x07, 0x46, 0xaf, 0x9f, 0x86, 0x21, 0x37, 0xf4, - 0xb6, 0x49, 0x98, 0x16, 0x04, 0xaa, 0xac, 0x14, 0x0b, 0x68, 0x61, 0xb7, 0xaf, 0xb7, 0xba, 0x0f, - 0xf2, 0xa3, 0x73, 0x79, 0xcb, 0x1d, 0x33, 0xda, 0x80, 0x61, 0x7e, 0x1f, 0x1c, 0xcd, 0x0e, 0xb2, - 0xa5, 0xf8, 0xca, 0xc1, 0x9d, 0x49, 0xcf, 0xcf, 0x82, 0xb0, 0xaf, 0x70, 0x87, 0x1b, 0xc5, 0xcb, - 0x44, 0x29, 0x96, 0xc4, 0xe7, 0x3e, 0x06, 0x63, 0x3a, 0x66, 0x5f, 0x9e, 0x37, 0x7f, 0xd9, 0x82, - 0x13, 0xab, 0xad, 0xa0, 0x71, 0x2f, 0xe5, 0x97, 0xf7, 0x12, 0x8c, 0xd2, 0xcd, 0x14, 0x19, 0x4e, - 0xab, 0x86, 0x43, 0xaf, 0x00, 0x61, 0x1d, 0x4f, 0xab, 0x76, 0xeb, 0xd6, 0x5a, 0x35, 0xcb, 0x0f, - 0x58, 0x80, 0xb0, 0x8e, 0x67, 0xff, 0xae, 0x05, 0x8f, 0x5f, 0x5e, 0x5e, 0xa9, 0x91, 0x30, 0xf2, - 0xa2, 0x98, 0xf8, 0x71, 0x97, 0x2b, 0x32, 0x95, 0x19, 0x5d, 0xad, 0x2b, 0x89, 0xcc, 0x58, 0x65, - 0xbd, 0x10, 0xd0, 0xf7, 0x8b, 0x3f, 0xfe, 0x37, 0x2c, 0x38, 0x71, 0xd9, 0x8b, 0x31, 0x69, 0x07, - 0x69, 0x57, 0xe0, 0x90, 0xb4, 0x83, 0xc8, 0x8b, 0x83, 0x70, 0x27, 0xed, 0x0a, 0x8c, 0x15, 0x04, - 0x6b, 0x58, 0xbc, 0xe5, 0x6d, 0x2f, 0xa2, 0x3d, 0x2d, 0x99, 0xaa, 0x2e, 0x16, 0xe5, 0x58, 0x61, - 0xd0, 0x81, 0xb9, 0x5e, 0xc8, 0x44, 0x86, 0x1d, 0xb1, 0x83, 0xd5, 0xc0, 0xaa, 0x12, 0x80, 0x13, - 0x1c, 0xfb, 0xef, 0x58, 0x70, 0xf2, 0x72, 0xab, 0x13, 0xc5, 0x24, 0xdc, 0x88, 0x8c, 0xce, 0xbe, - 0x00, 0x15, 0x22, 0x85, 0x7b, 0xd1, 0x57, 0x75, 0x68, 0x28, 0xa9, 0x9f, 0xfb, 0x21, 0x2b, 0xbc, - 0x02, 0xee, 0xae, 0xfd, 0x39, 0x67, 0xfe, 0x46, 0x09, 0xc6, 0xaf, 0xac, 0xaf, 0xd7, 0x2e, 0x93, - 0x58, 0x70, 0xc9, 0x7c, 0xa3, 0x14, 0xd6, 0x34, 0xf2, 0x83, 0x84, 0x9f, 0x4e, 0xec, 0xb5, 0x16, - 0x78, 0x84, 0xc9, 0xc2, 0x9a, 0x1f, 0xdf, 0x0c, 0xeb, 0x71, 0xe8, 0xf9, 0xcd, 0x4c, 0x1d, 0x5e, - 0xf2, 0xf2, 0x72, 0x2f, 0x5e, 0x8e, 0x5e, 0x80, 0x21, 0x16, 0xe2, 0x22, 0x85, 0x8f, 0x0f, 0x2a, - 0x39, 0x81, 0x95, 0xee, 0xef, 0xce, 0x57, 0x6e, 0xe1, 0x35, 0xfe, 0x07, 0x0b, 0x54, 0xf4, 0x16, - 0x8c, 0x6e, 0xc6, 0x71, 0xfb, 0x0a, 0x71, 0x5c, 0x12, 0x4a, 0x3e, 0x71, 0xf6, 0x60, 0x3e, 0x41, - 0xa7, 0x83, 0x57, 0x48, 0xb6, 0x56, 0x52, 0x16, 0x61, 0x9d, 0xa2, 0x5d, 0x07, 0x48, 0x60, 0x0f, - 0x49, 0x07, 0xb1, 0x7f, 0xbe, 0x04, 0xc3, 0x57, 0x1c, 0xdf, 0x6d, 0x91, 0x10, 0xad, 0xc2, 0x00, - 0x79, 0x40, 0x1a, 0xe2, 0x20, 0xcf, 0xe9, 0x7a, 0x72, 0xd8, 0x71, 0xbb, 0x1a, 0xfd, 0x8f, 0x59, - 0x7d, 0x84, 0x61, 0x98, 0xf6, 0xfb, 0xb2, 0xf2, 0x12, 0x7f, 0x2e, 0x7f, 0x16, 0xd4, 0xa2, 0xe0, - 0x27, 0xa5, 0x28, 0xc2, 0x92, 0x10, 0xb3, 0x40, 0x35, 0xda, 0x75, 0xca, 0xde, 0xe2, 0x62, 0x9a, - 0xdd, 0xfa, 0x72, 0x8d, 0xa3, 0x0b, 0xba, 0xdc, 0x02, 0x25, 0x0b, 0x71, 0x42, 0xce, 0x5e, 0x87, - 0x0a, 0xfd, 0xf8, 0x8b, 0x2d, 0xcf, 0x39, 0xd8, 0x0c, 0xf6, 0x1c, 0x54, 0xa4, 0x21, 0x2a, 0x12, - 0x2e, 0xe7, 0x8c, 0xaa, 0xb4, 0x53, 0x45, 0x38, 0x81, 0xdb, 0x97, 0x60, 0x86, 0xdd, 0xf2, 0x3a, - 0xf1, 0xa6, 0xb1, 0x17, 0x73, 0x17, 0xbd, 0xfd, 0xed, 0x01, 0x98, 0x5e, 0xab, 0x2f, 0xd7, 0x4d, - 0x8b, 0xe4, 0x25, 0x18, 0xe3, 0xc7, 0x3e, 0x5d, 0xca, 0x4e, 0x4b, 0xd4, 0x57, 0x37, 0x13, 0xeb, - 0x1a, 0x0c, 0x1b, 0x98, 0xe8, 0x71, 0x28, 0x7b, 0xef, 0xfa, 0x69, 0x5f, 0xc1, 0xb5, 0xd7, 0x6e, - 0x60, 0x5a, 0x4e, 0xc1, 0x54, 0x82, 0xe0, 0xac, 0x53, 0x81, 0x95, 0x14, 0xf1, 0x2a, 0x4c, 0x78, - 0x51, 0x23, 0xf2, 0xd6, 0x7c, 0xca, 0x57, 0x9c, 0x86, 0xdc, 0x14, 0x89, 0xc8, 0x4f, 0xbb, 0xaa, - 0xa0, 0x38, 0x85, 0xad, 0xf1, 0xf1, 0xc1, 0xc2, 0x52, 0x48, 0xae, 0x13, 0x3a, 0x15, 0xb0, 0xda, - 0x6c, 0x74, 0x11, 0xf3, 0x3c, 0x12, 0x02, 0x16, 0x1f, 0x70, 0x84, 0x25, 0x0c, 0x5d, 0x86, 0xe9, - 0xc6, 0xa6, 0xd3, 0x5e, 0xec, 0xc4, 0x9b, 0x55, 0x2f, 0x6a, 0x04, 0xdb, 0x24, 0xdc, 0x61, 0x02, - 0xf0, 0x48, 0x62, 0xd3, 0x52, 0x80, 0xe5, 0x2b, 0x8b, 0x35, 0x8a, 0x89, 0xbb, 0xeb, 0x98, 0x02, - 0x09, 0x1c, 0x81, 0x40, 0xb2, 0x08, 0x93, 0xb2, 0xd5, 0x3a, 0x89, 0xd8, 0x11, 0x31, 0xca, 0xfa, - 0xa9, 0xc2, 0x7f, 0x44, 0xb1, 0xea, 0x65, 0x1a, 0xdf, 0x7e, 0x07, 0x2a, 0xca, 0x53, 0x4e, 0x3a, - 0x88, 0x5a, 0x3d, 0x1c, 0x44, 0xf3, 0x99, 0xbb, 0xb4, 0x9d, 0x97, 0x33, 0x6d, 0xe7, 0xff, 0xc4, - 0x82, 0xc4, 0xd5, 0x07, 0x61, 0xa8, 0xb4, 0x03, 0x76, 0xcf, 0x16, 0xca, 0x0b, 0xed, 0xa7, 0x72, - 0xf6, 0x3c, 0xe7, 0x39, 0x7c, 0x42, 0x6a, 0xb2, 0x2e, 0x4e, 0xc8, 0xa0, 0x6b, 0x30, 0xdc, 0x0e, - 0x49, 0x3d, 0x66, 0xd1, 0x1d, 0x7d, 0x50, 0xe4, 0x0b, 0x81, 0xd7, 0xc4, 0x92, 0x84, 0xfd, 0x2f, - 0x2c, 0x80, 0x6b, 0xde, 0x96, 0x17, 0x63, 0xc7, 0x6f, 0x92, 0x63, 0x50, 0xac, 0x6f, 0xc0, 0x40, - 0xd4, 0x26, 0x8d, 0x62, 0x37, 0xa5, 0x49, 0xcf, 0xea, 0x6d, 0xd2, 0x48, 0x3e, 0x07, 0xfd, 0x87, - 0x19, 0x1d, 0xfb, 0x7b, 0x00, 0x13, 0x09, 0x1a, 0x55, 0x6e, 0xd0, 0xf3, 0x46, 0x58, 0xc3, 0xa3, - 0xa9, 0xb0, 0x86, 0x0a, 0xc3, 0xd6, 0x22, 0x19, 0x62, 0x28, 0x6f, 0x39, 0x0f, 0x84, 0x2e, 0xf5, - 0x52, 0xd1, 0x0e, 0xd1, 0x96, 0x16, 0xae, 0x3b, 0x0f, 0xb8, 0xe8, 0xfa, 0x9c, 0x5c, 0x48, 0xd7, - 0x9d, 0x07, 0xfb, 0xfc, 0x3e, 0x94, 0x71, 0x27, 0xaa, 0xbc, 0x7d, 0xe1, 0x4f, 0x93, 0xff, 0xec, - 0x18, 0xa2, 0xcd, 0xb1, 0x56, 0x3d, 0x5f, 0x98, 0x82, 0xfb, 0x6c, 0xd5, 0xf3, 0xd3, 0xad, 0x7a, - 0x7e, 0x81, 0x56, 0x3d, 0xe6, 0xff, 0x3b, 0x2c, 0x6e, 0x50, 0x98, 0xf3, 0xe4, 0xe8, 0xc5, 0x8f, - 0xf6, 0xd5, 0xb4, 0xb8, 0x8a, 0xe1, 0xcd, 0x9f, 0x97, 0xf2, 0xba, 0x28, 0xcd, 0xed, 0x82, 0x6c, - 0x1a, 0xfd, 0x5d, 0x0b, 0x26, 0xc4, 0x6f, 0x4c, 0xde, 0xed, 0x90, 0x28, 0x16, 0x72, 0xc1, 0x27, - 0x0e, 0xd3, 0x1b, 0x41, 0x82, 0x77, 0xea, 0x23, 0x92, 0xfd, 0x9a, 0xc0, 0xdc, 0xbe, 0xa5, 0xfa, - 0x83, 0xbe, 0x67, 0xc1, 0xcc, 0x96, 0xf3, 0x80, 0xb7, 0xc8, 0xcb, 0xb0, 0x13, 0x7b, 0x81, 0x70, - 0x10, 0x5d, 0xed, 0x77, 0x9d, 0x74, 0x11, 0xe2, 0xdd, 0x95, 0xbe, 0x5f, 0x33, 0x59, 0x28, 0xb9, - 0x9d, 0xce, 0xec, 0xe1, 0xdc, 0x06, 0x8c, 0xc8, 0x85, 0x99, 0xa1, 0x29, 0x55, 0x75, 0xf1, 0x27, - 0xc7, 0x2e, 0xb1, 0x20, 0xad, 0x8b, 0x0b, 0xaf, 0x75, 0x1c, 0x3f, 0xf6, 0xe2, 0x1d, 0x4d, 0xb3, - 0x62, 0xed, 0x88, 0xa5, 0x78, 0xa4, 0xed, 0xbc, 0x03, 0x63, 0xfa, 0xba, 0x3b, 0xd2, 0xb6, 0xde, - 0x85, 0x13, 0x19, 0xab, 0xea, 0x48, 0x9b, 0xbc, 0x0f, 0x8f, 0xf6, 0x5c, 0x1f, 0x47, 0xd9, 0xb0, - 0xfd, 0x1b, 0x96, 0xce, 0x3a, 0x8f, 0xc1, 0x6e, 0x75, 0xdd, 0xb4, 0x5b, 0x9d, 0x2d, 0xba, 0x87, - 0x7a, 0x18, 0xaf, 0x36, 0xf4, 0xee, 0xd3, 0x23, 0x01, 0xad, 0xc3, 0x50, 0x8b, 0x96, 0xc8, 0x6b, - 0xc3, 0x73, 0xfd, 0xec, 0xd2, 0x44, 0x02, 0x63, 0xe5, 0x11, 0x16, 0xb4, 0xec, 0xef, 0x59, 0x30, - 0xf0, 0x17, 0x18, 0x74, 0xd5, 0x45, 0x5a, 0xa4, 0x1b, 0x58, 0xc0, 0xce, 0xfd, 0x95, 0x07, 0x31, - 0xf1, 0x23, 0x26, 0xc6, 0x67, 0x4e, 0xd1, 0xff, 0x2e, 0xc1, 0x28, 0x6d, 0x4a, 0xfa, 0xb1, 0xbc, - 0x02, 0xe3, 0x2d, 0xe7, 0x2e, 0x69, 0x49, 0x9b, 0x7b, 0x5a, 0xe9, 0xbd, 0xa6, 0x03, 0xb1, 0x89, - 0x4b, 0x2b, 0x6f, 0xe8, 0x57, 0x12, 0x42, 0x48, 0x52, 0x95, 0x8d, 0xfb, 0x0a, 0x6c, 0xe2, 0x52, - 0xad, 0xeb, 0xbe, 0x13, 0x37, 0x36, 0x85, 0x42, 0xac, 0xba, 0x7b, 0x87, 0x16, 0x62, 0x0e, 0xa3, - 0xc2, 0x9e, 0x5c, 0xb1, 0xb7, 0x49, 0xc8, 0x84, 0x3d, 0x2e, 0x54, 0x2b, 0x61, 0x0f, 0x9b, 0x60, - 0x9c, 0xc6, 0x47, 0x1f, 0x83, 0x09, 0x3a, 0x39, 0x41, 0x27, 0x96, 0x5e, 0x3a, 0x83, 0xcc, 0x4b, - 0x87, 0x39, 0x79, 0xaf, 0x1b, 0x10, 0x9c, 0xc2, 0x44, 0x35, 0x98, 0xf1, 0xfc, 0x46, 0xab, 0xe3, - 0x92, 0x5b, 0xbe, 0xe7, 0x7b, 0xb1, 0xe7, 0xb4, 0xbc, 0xcf, 0x12, 0x57, 0x88, 0xdd, 0xca, 0xa1, - 0x6a, 0x2d, 0x03, 0x07, 0x67, 0xd6, 0xb4, 0xdf, 0x82, 0x13, 0xd7, 0x02, 0xc7, 0x5d, 0x72, 0x5a, - 0x8e, 0xdf, 0x20, 0xe1, 0x9a, 0xdf, 0xcc, 0xf5, 0x29, 0xd0, 0xef, 0xfd, 0x4b, 0x79, 0xf7, 0xfe, - 0x76, 0x08, 0x48, 0x6f, 0x40, 0x78, 0xac, 0xbd, 0x09, 0xc3, 0x1e, 0x6f, 0x4a, 0x6c, 0x84, 0x0b, - 0x79, 0x32, 0x79, 0x57, 0x1f, 0x35, 0x0f, 0x2c, 0x5e, 0x80, 0x25, 0x49, 0xaa, 0xc1, 0x65, 0x09, - 0xf1, 0xf9, 0xaa, 0xb7, 0xfd, 0x57, 0x2c, 0x98, 0xbc, 0x91, 0x8a, 0x33, 0x7e, 0x1a, 0x86, 0x78, - 0x82, 0x8b, 0xb4, 0xdd, 0xab, 0xce, 0x4a, 0xb1, 0x80, 0x3e, 0x74, 0xb3, 0xcb, 0x2f, 0x96, 0xa0, - 0xc2, 0x7c, 0x9f, 0xdb, 0x54, 0x1b, 0x3b, 0x7a, 0xc1, 0xf7, 0xba, 0x21, 0xf8, 0xe6, 0xa8, 0xfe, - 0xaa, 0x63, 0xbd, 0xe4, 0x5e, 0x74, 0x4b, 0xc5, 0xdf, 0x16, 0xd2, 0xfa, 0x13, 0x82, 0x3c, 0x46, - 0x73, 0xc2, 0x0c, 0xd7, 0x95, 0xb1, 0xb9, 0xec, 0x26, 0x5e, 0xe1, 0xbe, 0xef, 0x6e, 0xe2, 0x55, - 0xcf, 0x7a, 0xb0, 0xbb, 0x9a, 0xd6, 0x79, 0x76, 0x20, 0xfc, 0x2c, 0xf3, 0x68, 0x65, 0x9b, 0x51, - 0x85, 0xb1, 0xcf, 0x0b, 0x0f, 0x55, 0x51, 0xba, 0xcf, 0x38, 0x97, 0xf8, 0xc7, 0xb3, 0x14, 0x24, - 0x55, 0xec, 0x2b, 0x30, 0x99, 0x9a, 0x3a, 0xf4, 0x12, 0x0c, 0xb6, 0x37, 0x9d, 0x88, 0xa4, 0x9c, - 0x8b, 0x06, 0x6b, 0xb4, 0x70, 0x7f, 0x77, 0x7e, 0x42, 0x55, 0x60, 0x25, 0x98, 0x63, 0xdb, 0x5f, - 0x2c, 0xc1, 0xc0, 0x8d, 0xc0, 0x3d, 0x8e, 0xa5, 0x76, 0xc5, 0x58, 0x6a, 0x4f, 0xe7, 0xa7, 0x45, - 0xe9, 0xb9, 0xca, 0x6a, 0xa9, 0x55, 0x76, 0xb6, 0x00, 0xad, 0x83, 0x17, 0xd8, 0x16, 0x8c, 0xb2, - 0xb4, 0x2b, 0xc2, 0xbb, 0xea, 0x05, 0x43, 0x57, 0x9b, 0x4f, 0xe9, 0x6a, 0x93, 0x1a, 0xaa, 0xa6, - 0xb1, 0x3d, 0x03, 0xc3, 0xc2, 0x9b, 0x27, 0xed, 0xcf, 0x2b, 0x70, 0xb1, 0x84, 0xdb, 0xff, 0xbc, - 0x0c, 0x46, 0x9a, 0x17, 0xf4, 0xdb, 0x16, 0x2c, 0x84, 0x3c, 0x36, 0xca, 0xad, 0x76, 0x42, 0xcf, - 0x6f, 0xd6, 0x1b, 0x9b, 0xc4, 0xed, 0xb4, 0x3c, 0xbf, 0xb9, 0xd6, 0xf4, 0x03, 0x55, 0xbc, 0xf2, - 0x80, 0x34, 0x3a, 0xcc, 0x78, 0x5e, 0x38, 0xbb, 0x8c, 0xba, 0xc9, 0xbe, 0xb8, 0xb7, 0x3b, 0xbf, - 0x80, 0xfb, 0x6a, 0x05, 0xf7, 0xd9, 0x2b, 0xf4, 0x47, 0x16, 0x9c, 0xe7, 0x89, 0x4e, 0x8a, 0x8f, - 0xa4, 0x90, 0x8e, 0x5b, 0x93, 0x44, 0x13, 0x72, 0xeb, 0x24, 0xdc, 0x5a, 0x7a, 0x59, 0x4c, 0xf2, - 0xf9, 0x5a, 0x7f, 0xad, 0xe2, 0x7e, 0xbb, 0x69, 0xff, 0xab, 0x32, 0x8c, 0xd3, 0xf9, 0x4c, 0x32, - 0x15, 0xbc, 0x64, 0x2c, 0x93, 0x27, 0x52, 0xcb, 0x64, 0xda, 0x40, 0x7e, 0x38, 0x49, 0x0a, 0x22, - 0x98, 0x6e, 0x39, 0x51, 0x7c, 0x85, 0x38, 0x61, 0x7c, 0x97, 0x38, 0xec, 0xc2, 0x38, 0xed, 0x8c, - 0x52, 0xe0, 0x0e, 0x5a, 0x59, 0xd3, 0xae, 0xa5, 0x89, 0xe1, 0x6e, 0xfa, 0x68, 0x1b, 0x10, 0xbb, - 0x9c, 0x0e, 0x1d, 0x3f, 0xe2, 0x63, 0xf1, 0x84, 0xb1, 0xbd, 0xbf, 0x56, 0xe7, 0x44, 0xab, 0xe8, - 0x5a, 0x17, 0x35, 0x9c, 0xd1, 0x82, 0xe6, 0x7e, 0x30, 0x58, 0xd4, 0xfd, 0x60, 0x28, 0xc7, 0x91, - 0xfe, 0x4b, 0x16, 0x9c, 0xa0, 0x9f, 0xc5, 0x74, 0xba, 0x8e, 0x50, 0x00, 0x93, 0x74, 0xd9, 0xb5, - 0x48, 0x2c, 0xcb, 0xc4, 0xfe, 0xca, 0x91, 0xd5, 0x4d, 0x3a, 0x89, 0x40, 0x78, 0xd5, 0x24, 0x86, - 0xd3, 0xd4, 0xed, 0x6f, 0x5a, 0xc0, 0xdc, 0x20, 0x8f, 0xe1, 0x30, 0xbb, 0x6c, 0x1e, 0x66, 0x76, - 0x3e, 0xc7, 0xe8, 0x71, 0x8e, 0xbd, 0x08, 0x53, 0x14, 0x5a, 0x0b, 0x83, 0x07, 0x3b, 0x52, 0x74, - 0xcf, 0xb7, 0x8f, 0x7f, 0xa9, 0xc4, 0xb7, 0x8d, 0x0a, 0xf2, 0x44, 0x5f, 0xb6, 0x60, 0xa4, 0xe1, - 0xb4, 0x9d, 0x06, 0x4f, 0x92, 0x55, 0xc0, 0xde, 0x63, 0xd4, 0x5f, 0x58, 0x16, 0x75, 0xb9, 0xad, - 0xe2, 0xc3, 0x72, 0xe8, 0xb2, 0x38, 0xd7, 0x3e, 0xa1, 0x1a, 0x9f, 0xbb, 0x07, 0xe3, 0x06, 0xb1, - 0x23, 0x55, 0x6c, 0xbf, 0x6c, 0x71, 0xa6, 0xaf, 0x94, 0x8f, 0xfb, 0x30, 0xed, 0x6b, 0xff, 0x29, - 0x3b, 0x93, 0x92, 0xf1, 0x42, 0x71, 0xb6, 0xce, 0xb8, 0xa0, 0xe6, 0xf2, 0x99, 0x22, 0x88, 0xbb, - 0xdb, 0xb0, 0x7f, 0xd9, 0x82, 0x47, 0x74, 0x44, 0x2d, 0x2a, 0x37, 0xcf, 0x12, 0x5d, 0x85, 0x91, - 0xa0, 0x4d, 0x42, 0x27, 0x51, 0xb4, 0xce, 0xca, 0xf9, 0xbf, 0x29, 0xca, 0xf7, 0x77, 0xe7, 0x67, - 0x74, 0xea, 0xb2, 0x1c, 0xab, 0x9a, 0xc8, 0x86, 0x21, 0x36, 0x2f, 0x91, 0x88, 0xa7, 0x66, 0x49, - 0xa3, 0xd8, 0x4d, 0x57, 0x84, 0x05, 0xc4, 0xfe, 0xeb, 0x16, 0x5f, 0x6e, 0x7a, 0xd7, 0xd1, 0xe7, - 0x60, 0x6a, 0x8b, 0xea, 0x64, 0x2b, 0x0f, 0xda, 0x21, 0xb7, 0xa3, 0xcb, 0x19, 0x7b, 0xa9, 0xf8, - 0x8c, 0x69, 0xc3, 0x5d, 0x9a, 0x15, 0xbd, 0x9f, 0xba, 0x9e, 0x22, 0x8b, 0xbb, 0x1a, 0xb2, 0xff, - 0x7e, 0x89, 0xef, 0x59, 0x26, 0xc3, 0x3d, 0x03, 0xc3, 0xed, 0xc0, 0x5d, 0x5e, 0xab, 0x62, 0x31, - 0x57, 0x8a, 0xe9, 0xd4, 0x78, 0x31, 0x96, 0x70, 0x74, 0x11, 0x80, 0x3c, 0x88, 0x49, 0xe8, 0x3b, - 0x2d, 0x75, 0x37, 0xaf, 0x44, 0xa5, 0x15, 0x05, 0xc1, 0x1a, 0x16, 0xad, 0xd3, 0x0e, 0x83, 0x6d, - 0xcf, 0x65, 0xe1, 0x24, 0x65, 0xb3, 0x4e, 0x4d, 0x41, 0xb0, 0x86, 0x45, 0x35, 0xe1, 0x8e, 0x1f, - 0xf1, 0x63, 0xcc, 0xb9, 0x2b, 0x12, 0x16, 0x8d, 0x24, 0x9a, 0xf0, 0x2d, 0x1d, 0x88, 0x4d, 0x5c, - 0x74, 0x15, 0x86, 0x62, 0x87, 0xdd, 0x38, 0x0f, 0x16, 0x71, 0xdf, 0x59, 0xa7, 0xb8, 0x7a, 0x86, - 0x28, 0x5a, 0x15, 0x0b, 0x12, 0xf6, 0x7f, 0xa8, 0x00, 0x24, 0x52, 0x17, 0xfa, 0x62, 0xf7, 0x86, - 0xff, 0x48, 0x51, 0x91, 0xed, 0xe1, 0xed, 0x76, 0xf4, 0x55, 0x0b, 0x46, 0x9d, 0x56, 0x2b, 0x68, - 0x38, 0x31, 0x9b, 0x9e, 0x52, 0x51, 0xd6, 0x23, 0x7a, 0xb2, 0x98, 0xd4, 0xe5, 0x9d, 0x79, 0x41, - 0xde, 0x02, 0x6b, 0x90, 0xdc, 0xfe, 0xe8, 0x5d, 0x40, 0x1f, 0x96, 0x52, 0x3b, 0xff, 0xc2, 0x73, - 0x69, 0xa9, 0xbd, 0xc2, 0x18, 0xae, 0x26, 0xb0, 0xa3, 0xb7, 0x8c, 0x04, 0x3f, 0x03, 0x45, 0x62, - 0x82, 0x0d, 0x39, 0x24, 0x2f, 0xb7, 0x0f, 0x7a, 0x43, 0xf7, 0x73, 0x1f, 0x2c, 0x12, 0x74, 0xaf, - 0x89, 0xc3, 0x39, 0x3e, 0xee, 0x31, 0x4c, 0xba, 0xe6, 0xc9, 0x2b, 0x7c, 0xf5, 0x2e, 0xe4, 0xb7, - 0x90, 0x3a, 0xb2, 0x93, 0xb3, 0x36, 0x05, 0xc0, 0xe9, 0x26, 0xd0, 0x1b, 0x3c, 0x0a, 0x61, 0xcd, - 0xdf, 0x08, 0x84, 0xbf, 0xde, 0xb9, 0x02, 0xdf, 0x7c, 0x27, 0x8a, 0xc9, 0x16, 0xad, 0x93, 0x1c, - 0xae, 0x37, 0x04, 0x15, 0xac, 0xe8, 0xa1, 0x75, 0x18, 0x62, 0x21, 0x60, 0xd1, 0xec, 0x48, 0x11, - 0xdb, 0x9e, 0x19, 0xf9, 0x9c, 0xec, 0x1f, 0xf6, 0x37, 0xc2, 0x82, 0x16, 0xba, 0x22, 0x73, 0x1f, - 0x44, 0x6b, 0xfe, 0xad, 0x88, 0xb0, 0xdc, 0x07, 0x95, 0xa5, 0x0f, 0x25, 0xc9, 0x0c, 0x78, 0x79, - 0x66, 0x56, 0x44, 0xa3, 0x26, 0x15, 0x6c, 0xc4, 0x7f, 0x99, 0x6c, 0x71, 0x16, 0x8a, 0x74, 0xd4, - 0x4c, 0xcd, 0x98, 0x4c, 0xf6, 0x6d, 0x93, 0x18, 0x4e, 0x53, 0x3f, 0xd6, 0x23, 0x75, 0xce, 0x87, - 0xa9, 0xf4, 0xa6, 0x3c, 0xd2, 0x23, 0xfc, 0xc7, 0x03, 0x30, 0x61, 0x2e, 0x0e, 0x74, 0x1e, 0x2a, - 0x82, 0x88, 0xca, 0xa4, 0xa6, 0xf6, 0xc0, 0x75, 0x09, 0xc0, 0x09, 0x0e, 0xcb, 0x29, 0xc7, 0xaa, - 0x6b, 0x9e, 0x5a, 0x49, 0x4e, 0x39, 0x05, 0xc1, 0x1a, 0x16, 0x95, 0x84, 0xef, 0x06, 0x41, 0xac, - 0x4e, 0x02, 0xb5, 0x6e, 0x96, 0x58, 0x29, 0x16, 0x50, 0x7a, 0x02, 0xdc, 0xa3, 0x1f, 0xb3, 0x65, - 0xda, 0x29, 0xd5, 0x09, 0x70, 0x55, 0x07, 0x62, 0x13, 0x97, 0x9e, 0x68, 0x41, 0xc4, 0x16, 0xa2, - 0x90, 0xb7, 0x13, 0xcf, 0xb7, 0x3a, 0x0f, 0x8b, 0x94, 0x70, 0xf4, 0x29, 0x78, 0x44, 0x45, 0x31, - 0x62, 0x6e, 0xf7, 0x95, 0x2d, 0x0e, 0x19, 0x2a, 0xf3, 0x23, 0xcb, 0xd9, 0x68, 0xb8, 0x57, 0x7d, - 0xf4, 0x2a, 0x4c, 0x08, 0x59, 0x59, 0x52, 0x1c, 0x36, 0x1d, 0x18, 0xae, 0x1a, 0x50, 0x9c, 0xc2, - 0x46, 0x55, 0x98, 0xa2, 0x25, 0x4c, 0x48, 0x95, 0x14, 0x78, 0x34, 0xa6, 0x3a, 0xea, 0xaf, 0xa6, - 0xe0, 0xb8, 0xab, 0x06, 0x5a, 0x84, 0x49, 0x2e, 0xac, 0x50, 0xc5, 0x90, 0x7d, 0x07, 0xe1, 0x64, - 0xab, 0x36, 0xc2, 0x4d, 0x13, 0x8c, 0xd3, 0xf8, 0xe8, 0x12, 0x8c, 0x39, 0x61, 0x63, 0xd3, 0x8b, - 0x49, 0x23, 0xee, 0x84, 0x3c, 0xb3, 0x88, 0xe6, 0x01, 0xb2, 0xa8, 0xc1, 0xb0, 0x81, 0x69, 0x7f, - 0x16, 0x4e, 0x64, 0x78, 0xf4, 0xd3, 0x85, 0xe3, 0xb4, 0x3d, 0x39, 0xa6, 0x94, 0x0f, 0xdb, 0x62, - 0x6d, 0x4d, 0x8e, 0x46, 0xc3, 0xa2, 0xab, 0x93, 0x19, 0xbc, 0xb5, 0xdc, 0xa8, 0x6a, 0x75, 0xae, - 0x4a, 0x00, 0x4e, 0x70, 0xec, 0x3f, 0x01, 0xd0, 0xac, 0x37, 0x05, 0xfc, 0x96, 0x2e, 0xc1, 0x98, - 0x4c, 0xf7, 0xab, 0xe5, 0xcc, 0x54, 0xc3, 0xbc, 0xac, 0xc1, 0xb0, 0x81, 0x49, 0xfb, 0xe6, 0x4b, - 0x9b, 0x54, 0xda, 0x63, 0x4e, 0x19, 0xab, 0x70, 0x82, 0x83, 0xce, 0xc1, 0x48, 0x44, 0x5a, 0x1b, - 0xd7, 0x3c, 0xff, 0x9e, 0x58, 0xd8, 0x8a, 0x33, 0xd7, 0x45, 0x39, 0x56, 0x18, 0x68, 0x09, 0xca, - 0x1d, 0xcf, 0x15, 0x4b, 0x59, 0x8a, 0x0d, 0xe5, 0x5b, 0x6b, 0xd5, 0xfd, 0xdd, 0xf9, 0x27, 0x7a, - 0xe5, 0x3e, 0xa6, 0xfa, 0x79, 0xb4, 0x40, 0xb7, 0x1f, 0xad, 0x9c, 0x65, 0xf9, 0x1f, 0xea, 0xd3, - 0xf2, 0x7f, 0x11, 0x40, 0x8c, 0x5a, 0xae, 0xe5, 0x72, 0xf2, 0xd5, 0x2e, 0x2b, 0x08, 0xd6, 0xb0, - 0xa8, 0x96, 0xdf, 0x08, 0x89, 0x23, 0x15, 0x61, 0xee, 0x69, 0x3e, 0x72, 0x78, 0x2d, 0x7f, 0x39, - 0x4d, 0x0c, 0x77, 0xd3, 0x47, 0x01, 0x4c, 0xbb, 0x22, 0x54, 0x36, 0x69, 0xb4, 0xd2, 0xbf, 0x7b, - 0x3b, 0x73, 0xd2, 0x49, 0x13, 0xc2, 0xdd, 0xb4, 0xd1, 0x67, 0x60, 0x4e, 0x16, 0x76, 0xc7, 0x29, - 0xb3, 0xed, 0x52, 0x5e, 0x3a, 0xbd, 0xb7, 0x3b, 0x3f, 0x57, 0xed, 0x89, 0x85, 0x0f, 0xa0, 0x80, - 0xde, 0x84, 0x21, 0x76, 0x53, 0x14, 0xcd, 0x8e, 0xb2, 0x13, 0xef, 0xc5, 0x22, 0x41, 0x12, 0x74, - 0xd5, 0x2f, 0xb0, 0xfb, 0x26, 0xe1, 0xfe, 0x9b, 0x5c, 0xbf, 0xb1, 0x42, 0x2c, 0x68, 0xa2, 0x36, - 0x8c, 0x3a, 0xbe, 0x1f, 0xc4, 0x0e, 0x17, 0xc4, 0xc6, 0x8a, 0xc8, 0x92, 0x5a, 0x13, 0x8b, 0x49, - 0x5d, 0xde, 0x8e, 0xf2, 0x28, 0xd4, 0x20, 0x58, 0x6f, 0x02, 0xdd, 0x87, 0xc9, 0xe0, 0x3e, 0x65, - 0x98, 0xf2, 0x6a, 0x23, 0x9a, 0x1d, 0x37, 0x07, 0x96, 0x63, 0xa8, 0x35, 0x2a, 0x6b, 0x9c, 0xcc, - 0x24, 0x8a, 0xd3, 0xad, 0xa0, 0x05, 0xc3, 0x5c, 0x3d, 0x91, 0x38, 0xb9, 0x27, 0xe6, 0x6a, 0xdd, - 0x3a, 0xcd, 0x62, 0xe1, 0xb9, 0x63, 0x2b, 0xe3, 0x08, 0x93, 0xa9, 0x58, 0xf8, 0x04, 0x84, 0x75, - 0x3c, 0xb4, 0x09, 0x63, 0xc9, 0x25, 0x55, 0x18, 0xb1, 0x34, 0x3b, 0x9a, 0xdf, 0xd6, 0xc1, 0x83, - 0x5b, 0xd3, 0x6a, 0xf2, 0x90, 0x1d, 0xbd, 0x04, 0x1b, 0x94, 0xe7, 0x3e, 0x0a, 0xa3, 0xda, 0x27, - 0xee, 0xc7, 0x6f, 0x7b, 0xee, 0x55, 0x98, 0x4a, 0x7f, 0xba, 0xbe, 0xfc, 0xbe, 0xff, 0x7b, 0x09, - 0x26, 0x33, 0x6e, 0xa8, 0x58, 0xd2, 0xe3, 0x14, 0x93, 0x4d, 0x72, 0x1c, 0x9b, 0xac, 0xb2, 0x54, - 0x80, 0x55, 0x4a, 0xbe, 0x5d, 0xee, 0xc9, 0xb7, 0x05, 0x7b, 0x1c, 0x78, 0x2f, 0xec, 0xd1, 0x3c, - 0x91, 0x06, 0x0b, 0x9d, 0x48, 0x0f, 0x81, 0xa5, 0x1a, 0x87, 0xda, 0x70, 0x81, 0x43, 0xed, 0x1b, - 0x25, 0x98, 0x4a, 0x7c, 0xdc, 0x45, 0xb6, 0xf1, 0xa3, 0xbf, 0xf0, 0x58, 0x37, 0x2e, 0x3c, 0xf2, - 0x92, 0x89, 0xa7, 0xfa, 0xd7, 0xf3, 0xf2, 0xe3, 0xcd, 0xd4, 0xe5, 0xc7, 0x8b, 0x7d, 0xd2, 0x3d, - 0xf8, 0x22, 0xe4, 0xbb, 0x25, 0x38, 0x99, 0xae, 0xb2, 0xdc, 0x72, 0xbc, 0xad, 0x63, 0x98, 0xaf, - 0x4f, 0x19, 0xf3, 0xf5, 0x72, 0x7f, 0xe3, 0x62, 0x9d, 0xec, 0x39, 0x69, 0x4e, 0x6a, 0xd2, 0x3e, - 0x7a, 0x18, 0xe2, 0x07, 0xcf, 0xdc, 0xef, 0x5b, 0xf0, 0x68, 0x66, 0xbd, 0x63, 0x30, 0xf1, 0xbe, - 0x6e, 0x9a, 0x78, 0x5f, 0x38, 0xc4, 0xe8, 0x7a, 0xd8, 0x7c, 0x7f, 0xa5, 0xdc, 0x63, 0x54, 0xcc, - 0x08, 0x76, 0x13, 0x46, 0x9d, 0x46, 0x83, 0x44, 0xd1, 0xf5, 0xc0, 0x55, 0xf9, 0xbb, 0x9e, 0x67, - 0xa7, 0x58, 0x52, 0xbc, 0xbf, 0x3b, 0x3f, 0x97, 0x26, 0x91, 0x80, 0xb1, 0x4e, 0xc1, 0xcc, 0x2c, - 0x58, 0x3a, 0xa2, 0xcc, 0x82, 0x17, 0x01, 0xb6, 0x95, 0xbe, 0x9c, 0xb6, 0xad, 0x69, 0x9a, 0xb4, - 0x86, 0x85, 0xfe, 0x7f, 0x26, 0x7b, 0x72, 0x07, 0x93, 0x01, 0x33, 0x5c, 0x36, 0xe7, 0xfb, 0xe9, - 0xce, 0x2a, 0x3c, 0x2a, 0x57, 0xd9, 0x21, 0x15, 0x49, 0xf4, 0x09, 0x98, 0x8a, 0x78, 0xee, 0x87, - 0xe5, 0x96, 0x13, 0xb1, 0xe0, 0x0e, 0xc1, 0x4f, 0x59, 0x80, 0x6d, 0x3d, 0x05, 0xc3, 0x5d, 0xd8, - 0xf6, 0x77, 0xca, 0xf0, 0xc1, 0x03, 0x96, 0x2d, 0x5a, 0x34, 0xef, 0x87, 0x9f, 0x4b, 0x5b, 0x9a, - 0xe6, 0x32, 0x2b, 0x1b, 0xa6, 0xa7, 0xd4, 0xd7, 0x2e, 0xbd, 0xe7, 0xaf, 0xfd, 0x35, 0xdd, 0x2e, - 0xc8, 0x7d, 0x4e, 0x2f, 0x1f, 0x7a, 0x63, 0xfe, 0xa4, 0x5e, 0x0b, 0x7c, 0xc1, 0x82, 0x27, 0x32, - 0x87, 0x65, 0xf8, 0xa3, 0x9c, 0x87, 0x4a, 0x83, 0x16, 0x6a, 0xa1, 0x58, 0x49, 0x0c, 0xa4, 0x04, - 0xe0, 0x04, 0xc7, 0x70, 0x3b, 0x29, 0xe5, 0xba, 0x9d, 0xfc, 0x8e, 0x05, 0x33, 0xe9, 0x4e, 0x1c, - 0x03, 0xdf, 0xaa, 0x9b, 0x7c, 0x6b, 0xa1, 0xbf, 0x8f, 0xdf, 0x83, 0x65, 0xfd, 0xe7, 0x09, 0x38, - 0xd5, 0x75, 0xea, 0xf1, 0x59, 0xfc, 0x39, 0x0b, 0xa6, 0x9b, 0x4c, 0x4f, 0xd0, 0xe2, 0xdd, 0xc4, - 0xb8, 0x72, 0x82, 0x04, 0x0f, 0x0c, 0x93, 0xe3, 0x5a, 0x4f, 0x17, 0x0a, 0xee, 0x6e, 0x0c, 0x7d, - 0xc5, 0x82, 0x19, 0xe7, 0x7e, 0xd4, 0xf5, 0x16, 0x8e, 0x58, 0x48, 0xaf, 0xe6, 0x98, 0xe5, 0x72, - 0x5e, 0xd1, 0x59, 0x9a, 0xdd, 0xdb, 0x9d, 0x9f, 0xc9, 0xc2, 0xc2, 0x99, 0xad, 0xd2, 0xef, 0xbb, - 0x29, 0xe2, 0x5e, 0x8a, 0x45, 0x6e, 0x66, 0x45, 0xc9, 0x70, 0xb6, 0x26, 0x21, 0x58, 0x51, 0x44, - 0x6f, 0x43, 0xa5, 0x29, 0x43, 0xdc, 0xd2, 0x6c, 0xb3, 0xc7, 0x34, 0x67, 0x45, 0xc4, 0xf1, 0xb8, - 0x03, 0x05, 0xc2, 0x09, 0x51, 0x74, 0x05, 0xca, 0xfe, 0x46, 0x24, 0x82, 0xc9, 0xf3, 0xbc, 0x8d, - 0x4c, 0x1f, 0x2f, 0x1e, 0x7f, 0x7b, 0x63, 0xb5, 0x8e, 0x29, 0x09, 0x4a, 0x29, 0xbc, 0xeb, 0x0a, - 0x7b, 0x74, 0x0e, 0x25, 0xbc, 0x54, 0xed, 0xa6, 0x84, 0x97, 0xaa, 0x98, 0x92, 0x40, 0x35, 0x18, - 0x64, 0x51, 0x35, 0xc2, 0xd8, 0x9c, 0x93, 0x71, 0xa0, 0x2b, 0x76, 0x88, 0x27, 0xc0, 0x64, 0xc5, - 0x98, 0x13, 0x42, 0xeb, 0x30, 0xd4, 0x60, 0x6f, 0x38, 0x08, 0x2b, 0x40, 0x5e, 0x2e, 0x8e, 0xae, - 0xf7, 0x1e, 0xf8, 0x0d, 0x1b, 0x2f, 0xc7, 0x82, 0x16, 0xa3, 0x4a, 0xda, 0x9b, 0x1b, 0x91, 0x50, - 0xf3, 0xf3, 0xa8, 0x76, 0xbd, 0xc6, 0x21, 0xa8, 0xb2, 0x72, 0x2c, 0x68, 0xa1, 0x2a, 0x94, 0x36, - 0x1a, 0x22, 0xe8, 0x26, 0xc7, 0xc8, 0x6c, 0x06, 0x53, 0x2f, 0x0d, 0xed, 0xed, 0xce, 0x97, 0x56, - 0x97, 0x71, 0x69, 0xa3, 0x81, 0x5e, 0x87, 0xe1, 0x0d, 0x1e, 0x1e, 0x2b, 0x72, 0xe6, 0x5e, 0xc8, - 0x8b, 0xe1, 0xed, 0x8a, 0xa5, 0xe5, 0xb1, 0x25, 0x02, 0x80, 0x25, 0x39, 0x96, 0x4e, 0x50, 0x05, - 0xfc, 0x8a, 0xa4, 0xb9, 0x0b, 0xfd, 0x05, 0x08, 0x0b, 0xed, 0x57, 0x95, 0x62, 0x8d, 0x22, 0x5d, - 0xf3, 0x8e, 0x7c, 0x8e, 0x86, 0x25, 0xcc, 0xcd, 0x5d, 0xf3, 0x99, 0xaf, 0xd7, 0xf0, 0x35, 0xaf, - 0x40, 0x38, 0x21, 0x8a, 0x3a, 0x30, 0xbe, 0x1d, 0xb5, 0x37, 0x89, 0xdc, 0xfa, 0x2c, 0x8b, 0xee, - 0xe8, 0xc5, 0x8f, 0xe7, 0xa4, 0x46, 0x16, 0x55, 0xbc, 0x30, 0xee, 0x38, 0xad, 0x2e, 0x0e, 0xc6, - 0xf2, 0xb7, 0xdd, 0xd6, 0xc9, 0x62, 0xb3, 0x15, 0xfa, 0x49, 0xde, 0xed, 0x04, 0x77, 0x77, 0x62, - 0x22, 0xb2, 0xec, 0xe6, 0x7c, 0x92, 0xd7, 0x38, 0x72, 0xf7, 0x27, 0x11, 0x00, 0x2c, 0xc9, 0xa9, - 0x29, 0x63, 0xdc, 0x78, 0xaa, 0xf0, 0x94, 0x75, 0x8d, 0x21, 0x99, 0x32, 0xc6, 0x7d, 0x13, 0xa2, - 0x8c, 0xeb, 0xb6, 0x37, 0x83, 0x38, 0xf0, 0x53, 0xbc, 0x7f, 0xba, 0x08, 0xd7, 0xad, 0x65, 0xd4, - 0xec, 0xe6, 0xba, 0x59, 0x58, 0x38, 0xb3, 0x55, 0xe4, 0xc3, 0x44, 0x3b, 0x08, 0xe3, 0xfb, 0x41, - 0x28, 0xd7, 0x21, 0x2a, 0xa4, 0x23, 0x1a, 0x75, 0x44, 0xdb, 0xcc, 0x85, 0xd8, 0x84, 0xe0, 0x14, - 0x75, 0xfa, 0xe9, 0xa2, 0x86, 0xd3, 0x22, 0x6b, 0x37, 0x67, 0x4f, 0x14, 0xf9, 0x74, 0x75, 0x8e, - 0xdc, 0xfd, 0xe9, 0x04, 0x00, 0x4b, 0x72, 0xf6, 0x2f, 0x0f, 0x75, 0x0b, 0x0e, 0x4c, 0x35, 0xf8, - 0x6b, 0xdd, 0x77, 0xbe, 0x9f, 0xe8, 0x5f, 0x03, 0x7e, 0x88, 0xb7, 0xbf, 0x5f, 0xb1, 0xe0, 0x54, - 0x3b, 0x53, 0x2c, 0x10, 0x47, 0x6f, 0xbf, 0x8a, 0x34, 0x9f, 0x16, 0x95, 0x0c, 0x3b, 0x1b, 0x8e, - 0x7b, 0xb4, 0x99, 0x16, 0xa6, 0xcb, 0xef, 0x59, 0x98, 0xbe, 0x03, 0x23, 0x4c, 0xfa, 0x4b, 0x52, - 0xdd, 0xf4, 0x99, 0x15, 0x86, 0x1d, 0xe2, 0xcb, 0x82, 0x04, 0x56, 0xc4, 0xe8, 0xc4, 0x3d, 0x9e, - 0x1e, 0x04, 0x26, 0x0c, 0x2c, 0x52, 0x30, 0x72, 0x4d, 0x65, 0x55, 0xcc, 0xc4, 0xe3, 0xb5, 0x83, - 0x90, 0xf7, 0xf3, 0x10, 0xf0, 0xc1, 0x8d, 0xa1, 0x6a, 0x86, 0xaa, 0x34, 0x64, 0x5e, 0xf0, 0xe4, - 0xab, 0x4b, 0xc7, 0x2b, 0xe2, 0xff, 0x03, 0x2b, 0x43, 0x22, 0xe5, 0x6a, 0xd9, 0xc7, 0x4d, 0xb5, - 0xec, 0xe9, 0xb4, 0x5a, 0xd6, 0x65, 0x8c, 0x31, 0x34, 0xb2, 0xe2, 0x29, 0x64, 0x8b, 0xe6, 0xf2, - 0xb1, 0x5b, 0x70, 0x26, 0x8f, 0xdd, 0x31, 0xa7, 0x2f, 0x57, 0x5d, 0x77, 0x26, 0x4e, 0x5f, 0xee, - 0x5a, 0x15, 0x33, 0x48, 0xd1, 0x74, 0x10, 0xf6, 0xcf, 0x97, 0xa0, 0x5c, 0x0b, 0xdc, 0x63, 0x30, - 0x2e, 0x5d, 0x36, 0x8c, 0x4b, 0x4f, 0xe5, 0xbe, 0x68, 0xd8, 0xd3, 0x94, 0x74, 0x33, 0x65, 0x4a, - 0xfa, 0x99, 0x7c, 0x52, 0x07, 0x1b, 0x8e, 0xbe, 0x57, 0x06, 0xfd, 0x4d, 0x46, 0xf4, 0xef, 0x0e, - 0xe3, 0x0b, 0x5c, 0x2e, 0xf6, 0x4c, 0xa3, 0x68, 0x83, 0xf9, 0x8c, 0xc9, 0x98, 0xc4, 0x9f, 0x58, - 0x97, 0xe0, 0x3b, 0xc4, 0x6b, 0x6e, 0xc6, 0xc4, 0x4d, 0x0f, 0xec, 0xf8, 0x5c, 0x82, 0xff, 0xdc, - 0x82, 0xc9, 0x54, 0xeb, 0xa8, 0x95, 0x15, 0xcc, 0x74, 0x48, 0x73, 0xd1, 0x74, 0x6e, 0xf4, 0xd3, - 0x02, 0x80, 0xb2, 0xfa, 0x4b, 0x93, 0x0c, 0x93, 0x4e, 0xd5, 0xb5, 0x40, 0x84, 0x35, 0x0c, 0xf4, - 0x12, 0x8c, 0xc6, 0x41, 0x3b, 0x68, 0x05, 0xcd, 0x9d, 0xab, 0x44, 0x26, 0x2a, 0x51, 0x77, 0x33, - 0xeb, 0x09, 0x08, 0xeb, 0x78, 0xf6, 0xf7, 0xcb, 0x90, 0x7e, 0xd1, 0xf3, 0xff, 0xad, 0xd3, 0x9f, - 0x9c, 0x75, 0xfa, 0x87, 0x16, 0x4c, 0xd1, 0xd6, 0x99, 0x93, 0x8e, 0x74, 0xdd, 0x55, 0xef, 0x59, - 0x58, 0x07, 0xbc, 0x67, 0xf1, 0x34, 0xe5, 0x76, 0x6e, 0xd0, 0x89, 0x85, 0x11, 0x49, 0x63, 0x62, - 0xb4, 0x14, 0x0b, 0xa8, 0xc0, 0x23, 0x61, 0x28, 0x62, 0x9c, 0x74, 0x3c, 0x12, 0x86, 0x58, 0x40, - 0xe5, 0x73, 0x17, 0x03, 0x3d, 0x9e, 0xbb, 0x60, 0xa9, 0xbe, 0x84, 0x63, 0x88, 0x10, 0x2b, 0xb4, - 0x54, 0x5f, 0xd2, 0x63, 0x24, 0xc1, 0xb1, 0xbf, 0x55, 0x86, 0xb1, 0x5a, 0xe0, 0x26, 0x3e, 0xf9, - 0x2f, 0x1a, 0x3e, 0xf9, 0x67, 0x52, 0x3e, 0xf9, 0x53, 0x3a, 0xee, 0xc3, 0x71, 0xc9, 0x17, 0x29, - 0xe1, 0xd8, 0x83, 0x2c, 0x87, 0x74, 0xc7, 0x37, 0x52, 0xc2, 0x29, 0x42, 0xd8, 0xa4, 0xfb, 0xd3, - 0xe4, 0x86, 0xff, 0xbf, 0x2c, 0x98, 0xa8, 0x05, 0x2e, 0x5d, 0xa0, 0x3f, 0x4d, 0xab, 0x51, 0x4f, - 0x24, 0x37, 0x74, 0x40, 0x22, 0xb9, 0x5f, 0xb5, 0x60, 0xb8, 0x16, 0xb8, 0xc7, 0x60, 0x60, 0x5d, - 0x35, 0x0d, 0xac, 0x4f, 0xe4, 0x72, 0xde, 0x1e, 0x36, 0xd5, 0xef, 0x94, 0x61, 0x9c, 0xf6, 0x38, - 0x68, 0xca, 0xef, 0x65, 0xcc, 0x8d, 0x55, 0x60, 0x6e, 0xa8, 0x48, 0x18, 0xb4, 0x5a, 0xc1, 0xfd, - 0xf4, 0xb7, 0x5b, 0x65, 0xa5, 0x58, 0x40, 0xd1, 0x39, 0x18, 0x69, 0x87, 0x64, 0xdb, 0x0b, 0x3a, - 0x51, 0x3a, 0x5e, 0xb2, 0x26, 0xca, 0xb1, 0xc2, 0x40, 0x2f, 0xc2, 0x58, 0xe4, 0xf9, 0x0d, 0x22, - 0xdd, 0x46, 0x06, 0x98, 0xdb, 0x08, 0xcf, 0xd9, 0xa9, 0x95, 0x63, 0x03, 0x0b, 0xdd, 0x81, 0x0a, - 0xfb, 0xcf, 0x76, 0x50, 0xff, 0xef, 0x55, 0xf0, 0xbc, 0x30, 0x92, 0x00, 0x4e, 0x68, 0xa1, 0x8b, - 0x00, 0xb1, 0x74, 0x70, 0x89, 0x44, 0x84, 0xae, 0x92, 0x4b, 0x95, 0xeb, 0x4b, 0x84, 0x35, 0x2c, - 0xf4, 0x1c, 0x54, 0x62, 0xc7, 0x6b, 0x5d, 0xf3, 0x7c, 0x12, 0x09, 0x07, 0x21, 0x91, 0x7f, 0x5b, - 0x14, 0xe2, 0x04, 0x4e, 0xcf, 0x7b, 0x16, 0xff, 0xcd, 0xdf, 0xc2, 0x19, 0x61, 0xd8, 0xec, 0xbc, - 0xbf, 0xa6, 0x4a, 0xb1, 0x86, 0x61, 0x5f, 0x82, 0x93, 0xb5, 0xc0, 0xad, 0x05, 0x61, 0xbc, 0x1a, - 0x84, 0xf7, 0x9d, 0xd0, 0x95, 0xdf, 0x6f, 0x5e, 0xa6, 0x7d, 0xa6, 0x67, 0xf2, 0x20, 0xb7, 0x39, - 0x1a, 0x69, 0x9c, 0x5f, 0x60, 0x27, 0x7e, 0x9f, 0xc1, 0x1e, 0x7f, 0x50, 0x06, 0x54, 0x63, 0x2e, - 0x38, 0xc6, 0xd3, 0x49, 0x9b, 0x30, 0x11, 0x91, 0x6b, 0x9e, 0xdf, 0x79, 0x20, 0x48, 0x15, 0x8b, - 0xae, 0xa9, 0xaf, 0xe8, 0x75, 0xb8, 0xa5, 0xc3, 0x2c, 0xc3, 0x29, 0xba, 0xf4, 0xcb, 0x86, 0x1d, - 0x7f, 0x31, 0xba, 0x15, 0x91, 0x50, 0x3c, 0x15, 0xf4, 0x51, 0x76, 0x11, 0x28, 0x0b, 0xf7, 0x77, - 0xe7, 0xcf, 0xe6, 0xb8, 0x37, 0xf8, 0xde, 0x03, 0x8a, 0xb9, 0x56, 0xc5, 0x09, 0x2d, 0xba, 0xd0, - 0xd8, 0x9f, 0x1b, 0x81, 0x8f, 0x83, 0x20, 0x96, 0x4b, 0x93, 0x3d, 0x33, 0xa1, 0x95, 0x63, 0x03, - 0x0b, 0x45, 0x80, 0xa2, 0x4e, 0xbb, 0xdd, 0x62, 0xf7, 0x92, 0x4e, 0xeb, 0x72, 0x18, 0x74, 0xda, - 0xdc, 0x6b, 0xbb, 0xbc, 0xb4, 0x4c, 0x79, 0x70, 0xbd, 0x0b, 0xba, 0xbf, 0x3b, 0xff, 0x4c, 0x7e, - 0x07, 0x19, 0xee, 0x5a, 0x15, 0x67, 0x90, 0x47, 0x18, 0x86, 0x37, 0x22, 0xf6, 0x5b, 0x44, 0x99, - 0x5f, 0x62, 0x86, 0xd0, 0x3a, 0x2b, 0xea, 0x8f, 0xbc, 0x24, 0x64, 0x7f, 0x9e, 0x1d, 0xb3, 0xec, - 0x25, 0x99, 0xb8, 0x13, 0x12, 0xb4, 0x05, 0xe3, 0x6d, 0x76, 0x94, 0xc6, 0x61, 0xd0, 0x6a, 0x11, - 0x29, 0xe5, 0x1e, 0xce, 0x15, 0x89, 0xbf, 0x1d, 0xa1, 0x93, 0xc3, 0x26, 0x75, 0xfb, 0xbf, 0x4c, - 0x30, 0x8e, 0x29, 0x2e, 0x9d, 0x87, 0x85, 0xd3, 0xb1, 0x90, 0x27, 0x3f, 0x54, 0xe4, 0x4d, 0xb8, - 0xe4, 0x34, 0x12, 0x2e, 0xcc, 0x58, 0x52, 0x41, 0x9f, 0x66, 0x2e, 0xf5, 0x9c, 0x4d, 0x15, 0x7f, - 0xe9, 0x92, 0xe3, 0x1b, 0xee, 0xf4, 0x82, 0x04, 0xd6, 0xc8, 0xa1, 0x6b, 0x30, 0x2e, 0x1e, 0x1e, - 0x11, 0xc6, 0x92, 0xb2, 0xa1, 0xe8, 0x8f, 0x63, 0x1d, 0xb8, 0x9f, 0x2e, 0xc0, 0x66, 0x65, 0xd4, - 0x84, 0xc7, 0xb5, 0x87, 0xb5, 0x32, 0xdc, 0xe6, 0x38, 0xff, 0x7b, 0x62, 0x6f, 0x77, 0xfe, 0xf1, - 0xf5, 0x83, 0x10, 0xf1, 0xc1, 0x74, 0xd0, 0x4d, 0x38, 0xe9, 0x34, 0x62, 0x6f, 0x9b, 0x54, 0x89, - 0xe3, 0xb6, 0x3c, 0x9f, 0x98, 0x79, 0x0b, 0x1e, 0xdd, 0xdb, 0x9d, 0x3f, 0xb9, 0x98, 0x85, 0x80, - 0xb3, 0xeb, 0xa1, 0x8f, 0x43, 0xc5, 0xf5, 0x23, 0x31, 0x07, 0x43, 0xc6, 0x3b, 0x72, 0x95, 0xea, - 0x8d, 0xba, 0x1a, 0x7f, 0xf2, 0x07, 0x27, 0x15, 0xd0, 0xbb, 0x30, 0xa6, 0x87, 0x31, 0x89, 0xf7, - 0x0b, 0x5f, 0x2e, 0xa4, 0xc5, 0x1b, 0xb1, 0x3f, 0xdc, 0x8e, 0xa8, 0xdc, 0x53, 0x8d, 0xb0, 0x20, - 0xa3, 0x09, 0xf4, 0x49, 0x40, 0x11, 0x09, 0xb7, 0xbd, 0x06, 0x59, 0x6c, 0xb0, 0x74, 0xbb, 0xcc, - 0xd2, 0x34, 0x62, 0xc4, 0x69, 0xa0, 0x7a, 0x17, 0x06, 0xce, 0xa8, 0x85, 0xae, 0x50, 0xfe, 0xa7, - 0x97, 0x0a, 0x6f, 0x62, 0x29, 0x9e, 0xce, 0x56, 0x49, 0x3b, 0x24, 0x0d, 0x27, 0x26, 0xae, 0x49, - 0x11, 0xa7, 0xea, 0xd1, 0xd3, 0x51, 0xbd, 0xa8, 0x00, 0xa6, 0x0f, 0x6c, 0xf7, 0xab, 0x0a, 0x54, - 0xdb, 0xdb, 0x0c, 0xa2, 0xf8, 0x06, 0x89, 0xef, 0x07, 0xe1, 0x3d, 0x91, 0xa2, 0x2c, 0xc9, 0x5d, - 0x98, 0x80, 0xb0, 0x8e, 0x47, 0x25, 0x39, 0x76, 0x85, 0xb7, 0x56, 0x65, 0xf7, 0x23, 0x23, 0xc9, - 0xde, 0xb9, 0xc2, 0x8b, 0xb1, 0x84, 0x4b, 0xd4, 0xb5, 0xda, 0x32, 0xbb, 0xeb, 0x48, 0xa1, 0xae, - 0xd5, 0x96, 0xb1, 0x84, 0xa3, 0xa0, 0xfb, 0xb5, 0xbe, 0x89, 0x22, 0xf7, 0x4e, 0xdd, 0xe7, 0x49, - 0xc1, 0x07, 0xfb, 0x1e, 0xc0, 0x94, 0x7a, 0x31, 0x90, 0x67, 0x71, 0x8b, 0x66, 0x27, 0xd9, 0xc2, - 0x39, 0x4c, 0x32, 0x38, 0x65, 0x5d, 0x5c, 0x4b, 0xd1, 0xc4, 0x5d, 0xad, 0x18, 0xd9, 0x32, 0xa6, - 0x72, 0x5f, 0xc9, 0x38, 0x0f, 0x95, 0xa8, 0x73, 0xd7, 0x0d, 0xb6, 0x1c, 0xcf, 0x67, 0x17, 0x12, - 0x9a, 0x28, 0x55, 0x97, 0x00, 0x9c, 0xe0, 0xa0, 0x1a, 0x8c, 0x38, 0x42, 0x91, 0x14, 0x17, 0x07, - 0x39, 0xd1, 0xf4, 0x52, 0xed, 0xe4, 0x36, 0x5e, 0xf9, 0x0f, 0x2b, 0x2a, 0xe8, 0x15, 0x18, 0x17, - 0xc1, 0x60, 0xc2, 0x69, 0xf3, 0x84, 0x19, 0x38, 0x50, 0xd7, 0x81, 0xd8, 0xc4, 0x45, 0x4d, 0x98, - 0xa0, 0x54, 0x12, 0x06, 0x38, 0x3b, 0xd3, 0x1f, 0x0f, 0xd5, 0xf2, 0x91, 0xeb, 0x64, 0x70, 0x8a, - 0x2c, 0x72, 0xe1, 0x31, 0xa7, 0x13, 0x07, 0x5b, 0x74, 0x27, 0x98, 0xfb, 0x64, 0x3d, 0xb8, 0x47, - 0xfc, 0xd9, 0x93, 0x6c, 0x05, 0x9e, 0xd9, 0xdb, 0x9d, 0x7f, 0x6c, 0xf1, 0x00, 0x3c, 0x7c, 0x20, - 0x15, 0xf4, 0x16, 0x8c, 0xc6, 0x41, 0x4b, 0xf8, 0x62, 0x47, 0xb3, 0xa7, 0x8a, 0x64, 0x05, 0x5a, - 0x57, 0x15, 0x74, 0x63, 0x8a, 0x22, 0x82, 0x75, 0x8a, 0xe8, 0x6d, 0x18, 0xa3, 0xdf, 0xfe, 0xba, - 0xd3, 0x6e, 0x7b, 0x7e, 0x33, 0x9a, 0x7d, 0xa4, 0xc8, 0x6c, 0xa9, 0x9c, 0x97, 0xe6, 0xfe, 0x65, - 0x45, 0x24, 0xc2, 0x06, 0xc5, 0xb9, 0x9f, 0x85, 0xe9, 0x2e, 0xa6, 0xd7, 0x97, 0x9b, 0xea, 0xbf, - 0x1f, 0x84, 0x8a, 0xb2, 0x5c, 0xa2, 0xf3, 0xa6, 0x91, 0xfa, 0xd1, 0xb4, 0x91, 0x7a, 0x84, 0x0a, - 0x8a, 0xba, 0x5d, 0xfa, 0x33, 0x19, 0xaf, 0xd0, 0x3f, 0x9b, 0xbb, 0xcb, 0x8b, 0xc7, 0xa8, 0xf5, - 0xf1, 0x56, 0x7f, 0xa2, 0xbd, 0x0e, 0x1c, 0xa8, 0xbd, 0x16, 0x7c, 0x59, 0x91, 0xea, 0xa9, 0xed, - 0xc0, 0x5d, 0xab, 0xa5, 0x1f, 0x0e, 0xab, 0xd1, 0x42, 0xcc, 0x61, 0x4c, 0xbf, 0xa0, 0xa7, 0x36, - 0xd3, 0x2f, 0x86, 0x0f, 0xa9, 0x5f, 0x48, 0x02, 0x38, 0xa1, 0x85, 0xb6, 0x61, 0xba, 0x61, 0xbe, - 0x03, 0xa7, 0x22, 0xcf, 0x9e, 0xef, 0xe3, 0x1d, 0xb6, 0x8e, 0xf6, 0x48, 0xcc, 0x72, 0x9a, 0x1e, - 0xee, 0x6e, 0x02, 0xbd, 0x02, 0x23, 0xef, 0x06, 0x11, 0xbb, 0x3e, 0x11, 0x47, 0x97, 0x8c, 0xf0, - 0x19, 0x79, 0xed, 0x66, 0x9d, 0x95, 0xef, 0xef, 0xce, 0x8f, 0xd6, 0x02, 0x57, 0xfe, 0xc5, 0xaa, - 0x02, 0xfa, 0x82, 0x05, 0x27, 0x8d, 0x9d, 0xac, 0x7a, 0x0e, 0x87, 0xe9, 0xf9, 0xe3, 0xa2, 0xe5, - 0x93, 0x6b, 0x59, 0x34, 0x71, 0x76, 0x53, 0xf6, 0x6f, 0x71, 0x53, 0xad, 0x30, 0xde, 0x90, 0xa8, - 0xd3, 0x3a, 0x8e, 0x07, 0x1b, 0x6e, 0x1a, 0x76, 0xa5, 0x87, 0x70, 0x59, 0xf0, 0x6f, 0x2d, 0x76, - 0x59, 0xb0, 0x4e, 0xb6, 0xda, 0x2d, 0x27, 0x3e, 0x0e, 0x2f, 0xe6, 0x4f, 0xc3, 0x48, 0x2c, 0x5a, - 0x2b, 0xf6, 0xda, 0x84, 0xd6, 0x3d, 0x76, 0x89, 0xa2, 0x8e, 0x3e, 0x59, 0x8a, 0x15, 0x41, 0xfb, - 0x5f, 0xf2, 0xaf, 0x22, 0x21, 0xc7, 0x60, 0x11, 0xb9, 0x61, 0x5a, 0x44, 0x9e, 0x29, 0x3c, 0x96, - 0x1e, 0x96, 0x91, 0xef, 0x9b, 0x23, 0x60, 0x1a, 0xca, 0x4f, 0xce, 0x6d, 0x96, 0xfd, 0x4b, 0x16, - 0xcc, 0x64, 0xb9, 0x15, 0x50, 0x11, 0x86, 0xeb, 0x47, 0xea, 0x9e, 0x4f, 0xcd, 0xea, 0x6d, 0x51, - 0x8e, 0x15, 0x46, 0xe1, 0xf4, 0xef, 0xfd, 0x25, 0xc3, 0xba, 0x09, 0xe6, 0x8b, 0x82, 0xe8, 0x55, - 0x1e, 0xb4, 0x60, 0xa9, 0x27, 0xff, 0xfa, 0x0b, 0x58, 0xb0, 0xbf, 0x5d, 0x82, 0x19, 0x6e, 0x6c, - 0x5f, 0xdc, 0x0e, 0x3c, 0xb7, 0x16, 0xb8, 0x22, 0x84, 0xc3, 0x85, 0xb1, 0xb6, 0xa6, 0xde, 0x16, - 0x4b, 0xae, 0xa3, 0x2b, 0xc4, 0x89, 0x4a, 0xa1, 0x97, 0x62, 0x83, 0x2a, 0x6d, 0x85, 0x6c, 0x7b, - 0x0d, 0x65, 0xbb, 0x2d, 0xf5, 0x7d, 0x32, 0xa8, 0x56, 0x56, 0x34, 0x3a, 0xd8, 0xa0, 0x7a, 0x04, - 0xaf, 0xb6, 0xd8, 0x7f, 0xcf, 0x82, 0x47, 0x7a, 0x24, 0xe0, 0xa1, 0xcd, 0xdd, 0x67, 0x17, 0x1c, - 0xe2, 0xc9, 0x4a, 0xd5, 0x1c, 0xbf, 0xf6, 0xc0, 0x02, 0x8a, 0xee, 0x02, 0xf0, 0x6b, 0x0b, 0x2a, - 0x4d, 0xa7, 0xef, 0xd4, 0x0b, 0xa6, 0xb9, 0xd0, 0x32, 0x20, 0x48, 0x4a, 0x58, 0xa3, 0x6a, 0x7f, - 0xb3, 0x0c, 0x83, 0xfc, 0x65, 0xf4, 0x1a, 0x0c, 0x6f, 0xf2, 0x14, 0xc3, 0xfd, 0x65, 0x38, 0x4e, - 0xd4, 0x17, 0x5e, 0x80, 0x25, 0x19, 0x74, 0x1d, 0x4e, 0x88, 0x20, 0xa2, 0x2a, 0x69, 0x39, 0x3b, - 0x52, 0x1f, 0xe6, 0x4f, 0x79, 0xc8, 0x9c, 0xf3, 0x27, 0xd6, 0xba, 0x51, 0x70, 0x56, 0x3d, 0xf4, - 0x6a, 0x57, 0x46, 0x40, 0x9e, 0xba, 0x59, 0xc9, 0xc2, 0x39, 0x59, 0x01, 0x5f, 0x81, 0xf1, 0x76, - 0x97, 0xe6, 0xaf, 0x3d, 0x40, 0x6d, 0x6a, 0xfb, 0x26, 0x2e, 0xf3, 0xa1, 0xe8, 0x30, 0xdf, 0x91, - 0xf5, 0xcd, 0x90, 0x44, 0x9b, 0x41, 0xcb, 0x15, 0x6f, 0xa7, 0x26, 0x3e, 0x14, 0x29, 0x38, 0xee, - 0xaa, 0x41, 0xa9, 0x6c, 0x38, 0x5e, 0xab, 0x13, 0x92, 0x84, 0xca, 0x90, 0x49, 0x65, 0x35, 0x05, - 0xc7, 0x5d, 0x35, 0xe8, 0xda, 0x3a, 0x29, 0x9e, 0xdb, 0x94, 0xe1, 0xe6, 0x82, 0x05, 0x7d, 0x0a, - 0x86, 0x65, 0x28, 0x40, 0xa1, 0xac, 0x28, 0xc2, 0x41, 0x42, 0x3d, 0xdd, 0xa9, 0x3d, 0xed, 0x26, - 0x82, 0x00, 0x24, 0xbd, 0xc3, 0x3c, 0xeb, 0xf8, 0x67, 0x16, 0x9c, 0xc8, 0x70, 0x69, 0xe3, 0x2c, - 0xad, 0xe9, 0x45, 0xb1, 0x7a, 0x58, 0x42, 0x63, 0x69, 0xbc, 0x1c, 0x2b, 0x0c, 0xba, 0x5b, 0x38, - 0xd3, 0x4c, 0x33, 0x4a, 0xe1, 0xea, 0x22, 0xa0, 0xfd, 0x31, 0x4a, 0x74, 0x06, 0x06, 0x3a, 0x11, - 0x09, 0xe5, 0x1b, 0x8b, 0x92, 0xcf, 0xdf, 0x8a, 0x48, 0x88, 0x19, 0x84, 0x8a, 0xad, 0x4d, 0x65, - 0x11, 0xd4, 0xc4, 0x56, 0x66, 0xdd, 0xc3, 0x1c, 0x66, 0x7f, 0xad, 0x0c, 0x93, 0x29, 0xd7, 0x56, - 0xda, 0x91, 0xad, 0xc0, 0xf7, 0xe2, 0x40, 0x65, 0xaa, 0xe3, 0xcf, 0xba, 0x91, 0xf6, 0xe6, 0x75, - 0x51, 0x8e, 0x15, 0x06, 0x7a, 0x5a, 0x3e, 0xab, 0x9b, 0x7e, 0x30, 0x63, 0xa9, 0x6a, 0xbc, 0xac, - 0x5b, 0xf4, 0xb1, 0x9b, 0x27, 0x61, 0xa0, 0x1d, 0xa8, 0x57, 0xd2, 0xd5, 0xf7, 0xc4, 0x4b, 0xd5, - 0x5a, 0x10, 0xb4, 0x30, 0x03, 0xa2, 0xa7, 0xc4, 0xe8, 0x53, 0x37, 0x34, 0xd8, 0x71, 0x83, 0x48, - 0x9b, 0x82, 0x67, 0x60, 0xf8, 0x1e, 0xd9, 0x09, 0x3d, 0xbf, 0x99, 0xbe, 0x9f, 0xba, 0xca, 0x8b, - 0xb1, 0x84, 0x9b, 0xf9, 0xe3, 0x87, 0x8f, 0xf8, 0x41, 0x9b, 0x91, 0xdc, 0x73, 0xf0, 0x3b, 0x16, - 0x4c, 0xb2, 0x84, 0xb0, 0x22, 0xd9, 0x81, 0x17, 0xf8, 0xc7, 0x20, 0x63, 0x3c, 0x09, 0x83, 0x21, - 0x6d, 0x34, 0xfd, 0x22, 0x05, 0xeb, 0x09, 0xe6, 0x30, 0xf4, 0x18, 0x0c, 0xb0, 0x2e, 0xd0, 0xcf, - 0x38, 0xc6, 0xf3, 0xce, 0x57, 0x9d, 0xd8, 0xc1, 0xac, 0x94, 0x45, 0x93, 0x61, 0xd2, 0x6e, 0x79, - 0xbc, 0xd3, 0x89, 0x41, 0xf7, 0xfd, 0x16, 0x4d, 0x96, 0xd9, 0xc9, 0x87, 0x15, 0x4d, 0x96, 0x4d, - 0xfc, 0x60, 0x39, 0xff, 0xbf, 0x96, 0xe0, 0x74, 0x66, 0xbd, 0xe4, 0xa6, 0x7b, 0xd5, 0xb8, 0xe9, - 0xbe, 0x98, 0xba, 0xe9, 0xb6, 0x0f, 0xae, 0xfd, 0x70, 0xee, 0xbe, 0xb3, 0xaf, 0xa4, 0xcb, 0xc7, - 0x78, 0x25, 0x3d, 0x50, 0x54, 0xc4, 0x19, 0xcc, 0x11, 0x71, 0x7e, 0xdf, 0x82, 0x47, 0x33, 0xa7, - 0xec, 0x7d, 0x17, 0xbe, 0x97, 0xd9, 0xcb, 0x1e, 0xda, 0xc9, 0x2f, 0x96, 0x7b, 0x8c, 0x8a, 0xe9, - 0x29, 0x67, 0x29, 0x17, 0x62, 0xc0, 0x48, 0x08, 0x6f, 0x63, 0x9c, 0x03, 0xf1, 0x32, 0xac, 0xa0, - 0x28, 0xd2, 0xc2, 0xdf, 0x78, 0x27, 0x57, 0x0e, 0xb9, 0xa1, 0x16, 0x4c, 0x4b, 0xbc, 0x9e, 0xc1, - 0x21, 0x1d, 0x14, 0x77, 0x47, 0xd3, 0x3c, 0xcb, 0x87, 0xd1, 0x3c, 0xc7, 0xb2, 0xb5, 0x4e, 0xb4, - 0x08, 0x93, 0x5b, 0x9e, 0xcf, 0xde, 0xc1, 0x35, 0xa5, 0x27, 0x15, 0x83, 0x7c, 0xdd, 0x04, 0xe3, - 0x34, 0xfe, 0xdc, 0x2b, 0x30, 0x7e, 0x78, 0xeb, 0xda, 0x8f, 0xca, 0xf0, 0xc1, 0x03, 0x98, 0x02, - 0x3f, 0x1d, 0x8c, 0xef, 0xa2, 0x9d, 0x0e, 0x5d, 0xdf, 0xa6, 0x06, 0x33, 0x1b, 0x9d, 0x56, 0x6b, - 0x87, 0xf9, 0x89, 0x11, 0x57, 0x62, 0x08, 0xa1, 0x46, 0xe5, 0x87, 0x5e, 0xcd, 0xc0, 0xc1, 0x99, - 0x35, 0xd1, 0x27, 0x01, 0x05, 0x77, 0x59, 0x82, 0x63, 0x37, 0xc9, 0x50, 0xc1, 0x3e, 0x41, 0x39, - 0xd9, 0xaa, 0x37, 0xbb, 0x30, 0x70, 0x46, 0x2d, 0x2a, 0xa7, 0xb2, 0xb7, 0xfa, 0x55, 0xb7, 0x52, - 0x72, 0x2a, 0xd6, 0x81, 0xd8, 0xc4, 0x45, 0x97, 0x61, 0xda, 0xd9, 0x76, 0x3c, 0x9e, 0xb0, 0x4c, - 0x12, 0xe0, 0x82, 0xaa, 0xb2, 0x5f, 0x2d, 0xa6, 0x11, 0x70, 0x77, 0x1d, 0xd4, 0x36, 0x0c, 0x92, - 0xfc, 0xb1, 0x84, 0x8f, 0x1f, 0x62, 0x05, 0x17, 0x36, 0x51, 0xda, 0x7f, 0x62, 0xd1, 0xa3, 0x2f, - 0xe3, 0xc9, 0x54, 0x3a, 0x23, 0xca, 0xc0, 0xa6, 0x85, 0xf3, 0xa9, 0x19, 0x59, 0xd6, 0x81, 0xd8, - 0xc4, 0xe5, 0x4b, 0x23, 0x4a, 0xdc, 0xd6, 0x0d, 0x69, 0x53, 0x44, 0xc2, 0x2a, 0x0c, 0x2a, 0x41, - 0xbb, 0xde, 0xb6, 0x17, 0x05, 0xa1, 0xd8, 0x40, 0x7d, 0x3a, 0x31, 0x27, 0xfc, 0xb2, 0xca, 0xc9, - 0x60, 0x49, 0xcf, 0xfe, 0x7a, 0x09, 0xc6, 0x65, 0x8b, 0xaf, 0x75, 0x82, 0xd8, 0x39, 0x86, 0x23, - 0xfd, 0x35, 0xe3, 0x48, 0x3f, 0x5f, 0x2c, 0x30, 0x98, 0x75, 0xae, 0xe7, 0x51, 0xfe, 0xa9, 0xd4, - 0x51, 0x7e, 0xa1, 0x1f, 0xa2, 0x07, 0x1f, 0xe1, 0xff, 0xda, 0x82, 0x69, 0x03, 0xff, 0x18, 0x4e, - 0x92, 0x9a, 0x79, 0x92, 0x3c, 0xd7, 0xc7, 0x68, 0x7a, 0x9c, 0x20, 0xdf, 0x2a, 0xa5, 0x46, 0xc1, - 0x4e, 0x8e, 0xcf, 0xc1, 0xc0, 0xa6, 0x13, 0xba, 0xc5, 0xb2, 0x77, 0x76, 0x55, 0x5f, 0xb8, 0xe2, - 0x84, 0x2e, 0xe7, 0xff, 0xe7, 0xd4, 0x83, 0x6e, 0x4e, 0xe8, 0xe6, 0x46, 0x73, 0xb0, 0x46, 0xd1, - 0x25, 0x18, 0x8a, 0x1a, 0x41, 0x5b, 0xf9, 0xbb, 0x9e, 0xe1, 0x8f, 0xbd, 0xd1, 0x92, 0xfd, 0xdd, - 0x79, 0x64, 0x36, 0x47, 0x8b, 0xb1, 0xc0, 0x9f, 0x6b, 0x42, 0x45, 0x35, 0x7d, 0xa4, 0x1e, 0xff, - 0xff, 0xa9, 0x0c, 0x27, 0x32, 0xd6, 0x0a, 0xfa, 0xbc, 0x31, 0x6f, 0xaf, 0xf4, 0xbd, 0xd8, 0xde, - 0xe3, 0xcc, 0x7d, 0x9e, 0x69, 0x4a, 0xae, 0x58, 0x1d, 0x87, 0x68, 0xfe, 0x56, 0x44, 0xd2, 0xcd, - 0xd3, 0xa2, 0xfc, 0xe6, 0x69, 0xb3, 0xc7, 0x36, 0xfd, 0xb4, 0x21, 0xd5, 0xd3, 0x23, 0xfd, 0xce, - 0xbf, 0x30, 0x00, 0x33, 0x59, 0x19, 0x08, 0xd0, 0x97, 0xac, 0xd4, 0xa3, 0x1f, 0xaf, 0xf6, 0x9f, - 0xc6, 0x80, 0xbf, 0x04, 0x22, 0xf2, 0x03, 0x2d, 0x98, 0xcf, 0x80, 0xe4, 0xce, 0xb8, 0x68, 0x9d, - 0xc5, 0x61, 0x85, 0xfc, 0x01, 0x17, 0xc9, 0x15, 0x3e, 0x71, 0x88, 0xae, 0x88, 0x37, 0x60, 0xa2, - 0x54, 0x1c, 0x96, 0x2c, 0xce, 0x8f, 0xc3, 0x92, 0x7d, 0x98, 0xf3, 0x60, 0x54, 0x1b, 0xd7, 0x91, - 0x2e, 0x83, 0x7b, 0xf4, 0x88, 0xd2, 0xfa, 0x7d, 0xa4, 0x4b, 0xe1, 0x6f, 0x5b, 0x90, 0x72, 0x4e, - 0x53, 0x66, 0x19, 0xab, 0xa7, 0x59, 0xe6, 0x0c, 0x0c, 0x84, 0x41, 0x8b, 0xa4, 0x9f, 0x8f, 0xc0, - 0x41, 0x8b, 0x60, 0x06, 0x51, 0x6f, 0x3c, 0x97, 0x7b, 0xbd, 0xf1, 0x4c, 0xf5, 0xf4, 0x16, 0xd9, - 0x26, 0xd2, 0x48, 0xa2, 0xd8, 0xf8, 0x35, 0x5a, 0x88, 0x39, 0xcc, 0xfe, 0xf5, 0x01, 0x38, 0x91, - 0x11, 0xd5, 0x47, 0x35, 0xa4, 0xa6, 0x13, 0x93, 0xfb, 0xce, 0x4e, 0x3a, 0x8d, 0xed, 0x65, 0x5e, - 0x8c, 0x25, 0x9c, 0x39, 0xd5, 0xf2, 0x54, 0x78, 0x29, 0xd3, 0x95, 0xc8, 0x80, 0x27, 0xa0, 0x47, - 0xff, 0x1a, 0xf0, 0x45, 0x80, 0x28, 0x6a, 0xad, 0xf8, 0x54, 0xc2, 0x73, 0x85, 0xf3, 0x6e, 0x92, - 0x41, 0xb1, 0x7e, 0x4d, 0x40, 0xb0, 0x86, 0x85, 0xaa, 0x30, 0xd5, 0x0e, 0x83, 0x98, 0x1b, 0x06, - 0xab, 0xdc, 0xd5, 0x62, 0xd0, 0x8c, 0x1a, 0xab, 0xa5, 0xe0, 0xb8, 0xab, 0x06, 0x7a, 0x09, 0x46, - 0x45, 0x24, 0x59, 0x2d, 0x08, 0x5a, 0xc2, 0x8c, 0xa4, 0xee, 0xe3, 0xeb, 0x09, 0x08, 0xeb, 0x78, - 0x5a, 0x35, 0x66, 0x6d, 0x1c, 0xce, 0xac, 0xc6, 0x2d, 0x8e, 0x1a, 0x5e, 0x2a, 0x4f, 0xc9, 0x48, - 0xa1, 0x3c, 0x25, 0x89, 0x61, 0xad, 0x52, 0xf8, 0x22, 0x06, 0x72, 0x0d, 0x50, 0xbf, 0x5b, 0x86, - 0x21, 0xfe, 0x29, 0x8e, 0x41, 0xca, 0xab, 0x09, 0x93, 0x52, 0xa1, 0x9c, 0x10, 0xbc, 0x57, 0x0b, - 0x55, 0x27, 0x76, 0x38, 0x6b, 0x52, 0x3b, 0x24, 0x31, 0x43, 0xa1, 0x05, 0x63, 0x0f, 0xcd, 0xa5, - 0x2c, 0x25, 0xc0, 0x69, 0x68, 0x3b, 0x6a, 0x13, 0x20, 0x62, 0x2f, 0xd2, 0x52, 0x1a, 0x22, 0xc7, - 0xee, 0x8b, 0x85, 0xfa, 0x51, 0x57, 0xd5, 0x78, 0x6f, 0x92, 0x65, 0xa9, 0x00, 0x58, 0xa3, 0x3d, - 0xf7, 0x32, 0x54, 0x14, 0x72, 0x9e, 0x0a, 0x39, 0xa6, 0xb3, 0xb6, 0xff, 0x0f, 0x26, 0x53, 0x6d, - 0xf5, 0xa5, 0x81, 0xfe, 0xa6, 0x05, 0x93, 0xbc, 0xcb, 0x2b, 0xfe, 0xb6, 0x60, 0x05, 0x5f, 0xb4, - 0x60, 0xa6, 0x95, 0xb1, 0x13, 0xc5, 0x67, 0x3e, 0xcc, 0x1e, 0x56, 0xca, 0x67, 0x16, 0x14, 0x67, - 0xb6, 0x86, 0xce, 0xc2, 0x08, 0x7f, 0x60, 0xdb, 0x69, 0x09, 0x4f, 0xf1, 0x31, 0x9e, 0x5d, 0x9c, - 0x97, 0x61, 0x05, 0xb5, 0x7f, 0x6c, 0xc1, 0x34, 0x1f, 0xc4, 0x55, 0xb2, 0xa3, 0xd4, 0xab, 0xf7, - 0xc9, 0x30, 0x44, 0x1e, 0xf5, 0x52, 0x8f, 0x3c, 0xea, 0xfa, 0x28, 0xcb, 0x07, 0x8e, 0xf2, 0xdb, - 0x16, 0x88, 0x15, 0x7a, 0x0c, 0xfa, 0xc3, 0x9a, 0xa9, 0x3f, 0x7c, 0xa8, 0xc8, 0xa2, 0xef, 0xa1, - 0x38, 0xfc, 0x8d, 0x12, 0x4c, 0x71, 0x84, 0xe4, 0x46, 0xe6, 0xfd, 0xf2, 0x71, 0xfa, 0x7b, 0xdf, - 0x47, 0x3d, 0xd3, 0x9a, 0x3d, 0x52, 0xe3, 0x5b, 0x0e, 0x1c, 0xf8, 0x2d, 0xff, 0x87, 0x05, 0x88, - 0xcf, 0x49, 0xfa, 0x75, 0x72, 0x7e, 0xba, 0x69, 0xe6, 0x80, 0x84, 0x73, 0x28, 0x08, 0xd6, 0xb0, - 0x1e, 0xf2, 0x10, 0x52, 0xf7, 0x61, 0xe5, 0xfc, 0xfb, 0xb0, 0x3e, 0x46, 0xfd, 0xdf, 0xca, 0x90, - 0x76, 0xd6, 0x44, 0x6f, 0xc3, 0x58, 0xc3, 0x69, 0x3b, 0x77, 0xbd, 0x96, 0x17, 0x7b, 0x24, 0x2a, - 0x76, 0xe1, 0xbe, 0xac, 0xd5, 0x10, 0xd7, 0x50, 0x5a, 0x09, 0x36, 0x28, 0xa2, 0x05, 0x80, 0x76, - 0xe8, 0x6d, 0x7b, 0x2d, 0xd2, 0x64, 0x1a, 0x0f, 0x8b, 0x39, 0xe1, 0x77, 0xc7, 0xb2, 0x14, 0x6b, - 0x18, 0x19, 0x31, 0x0a, 0xe5, 0xe3, 0x88, 0x51, 0x18, 0x38, 0xc2, 0x18, 0x85, 0xc1, 0x42, 0x31, - 0x0a, 0x18, 0x4e, 0xc9, 0x83, 0x9e, 0xfe, 0x5f, 0xf5, 0x5a, 0x44, 0xc8, 0x79, 0x3c, 0x7e, 0x65, - 0x6e, 0x6f, 0x77, 0xfe, 0x14, 0xce, 0xc4, 0xc0, 0x3d, 0x6a, 0xda, 0x1d, 0x38, 0x51, 0x27, 0xa1, - 0x7c, 0x85, 0x4e, 0xed, 0xbb, 0xcf, 0x40, 0x25, 0x4c, 0x6d, 0xf9, 0x3e, 0x93, 0x14, 0x68, 0x99, - 0xdd, 0xe4, 0x16, 0x4f, 0x48, 0xda, 0x7f, 0xb5, 0x04, 0xc3, 0xc2, 0xa5, 0xf3, 0x18, 0x04, 0x95, - 0xab, 0x86, 0x39, 0xea, 0x99, 0x3c, 0x5e, 0xc9, 0xba, 0xd5, 0xd3, 0x10, 0x55, 0x4f, 0x19, 0xa2, - 0x9e, 0x2b, 0x46, 0xee, 0x60, 0x13, 0xd4, 0x3f, 0x2e, 0xc3, 0x84, 0xe9, 0xe2, 0x7a, 0x0c, 0xd3, - 0xf2, 0x3a, 0x0c, 0x47, 0xc2, 0xdb, 0xba, 0x54, 0xc4, 0xbf, 0x2f, 0xfd, 0x89, 0x93, 0x5b, 0x7b, - 0xe1, 0x5f, 0x2d, 0xc9, 0x65, 0x3a, 0x74, 0x97, 0x8f, 0xc5, 0xa1, 0x3b, 0xcf, 0xf3, 0x78, 0xe0, - 0x61, 0x78, 0x1e, 0xdb, 0x3f, 0x60, 0xc7, 0x83, 0x5e, 0x7e, 0x0c, 0x47, 0xfe, 0x6b, 0xe6, 0x41, - 0x72, 0xae, 0xd0, 0xba, 0x13, 0xdd, 0xeb, 0x71, 0xf4, 0x7f, 0xd7, 0x82, 0x51, 0x81, 0x78, 0x0c, - 0x03, 0xf8, 0xa4, 0x39, 0x80, 0xa7, 0x0a, 0x0d, 0xa0, 0x47, 0xcf, 0xbf, 0x5e, 0x52, 0x3d, 0xaf, - 0x05, 0x61, 0x5c, 0x28, 0xff, 0xf9, 0x08, 0x55, 0x13, 0x83, 0x46, 0xd0, 0x12, 0xc2, 0xde, 0x63, - 0x49, 0xb8, 0x22, 0x2f, 0xdf, 0xd7, 0x7e, 0x63, 0x85, 0xcd, 0xa2, 0xe9, 0x82, 0x30, 0x16, 0x87, - 0x6d, 0x12, 0x4d, 0x17, 0x84, 0x31, 0x66, 0x10, 0xe4, 0x02, 0xc4, 0x4e, 0xd8, 0x24, 0x31, 0x2d, - 0x13, 0x91, 0xbe, 0xbd, 0x77, 0x6b, 0x27, 0xf6, 0x5a, 0x0b, 0x9e, 0x1f, 0x47, 0x71, 0xb8, 0xb0, - 0xe6, 0xc7, 0x37, 0x43, 0xae, 0x20, 0x68, 0xf1, 0x87, 0x8a, 0x16, 0xd6, 0xe8, 0xca, 0x90, 0x12, - 0xd6, 0xc6, 0xa0, 0x79, 0xdb, 0x74, 0x43, 0x94, 0x63, 0x85, 0x61, 0xbf, 0xcc, 0x38, 0x3b, 0x9b, - 0xa0, 0xfe, 0x42, 0x03, 0x7f, 0x61, 0x58, 0x4d, 0x2d, 0x33, 0x21, 0xdf, 0xd0, 0x03, 0x10, 0x8b, - 0xb2, 0x4f, 0xda, 0x05, 0xdd, 0xe7, 0x3a, 0x89, 0x57, 0x44, 0xa4, 0xeb, 0x8a, 0xf2, 0xe5, 0xc2, - 0x1c, 0xb9, 0x8f, 0x4b, 0x49, 0x96, 0x88, 0x91, 0x65, 0x9f, 0x5b, 0xab, 0xa5, 0xb3, 0xd6, 0x2f, - 0x4b, 0x00, 0x4e, 0x70, 0xd0, 0x79, 0xa1, 0x7c, 0x72, 0xeb, 0xcc, 0x07, 0x53, 0xca, 0xa7, 0x9c, - 0x12, 0x4d, 0xfb, 0xbc, 0x00, 0xa3, 0xea, 0x21, 0xa0, 0x1a, 0x7f, 0x82, 0xa5, 0xc2, 0x65, 0xb1, - 0x95, 0xa4, 0x18, 0xeb, 0x38, 0x68, 0x1d, 0x26, 0x23, 0xfe, 0x4a, 0x91, 0x8c, 0xed, 0x10, 0x46, - 0x86, 0x67, 0xe5, 0x85, 0x66, 0xdd, 0x04, 0xef, 0xb3, 0x22, 0xbe, 0x95, 0x65, 0x34, 0x48, 0x9a, - 0x04, 0x7a, 0x15, 0x26, 0x5a, 0xfa, 0x13, 0xac, 0x35, 0x61, 0x83, 0x50, 0x2e, 0x6a, 0xc6, 0x03, - 0xad, 0x35, 0x9c, 0xc2, 0x46, 0xaf, 0xc3, 0xac, 0x5e, 0x22, 0x12, 0x22, 0x39, 0x7e, 0x93, 0x44, - 0xe2, 0x45, 0x93, 0xc7, 0xf6, 0x76, 0xe7, 0x67, 0xaf, 0xf5, 0xc0, 0xc1, 0x3d, 0x6b, 0xa3, 0x4b, - 0x30, 0x26, 0x87, 0xaf, 0x45, 0x42, 0x25, 0xce, 0x91, 0x1a, 0x0c, 0x1b, 0x98, 0xe8, 0x3e, 0x9c, - 0x94, 0xff, 0xd7, 0x43, 0x67, 0x63, 0xc3, 0x6b, 0x88, 0x90, 0xb4, 0x51, 0x46, 0x62, 0x51, 0xfa, - 0x96, 0xaf, 0x64, 0x21, 0xed, 0xef, 0xce, 0x9f, 0x11, 0xb3, 0x96, 0x09, 0x67, 0x1f, 0x31, 0x9b, - 0x3e, 0xba, 0x0e, 0x27, 0x36, 0x89, 0xd3, 0x8a, 0x37, 0x97, 0x37, 0x49, 0xe3, 0x9e, 0xdc, 0x58, - 0x2c, 0xbe, 0x4a, 0x73, 0x1f, 0xbc, 0xd2, 0x8d, 0x82, 0xb3, 0xea, 0xbd, 0xb7, 0xfb, 0xe7, 0xcf, - 0xd1, 0xca, 0x9a, 0xfc, 0x80, 0xde, 0x81, 0x31, 0x7d, 0xae, 0xd3, 0x82, 0x41, 0xfe, 0xf3, 0xbc, - 0x42, 0x0e, 0x51, 0x5f, 0x40, 0x87, 0x61, 0x83, 0xb6, 0x7d, 0x13, 0x86, 0xea, 0x3b, 0x51, 0x23, - 0x6e, 0x15, 0x60, 0xae, 0x4f, 0x1a, 0x43, 0x48, 0x36, 0x3e, 0x7b, 0x2a, 0x4c, 0x8c, 0xc8, 0xfe, - 0xb2, 0x05, 0x93, 0xeb, 0xcb, 0xb5, 0x7a, 0xd0, 0xb8, 0x47, 0xe2, 0x45, 0xae, 0x67, 0x62, 0xc1, - 0x5b, 0xad, 0x43, 0xf2, 0xcc, 0x2c, 0x6e, 0x7c, 0x06, 0x06, 0x36, 0x83, 0x28, 0x4e, 0xdb, 0x6a, - 0xaf, 0x04, 0x51, 0x8c, 0x19, 0xc4, 0xfe, 0x53, 0x0b, 0x06, 0xd9, 0x4b, 0x58, 0x79, 0xaf, 0xa8, - 0x15, 0x19, 0x17, 0x7a, 0x09, 0x86, 0xc8, 0xc6, 0x06, 0x69, 0xc4, 0x82, 0xcd, 0xc8, 0xb8, 0x87, - 0xa1, 0x15, 0x56, 0x4a, 0x99, 0x07, 0x6b, 0x8c, 0xff, 0xc5, 0x02, 0x19, 0x7d, 0x1a, 0x2a, 0xb1, - 0xb7, 0x45, 0x16, 0x5d, 0x57, 0x18, 0x47, 0xfb, 0x73, 0xc5, 0x51, 0xcc, 0x6c, 0x5d, 0x12, 0xc1, - 0x09, 0x3d, 0xfb, 0xab, 0x25, 0x80, 0x24, 0xae, 0x29, 0x6f, 0x98, 0x4b, 0x5d, 0x8f, 0xc5, 0x3d, - 0x9d, 0xf1, 0x58, 0x1c, 0x4a, 0x08, 0x66, 0x3c, 0x15, 0xa7, 0xa6, 0xaa, 0x5c, 0x68, 0xaa, 0x06, - 0xfa, 0x99, 0xaa, 0x65, 0x98, 0x4e, 0xe2, 0xb2, 0xcc, 0x00, 0x57, 0x96, 0xd0, 0x75, 0x3d, 0x0d, - 0xc4, 0xdd, 0xf8, 0xf6, 0x57, 0x2d, 0x10, 0xce, 0x9b, 0x05, 0x16, 0xb4, 0x2b, 0x1f, 0x76, 0x32, - 0x32, 0xcf, 0x3d, 0x5b, 0xc4, 0xaf, 0x55, 0xe4, 0x9b, 0x53, 0x5b, 0xcc, 0xc8, 0x32, 0x67, 0x50, - 0xb5, 0x7f, 0xcd, 0x82, 0x51, 0x0e, 0xbe, 0xce, 0x64, 0xfe, 0xfc, 0x7e, 0xf5, 0x95, 0x2d, 0x98, - 0xbd, 0x79, 0x44, 0x09, 0xab, 0xac, 0xb1, 0xfa, 0x9b, 0x47, 0x12, 0x80, 0x13, 0x1c, 0xf4, 0x0c, - 0x0c, 0x47, 0x9d, 0xbb, 0x0c, 0x3d, 0xe5, 0xc9, 0x59, 0xe7, 0xc5, 0x58, 0xc2, 0xed, 0x7f, 0x5a, - 0x82, 0xa9, 0xb4, 0x23, 0x2f, 0xc2, 0x30, 0xc4, 0x75, 0x80, 0xb4, 0xf8, 0x78, 0x90, 0x5d, 0x4a, - 0x73, 0x04, 0x06, 0xfe, 0x72, 0x37, 0xbb, 0x40, 0x10, 0x94, 0xd0, 0x06, 0x8c, 0xba, 0xc1, 0x7d, - 0xff, 0xbe, 0x13, 0xba, 0x8b, 0xb5, 0x35, 0xf1, 0x25, 0x72, 0x5c, 0xaf, 0xaa, 0x49, 0x05, 0xdd, - 0xcd, 0x98, 0xd9, 0x49, 0x12, 0x10, 0xd6, 0x09, 0x53, 0x9d, 0xb7, 0x11, 0xf8, 0x1b, 0x5e, 0xf3, - 0xba, 0xd3, 0x2e, 0xe6, 0x64, 0xb0, 0x2c, 0xd1, 0xb5, 0x36, 0xc6, 0x45, 0x5e, 0x0d, 0x0e, 0xc0, - 0x09, 0x49, 0xfb, 0x57, 0x67, 0xc0, 0x58, 0x0b, 0x46, 0x4a, 0x5f, 0xeb, 0xa1, 0xa7, 0xf4, 0x7d, - 0x13, 0x46, 0xc8, 0x56, 0x3b, 0xde, 0xa9, 0x7a, 0x61, 0xb1, 0x04, 0xed, 0x2b, 0x02, 0xbb, 0x9b, - 0xba, 0x84, 0x60, 0x45, 0xb1, 0x47, 0x82, 0xe6, 0xf2, 0xfb, 0x22, 0x41, 0xf3, 0xc0, 0x5f, 0x48, - 0x82, 0xe6, 0xd7, 0x61, 0xb8, 0xe9, 0xc5, 0x98, 0xb4, 0x03, 0x91, 0xa8, 0x24, 0x67, 0xf1, 0x5c, - 0xe6, 0xc8, 0xdd, 0xa9, 0x3b, 0x05, 0x00, 0x4b, 0x72, 0x68, 0x5d, 0x6d, 0xaa, 0xa1, 0x22, 0xc7, - 0x7d, 0xb7, 0xdd, 0x32, 0x73, 0x5b, 0x89, 0x84, 0xcc, 0xc3, 0xef, 0x3d, 0x21, 0xb3, 0x4a, 0xa3, - 0x3c, 0xf2, 0xb0, 0xd2, 0x28, 0x1b, 0xe9, 0xa8, 0x2b, 0x47, 0x91, 0x8e, 0xfa, 0xab, 0x16, 0x9c, - 0x6c, 0x67, 0x25, 0x73, 0x17, 0x09, 0x91, 0x7f, 0xf6, 0x10, 0xe9, 0xed, 0x8d, 0xa6, 0x59, 0xe2, - 0x85, 0x4c, 0x34, 0x9c, 0xdd, 0xb0, 0xcc, 0x6b, 0x3d, 0xfa, 0xde, 0xf3, 0x5a, 0x1f, 0x75, 0xe6, - 0xe4, 0x24, 0xcb, 0xf5, 0xf8, 0x91, 0x64, 0xb9, 0x9e, 0x78, 0x88, 0x59, 0xae, 0xb5, 0xfc, 0xd4, - 0x93, 0x0f, 0x37, 0x3f, 0xf5, 0xa6, 0x79, 0x2e, 0xf1, 0x74, 0xc8, 0x2f, 0x15, 0x3e, 0x97, 0x8c, - 0x16, 0x0e, 0x3e, 0x99, 0x78, 0xa6, 0xee, 0xe9, 0xf7, 0x98, 0xa9, 0xdb, 0xc8, 0x77, 0x8d, 0x8e, - 0x22, 0xdf, 0xf5, 0xdb, 0xfa, 0x09, 0x7a, 0xa2, 0x48, 0x0b, 0xea, 0xa0, 0xec, 0x6e, 0x21, 0xeb, - 0x0c, 0xed, 0xce, 0xa8, 0x3d, 0x73, 0xdc, 0x19, 0xb5, 0x4f, 0x1e, 0x61, 0x46, 0xed, 0x53, 0xc7, - 0x9a, 0x51, 0xfb, 0x91, 0xf7, 0x49, 0x46, 0xed, 0xd9, 0xe3, 0xca, 0xa8, 0xfd, 0xe8, 0x43, 0xcd, - 0xa8, 0x4d, 0x3f, 0x5d, 0x5b, 0x86, 0xc3, 0xcd, 0xce, 0x15, 0xf9, 0x74, 0x99, 0xd1, 0x73, 0xfc, - 0xd3, 0x29, 0x10, 0x4e, 0x88, 0xda, 0x7f, 0x09, 0x4e, 0x1f, 0xbc, 0x74, 0x13, 0xcf, 0x93, 0x5a, - 0x62, 0xd3, 0x4b, 0x79, 0x9e, 0x30, 0xb1, 0x50, 0xc3, 0x2a, 0x9c, 0xf2, 0xf7, 0x5b, 0x16, 0x3c, - 0xd2, 0x23, 0x23, 0x66, 0xe1, 0x58, 0xd2, 0x36, 0x4c, 0xb6, 0xcd, 0xaa, 0x85, 0x43, 0xd3, 0x8d, - 0x0c, 0x9c, 0xca, 0xdf, 0x3f, 0x05, 0xc0, 0x69, 0xf2, 0x4b, 0x1f, 0xfa, 0xe1, 0x8f, 0x4e, 0x7f, - 0xe0, 0xf7, 0x7e, 0x74, 0xfa, 0x03, 0x7f, 0xf4, 0xa3, 0xd3, 0x1f, 0xf8, 0xb9, 0xbd, 0xd3, 0xd6, - 0x0f, 0xf7, 0x4e, 0x5b, 0xbf, 0xb7, 0x77, 0xda, 0xfa, 0xb3, 0xbd, 0xd3, 0xd6, 0x57, 0x7f, 0x7c, - 0xfa, 0x03, 0x6f, 0x94, 0xb6, 0x2f, 0xfc, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe8, 0xe6, 0xb4, - 0xea, 0xa4, 0xcc, 0x00, 0x00, + // 11308 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x7d, 0x6d, 0x8c, 0x24, 0xc7, + 0x75, 0x98, 0x7a, 0x66, 0xbf, 0xe6, 0xed, 0x77, 0xdd, 0xde, 0x71, 0xb9, 0x22, 0x6f, 0x8f, 0x4d, + 0x91, 0x3e, 0x92, 0xc7, 0x3d, 0xdd, 0x91, 0x14, 0x4f, 0xa2, 0x42, 0x6b, 0x77, 0x67, 0xf7, 0x6e, + 0x75, 0x5f, 0xc3, 0x9a, 0xbd, 0x3b, 0x8a, 0x62, 0x44, 0xf6, 0x4d, 0xd7, 0xce, 0x36, 0x6f, 0xb6, + 0x7b, 0xd8, 0xdd, 0xb3, 0x77, 0x2b, 0x45, 0x80, 0xad, 0x08, 0x92, 0x03, 0x28, 0x89, 0x02, 0x47, + 0x40, 0xe0, 0x04, 0x50, 0x60, 0x20, 0x8e, 0xf2, 0xe9, 0x28, 0x82, 0x3e, 0x0c, 0xcb, 0x09, 0xe2, + 0x58, 0x8e, 0x0c, 0x24, 0x8e, 0x01, 0x23, 0xb6, 0x03, 0xc3, 0x6b, 0x6b, 0x85, 0xf8, 0x5f, 0x82, + 0x20, 0xf9, 0xb7, 0xf9, 0x40, 0x50, 0x9f, 0x5d, 0xd5, 0xd3, 0xb3, 0xdd, 0xb3, 0xbc, 0x5d, 0x53, + 0x42, 0xfe, 0xcd, 0xd4, 0x7b, 0xf5, 0xea, 0xa3, 0xab, 0x5e, 0xbd, 0xf7, 0xea, 0xbd, 0x57, 0x70, + 0xee, 0xde, 0xa5, 0x68, 0xc1, 0x0b, 0xce, 0xdf, 0xeb, 0xdc, 0x25, 0xa1, 0x4f, 0x62, 0x12, 0x9d, + 0x6f, 0xdf, 0x6b, 0x9e, 0x77, 0xda, 0xde, 0xf9, 0xed, 0x0b, 0xe7, 0x9b, 0xc4, 0x27, 0xa1, 0x13, + 0x13, 0x77, 0xa1, 0x1d, 0x06, 0x71, 0x80, 0x1e, 0xe3, 0xd8, 0x0b, 0x09, 0xf6, 0x42, 0xfb, 0x5e, + 0x73, 0xc1, 0x69, 0x7b, 0x0b, 0xdb, 0x17, 0xe6, 0x9e, 0x6f, 0x7a, 0xf1, 0x66, 0xe7, 0xee, 0x42, + 0x23, 0xd8, 0x3a, 0xdf, 0x0c, 0x9a, 0xc1, 0x79, 0x56, 0xe9, 0x6e, 0x67, 0x83, 0xfd, 0x63, 0x7f, + 0xd8, 0x2f, 0x4e, 0x6c, 0xee, 0x45, 0xd1, 0xb4, 0xd3, 0xf6, 0xb6, 0x9c, 0xc6, 0xa6, 0xe7, 0x93, + 0x70, 0x47, 0x35, 0x1e, 0x92, 0x28, 0xe8, 0x84, 0x0d, 0x92, 0xee, 0xc2, 0x81, 0xb5, 0xa2, 0xf3, + 0x5b, 0x24, 0x76, 0x32, 0x3a, 0x3e, 0x77, 0xbe, 0x57, 0xad, 0xb0, 0xe3, 0xc7, 0xde, 0x56, 0x77, + 0x33, 0x1f, 0xc9, 0xab, 0x10, 0x35, 0x36, 0xc9, 0x96, 0xd3, 0x55, 0xef, 0x85, 0x5e, 0xf5, 0x3a, + 0xb1, 0xd7, 0x3a, 0xef, 0xf9, 0x71, 0x14, 0x87, 0x07, 0x8d, 0x29, 0x22, 0xe1, 0x36, 0x09, 0x93, + 0x01, 0x91, 0x07, 0xce, 0x56, 0xbb, 0x45, 0x32, 0xc6, 0x64, 0xff, 0xa1, 0x05, 0x67, 0x16, 0xef, + 0xd4, 0x57, 0x5a, 0x4e, 0x14, 0x7b, 0x8d, 0xa5, 0x56, 0xd0, 0xb8, 0x57, 0x8f, 0x83, 0x90, 0xdc, + 0x0e, 0x5a, 0x9d, 0x2d, 0x52, 0x67, 0xd3, 0x87, 0xce, 0xc1, 0xc8, 0x36, 0xfb, 0xbf, 0x56, 0x9d, + 0xb5, 0xce, 0x58, 0x67, 0x2b, 0x4b, 0x53, 0x3f, 0xdc, 0x9d, 0xff, 0xc0, 0xde, 0xee, 0xfc, 0xc8, + 0x6d, 0x51, 0x8e, 0x15, 0x06, 0x7a, 0x1a, 0x86, 0x36, 0xa2, 0xf5, 0x9d, 0x36, 0x99, 0x2d, 0x31, + 0xdc, 0x09, 0x81, 0x3b, 0xb4, 0x5a, 0xa7, 0xa5, 0x58, 0x40, 0xd1, 0x79, 0xa8, 0xb4, 0x9d, 0x30, + 0xf6, 0x62, 0x2f, 0xf0, 0x67, 0xcb, 0x67, 0xac, 0xb3, 0x83, 0x4b, 0xd3, 0x02, 0xb5, 0x52, 0x93, + 0x00, 0x9c, 0xe0, 0xd0, 0x6e, 0x84, 0xc4, 0x71, 0x6f, 0xfa, 0xad, 0x9d, 0xd9, 0x81, 0x33, 0xd6, + 0xd9, 0x91, 0xa4, 0x1b, 0x58, 0x94, 0x63, 0x85, 0x61, 0x7f, 0xaf, 0x04, 0x23, 0x8b, 0x1b, 0x1b, + 0x9e, 0xef, 0xc5, 0x3b, 0xe8, 0x6d, 0x18, 0xf3, 0x03, 0x97, 0xc8, 0xff, 0x6c, 0x14, 0xa3, 0x17, + 0x9f, 0x5d, 0x38, 0x68, 0x29, 0x2e, 0xdc, 0xd0, 0x6a, 0x2c, 0x4d, 0xed, 0xed, 0xce, 0x8f, 0xe9, + 0x25, 0xd8, 0xa0, 0x88, 0xde, 0x84, 0xd1, 0x76, 0xe0, 0xaa, 0x06, 0x4a, 0xac, 0x81, 0x67, 0x0e, + 0x6e, 0xa0, 0x96, 0x54, 0x58, 0x9a, 0xdc, 0xdb, 0x9d, 0x1f, 0xd5, 0x0a, 0xb0, 0x4e, 0x0e, 0xb5, + 0x60, 0x92, 0xfe, 0xf5, 0x63, 0x4f, 0xb5, 0x50, 0x66, 0x2d, 0x3c, 0x9f, 0xdf, 0x82, 0x56, 0x69, + 0xe9, 0xc4, 0xde, 0xee, 0xfc, 0x64, 0xaa, 0x10, 0xa7, 0x49, 0xdb, 0x9f, 0x85, 0x89, 0xc5, 0x38, + 0x76, 0x1a, 0x9b, 0xc4, 0xe5, 0xdf, 0x17, 0xbd, 0x08, 0x03, 0xbe, 0xb3, 0x45, 0xc4, 0xd7, 0x3f, + 0x23, 0xa6, 0x7d, 0xe0, 0x86, 0xb3, 0x45, 0xf6, 0x77, 0xe7, 0xa7, 0x6e, 0xf9, 0xde, 0xbb, 0x1d, + 0xb1, 0x66, 0x68, 0x19, 0x66, 0xd8, 0xe8, 0x22, 0x80, 0x4b, 0xb6, 0xbd, 0x06, 0xa9, 0x39, 0xf1, + 0xa6, 0x58, 0x0d, 0x48, 0xd4, 0x85, 0xaa, 0x82, 0x60, 0x0d, 0xcb, 0xfe, 0x82, 0x05, 0x95, 0xc5, + 0xed, 0xc0, 0x73, 0x6b, 0x81, 0x1b, 0xa1, 0x0e, 0x4c, 0xb6, 0x43, 0xb2, 0x41, 0x42, 0x55, 0x34, + 0x6b, 0x9d, 0x29, 0x9f, 0x1d, 0xbd, 0x78, 0x31, 0x67, 0xdc, 0x66, 0xa5, 0x15, 0x3f, 0x0e, 0x77, + 0x96, 0x1e, 0x11, 0x4d, 0x4f, 0xa6, 0xa0, 0x38, 0xdd, 0x86, 0xfd, 0x5b, 0x25, 0x38, 0xb9, 0xf8, + 0xd9, 0x4e, 0x48, 0xaa, 0x5e, 0x74, 0x2f, 0xbd, 0x15, 0x5c, 0x2f, 0xba, 0x77, 0x23, 0x99, 0x0c, + 0xb5, 0x06, 0xab, 0xa2, 0x1c, 0x2b, 0x0c, 0xf4, 0x3c, 0x0c, 0xd3, 0xdf, 0xb7, 0xf0, 0x9a, 0x18, + 0xfd, 0x09, 0x81, 0x3c, 0x5a, 0x75, 0x62, 0xa7, 0xca, 0x41, 0x58, 0xe2, 0xa0, 0xeb, 0x30, 0xda, + 0x60, 0xfb, 0xbd, 0x79, 0x3d, 0x70, 0x09, 0xfb, 0xc2, 0x95, 0xa5, 0xe7, 0x28, 0xfa, 0x72, 0x52, + 0xbc, 0xbf, 0x3b, 0x3f, 0xcb, 0xfb, 0x26, 0x48, 0x68, 0x30, 0xac, 0xd7, 0x47, 0xb6, 0xda, 0x88, + 0x03, 0x8c, 0x12, 0x64, 0x6c, 0xc2, 0xb3, 0xda, 0x9e, 0x1a, 0x64, 0x7b, 0x6a, 0x2c, 0x7b, 0x3f, + 0xa1, 0x0b, 0x30, 0x70, 0xcf, 0xf3, 0xdd, 0xd9, 0x21, 0x46, 0xeb, 0x71, 0xfa, 0xf9, 0xaf, 0x7a, + 0xbe, 0xbb, 0xbf, 0x3b, 0x3f, 0x6d, 0x74, 0x87, 0x16, 0x62, 0x86, 0x6a, 0xff, 0x63, 0x4b, 0x4c, + 0xe3, 0xaa, 0xd7, 0x32, 0x39, 0xca, 0x45, 0x80, 0x88, 0x34, 0x42, 0x12, 0x6b, 0x13, 0xa9, 0x56, + 0x46, 0x5d, 0x41, 0xb0, 0x86, 0x45, 0xf9, 0x45, 0xb4, 0xe9, 0x84, 0x6c, 0x81, 0x89, 0xe9, 0x54, + 0xfc, 0xa2, 0x2e, 0x01, 0x38, 0xc1, 0x31, 0xf8, 0x45, 0x39, 0x97, 0x5f, 0xfc, 0xa6, 0x05, 0xc3, + 0x4b, 0x9e, 0xef, 0x7a, 0x7e, 0x13, 0xbd, 0x0d, 0x23, 0xf4, 0x10, 0x70, 0x9d, 0xd8, 0x11, 0xac, + 0xe2, 0xc3, 0x72, 0xbd, 0xe9, 0x3c, 0x59, 0xae, 0xb8, 0x68, 0x81, 0x62, 0xd3, 0x75, 0x77, 0xf3, + 0xee, 0x3b, 0xa4, 0x11, 0x5f, 0x27, 0xb1, 0x93, 0x0c, 0x27, 0x29, 0xc3, 0x8a, 0x2a, 0xba, 0x05, + 0x43, 0xb1, 0x13, 0x36, 0x49, 0x2c, 0x38, 0x45, 0xce, 0x3e, 0xe6, 0x34, 0x30, 0x5d, 0xa5, 0xc4, + 0x6f, 0x90, 0x84, 0xa7, 0xae, 0x33, 0x22, 0x58, 0x10, 0xb3, 0x1b, 0x30, 0xb6, 0xec, 0xb4, 0x9d, + 0xbb, 0x5e, 0xcb, 0x8b, 0x3d, 0x12, 0xa1, 0x9f, 0x81, 0xb2, 0xe3, 0xba, 0x6c, 0xcf, 0x54, 0x96, + 0x4e, 0xee, 0xed, 0xce, 0x97, 0x17, 0x5d, 0xfa, 0xc9, 0x40, 0x61, 0xed, 0x60, 0x8a, 0x81, 0x9e, + 0x85, 0x01, 0x37, 0x0c, 0xda, 0xb3, 0x25, 0x86, 0x79, 0x8a, 0x7e, 0xdd, 0x6a, 0x18, 0xb4, 0x53, + 0xa8, 0x0c, 0xc7, 0xfe, 0x41, 0x09, 0xd0, 0x32, 0x69, 0x6f, 0xae, 0xd6, 0x8d, 0x6f, 0x7a, 0x16, + 0x46, 0xb6, 0x02, 0xdf, 0x8b, 0x83, 0x30, 0x12, 0x0d, 0xb2, 0xa5, 0x74, 0x5d, 0x94, 0x61, 0x05, + 0x45, 0x67, 0x60, 0xa0, 0x9d, 0x70, 0x84, 0x31, 0xc9, 0x4d, 0x18, 0x2f, 0x60, 0x10, 0x8a, 0xd1, + 0x89, 0x48, 0x28, 0xb6, 0x80, 0xc2, 0xb8, 0x15, 0x91, 0x10, 0x33, 0x48, 0xb2, 0x82, 0xe8, 0xda, + 0x12, 0x0b, 0x3c, 0xb5, 0x82, 0x28, 0x04, 0x6b, 0x58, 0xe8, 0x2d, 0xa8, 0xf0, 0x7f, 0x98, 0x6c, + 0xb0, 0xd5, 0x9e, 0xcb, 0x47, 0xae, 0x05, 0x0d, 0xa7, 0x95, 0x9e, 0xfc, 0x71, 0xb6, 0xe2, 0x24, + 0x21, 0x9c, 0xd0, 0x34, 0x56, 0xdc, 0x50, 0xee, 0x8a, 0xfb, 0x3b, 0x16, 0xa0, 0x65, 0xcf, 0x77, + 0x49, 0x78, 0x0c, 0xa7, 0x6d, 0x7f, 0x9b, 0xe1, 0x8f, 0x69, 0xd7, 0x82, 0xad, 0x76, 0xe0, 0x13, + 0x3f, 0x5e, 0x0e, 0x7c, 0x97, 0x9f, 0xc0, 0x1f, 0x83, 0x81, 0x98, 0x36, 0xc5, 0xbb, 0xf5, 0xb4, + 0xfc, 0x2c, 0xb4, 0x81, 0xfd, 0xdd, 0xf9, 0x53, 0xdd, 0x35, 0x58, 0x17, 0x58, 0x1d, 0xf4, 0x51, + 0x18, 0x8a, 0x62, 0x27, 0xee, 0x44, 0xa2, 0xa3, 0x4f, 0xc8, 0x8e, 0xd6, 0x59, 0xe9, 0xfe, 0xee, + 0xfc, 0xa4, 0xaa, 0xc6, 0x8b, 0xb0, 0xa8, 0x80, 0x9e, 0x81, 0xe1, 0x2d, 0x12, 0x45, 0x4e, 0x53, + 0xf2, 0xc4, 0x49, 0x51, 0x77, 0xf8, 0x3a, 0x2f, 0xc6, 0x12, 0x8e, 0x9e, 0x84, 0x41, 0x12, 0x86, + 0x41, 0x28, 0x56, 0xc4, 0xb8, 0x40, 0x1c, 0x5c, 0xa1, 0x85, 0x98, 0xc3, 0xec, 0xff, 0x6c, 0xc1, + 0xa4, 0xea, 0x2b, 0x6f, 0xeb, 0x18, 0xb6, 0xbc, 0x0b, 0xd0, 0x90, 0x03, 0x8c, 0xd8, 0x46, 0xd3, + 0xda, 0xc8, 0x5e, 0x7e, 0xdd, 0x13, 0x9a, 0xb4, 0xa1, 0x8a, 0x22, 0xac, 0xd1, 0xb5, 0xff, 0x9d, + 0x05, 0x27, 0x52, 0x63, 0xbb, 0xe6, 0x45, 0x31, 0x7a, 0xb3, 0x6b, 0x7c, 0x0b, 0xc5, 0xc6, 0x47, + 0x6b, 0xb3, 0xd1, 0xa9, 0xf5, 0x22, 0x4b, 0xb4, 0xb1, 0x61, 0x18, 0xf4, 0x62, 0xb2, 0x25, 0x87, + 0xf5, 0x7c, 0xc1, 0x61, 0xf1, 0xfe, 0x25, 0x5f, 0x69, 0x8d, 0xd2, 0xc0, 0x9c, 0x94, 0xfd, 0xbf, + 0x2c, 0xa8, 0x2c, 0x07, 0xfe, 0x86, 0xd7, 0xbc, 0xee, 0xb4, 0x8f, 0xe1, 0xfb, 0xd4, 0x61, 0x80, + 0x51, 0xe7, 0x43, 0xb8, 0x90, 0x37, 0x04, 0xd1, 0xb1, 0x05, 0x7a, 0xee, 0x71, 0xf9, 0x42, 0xb1, + 0x29, 0x5a, 0x84, 0x19, 0xb1, 0xb9, 0x97, 0xa1, 0xa2, 0x10, 0xd0, 0x14, 0x94, 0xef, 0x11, 0x2e, + 0x7c, 0x56, 0x30, 0xfd, 0x89, 0x66, 0x60, 0x70, 0xdb, 0x69, 0x75, 0xc4, 0xe6, 0xc5, 0xfc, 0xcf, + 0xc7, 0x4a, 0x97, 0x2c, 0xfb, 0x07, 0x6c, 0x07, 0x8a, 0x46, 0x56, 0xfc, 0x6d, 0xc1, 0x1c, 0xbe, + 0x68, 0xc1, 0x4c, 0x2b, 0x83, 0x29, 0x89, 0x39, 0x39, 0x0c, 0x3b, 0x7b, 0x4c, 0x74, 0x7b, 0x26, + 0x0b, 0x8a, 0x33, 0x5b, 0xa3, 0xbc, 0x3e, 0x68, 0xd3, 0x05, 0xe7, 0xb4, 0x58, 0xd7, 0x85, 0xd8, + 0x70, 0x53, 0x94, 0x61, 0x05, 0xb5, 0xff, 0xdc, 0x82, 0x19, 0x35, 0x8e, 0xab, 0x64, 0xa7, 0x4e, + 0x5a, 0xa4, 0x11, 0x07, 0xe1, 0xfb, 0x65, 0x24, 0x8f, 0xf3, 0x6f, 0xc2, 0x79, 0xd2, 0xa8, 0x20, + 0x50, 0xbe, 0x4a, 0x76, 0xf8, 0x07, 0xd2, 0x07, 0x5a, 0x3e, 0x70, 0xa0, 0xbf, 0x6e, 0xc1, 0xb8, + 0x1a, 0xe8, 0x31, 0x6c, 0xb9, 0x6b, 0xe6, 0x96, 0xfb, 0x99, 0x82, 0xeb, 0xb5, 0xc7, 0x66, 0xfb, + 0xdb, 0x25, 0xca, 0x36, 0x04, 0x4e, 0x2d, 0x0c, 0xe8, 0x24, 0x51, 0x8e, 0xff, 0x3e, 0xf9, 0x4a, + 0xfd, 0x0d, 0xf6, 0x2a, 0xd9, 0x59, 0x0f, 0xa8, 0x34, 0x91, 0x3d, 0x58, 0xe3, 0xa3, 0x0e, 0x1c, + 0xf8, 0x51, 0x7f, 0xa7, 0x04, 0x27, 0xd5, 0xb4, 0x18, 0xa7, 0xf4, 0x4f, 0xe5, 0xc4, 0x5c, 0x80, + 0x51, 0x97, 0x6c, 0x38, 0x9d, 0x56, 0xac, 0x14, 0x90, 0x41, 0xae, 0x99, 0x56, 0x93, 0x62, 0xac, + 0xe3, 0xf4, 0x31, 0x97, 0x5f, 0x1f, 0x65, 0xfc, 0x3c, 0x76, 0xe8, 0xaa, 0xa7, 0x12, 0x9e, 0xa6, + 0x51, 0x8e, 0xe9, 0x1a, 0xa5, 0xd0, 0x1e, 0x9f, 0x84, 0x41, 0x6f, 0x8b, 0x9e, 0xf9, 0x25, 0xf3, + 0x28, 0x5f, 0xa3, 0x85, 0x98, 0xc3, 0xd0, 0x53, 0x30, 0xdc, 0x08, 0xb6, 0xb6, 0x1c, 0xdf, 0x9d, + 0x2d, 0x33, 0x99, 0x73, 0x94, 0x8a, 0x05, 0xcb, 0xbc, 0x08, 0x4b, 0x18, 0x7a, 0x0c, 0x06, 0x9c, + 0xb0, 0x19, 0xcd, 0x0e, 0x30, 0x9c, 0x11, 0xda, 0xd2, 0x62, 0xd8, 0x8c, 0x30, 0x2b, 0xa5, 0xb2, + 0xe4, 0xfd, 0x20, 0xbc, 0xe7, 0xf9, 0xcd, 0xaa, 0x17, 0x32, 0xc1, 0x50, 0x93, 0x25, 0xef, 0x28, + 0x08, 0xd6, 0xb0, 0x50, 0x0d, 0x06, 0xdb, 0x41, 0x18, 0x47, 0xb3, 0x43, 0x6c, 0xe2, 0x9f, 0xcb, + 0xdd, 0x7e, 0x7c, 0xdc, 0xb5, 0x20, 0x8c, 0x93, 0xa1, 0xd0, 0x7f, 0x11, 0xe6, 0x84, 0xd0, 0x32, + 0x94, 0x89, 0xbf, 0x3d, 0x3b, 0xcc, 0xe8, 0x7d, 0xe8, 0x60, 0x7a, 0x2b, 0xfe, 0xf6, 0x6d, 0x27, + 0x4c, 0xf8, 0xd5, 0x8a, 0xbf, 0x8d, 0x69, 0x6d, 0xd4, 0x80, 0x8a, 0xb4, 0x7a, 0x45, 0xb3, 0x23, + 0x45, 0x96, 0x22, 0x16, 0xe8, 0x98, 0xbc, 0xdb, 0xf1, 0x42, 0xb2, 0x45, 0xfc, 0x38, 0x4a, 0x14, + 0x2b, 0x09, 0x8d, 0x70, 0x42, 0x17, 0x35, 0x60, 0x8c, 0xcb, 0x9f, 0xd7, 0x83, 0x8e, 0x1f, 0x47, + 0xb3, 0x15, 0xd6, 0xe5, 0x1c, 0x63, 0xc7, 0xed, 0xa4, 0xc6, 0xd2, 0x8c, 0x20, 0x3f, 0xa6, 0x15, + 0x46, 0xd8, 0x20, 0x8a, 0xde, 0x84, 0xf1, 0x96, 0xb7, 0x4d, 0x7c, 0x12, 0x45, 0xb5, 0x30, 0xb8, + 0x4b, 0x66, 0x81, 0x8d, 0xe6, 0xc9, 0x3c, 0xc5, 0x3f, 0xb8, 0x4b, 0x96, 0xa6, 0xf7, 0x76, 0xe7, + 0xc7, 0xaf, 0xe9, 0xb5, 0xb1, 0x49, 0x0c, 0xbd, 0x05, 0x13, 0x54, 0xd8, 0xf5, 0x12, 0xf2, 0xa3, + 0xc5, 0xc9, 0xa3, 0xbd, 0xdd, 0xf9, 0x09, 0x6c, 0x54, 0xc7, 0x29, 0x72, 0x68, 0x1d, 0x2a, 0x2d, + 0x6f, 0x83, 0x34, 0x76, 0x1a, 0x2d, 0x32, 0x3b, 0xc6, 0x68, 0xe7, 0x6c, 0xce, 0x6b, 0x12, 0x9d, + 0x2b, 0x18, 0xea, 0x2f, 0x4e, 0x08, 0xa1, 0xdb, 0x70, 0x2a, 0x26, 0xe1, 0x96, 0xe7, 0x3b, 0x74, + 0x53, 0x09, 0xe9, 0x97, 0x59, 0x57, 0xc6, 0xd9, 0xaa, 0x3d, 0x2d, 0x26, 0xf6, 0xd4, 0x7a, 0x26, + 0x16, 0xee, 0x51, 0x1b, 0xdd, 0x84, 0x49, 0xb6, 0x9f, 0x6a, 0x9d, 0x56, 0xab, 0x16, 0xb4, 0xbc, + 0xc6, 0xce, 0xec, 0x04, 0x23, 0xf8, 0x94, 0xb4, 0x99, 0xac, 0x99, 0x60, 0xaa, 0x18, 0x26, 0xff, + 0x70, 0xba, 0x36, 0x6a, 0xc1, 0x64, 0x44, 0x1a, 0x9d, 0xd0, 0x8b, 0x77, 0xe8, 0xda, 0x27, 0x0f, + 0xe2, 0xd9, 0xc9, 0x22, 0x8a, 0x6e, 0xdd, 0xac, 0xc4, 0x0d, 0x56, 0xa9, 0x42, 0x9c, 0x26, 0x4d, + 0x59, 0x45, 0x14, 0xbb, 0x9e, 0x3f, 0x3b, 0xc5, 0x38, 0x90, 0xda, 0x5f, 0x75, 0x5a, 0x88, 0x39, + 0x8c, 0xd9, 0x0f, 0xe8, 0x8f, 0x9b, 0x94, 0x4b, 0x4f, 0x33, 0xc4, 0xc4, 0x7e, 0x20, 0x01, 0x38, + 0xc1, 0xa1, 0xa2, 0x41, 0x1c, 0xef, 0xcc, 0x22, 0x86, 0xaa, 0xb6, 0xda, 0xfa, 0xfa, 0xa7, 0x30, + 0x2d, 0x47, 0xb7, 0x61, 0x98, 0xf8, 0xdb, 0xab, 0x61, 0xb0, 0x35, 0x7b, 0xa2, 0x08, 0x0f, 0x58, + 0xe1, 0xc8, 0xfc, 0xfc, 0x48, 0x54, 0x18, 0x51, 0x8c, 0x25, 0x31, 0xf4, 0x00, 0x66, 0x33, 0xbe, + 0x12, 0xff, 0x28, 0x33, 0xec, 0xa3, 0x7c, 0x5c, 0xd4, 0x9d, 0x5d, 0xef, 0x81, 0xb7, 0x7f, 0x00, + 0x0c, 0xf7, 0xa4, 0x6e, 0xdf, 0x85, 0x09, 0xc5, 0xa8, 0xd8, 0xf7, 0x46, 0xf3, 0x30, 0x48, 0x79, + 0xb1, 0x54, 0xe8, 0x2b, 0x74, 0x52, 0x29, 0x8b, 0x8e, 0x30, 0x2f, 0x67, 0x93, 0xea, 0x7d, 0x96, + 0x2c, 0xed, 0xc4, 0x84, 0x2b, 0x76, 0x65, 0x6d, 0x52, 0x25, 0x00, 0x27, 0x38, 0xf6, 0xff, 0xe5, + 0x62, 0x52, 0xc2, 0x0d, 0x0b, 0x9c, 0x04, 0xe7, 0x60, 0x64, 0x33, 0x88, 0x62, 0x8a, 0xcd, 0xda, + 0x18, 0x4c, 0x04, 0xa3, 0x2b, 0xa2, 0x1c, 0x2b, 0x0c, 0xf4, 0x0a, 0x8c, 0x37, 0xf4, 0x06, 0xc4, + 0x31, 0x76, 0x52, 0x54, 0x31, 0x5b, 0xc7, 0x26, 0x2e, 0xba, 0x04, 0x23, 0xcc, 0x30, 0xde, 0x08, + 0x5a, 0x42, 0x85, 0x94, 0xa7, 0xf2, 0x48, 0x4d, 0x94, 0xef, 0x6b, 0xbf, 0xb1, 0xc2, 0xa6, 0x8a, + 0x38, 0xed, 0xc2, 0x5a, 0x4d, 0x1c, 0x20, 0x4a, 0x11, 0xbf, 0xc2, 0x4a, 0xb1, 0x80, 0xda, 0xff, + 0xa2, 0xa4, 0xcd, 0x32, 0x55, 0x80, 0x08, 0x7a, 0x03, 0x86, 0xef, 0x3b, 0x5e, 0xec, 0xf9, 0x4d, + 0x21, 0x3d, 0xbc, 0x50, 0xf0, 0x34, 0x61, 0xd5, 0xef, 0xf0, 0xaa, 0xfc, 0xe4, 0x13, 0x7f, 0xb0, + 0x24, 0x48, 0x69, 0x87, 0x1d, 0xdf, 0xa7, 0xb4, 0x4b, 0xfd, 0xd3, 0xc6, 0xbc, 0x2a, 0xa7, 0x2d, + 0xfe, 0x60, 0x49, 0x10, 0x6d, 0x00, 0xc8, 0xb5, 0x44, 0x5c, 0x61, 0x90, 0xfe, 0x48, 0x3f, 0xe4, + 0xd7, 0x55, 0xed, 0xa5, 0x09, 0x7a, 0xd6, 0x26, 0xff, 0xb1, 0x46, 0xd9, 0x8e, 0x99, 0x10, 0xd6, + 0xdd, 0x2d, 0xf4, 0x69, 0xba, 0xa5, 0x9d, 0x30, 0x26, 0xee, 0x62, 0x9c, 0xb6, 0xe9, 0x1f, 0x2c, + 0x62, 0xaf, 0x7b, 0x5b, 0x44, 0xdf, 0xfe, 0x82, 0x08, 0x4e, 0xe8, 0xd9, 0xdf, 0x2d, 0xc3, 0x6c, + 0xaf, 0xee, 0xd2, 0x25, 0x49, 0x1e, 0x78, 0xf1, 0x32, 0x15, 0x93, 0x2c, 0x73, 0x49, 0xae, 0x88, + 0x72, 0xac, 0x30, 0xe8, 0xda, 0x88, 0xbc, 0xa6, 0x54, 0x96, 0x06, 0x93, 0xb5, 0x51, 0x67, 0xa5, + 0x58, 0x40, 0x29, 0x5e, 0x48, 0x9c, 0x48, 0xdc, 0x87, 0x68, 0x6b, 0x08, 0xb3, 0x52, 0x2c, 0xa0, + 0xba, 0x41, 0x64, 0x20, 0xc7, 0x20, 0x62, 0x4c, 0xd1, 0xe0, 0xc3, 0x9d, 0x22, 0xf4, 0x19, 0x80, + 0x0d, 0xcf, 0xf7, 0xa2, 0x4d, 0x46, 0x7d, 0xa8, 0x6f, 0xea, 0x4a, 0xc8, 0x5a, 0x55, 0x54, 0xb0, + 0x46, 0x11, 0xbd, 0x04, 0xa3, 0x6a, 0x7b, 0xae, 0x55, 0x67, 0x87, 0x4d, 0x1b, 0x7a, 0xc2, 0xab, + 0xaa, 0x58, 0xc7, 0xb3, 0xdf, 0x49, 0xaf, 0x17, 0xb1, 0x2b, 0xb4, 0xf9, 0xb5, 0x8a, 0xce, 0x6f, + 0xe9, 0xe0, 0xf9, 0xb5, 0xff, 0xa0, 0x0c, 0x93, 0x46, 0x63, 0x9d, 0xa8, 0x00, 0x47, 0x7b, 0x8d, + 0x1e, 0x58, 0x4e, 0x4c, 0xc4, 0x9e, 0x3c, 0xd7, 0xcf, 0xa6, 0xd1, 0x8f, 0x37, 0xba, 0x17, 0x38, + 0x25, 0xb4, 0x09, 0x95, 0x96, 0x13, 0x31, 0x93, 0x0a, 0x11, 0x7b, 0xb1, 0x3f, 0xb2, 0x89, 0xfa, + 0xe1, 0x44, 0xb1, 0x76, 0x7a, 0xf0, 0x56, 0x12, 0xe2, 0xf4, 0xb4, 0xa5, 0xc2, 0x8e, 0xbc, 0x84, + 0x53, 0xdd, 0xa1, 0x12, 0xd1, 0x0e, 0xe6, 0x30, 0x74, 0x09, 0xc6, 0x42, 0xc2, 0x56, 0xca, 0x32, + 0x95, 0xe7, 0xd8, 0xd2, 0x1b, 0x4c, 0x04, 0x3f, 0xac, 0xc1, 0xb0, 0x81, 0x99, 0xc8, 0xfd, 0x43, + 0x07, 0xc8, 0xfd, 0xcf, 0xc0, 0x30, 0xfb, 0xa1, 0x56, 0x85, 0xfa, 0x42, 0x6b, 0xbc, 0x18, 0x4b, + 0x78, 0x7a, 0x11, 0x8d, 0x14, 0x5c, 0x44, 0xcf, 0xc2, 0x44, 0xd5, 0x21, 0x5b, 0x81, 0xbf, 0xe2, + 0xbb, 0xed, 0xc0, 0xf3, 0x63, 0x34, 0x0b, 0x03, 0xec, 0x3c, 0xe1, 0xfb, 0x7d, 0x80, 0x52, 0xc0, + 0x03, 0x54, 0x76, 0xb7, 0xff, 0xb8, 0x04, 0xe3, 0x55, 0xd2, 0x22, 0x31, 0xe1, 0x7a, 0x4f, 0x84, + 0x56, 0x01, 0x35, 0x43, 0xa7, 0x41, 0x6a, 0x24, 0xf4, 0x02, 0xb7, 0x4e, 0x1a, 0x81, 0xcf, 0xee, + 0xae, 0xe8, 0x01, 0x79, 0x6a, 0x6f, 0x77, 0x1e, 0x5d, 0xee, 0x82, 0xe2, 0x8c, 0x1a, 0xc8, 0x85, + 0xf1, 0x76, 0x48, 0x0c, 0xbb, 0xa1, 0x95, 0x2f, 0x6a, 0xd4, 0xf4, 0x2a, 0x5c, 0x1a, 0x36, 0x8a, + 0xb0, 0x49, 0x14, 0x7d, 0x02, 0xa6, 0x82, 0xb0, 0xbd, 0xe9, 0xf8, 0x55, 0xd2, 0x26, 0xbe, 0x4b, + 0x55, 0x00, 0x61, 0xed, 0x98, 0xd9, 0xdb, 0x9d, 0x9f, 0xba, 0x99, 0x82, 0xe1, 0x2e, 0x6c, 0xf4, + 0x06, 0x4c, 0xb7, 0xc3, 0xa0, 0xed, 0x34, 0xd9, 0x92, 0x11, 0xd2, 0x0a, 0xe7, 0x4d, 0xe7, 0xf6, + 0x76, 0xe7, 0xa7, 0x6b, 0x69, 0xe0, 0xfe, 0xee, 0xfc, 0x09, 0x36, 0x65, 0xb4, 0x24, 0x01, 0xe2, + 0x6e, 0x32, 0xf6, 0xbb, 0x70, 0xb2, 0x1a, 0xdc, 0xf7, 0xef, 0x3b, 0xa1, 0xbb, 0x58, 0x5b, 0xd3, + 0x8c, 0x13, 0xaf, 0x4b, 0xe5, 0x97, 0xdf, 0x09, 0xe6, 0x9c, 0x6c, 0x1a, 0x0d, 0xae, 0x76, 0xac, + 0x7a, 0x2d, 0xd2, 0xc3, 0x1c, 0xf2, 0x4f, 0x4a, 0x46, 0x9b, 0x09, 0xbe, 0xba, 0xbb, 0xb0, 0x7a, + 0xde, 0x5d, 0x7c, 0x1a, 0x46, 0x36, 0x3c, 0xd2, 0x72, 0x31, 0xd9, 0x10, 0x5f, 0xeb, 0x42, 0x91, + 0xcb, 0x9d, 0x55, 0x5a, 0x47, 0x5a, 0xc7, 0xb8, 0x12, 0xbd, 0x2a, 0xc8, 0x60, 0x45, 0x10, 0x75, + 0x60, 0x4a, 0xea, 0x61, 0x12, 0x2a, 0x36, 0xfb, 0x0b, 0xc5, 0xd4, 0x3c, 0xb3, 0x19, 0xf6, 0x79, + 0x71, 0x8a, 0x20, 0xee, 0x6a, 0x82, 0xea, 0xcf, 0x5b, 0xf4, 0xa8, 0x1b, 0x60, 0x4b, 0x9f, 0xe9, + 0xcf, 0xcc, 0x14, 0xc0, 0x4a, 0xed, 0x5f, 0xb1, 0xe0, 0x91, 0xae, 0xd9, 0x12, 0x76, 0x92, 0x23, + 0xfb, 0x46, 0x69, 0x63, 0x45, 0x29, 0xdf, 0x58, 0x61, 0xdf, 0x84, 0x99, 0x95, 0xad, 0x76, 0xbc, + 0x53, 0xf5, 0xcc, 0x2b, 0x97, 0x97, 0x61, 0x68, 0x8b, 0xb8, 0x5e, 0x67, 0x4b, 0x7c, 0xd6, 0x79, + 0x79, 0x2e, 0x5c, 0x67, 0xa5, 0xfb, 0xbb, 0xf3, 0xe3, 0xf5, 0x38, 0x08, 0x9d, 0x26, 0xe1, 0x05, + 0x58, 0xa0, 0xdb, 0x3f, 0xb2, 0x60, 0x52, 0xf2, 0x87, 0x45, 0xd7, 0x0d, 0x49, 0x14, 0xa1, 0x39, + 0x28, 0x79, 0x6d, 0x41, 0x08, 0x04, 0xa1, 0xd2, 0x5a, 0x0d, 0x97, 0xbc, 0x36, 0x7a, 0x03, 0x2a, + 0xfc, 0xa6, 0x2e, 0x59, 0x1c, 0x7d, 0xde, 0xfc, 0x31, 0xdd, 0x70, 0x5d, 0xd2, 0xc0, 0x09, 0x39, + 0x29, 0x25, 0xb3, 0x93, 0xa7, 0x6c, 0xde, 0x1b, 0x5d, 0x11, 0xe5, 0x58, 0x61, 0xa0, 0xb3, 0x30, + 0xe2, 0x07, 0x2e, 0xbf, 0x4c, 0xe5, 0xfb, 0x94, 0x2d, 0xb9, 0x1b, 0xa2, 0x0c, 0x2b, 0xa8, 0xfd, + 0x15, 0x0b, 0xc6, 0xe4, 0x18, 0x0b, 0x0a, 0xec, 0x74, 0x93, 0x24, 0xc2, 0x7a, 0xb2, 0x49, 0xa8, + 0xc0, 0xcd, 0x20, 0x86, 0x9c, 0x5d, 0xee, 0x47, 0xce, 0xb6, 0x7f, 0xad, 0x04, 0x13, 0xb2, 0x3b, + 0xf5, 0xce, 0xdd, 0x88, 0x50, 0x31, 0xa4, 0xe2, 0xf0, 0xc9, 0x27, 0x72, 0x9d, 0x3d, 0x9f, 0xa7, + 0x8b, 0x19, 0xdf, 0x2c, 0x11, 0x73, 0x16, 0x25, 0x1d, 0x9c, 0x90, 0x44, 0xdb, 0x30, 0xed, 0x07, + 0x31, 0x3b, 0xde, 0x14, 0xbc, 0xd8, 0x4d, 0x47, 0xba, 0x9d, 0x47, 0x45, 0x3b, 0xd3, 0x37, 0xd2, + 0xf4, 0x70, 0x77, 0x13, 0xe8, 0xa6, 0xb4, 0x31, 0x95, 0x59, 0x5b, 0xcf, 0x16, 0x6b, 0xab, 0xb7, + 0x89, 0xc9, 0xfe, 0x6d, 0x0b, 0x2a, 0x12, 0xed, 0x38, 0xae, 0xbc, 0xee, 0xc0, 0x70, 0xc4, 0x3e, + 0x91, 0x9c, 0xae, 0x73, 0xc5, 0x86, 0xc0, 0xbf, 0x6b, 0x72, 0xa6, 0xf3, 0xff, 0x11, 0x96, 0xd4, + 0x98, 0xb1, 0x5d, 0x0d, 0xe4, 0x7d, 0x67, 0x6c, 0x57, 0x3d, 0xeb, 0x7d, 0xb3, 0x35, 0x6e, 0x58, + 0x03, 0xa8, 0x60, 0xda, 0x0e, 0xc9, 0x86, 0xf7, 0x20, 0x2d, 0x98, 0xd6, 0x58, 0x29, 0x16, 0x50, + 0xb4, 0x01, 0x63, 0x0d, 0x69, 0x8e, 0x4e, 0x58, 0xc8, 0x87, 0x0b, 0xda, 0xfe, 0xd5, 0x35, 0x12, + 0xf7, 0x66, 0x5a, 0xd6, 0x28, 0x61, 0x83, 0x2e, 0xe5, 0x53, 0xc9, 0x4d, 0x79, 0xb9, 0xa0, 0xe1, + 0x26, 0x24, 0x71, 0xd2, 0x42, 0xcf, 0x4b, 0x72, 0xfb, 0x1b, 0x16, 0x0c, 0x71, 0xfb, 0x65, 0x31, + 0x23, 0xb0, 0x76, 0x41, 0x96, 0xcc, 0xe7, 0x6d, 0x5a, 0x28, 0xee, 0xcb, 0xd0, 0x1d, 0xa8, 0xb0, + 0x1f, 0xcc, 0x16, 0x53, 0x2e, 0xe2, 0xda, 0xc5, 0xdb, 0xd7, 0xbb, 0x7a, 0x5b, 0x12, 0xc0, 0x09, + 0x2d, 0xfb, 0xfb, 0x65, 0xca, 0xfa, 0x12, 0x54, 0xe3, 0x6c, 0xb7, 0x8e, 0xe3, 0x6c, 0x2f, 0x1d, + 0xfd, 0xd9, 0xfe, 0x2e, 0x4c, 0x36, 0xb4, 0x0b, 0xba, 0xe4, 0x8b, 0x5f, 0x2c, 0xb8, 0xac, 0xb4, + 0x5b, 0x3d, 0x6e, 0xaf, 0x5b, 0x36, 0xc9, 0xe1, 0x34, 0x7d, 0x44, 0x60, 0x8c, 0xaf, 0x07, 0xd1, + 0xde, 0x00, 0x6b, 0xef, 0x7c, 0x91, 0x15, 0xa6, 0x37, 0xc6, 0x56, 0x71, 0x5d, 0x23, 0x84, 0x0d, + 0xb2, 0xf6, 0x2f, 0x0d, 0xc2, 0xe0, 0xca, 0x36, 0xf1, 0xe3, 0x63, 0x60, 0x75, 0x5b, 0x30, 0xe1, + 0xf9, 0xdb, 0x41, 0x6b, 0x9b, 0xb8, 0x1c, 0x7e, 0xb8, 0xe3, 0xfd, 0x94, 0x68, 0x64, 0x62, 0xcd, + 0x20, 0x86, 0x53, 0xc4, 0x8f, 0xc2, 0x52, 0xf0, 0x1a, 0x0c, 0xf1, 0x95, 0x21, 0xcc, 0x04, 0x39, + 0xf6, 0x7c, 0x36, 0xb1, 0x62, 0x07, 0x25, 0xf6, 0x0c, 0x7e, 0x95, 0x20, 0x08, 0xa1, 0x77, 0x60, + 0x62, 0xc3, 0x0b, 0xa3, 0x98, 0x2a, 0xfb, 0x51, 0xec, 0x6c, 0xb5, 0x0f, 0x61, 0x23, 0x50, 0x33, + 0xb2, 0x6a, 0x50, 0xc2, 0x29, 0xca, 0xa8, 0x09, 0xe3, 0x54, 0x45, 0x4d, 0x9a, 0x1a, 0xee, 0xbb, + 0x29, 0x65, 0x22, 0xbc, 0xa6, 0x13, 0xc2, 0x26, 0x5d, 0xca, 0x92, 0x1a, 0x4c, 0xa5, 0x1d, 0x61, + 0xd2, 0x8d, 0x62, 0x49, 0x5c, 0x97, 0xe5, 0x30, 0xca, 0xd9, 0x98, 0xa7, 0x4c, 0xc5, 0xe4, 0x6c, + 0x89, 0x3f, 0x8c, 0xfd, 0x2d, 0x7a, 0x16, 0xd3, 0x39, 0x3c, 0x86, 0xe3, 0xeb, 0x8a, 0x79, 0x7c, + 0x3d, 0x59, 0xe0, 0xcb, 0xf6, 0x38, 0xba, 0xde, 0x86, 0x51, 0xed, 0xc3, 0xa3, 0xf3, 0x50, 0x69, + 0x48, 0x67, 0x0e, 0xc1, 0xc5, 0x95, 0x28, 0xa5, 0xbc, 0x3c, 0x70, 0x82, 0x43, 0xe7, 0x85, 0x8a, + 0xa0, 0x69, 0xd7, 0x2f, 0x2a, 0xa0, 0x62, 0x06, 0xb1, 0x5f, 0x00, 0x58, 0x79, 0x40, 0x1a, 0x8b, + 0x5c, 0xc5, 0xd3, 0xee, 0xf7, 0xac, 0xde, 0xf7, 0x7b, 0xf6, 0x37, 0x2d, 0x98, 0x58, 0x5d, 0x36, + 0x64, 0xfa, 0x05, 0x00, 0x2e, 0x1b, 0xdf, 0xb9, 0x73, 0x43, 0xda, 0xaf, 0xb9, 0x91, 0x51, 0x95, + 0x62, 0x0d, 0x03, 0x3d, 0x0a, 0xe5, 0x56, 0xc7, 0x17, 0x22, 0xeb, 0xf0, 0xde, 0xee, 0x7c, 0xf9, + 0x5a, 0xc7, 0xc7, 0xb4, 0x4c, 0xf3, 0xb1, 0x2a, 0x17, 0xf6, 0xb1, 0xca, 0x77, 0x50, 0xfe, 0x5a, + 0x19, 0xa6, 0x56, 0x5b, 0xe4, 0x81, 0xd1, 0xeb, 0xa7, 0x61, 0xc8, 0x0d, 0xbd, 0x6d, 0x12, 0xa6, + 0x05, 0x81, 0x2a, 0x2b, 0xc5, 0x02, 0x5a, 0xd8, 0xed, 0xeb, 0xad, 0xee, 0x83, 0xfc, 0xe8, 0x5c, + 0xde, 0x72, 0xc7, 0x8c, 0x36, 0x60, 0x98, 0xdf, 0x07, 0x47, 0xb3, 0x83, 0x6c, 0x29, 0xbe, 0x72, + 0x70, 0x67, 0xd2, 0xf3, 0xb3, 0x20, 0xec, 0x2b, 0xdc, 0xe1, 0x46, 0xf1, 0x32, 0x51, 0x8a, 0x25, + 0xf1, 0xb9, 0x8f, 0xc1, 0x98, 0x8e, 0xd9, 0x97, 0xe7, 0xcd, 0x5f, 0xb5, 0xe0, 0xc4, 0x6a, 0x2b, + 0x68, 0xdc, 0x4b, 0xf9, 0xe5, 0xbd, 0x04, 0xa3, 0x74, 0x33, 0x45, 0x86, 0xd3, 0xaa, 0xe1, 0xd0, + 0x2b, 0x40, 0x58, 0xc7, 0xd3, 0xaa, 0xdd, 0xba, 0xb5, 0x56, 0xcd, 0xf2, 0x03, 0x16, 0x20, 0xac, + 0xe3, 0xd9, 0xbf, 0x6b, 0xc1, 0xe3, 0x97, 0x97, 0x57, 0x6a, 0x24, 0x8c, 0xbc, 0x28, 0x26, 0x7e, + 0xdc, 0xe5, 0x8a, 0x4c, 0x65, 0x46, 0x57, 0xeb, 0x4a, 0x22, 0x33, 0x56, 0x59, 0x2f, 0x04, 0xf4, + 0xfd, 0xe2, 0x8f, 0xff, 0x0d, 0x0b, 0x4e, 0x5c, 0xf6, 0x62, 0x4c, 0xda, 0x41, 0xda, 0x15, 0x38, + 0x24, 0xed, 0x20, 0xf2, 0xe2, 0x20, 0xdc, 0x49, 0xbb, 0x02, 0x63, 0x05, 0xc1, 0x1a, 0x16, 0x6f, + 0x79, 0xdb, 0x8b, 0x68, 0x4f, 0x4b, 0xa6, 0xaa, 0x8b, 0x45, 0x39, 0x56, 0x18, 0x74, 0x60, 0xae, + 0x17, 0x32, 0x91, 0x61, 0x47, 0xec, 0x60, 0x35, 0xb0, 0xaa, 0x04, 0xe0, 0x04, 0xc7, 0xfe, 0x7b, + 0x16, 0x9c, 0xbc, 0xdc, 0xea, 0x44, 0x31, 0x09, 0x37, 0x22, 0xa3, 0xb3, 0x2f, 0x40, 0x85, 0x48, + 0xe1, 0x5e, 0xf4, 0x55, 0x1d, 0x1a, 0x4a, 0xea, 0xe7, 0x7e, 0xc8, 0x0a, 0xaf, 0x80, 0xbb, 0x6b, + 0x7f, 0xce, 0x99, 0xbf, 0x51, 0x82, 0xf1, 0x2b, 0xeb, 0xeb, 0xb5, 0xcb, 0x24, 0x16, 0x5c, 0x32, + 0xdf, 0x28, 0x85, 0x35, 0x8d, 0xfc, 0x20, 0xe1, 0xa7, 0x13, 0x7b, 0xad, 0x05, 0x1e, 0x61, 0xb2, + 0xb0, 0xe6, 0xc7, 0x37, 0xc3, 0x7a, 0x1c, 0x7a, 0x7e, 0x33, 0x53, 0x87, 0x97, 0xbc, 0xbc, 0xdc, + 0x8b, 0x97, 0xa3, 0x17, 0x60, 0x88, 0x85, 0xb8, 0x48, 0xe1, 0xe3, 0x83, 0x4a, 0x4e, 0x60, 0xa5, + 0xfb, 0xbb, 0xf3, 0x95, 0x5b, 0x78, 0x8d, 0xff, 0xc1, 0x02, 0x15, 0xbd, 0x05, 0xa3, 0x9b, 0x71, + 0xdc, 0xbe, 0x42, 0x1c, 0x97, 0x84, 0x92, 0x4f, 0x9c, 0x3d, 0x98, 0x4f, 0xd0, 0xe9, 0xe0, 0x15, + 0x92, 0xad, 0x95, 0x94, 0x45, 0x58, 0xa7, 0x68, 0xd7, 0x01, 0x12, 0xd8, 0x43, 0xd2, 0x41, 0xec, + 0x9f, 0x2f, 0xc1, 0xf0, 0x15, 0xc7, 0x77, 0x5b, 0x24, 0x44, 0xab, 0x30, 0x40, 0x1e, 0x90, 0x86, + 0x38, 0xc8, 0x73, 0xba, 0x9e, 0x1c, 0x76, 0xdc, 0xae, 0x46, 0xff, 0x63, 0x56, 0x1f, 0x61, 0x18, + 0xa6, 0xfd, 0xbe, 0xac, 0xbc, 0xc4, 0x9f, 0xcb, 0x9f, 0x05, 0xb5, 0x28, 0xf8, 0x49, 0x29, 0x8a, + 0xb0, 0x24, 0xc4, 0x2c, 0x50, 0x8d, 0x76, 0x9d, 0xb2, 0xb7, 0xb8, 0x98, 0x66, 0xb7, 0xbe, 0x5c, + 0xe3, 0xe8, 0x82, 0x2e, 0xb7, 0x40, 0xc9, 0x42, 0x9c, 0x90, 0xb3, 0xd7, 0xa1, 0x42, 0x3f, 0xfe, + 0x62, 0xcb, 0x73, 0x0e, 0x36, 0x83, 0x3d, 0x07, 0x15, 0x69, 0x88, 0x8a, 0x84, 0xcb, 0x39, 0xa3, + 0x2a, 0xed, 0x54, 0x11, 0x4e, 0xe0, 0xf6, 0x25, 0x98, 0x61, 0xb7, 0xbc, 0x4e, 0xbc, 0x69, 0xec, + 0xc5, 0xdc, 0x45, 0x6f, 0x7f, 0x7b, 0x00, 0xa6, 0xd7, 0xea, 0xcb, 0x75, 0xd3, 0x22, 0x79, 0x09, + 0xc6, 0xf8, 0xb1, 0x4f, 0x97, 0xb2, 0xd3, 0x12, 0xf5, 0xd5, 0xcd, 0xc4, 0xba, 0x06, 0xc3, 0x06, + 0x26, 0x7a, 0x1c, 0xca, 0xde, 0xbb, 0x7e, 0xda, 0x57, 0x70, 0xed, 0xb5, 0x1b, 0x98, 0x96, 0x53, + 0x30, 0x95, 0x20, 0x38, 0xeb, 0x54, 0x60, 0x25, 0x45, 0xbc, 0x0a, 0x13, 0x5e, 0xd4, 0x88, 0xbc, + 0x35, 0x9f, 0xf2, 0x15, 0xa7, 0x21, 0x37, 0x45, 0x22, 0xf2, 0xd3, 0xae, 0x2a, 0x28, 0x4e, 0x61, + 0x6b, 0x7c, 0x7c, 0xb0, 0xb0, 0x14, 0x92, 0xeb, 0x84, 0x4e, 0x05, 0xac, 0x36, 0x1b, 0x5d, 0xc4, + 0x3c, 0x8f, 0x84, 0x80, 0xc5, 0x07, 0x1c, 0x61, 0x09, 0x43, 0x97, 0x61, 0xba, 0xb1, 0xe9, 0xb4, + 0x17, 0x3b, 0xf1, 0x66, 0xd5, 0x8b, 0x1a, 0xc1, 0x36, 0x09, 0x77, 0x98, 0x00, 0x3c, 0x92, 0xd8, + 0xb4, 0x14, 0x60, 0xf9, 0xca, 0x62, 0x8d, 0x62, 0xe2, 0xee, 0x3a, 0xa6, 0x40, 0x02, 0x47, 0x20, + 0x90, 0x2c, 0xc2, 0xa4, 0x6c, 0xb5, 0x4e, 0x22, 0x76, 0x44, 0x8c, 0xb2, 0x7e, 0xaa, 0xf0, 0x1f, + 0x51, 0xac, 0x7a, 0x99, 0xc6, 0xb7, 0xdf, 0x81, 0x8a, 0xf2, 0x94, 0x93, 0x0e, 0xa2, 0x56, 0x0f, + 0x07, 0xd1, 0x7c, 0xe6, 0x2e, 0x6d, 0xe7, 0xe5, 0x4c, 0xdb, 0xf9, 0x3f, 0xb3, 0x20, 0x71, 0xf5, + 0x41, 0x18, 0x2a, 0xed, 0x80, 0xdd, 0xb3, 0x85, 0xf2, 0x42, 0xfb, 0xa9, 0x9c, 0x3d, 0xcf, 0x79, + 0x0e, 0x9f, 0x90, 0x9a, 0xac, 0x8b, 0x13, 0x32, 0xe8, 0x1a, 0x0c, 0xb7, 0x43, 0x52, 0x8f, 0x59, + 0x74, 0x47, 0x1f, 0x14, 0xf9, 0x42, 0xe0, 0x35, 0xb1, 0x24, 0x61, 0xff, 0x2b, 0x0b, 0xe0, 0x9a, + 0xb7, 0xe5, 0xc5, 0xd8, 0xf1, 0x9b, 0xe4, 0x18, 0x14, 0xeb, 0x1b, 0x30, 0x10, 0xb5, 0x49, 0xa3, + 0xd8, 0x4d, 0x69, 0xd2, 0xb3, 0x7a, 0x9b, 0x34, 0x92, 0xcf, 0x41, 0xff, 0x61, 0x46, 0xc7, 0xfe, + 0x1e, 0xc0, 0x44, 0x82, 0x46, 0x95, 0x1b, 0xf4, 0xbc, 0x11, 0xd6, 0xf0, 0x68, 0x2a, 0xac, 0xa1, + 0xc2, 0xb0, 0xb5, 0x48, 0x86, 0x18, 0xca, 0x5b, 0xce, 0x03, 0xa1, 0x4b, 0xbd, 0x54, 0xb4, 0x43, + 0xb4, 0xa5, 0x85, 0xeb, 0xce, 0x03, 0x2e, 0xba, 0x3e, 0x27, 0x17, 0xd2, 0x75, 0xe7, 0xc1, 0x3e, + 0xbf, 0x0f, 0x65, 0xdc, 0x89, 0x2a, 0x6f, 0x5f, 0xf8, 0xd3, 0xe4, 0x3f, 0x3b, 0x86, 0x68, 0x73, + 0xac, 0x55, 0xcf, 0x17, 0xa6, 0xe0, 0x3e, 0x5b, 0xf5, 0xfc, 0x74, 0xab, 0x9e, 0x5f, 0xa0, 0x55, + 0x8f, 0xf9, 0xff, 0x0e, 0x8b, 0x1b, 0x14, 0xe6, 0x3c, 0x39, 0x7a, 0xf1, 0xa3, 0x7d, 0x35, 0x2d, + 0xae, 0x62, 0x78, 0xf3, 0xe7, 0xa5, 0xbc, 0x2e, 0x4a, 0x73, 0xbb, 0x20, 0x9b, 0x46, 0x7f, 0xdf, + 0x82, 0x09, 0xf1, 0x1b, 0x93, 0x77, 0x3b, 0x24, 0x8a, 0x85, 0x5c, 0xf0, 0x89, 0xc3, 0xf4, 0x46, + 0x90, 0xe0, 0x9d, 0xfa, 0x88, 0x64, 0xbf, 0x26, 0x30, 0xb7, 0x6f, 0xa9, 0xfe, 0xa0, 0xef, 0x59, + 0x30, 0xb3, 0xe5, 0x3c, 0xe0, 0x2d, 0xf2, 0x32, 0xec, 0xc4, 0x5e, 0x20, 0x1c, 0x44, 0x57, 0xfb, + 0x5d, 0x27, 0x5d, 0x84, 0x78, 0x77, 0xa5, 0xef, 0xd7, 0x4c, 0x16, 0x4a, 0x6e, 0xa7, 0x33, 0x7b, + 0x38, 0xb7, 0x01, 0x23, 0x72, 0x61, 0x66, 0x68, 0x4a, 0x55, 0x5d, 0xfc, 0xc9, 0xb1, 0x4b, 0x2c, + 0x48, 0xeb, 0xe2, 0xc2, 0x6b, 0x1d, 0xc7, 0x8f, 0xbd, 0x78, 0x47, 0xd3, 0xac, 0x58, 0x3b, 0x62, + 0x29, 0x1e, 0x69, 0x3b, 0xef, 0xc0, 0x98, 0xbe, 0xee, 0x8e, 0xb4, 0xad, 0x77, 0xe1, 0x44, 0xc6, + 0xaa, 0x3a, 0xd2, 0x26, 0xef, 0xc3, 0xa3, 0x3d, 0xd7, 0xc7, 0x51, 0x36, 0x6c, 0xff, 0x86, 0xa5, + 0xb3, 0xce, 0x63, 0xb0, 0x5b, 0x5d, 0x37, 0xed, 0x56, 0x67, 0x8b, 0xee, 0xa1, 0x1e, 0xc6, 0xab, + 0x0d, 0xbd, 0xfb, 0xf4, 0x48, 0x40, 0xeb, 0x30, 0xd4, 0xa2, 0x25, 0xf2, 0xda, 0xf0, 0x5c, 0x3f, + 0xbb, 0x34, 0x91, 0xc0, 0x58, 0x79, 0x84, 0x05, 0x2d, 0xfb, 0x7b, 0x16, 0x0c, 0xfc, 0x05, 0x06, + 0x5d, 0x75, 0x91, 0x16, 0xe9, 0x06, 0x16, 0xb0, 0x73, 0x7f, 0xe5, 0x41, 0x4c, 0xfc, 0x88, 0x89, + 0xf1, 0x99, 0x53, 0xf4, 0x7f, 0x4a, 0x30, 0x4a, 0x9b, 0x92, 0x7e, 0x2c, 0xaf, 0xc0, 0x78, 0xcb, + 0xb9, 0x4b, 0x5a, 0xd2, 0xe6, 0x9e, 0x56, 0x7a, 0xaf, 0xe9, 0x40, 0x6c, 0xe2, 0xd2, 0xca, 0x1b, + 0xfa, 0x95, 0x84, 0x10, 0x92, 0x54, 0x65, 0xe3, 0xbe, 0x02, 0x9b, 0xb8, 0x54, 0xeb, 0xba, 0xef, + 0xc4, 0x8d, 0x4d, 0xa1, 0x10, 0xab, 0xee, 0xde, 0xa1, 0x85, 0x98, 0xc3, 0xa8, 0xb0, 0x27, 0x57, + 0xec, 0x6d, 0x12, 0x32, 0x61, 0x8f, 0x0b, 0xd5, 0x4a, 0xd8, 0xc3, 0x26, 0x18, 0xa7, 0xf1, 0xd1, + 0xc7, 0x60, 0x82, 0x4e, 0x4e, 0xd0, 0x89, 0xa5, 0x97, 0xce, 0x20, 0xf3, 0xd2, 0x61, 0x4e, 0xde, + 0xeb, 0x06, 0x04, 0xa7, 0x30, 0x51, 0x0d, 0x66, 0x3c, 0xbf, 0xd1, 0xea, 0xb8, 0xe4, 0x96, 0xef, + 0xf9, 0x5e, 0xec, 0x39, 0x2d, 0xef, 0xb3, 0xc4, 0x15, 0x62, 0xb7, 0x72, 0xa8, 0x5a, 0xcb, 0xc0, + 0xc1, 0x99, 0x35, 0xed, 0xb7, 0xe0, 0xc4, 0xb5, 0xc0, 0x71, 0x97, 0x9c, 0x96, 0xe3, 0x37, 0x48, + 0xb8, 0xe6, 0x37, 0x73, 0x7d, 0x0a, 0xf4, 0x7b, 0xff, 0x52, 0xde, 0xbd, 0xbf, 0x1d, 0x02, 0xd2, + 0x1b, 0x10, 0x1e, 0x6b, 0x6f, 0xc2, 0xb0, 0xc7, 0x9b, 0x12, 0x1b, 0xe1, 0x42, 0x9e, 0x4c, 0xde, + 0xd5, 0x47, 0xcd, 0x03, 0x8b, 0x17, 0x60, 0x49, 0x92, 0x6a, 0x70, 0x59, 0x42, 0x7c, 0xbe, 0xea, + 0x6d, 0xbf, 0x04, 0xd3, 0xac, 0x66, 0x9f, 0x8a, 0xdf, 0x5f, 0xb3, 0x60, 0xf2, 0x46, 0x2a, 0x3c, + 0xf9, 0x69, 0x18, 0xe2, 0x79, 0x31, 0xd2, 0xe6, 0xb2, 0x3a, 0x2b, 0xc5, 0x02, 0xfa, 0xd0, 0xad, + 0x35, 0xbf, 0x58, 0x82, 0x0a, 0x73, 0x99, 0x6e, 0x53, 0x25, 0xee, 0xe8, 0xe5, 0xe5, 0xeb, 0x86, + 0xbc, 0x9c, 0x63, 0x31, 0x50, 0x1d, 0xeb, 0x25, 0x2e, 0xa3, 0x5b, 0x2a, 0x6c, 0xb7, 0x90, 0xb1, + 0x20, 0x21, 0xc8, 0x43, 0x3b, 0x27, 0xcc, 0x28, 0x5f, 0x19, 0xd2, 0xcb, 0x2e, 0xf0, 0x15, 0xee, + 0xfb, 0xee, 0x02, 0x5f, 0xf5, 0xac, 0x07, 0x97, 0xac, 0x69, 0x9d, 0x67, 0xe7, 0xc8, 0xcf, 0x32, + 0x47, 0x58, 0xb6, 0x87, 0x55, 0xf4, 0xfb, 0xbc, 0x70, 0x6c, 0x15, 0xa5, 0xfb, 0x8c, 0xe1, 0x89, + 0x7f, 0x3c, 0xb9, 0x41, 0x52, 0xc5, 0xbe, 0x02, 0x93, 0xa9, 0xa9, 0x43, 0x2f, 0xc1, 0x60, 0x7b, + 0xd3, 0x89, 0x48, 0xca, 0x27, 0x69, 0xb0, 0x46, 0x0b, 0xf7, 0x77, 0xe7, 0x27, 0x54, 0x05, 0x56, + 0x82, 0x39, 0xb6, 0xfd, 0xc5, 0x12, 0x0c, 0xdc, 0x08, 0xdc, 0xe3, 0x58, 0x6a, 0x57, 0x8c, 0xa5, + 0xf6, 0x74, 0x7e, 0x36, 0x95, 0x9e, 0xab, 0xac, 0x96, 0x5a, 0x65, 0x67, 0x0b, 0xd0, 0x3a, 0x78, + 0x81, 0x6d, 0xc1, 0x28, 0xcb, 0xd6, 0x22, 0x9c, 0xb2, 0x5e, 0x30, 0x54, 0xbc, 0xf9, 0x94, 0x8a, + 0x37, 0xa9, 0xa1, 0x6a, 0x8a, 0xde, 0x33, 0x30, 0x2c, 0x9c, 0x80, 0xd2, 0x6e, 0xc0, 0x02, 0x17, + 0x4b, 0xb8, 0xfd, 0x2f, 0xcb, 0x60, 0x64, 0x87, 0x41, 0xbf, 0x6d, 0xc1, 0x42, 0xc8, 0x43, 0xaa, + 0xdc, 0x6a, 0x27, 0xf4, 0xfc, 0x66, 0xbd, 0xb1, 0x49, 0xdc, 0x4e, 0xcb, 0xf3, 0x9b, 0x6b, 0x4d, + 0x3f, 0x50, 0xc5, 0x2b, 0x0f, 0x48, 0xa3, 0xc3, 0x6c, 0xee, 0x85, 0x93, 0xd2, 0xa8, 0x0b, 0xf0, + 0x8b, 0x7b, 0xbb, 0xf3, 0x0b, 0xb8, 0xaf, 0x56, 0x70, 0x9f, 0xbd, 0x42, 0x7f, 0x64, 0xc1, 0x79, + 0x9e, 0x1f, 0xa5, 0xf8, 0x48, 0x0a, 0xa9, 0xc6, 0x35, 0x49, 0x34, 0x21, 0xb7, 0x4e, 0xc2, 0xad, + 0xa5, 0x97, 0xc5, 0x24, 0x9f, 0xaf, 0xf5, 0xd7, 0x2a, 0xee, 0xb7, 0x9b, 0xf6, 0xbf, 0x29, 0xc3, + 0x38, 0x9d, 0xcf, 0x24, 0xc1, 0xc1, 0x4b, 0xc6, 0x32, 0x79, 0x22, 0xb5, 0x4c, 0xa6, 0x0d, 0xe4, + 0x87, 0x93, 0xdb, 0x20, 0x82, 0xe9, 0x96, 0x13, 0xc5, 0x57, 0x88, 0x13, 0xc6, 0x77, 0x89, 0xc3, + 0xee, 0x99, 0xd3, 0x3e, 0x2c, 0x05, 0xae, 0xae, 0x95, 0x11, 0xee, 0x5a, 0x9a, 0x18, 0xee, 0xa6, + 0x8f, 0xb6, 0x01, 0xb1, 0x3b, 0xed, 0xd0, 0xf1, 0x23, 0x3e, 0x16, 0x4f, 0xd8, 0xe8, 0xfb, 0x6b, + 0x75, 0x4e, 0xb4, 0x8a, 0xae, 0x75, 0x51, 0xc3, 0x19, 0x2d, 0x68, 0x5e, 0x0b, 0x83, 0x45, 0xbd, + 0x16, 0x86, 0x72, 0xfc, 0xef, 0xbf, 0x64, 0xc1, 0x09, 0xfa, 0x59, 0x4c, 0x5f, 0xed, 0x08, 0x05, + 0x30, 0x49, 0x97, 0x5d, 0x8b, 0xc4, 0xb2, 0x4c, 0xec, 0xaf, 0x1c, 0x11, 0xdf, 0xa4, 0x93, 0xc8, + 0x91, 0x57, 0x4d, 0x62, 0x38, 0x4d, 0xdd, 0xfe, 0xa6, 0x05, 0xcc, 0x7b, 0xf2, 0x18, 0x0e, 0xb3, + 0xcb, 0xe6, 0x61, 0x66, 0xe7, 0x73, 0x8c, 0x1e, 0xe7, 0xd8, 0x8b, 0x30, 0x45, 0xa1, 0xb5, 0x30, + 0x78, 0xb0, 0x23, 0x25, 0xfe, 0x7c, 0xe9, 0xea, 0x4b, 0x25, 0xbe, 0x6d, 0x54, 0x6c, 0x28, 0xfa, + 0xb2, 0x05, 0x23, 0x0d, 0xa7, 0xed, 0x34, 0x78, 0x6e, 0xad, 0x02, 0x66, 0x22, 0xa3, 0xfe, 0xc2, + 0xb2, 0xa8, 0xcb, 0x4d, 0x1c, 0x1f, 0x96, 0x43, 0x97, 0xc5, 0xb9, 0x66, 0x0d, 0xd5, 0xf8, 0xdc, + 0x3d, 0x18, 0x37, 0x88, 0x1d, 0xa9, 0x3e, 0xfc, 0x65, 0x8b, 0x33, 0x7d, 0xa5, 0xb3, 0xdc, 0x87, + 0x69, 0x5f, 0xfb, 0x4f, 0xd9, 0x99, 0x14, 0xa8, 0x17, 0x8a, 0xb3, 0x75, 0xc6, 0x05, 0x35, 0x4f, + 0xd1, 0x14, 0x41, 0xdc, 0xdd, 0x86, 0xfd, 0xcb, 0x16, 0x3c, 0xa2, 0x23, 0x6a, 0xc1, 0xbc, 0x79, + 0x06, 0xec, 0x2a, 0x8c, 0x04, 0x6d, 0x12, 0x3a, 0x89, 0x7e, 0x76, 0x56, 0xce, 0xff, 0x4d, 0x51, + 0xbe, 0xbf, 0x3b, 0x3f, 0xa3, 0x53, 0x97, 0xe5, 0x58, 0xd5, 0x44, 0x36, 0x0c, 0xb1, 0x79, 0x89, + 0x44, 0x18, 0x36, 0xcb, 0x35, 0xc5, 0x2e, 0xc8, 0x22, 0x2c, 0x20, 0xf6, 0xdf, 0xb4, 0xf8, 0x72, + 0xd3, 0xbb, 0x8e, 0x3e, 0x07, 0x53, 0x5b, 0x54, 0x95, 0x5b, 0x79, 0xd0, 0x0e, 0xb9, 0xf9, 0x5d, + 0xce, 0xd8, 0x4b, 0xc5, 0x67, 0x4c, 0x1b, 0xee, 0xd2, 0xac, 0xe8, 0xfd, 0xd4, 0xf5, 0x14, 0x59, + 0xdc, 0xd5, 0x90, 0xfd, 0x0f, 0x4b, 0x7c, 0xcf, 0x32, 0x19, 0xee, 0x19, 0x18, 0x6e, 0x07, 0xee, + 0xf2, 0x5a, 0x15, 0x8b, 0xb9, 0x52, 0x4c, 0xa7, 0xc6, 0x8b, 0xb1, 0x84, 0xa3, 0x8b, 0x00, 0xe4, + 0x41, 0x4c, 0x42, 0xdf, 0x69, 0xa9, 0x2b, 0x7d, 0x25, 0x2a, 0xad, 0x28, 0x08, 0xd6, 0xb0, 0x68, + 0x9d, 0x76, 0x18, 0x6c, 0x7b, 0x2e, 0x8b, 0x42, 0x29, 0x9b, 0x75, 0x6a, 0x0a, 0x82, 0x35, 0x2c, + 0xaa, 0x40, 0x77, 0xfc, 0x88, 0x1f, 0x63, 0xce, 0x5d, 0x91, 0xe7, 0x68, 0x24, 0x51, 0xa0, 0x6f, + 0xe9, 0x40, 0x6c, 0xe2, 0xa2, 0xab, 0x30, 0x14, 0x3b, 0xec, 0xa2, 0x7a, 0xb0, 0x88, 0xd7, 0xcf, + 0x3a, 0xc5, 0xd5, 0x13, 0x4b, 0xd1, 0xaa, 0x58, 0x90, 0xb0, 0xff, 0x53, 0x05, 0x20, 0x91, 0xba, + 0xd0, 0x17, 0xbb, 0x37, 0xfc, 0x47, 0x8a, 0x8a, 0x6c, 0x0f, 0x6f, 0xb7, 0xa3, 0xaf, 0x5a, 0x30, + 0xea, 0xb4, 0x5a, 0x41, 0xc3, 0x89, 0xd9, 0xf4, 0x94, 0x8a, 0xb2, 0x1e, 0xd1, 0x93, 0xc5, 0xa4, + 0x2e, 0xef, 0xcc, 0x0b, 0xf2, 0xf2, 0x58, 0x83, 0xe4, 0xf6, 0x47, 0xef, 0x02, 0xfa, 0xb0, 0x94, + 0xda, 0xf9, 0x17, 0x9e, 0x4b, 0x4b, 0xed, 0x15, 0xc6, 0x70, 0x35, 0x81, 0x1d, 0xbd, 0x65, 0xe4, + 0x05, 0x1a, 0x28, 0x12, 0x4a, 0x6c, 0xc8, 0x21, 0x79, 0x29, 0x81, 0xd0, 0x1b, 0xba, 0x7b, 0xfc, + 0x60, 0x91, 0x58, 0x7d, 0x4d, 0x1c, 0xce, 0x71, 0x8d, 0x8f, 0x61, 0xd2, 0x35, 0x4f, 0x5e, 0xe1, + 0xe2, 0x77, 0x21, 0xbf, 0x85, 0xd4, 0x91, 0x9d, 0x9c, 0xb5, 0x29, 0x00, 0x4e, 0x37, 0x81, 0xde, + 0xe0, 0xc1, 0x0b, 0x6b, 0xfe, 0x46, 0x20, 0xdc, 0xfc, 0xce, 0x15, 0xf8, 0xe6, 0x3b, 0x51, 0x4c, + 0xb6, 0x68, 0x9d, 0xe4, 0x70, 0xbd, 0x21, 0xa8, 0x60, 0x45, 0x0f, 0xad, 0xc3, 0x10, 0x8b, 0x1c, + 0x8b, 0x66, 0x47, 0x8a, 0x98, 0x04, 0xcd, 0x80, 0xe9, 0x64, 0xff, 0xb0, 0xbf, 0x11, 0x16, 0xb4, + 0xd0, 0x15, 0x99, 0x32, 0x21, 0x5a, 0xf3, 0x6f, 0x45, 0x84, 0xa5, 0x4c, 0xa8, 0x2c, 0x7d, 0x28, + 0xc9, 0x81, 0xc0, 0xcb, 0x33, 0x93, 0x29, 0x1a, 0x35, 0xa9, 0x60, 0x23, 0xfe, 0xcb, 0x1c, 0x8d, + 0xb3, 0x50, 0xa4, 0xa3, 0x66, 0x46, 0xc7, 0x64, 0xb2, 0x6f, 0x9b, 0xc4, 0x70, 0x9a, 0xfa, 0xb1, + 0x1e, 0xa9, 0x73, 0x3e, 0x4c, 0xa5, 0x37, 0xe5, 0x91, 0x1e, 0xe1, 0x3f, 0x1e, 0x80, 0x09, 0x73, + 0x71, 0xa0, 0xf3, 0x50, 0x11, 0x44, 0x54, 0x02, 0x36, 0xb5, 0x07, 0xae, 0x4b, 0x00, 0x4e, 0x70, + 0x58, 0x2a, 0x3a, 0x56, 0x5d, 0x73, 0xf0, 0x4a, 0x52, 0xd1, 0x29, 0x08, 0xd6, 0xb0, 0xa8, 0x24, + 0x7c, 0x37, 0x08, 0x62, 0x75, 0x12, 0xa8, 0x75, 0xb3, 0xc4, 0x4a, 0xb1, 0x80, 0xd2, 0x13, 0xe0, + 0x1e, 0xfd, 0x98, 0x2d, 0xd3, 0xbc, 0xa9, 0x4e, 0x80, 0xab, 0x3a, 0x10, 0x9b, 0xb8, 0xf4, 0x44, + 0x0b, 0x22, 0xb6, 0x10, 0x85, 0xbc, 0x9d, 0x38, 0xcc, 0xd5, 0x79, 0x34, 0xa5, 0x84, 0xa3, 0x4f, + 0xc1, 0x23, 0x2a, 0xf8, 0x11, 0x73, 0x73, 0xb1, 0x6c, 0x71, 0xc8, 0x50, 0x99, 0x1f, 0x59, 0xce, + 0x46, 0xc3, 0xbd, 0xea, 0xa3, 0x57, 0x61, 0x42, 0xc8, 0xca, 0x92, 0xe2, 0xb0, 0xe9, 0xf7, 0x70, + 0xd5, 0x80, 0xe2, 0x14, 0x36, 0xaa, 0xc2, 0x14, 0x2d, 0x61, 0x42, 0xaa, 0xa4, 0xc0, 0x83, 0x38, + 0xd5, 0x51, 0x7f, 0x35, 0x05, 0xc7, 0x5d, 0x35, 0xd0, 0x22, 0x4c, 0x72, 0x61, 0x85, 0x2a, 0x86, + 0xec, 0x3b, 0x08, 0xdf, 0x5c, 0xb5, 0x11, 0x6e, 0x9a, 0x60, 0x9c, 0xc6, 0x47, 0x97, 0x60, 0xcc, + 0x09, 0x1b, 0x9b, 0x5e, 0x4c, 0x1a, 0x71, 0x27, 0xe4, 0x09, 0x49, 0x34, 0xc7, 0x91, 0x45, 0x0d, + 0x86, 0x0d, 0x4c, 0xfb, 0xb3, 0x70, 0x22, 0x23, 0x10, 0x80, 0x2e, 0x1c, 0xa7, 0xed, 0xc9, 0x31, + 0xa5, 0x5c, 0xdf, 0x16, 0x6b, 0x6b, 0x72, 0x34, 0x1a, 0x16, 0x5d, 0x9d, 0xcc, 0x4e, 0xae, 0xa5, + 0x54, 0x55, 0xab, 0x73, 0x55, 0x02, 0x70, 0x82, 0x63, 0xff, 0x09, 0x80, 0x66, 0xbd, 0x29, 0xe0, + 0xee, 0x74, 0x09, 0xc6, 0x64, 0x96, 0x60, 0x2d, 0xd5, 0xa6, 0x1a, 0xe6, 0x65, 0x0d, 0x86, 0x0d, + 0x4c, 0xda, 0x37, 0x5f, 0xda, 0xa4, 0xd2, 0x8e, 0x76, 0xca, 0x58, 0x85, 0x13, 0x1c, 0x74, 0x0e, + 0x46, 0x22, 0xd2, 0xda, 0xb8, 0xe6, 0xf9, 0xf7, 0xc4, 0xc2, 0x56, 0x9c, 0xb9, 0x2e, 0xca, 0xb1, + 0xc2, 0x40, 0x4b, 0x50, 0xee, 0x78, 0xae, 0x58, 0xca, 0x52, 0x6c, 0x28, 0xdf, 0x5a, 0xab, 0xee, + 0xef, 0xce, 0x3f, 0xd1, 0x2b, 0x65, 0x32, 0xd5, 0xcf, 0xa3, 0x05, 0xba, 0xfd, 0x68, 0xe5, 0xac, + 0x0b, 0x83, 0xa1, 0x3e, 0x2f, 0x0c, 0x2e, 0x02, 0x88, 0x51, 0xcb, 0xb5, 0x5c, 0x4e, 0xbe, 0xda, + 0x65, 0x05, 0xc1, 0x1a, 0x16, 0xd5, 0xf2, 0x1b, 0x21, 0x71, 0xa4, 0x22, 0xcc, 0x1d, 0xd4, 0x47, + 0x0e, 0xaf, 0xe5, 0x2f, 0xa7, 0x89, 0xe1, 0x6e, 0xfa, 0x28, 0x80, 0x69, 0x57, 0x44, 0xd8, 0x26, + 0x8d, 0x56, 0xfa, 0xf7, 0x8a, 0x67, 0xbe, 0x3d, 0x69, 0x42, 0xb8, 0x9b, 0x36, 0xfa, 0x0c, 0xcc, + 0xc9, 0xc2, 0xee, 0xf0, 0x66, 0xb6, 0x5d, 0xca, 0x4b, 0xa7, 0xf7, 0x76, 0xe7, 0xe7, 0xaa, 0x3d, + 0xb1, 0xf0, 0x01, 0x14, 0xd0, 0x9b, 0x30, 0xc4, 0x2e, 0x98, 0xa2, 0xd9, 0x51, 0x76, 0xe2, 0xbd, + 0x58, 0x24, 0xb6, 0x82, 0xae, 0xfa, 0x05, 0x76, 0x4d, 0x25, 0xbc, 0x86, 0x93, 0x5b, 0x3b, 0x56, + 0x88, 0x05, 0x4d, 0xd4, 0x86, 0x51, 0xc7, 0xf7, 0x83, 0xd8, 0xe1, 0x82, 0xd8, 0x58, 0x11, 0x59, + 0x52, 0x6b, 0x62, 0x31, 0xa9, 0xcb, 0xdb, 0x51, 0x8e, 0x88, 0x1a, 0x04, 0xeb, 0x4d, 0xa0, 0xfb, + 0x30, 0x19, 0xdc, 0xa7, 0x0c, 0x53, 0xde, 0x88, 0x44, 0xb3, 0xe3, 0xe6, 0xc0, 0x72, 0x0c, 0xb5, + 0x46, 0x65, 0x8d, 0x93, 0x99, 0x44, 0x71, 0xba, 0x15, 0xb4, 0x60, 0x98, 0xab, 0x27, 0x12, 0xdf, + 0xf8, 0xc4, 0x5c, 0xad, 0x5b, 0xa7, 0x59, 0x08, 0x3d, 0xf7, 0x87, 0x65, 0x1c, 0x61, 0x32, 0x15, + 0x42, 0x9f, 0x80, 0xb0, 0x8e, 0x87, 0x36, 0x61, 0x2c, 0xb9, 0xdb, 0x0a, 0x23, 0x96, 0x9d, 0x47, + 0x73, 0xf7, 0x3a, 0x78, 0x70, 0x6b, 0x5a, 0x4d, 0x1e, 0xe9, 0xa3, 0x97, 0x60, 0x83, 0xf2, 0xdc, + 0x47, 0x61, 0x54, 0xfb, 0xc4, 0xfd, 0xb8, 0x7b, 0xcf, 0xbd, 0x0a, 0x53, 0xe9, 0x4f, 0xd7, 0x97, + 0xbb, 0xf8, 0xff, 0x28, 0xc1, 0x64, 0xc6, 0xc5, 0x16, 0xcb, 0x95, 0x9c, 0x62, 0xb2, 0x49, 0x6a, + 0x64, 0x93, 0x55, 0x96, 0x0a, 0xb0, 0x4a, 0xc9, 0xb7, 0xcb, 0x3d, 0xf9, 0xb6, 0x60, 0x8f, 0x03, + 0xef, 0x85, 0x3d, 0x9a, 0x27, 0xd2, 0x60, 0xa1, 0x13, 0xe9, 0x21, 0xb0, 0x54, 0xe3, 0x50, 0x1b, + 0x2e, 0x70, 0xa8, 0x7d, 0xa3, 0x04, 0x53, 0x89, 0x6b, 0xbc, 0x48, 0x52, 0x7e, 0xf4, 0x17, 0x1e, + 0xeb, 0xc6, 0x85, 0x47, 0x5e, 0x0e, 0xf2, 0x54, 0xff, 0x7a, 0x5e, 0x7e, 0xbc, 0x99, 0xba, 0xfc, + 0x78, 0xb1, 0x4f, 0xba, 0x07, 0x5f, 0x84, 0x7c, 0xb7, 0x04, 0x27, 0xd3, 0x55, 0x96, 0x5b, 0x8e, + 0xb7, 0x75, 0x0c, 0xf3, 0xf5, 0x29, 0x63, 0xbe, 0x5e, 0xee, 0x6f, 0x5c, 0xac, 0x93, 0x3d, 0x27, + 0xcd, 0x49, 0x4d, 0xda, 0x47, 0x0f, 0x43, 0xfc, 0xe0, 0x99, 0xfb, 0x7d, 0x0b, 0x1e, 0xcd, 0xac, + 0x77, 0x0c, 0x26, 0xde, 0xd7, 0x4d, 0x13, 0xef, 0x0b, 0x87, 0x18, 0x5d, 0x0f, 0x9b, 0xef, 0xaf, + 0x94, 0x7b, 0x8c, 0x8a, 0x19, 0xc1, 0x6e, 0xc2, 0xa8, 0xd3, 0x68, 0x90, 0x28, 0xba, 0x1e, 0xb8, + 0x2a, 0xed, 0xd7, 0xf3, 0xec, 0x14, 0x4b, 0x8a, 0xf7, 0x77, 0xe7, 0xe7, 0xd2, 0x24, 0x12, 0x30, + 0xd6, 0x29, 0x98, 0x09, 0x09, 0x4b, 0x47, 0x94, 0x90, 0xf0, 0x22, 0xc0, 0xb6, 0xd2, 0x97, 0xd3, + 0xb6, 0x35, 0x4d, 0x93, 0xd6, 0xb0, 0xd0, 0x5f, 0x66, 0xb2, 0x27, 0xf7, 0x4b, 0x19, 0x30, 0xa3, + 0x6c, 0x73, 0xbe, 0x9f, 0xee, 0xe3, 0xc2, 0x83, 0x79, 0x95, 0x1d, 0x52, 0x91, 0x44, 0x9f, 0x80, + 0xa9, 0x88, 0xa7, 0x8c, 0x58, 0x6e, 0x39, 0x11, 0x8b, 0x09, 0x11, 0xfc, 0x94, 0xc5, 0xe5, 0xd6, + 0x53, 0x30, 0xdc, 0x85, 0x6d, 0x7f, 0xa7, 0x0c, 0x1f, 0x3c, 0x60, 0xd9, 0xa2, 0x45, 0xf3, 0x7e, + 0xf8, 0xb9, 0xb4, 0xa5, 0x69, 0x2e, 0xb3, 0xb2, 0x61, 0x7a, 0x4a, 0x7d, 0xed, 0xd2, 0x7b, 0xfe, + 0xda, 0x5f, 0xd3, 0xed, 0x82, 0xdc, 0x55, 0xf5, 0xf2, 0xa1, 0x37, 0xe6, 0x4f, 0xea, 0xb5, 0xc0, + 0x17, 0x2c, 0x78, 0x22, 0x73, 0x58, 0x86, 0x3f, 0xca, 0x79, 0xa8, 0x34, 0x68, 0xa1, 0x16, 0xc1, + 0x95, 0x84, 0x4e, 0x4a, 0x00, 0x4e, 0x70, 0x0c, 0xb7, 0x93, 0x52, 0xae, 0xdb, 0xc9, 0xef, 0x58, + 0x30, 0x93, 0xee, 0xc4, 0x31, 0xf0, 0xad, 0xba, 0xc9, 0xb7, 0x16, 0xfa, 0xfb, 0xf8, 0x3d, 0x58, + 0xd6, 0xf7, 0x27, 0xe1, 0x54, 0xd7, 0xa9, 0xc7, 0x67, 0xf1, 0xe7, 0x2c, 0x98, 0x6e, 0x32, 0x3d, + 0x41, 0x0b, 0x93, 0x13, 0xe3, 0xca, 0x89, 0x2d, 0x3c, 0x30, 0xba, 0x8e, 0x6b, 0x3d, 0x5d, 0x28, + 0xb8, 0xbb, 0x31, 0xf4, 0x15, 0x0b, 0x66, 0x9c, 0xfb, 0x51, 0xd7, 0x13, 0x3a, 0x62, 0x21, 0xbd, + 0x9a, 0x63, 0x96, 0xcb, 0x79, 0x7c, 0x67, 0x69, 0x76, 0x6f, 0x77, 0x7e, 0x26, 0x0b, 0x0b, 0x67, + 0xb6, 0x4a, 0xbf, 0xef, 0xa6, 0x08, 0x97, 0x29, 0x16, 0xf0, 0x99, 0x15, 0x5c, 0xc3, 0xd9, 0x9a, + 0x84, 0x60, 0x45, 0x11, 0xbd, 0x0d, 0x95, 0xa6, 0x8c, 0x8c, 0x4b, 0xb3, 0xcd, 0x1e, 0xd3, 0x9c, + 0x15, 0x48, 0xc7, 0xc3, 0x15, 0x14, 0x08, 0x27, 0x44, 0xd1, 0x15, 0x28, 0xfb, 0x1b, 0x91, 0x88, + 0x41, 0xcf, 0xf3, 0x36, 0x32, 0x7d, 0xbc, 0x78, 0xd8, 0xee, 0x8d, 0xd5, 0x3a, 0xa6, 0x24, 0x28, + 0xa5, 0xf0, 0xae, 0x2b, 0xec, 0xd1, 0x39, 0x94, 0xf0, 0x52, 0xb5, 0x9b, 0x12, 0x5e, 0xaa, 0x62, + 0x4a, 0x02, 0xd5, 0x60, 0x90, 0x05, 0xe3, 0x08, 0x63, 0x73, 0x4e, 0xa2, 0x82, 0xae, 0x90, 0x23, + 0x9e, 0x37, 0x93, 0x15, 0x63, 0x4e, 0x08, 0xad, 0xc3, 0x50, 0x83, 0x3d, 0xfd, 0x20, 0xac, 0x00, + 0x79, 0x29, 0x3c, 0xba, 0x9e, 0x89, 0xe0, 0x37, 0x6c, 0xbc, 0x1c, 0x0b, 0x5a, 0x8c, 0x2a, 0x69, + 0x6f, 0x6e, 0x44, 0x42, 0xcd, 0xcf, 0xa3, 0xda, 0xf5, 0x88, 0x87, 0xa0, 0xca, 0xca, 0xb1, 0xa0, + 0x85, 0xaa, 0x50, 0xda, 0x68, 0x88, 0x58, 0x9d, 0x1c, 0x23, 0xb3, 0x19, 0x83, 0xbd, 0x34, 0xb4, + 0xb7, 0x3b, 0x5f, 0x5a, 0x5d, 0xc6, 0xa5, 0x8d, 0x06, 0x7a, 0x1d, 0x86, 0x37, 0x78, 0x54, 0xad, + 0x48, 0xb5, 0x7b, 0x21, 0x2f, 0xf4, 0xb7, 0x2b, 0x04, 0x97, 0x87, 0xa4, 0x08, 0x00, 0x96, 0xe4, + 0x58, 0x16, 0x42, 0x15, 0x27, 0x2c, 0x72, 0xed, 0x2e, 0xf4, 0x17, 0x57, 0x2c, 0xb4, 0x5f, 0x55, + 0x8a, 0x35, 0x8a, 0x74, 0xcd, 0x3b, 0xf2, 0x15, 0x1b, 0x96, 0x67, 0x37, 0x77, 0xcd, 0x67, 0x3e, + 0x7a, 0xc3, 0xd7, 0xbc, 0x02, 0xe1, 0x84, 0x28, 0xea, 0xc0, 0xf8, 0x76, 0xd4, 0xde, 0x24, 0x72, + 0xeb, 0xb3, 0xe4, 0xbb, 0xa3, 0x17, 0x3f, 0x9e, 0x93, 0x51, 0x59, 0x54, 0xf1, 0xc2, 0xb8, 0xe3, + 0xb4, 0xba, 0x38, 0x18, 0x4b, 0xfb, 0x76, 0x5b, 0x27, 0x8b, 0xcd, 0x56, 0xe8, 0x27, 0x79, 0xb7, + 0x13, 0xdc, 0xdd, 0x89, 0x89, 0x48, 0xce, 0x9b, 0xf3, 0x49, 0x5e, 0xe3, 0xc8, 0xdd, 0x9f, 0x44, + 0x00, 0xb0, 0x24, 0xa7, 0xa6, 0x8c, 0x71, 0xe3, 0xa9, 0xc2, 0x53, 0xd6, 0x35, 0x86, 0x64, 0xca, + 0x18, 0xf7, 0x4d, 0x88, 0x32, 0xae, 0xdb, 0xde, 0x0c, 0xe2, 0xc0, 0x4f, 0xf1, 0xfe, 0xe9, 0x22, + 0x5c, 0xb7, 0x96, 0x51, 0xb3, 0x9b, 0xeb, 0x66, 0x61, 0xe1, 0xcc, 0x56, 0x91, 0x0f, 0x13, 0xed, + 0x20, 0x8c, 0xef, 0x07, 0xa1, 0x5c, 0x87, 0xa8, 0x90, 0x8e, 0x68, 0xd4, 0x11, 0x6d, 0x33, 0xcf, + 0x63, 0x13, 0x82, 0x53, 0xd4, 0xe9, 0xa7, 0x8b, 0x1a, 0x4e, 0x8b, 0xac, 0xdd, 0x9c, 0x3d, 0x51, + 0xe4, 0xd3, 0xd5, 0x39, 0x72, 0xf7, 0xa7, 0x13, 0x00, 0x2c, 0xc9, 0x51, 0x5e, 0xc7, 0x32, 0xcd, + 0xb3, 0x5c, 0xc3, 0xb9, 0xbc, 0xae, 0xcb, 0x3b, 0x97, 0xf3, 0x3a, 0x56, 0x8c, 0x39, 0x21, 0xfb, + 0x97, 0x87, 0xba, 0x45, 0x11, 0xa6, 0x6c, 0xfc, 0x8d, 0xee, 0x5b, 0xe4, 0x4f, 0xf4, 0xaf, 0x53, + 0x3f, 0xc4, 0xfb, 0xe4, 0xaf, 0x58, 0x70, 0xaa, 0x9d, 0x29, 0x68, 0x88, 0xc3, 0xbc, 0x5f, 0xd5, + 0x9c, 0x4f, 0x89, 0xca, 0xca, 0x9d, 0x0d, 0xc7, 0x3d, 0xda, 0x4c, 0x8b, 0xe7, 0xe5, 0xf7, 0x2c, + 0x9e, 0xdf, 0x81, 0x11, 0x26, 0x4f, 0x26, 0x39, 0x77, 0xfa, 0x4c, 0x4f, 0xc3, 0xc4, 0x82, 0x65, + 0x41, 0x02, 0x2b, 0x62, 0x74, 0xe2, 0x1e, 0x4f, 0x0f, 0x02, 0x13, 0x06, 0x16, 0xb9, 0x20, 0xb9, + 0xee, 0xb3, 0x2a, 0x66, 0xe2, 0xf1, 0xda, 0x41, 0xc8, 0xfb, 0x79, 0x08, 0xf8, 0xe0, 0xc6, 0x50, + 0x35, 0x43, 0xf9, 0x1a, 0x32, 0xaf, 0x8c, 0xf2, 0x15, 0xb0, 0xe3, 0x55, 0x1a, 0xfe, 0x91, 0x95, + 0x21, 0xe3, 0x72, 0x45, 0xef, 0xe3, 0xa6, 0xa2, 0xf7, 0x74, 0x5a, 0xd1, 0xeb, 0x32, 0xef, 0x18, + 0x3a, 0x5e, 0xf1, 0x5c, 0xb6, 0x45, 0x93, 0x0a, 0xd9, 0x2d, 0x38, 0x93, 0xc7, 0x40, 0x99, 0x1b, + 0x99, 0xab, 0x2e, 0x50, 0x13, 0x37, 0x32, 0x77, 0xad, 0x8a, 0x19, 0xa4, 0x68, 0x5e, 0x0a, 0xfb, + 0xe7, 0x4b, 0x50, 0xae, 0x05, 0xee, 0x31, 0x98, 0xab, 0x2e, 0x1b, 0xe6, 0xaa, 0xa7, 0x72, 0x9f, + 0x56, 0xec, 0x69, 0x9c, 0xba, 0x99, 0x32, 0x4e, 0xfd, 0x4c, 0x3e, 0xa9, 0x83, 0x4d, 0x51, 0xdf, + 0x2b, 0x83, 0xfe, 0x38, 0x24, 0xfa, 0x0f, 0x87, 0xf1, 0x2e, 0x2e, 0x17, 0x7b, 0x2f, 0x52, 0xb4, + 0xc1, 0xbc, 0xd0, 0x64, 0x70, 0xe4, 0x4f, 0xac, 0x93, 0xf1, 0x1d, 0xe2, 0x35, 0x37, 0x63, 0xe2, + 0xa6, 0x07, 0x76, 0x7c, 0x4e, 0xc6, 0x7f, 0x6e, 0xc1, 0x64, 0xaa, 0x75, 0xd4, 0xca, 0x8a, 0xaa, + 0x3a, 0xa4, 0x01, 0x6a, 0x3a, 0x37, 0x0c, 0x6b, 0x01, 0x40, 0xdd, 0x23, 0x48, 0x23, 0x0f, 0x93, + 0x77, 0xd5, 0x45, 0x43, 0x84, 0x35, 0x0c, 0xf4, 0x12, 0x8c, 0xc6, 0x41, 0x3b, 0x68, 0x05, 0xcd, + 0x9d, 0xab, 0x44, 0x66, 0x4c, 0x51, 0xb7, 0x3d, 0xeb, 0x09, 0x08, 0xeb, 0x78, 0xf6, 0xf7, 0xcb, + 0x90, 0x7e, 0x5a, 0xf4, 0xff, 0xaf, 0xd3, 0x9f, 0x9c, 0x75, 0xfa, 0x87, 0x16, 0x4c, 0xd1, 0xd6, + 0x99, 0xdb, 0x8f, 0x74, 0x06, 0x56, 0x0f, 0x6b, 0x58, 0x07, 0x3c, 0xac, 0xf1, 0x34, 0xe5, 0x76, + 0x6e, 0xd0, 0x89, 0x85, 0x59, 0x4a, 0x63, 0x62, 0xb4, 0x14, 0x0b, 0xa8, 0xc0, 0x23, 0x61, 0x28, + 0xa2, 0xa6, 0x74, 0x3c, 0x12, 0x86, 0x58, 0x40, 0xe5, 0xbb, 0x1b, 0x03, 0x3d, 0xde, 0xdd, 0x60, + 0x39, 0xc7, 0x84, 0xab, 0x89, 0x10, 0x2b, 0xb4, 0x9c, 0x63, 0xd2, 0x07, 0x25, 0xc1, 0xb1, 0xbf, + 0x55, 0x86, 0xb1, 0x5a, 0xe0, 0x26, 0x5e, 0xfe, 0x2f, 0x1a, 0x5e, 0xfe, 0x67, 0x52, 0x5e, 0xfe, + 0x53, 0x3a, 0xee, 0xc3, 0x71, 0xf2, 0x17, 0xb9, 0xe9, 0xd8, 0xcb, 0x30, 0x87, 0x74, 0xf0, 0x37, + 0x72, 0xd3, 0x29, 0x42, 0xd8, 0xa4, 0xfb, 0xd3, 0xe4, 0xd8, 0xff, 0xbf, 0x2d, 0x98, 0xa8, 0x05, + 0x2e, 0x5d, 0xa0, 0x3f, 0x4d, 0xab, 0x51, 0xcf, 0x68, 0x37, 0x74, 0x40, 0x46, 0xbb, 0x5f, 0xb5, + 0x60, 0xb8, 0x16, 0xb8, 0xc7, 0x60, 0xb2, 0x5d, 0x35, 0x4d, 0xb6, 0x4f, 0xe4, 0x72, 0xde, 0x1e, + 0x56, 0xda, 0xef, 0x94, 0x61, 0x9c, 0xf6, 0x38, 0x68, 0xca, 0xef, 0x65, 0xcc, 0x8d, 0x55, 0x60, + 0x6e, 0xa8, 0x48, 0x18, 0xb4, 0x5a, 0xc1, 0xfd, 0xf4, 0xb7, 0x5b, 0x65, 0xa5, 0x58, 0x40, 0xd1, + 0x39, 0x18, 0x69, 0x87, 0x64, 0xdb, 0x0b, 0x3a, 0x51, 0x3a, 0x02, 0xb3, 0x26, 0xca, 0xb1, 0xc2, + 0x40, 0x2f, 0xc2, 0x58, 0xe4, 0xf9, 0x0d, 0x22, 0x1d, 0x51, 0x06, 0x98, 0x23, 0x0a, 0x4f, 0x1e, + 0xaa, 0x95, 0x63, 0x03, 0x0b, 0xdd, 0x81, 0x0a, 0xfb, 0xcf, 0x76, 0x50, 0xff, 0x0f, 0x67, 0xf0, + 0x04, 0x35, 0x92, 0x00, 0x4e, 0x68, 0xa1, 0x8b, 0x00, 0xb1, 0x74, 0x99, 0x89, 0x44, 0xa8, 0xb0, + 0x92, 0x4b, 0x95, 0x33, 0x4d, 0x84, 0x35, 0x2c, 0xf4, 0x1c, 0x54, 0x62, 0xc7, 0x6b, 0x5d, 0xf3, + 0x7c, 0x12, 0x09, 0x97, 0x23, 0x91, 0x08, 0x5c, 0x14, 0xe2, 0x04, 0x4e, 0xcf, 0x7b, 0x16, 0x88, + 0xce, 0x1f, 0xe5, 0x19, 0x61, 0xd8, 0xec, 0xbc, 0xbf, 0xa6, 0x4a, 0xb1, 0x86, 0x61, 0x5f, 0x82, + 0x93, 0xb5, 0xc0, 0xad, 0x05, 0x61, 0xbc, 0x1a, 0x84, 0xf7, 0x9d, 0xd0, 0x95, 0xdf, 0x6f, 0x5e, + 0xe6, 0x9f, 0xa6, 0x67, 0xf2, 0x20, 0xd7, 0xec, 0x8d, 0x7c, 0xd2, 0x2f, 0xb0, 0x13, 0xbf, 0xcf, + 0xf0, 0x91, 0x3f, 0x28, 0x03, 0xaa, 0x31, 0xa7, 0x1e, 0xe3, 0x0d, 0xa7, 0x4d, 0x98, 0x88, 0xc8, + 0x35, 0xcf, 0xef, 0x3c, 0x10, 0xa4, 0x8a, 0xc5, 0xeb, 0xd4, 0x57, 0xf4, 0x3a, 0xdc, 0x76, 0x62, + 0x96, 0xe1, 0x14, 0x5d, 0xfa, 0x65, 0xc3, 0x8e, 0xbf, 0x18, 0xdd, 0x8a, 0x48, 0x28, 0xde, 0x2c, + 0xfa, 0x28, 0xbb, 0x5a, 0x94, 0x85, 0xfb, 0xbb, 0xf3, 0x67, 0x73, 0x1c, 0x26, 0x7c, 0xef, 0x01, + 0xc5, 0x5c, 0xab, 0xe2, 0x84, 0x16, 0x5d, 0x68, 0xec, 0xcf, 0x8d, 0xc0, 0xc7, 0x41, 0x10, 0xcb, + 0xa5, 0xc9, 0xde, 0xbb, 0xd0, 0xca, 0xb1, 0x81, 0x85, 0x22, 0x40, 0x51, 0xa7, 0xdd, 0x6e, 0xb1, + 0x9b, 0x4e, 0xa7, 0x75, 0x39, 0x0c, 0x3a, 0x6d, 0xee, 0x07, 0x5e, 0x5e, 0x5a, 0xa6, 0x3c, 0xb8, + 0xde, 0x05, 0xdd, 0xdf, 0x9d, 0x7f, 0x26, 0xbf, 0x83, 0x0c, 0x77, 0xad, 0x8a, 0x33, 0xc8, 0x23, + 0x0c, 0xc3, 0x1b, 0x11, 0xfb, 0x2d, 0xc2, 0xdd, 0x2f, 0x31, 0xd3, 0x6a, 0x9d, 0x15, 0xf5, 0x47, + 0x5e, 0x12, 0xb2, 0x3f, 0xcf, 0x8e, 0x59, 0xf6, 0xa4, 0x4d, 0xdc, 0x09, 0x09, 0xda, 0x82, 0xf1, + 0x36, 0x3b, 0x4a, 0xe3, 0x30, 0x68, 0xb5, 0x88, 0x94, 0x72, 0x0f, 0xe7, 0xdc, 0xc4, 0x1f, 0xb1, + 0xd0, 0xc9, 0x61, 0x93, 0xba, 0xfd, 0x5f, 0x27, 0x18, 0xc7, 0x14, 0xd7, 0xd8, 0xc3, 0xc2, 0x8d, + 0x59, 0xc8, 0x93, 0x1f, 0x2a, 0xf2, 0x38, 0x5d, 0x72, 0x1a, 0x09, 0xa7, 0x68, 0x2c, 0xa9, 0xa0, + 0x4f, 0x33, 0x27, 0x7d, 0xce, 0xa6, 0x8a, 0x3f, 0xb9, 0xc9, 0xf1, 0x0d, 0x07, 0x7d, 0x41, 0x02, + 0x6b, 0xe4, 0xd0, 0x35, 0x18, 0x17, 0x2f, 0xa0, 0x08, 0x63, 0x49, 0xd9, 0x50, 0xf4, 0xc7, 0xb1, + 0x0e, 0xdc, 0x4f, 0x17, 0x60, 0xb3, 0x32, 0x6a, 0xc2, 0xe3, 0xda, 0x0b, 0x5f, 0x19, 0x8e, 0x78, + 0x9c, 0xff, 0x3d, 0xb1, 0xb7, 0x3b, 0xff, 0xf8, 0xfa, 0x41, 0x88, 0xf8, 0x60, 0x3a, 0xe8, 0x26, + 0x9c, 0x74, 0x1a, 0xb1, 0xb7, 0x4d, 0xaa, 0xc4, 0x71, 0x5b, 0x9e, 0x4f, 0xcc, 0x04, 0x0a, 0x8f, + 0xee, 0xed, 0xce, 0x9f, 0x5c, 0xcc, 0x42, 0xc0, 0xd9, 0xf5, 0xd0, 0xc7, 0xa1, 0xe2, 0xfa, 0x91, + 0x98, 0x83, 0x21, 0xe3, 0x41, 0xbb, 0x4a, 0xf5, 0x46, 0x5d, 0x8d, 0x3f, 0xf9, 0x83, 0x93, 0x0a, + 0xe8, 0x5d, 0x18, 0xd3, 0x03, 0xa3, 0xc4, 0x43, 0x8a, 0x2f, 0x17, 0xd2, 0xe2, 0x8d, 0x68, 0x22, + 0x6e, 0x47, 0x54, 0x0e, 0xaf, 0x46, 0xa0, 0x91, 0xd1, 0x04, 0xfa, 0x24, 0xa0, 0x88, 0x84, 0xdb, + 0x5e, 0x83, 0x2c, 0x36, 0x58, 0xde, 0x5f, 0x66, 0x69, 0x1a, 0x31, 0x22, 0x3f, 0x50, 0xbd, 0x0b, + 0x03, 0x67, 0xd4, 0x42, 0x57, 0x28, 0xff, 0xd3, 0x4b, 0x85, 0x7f, 0xb2, 0x14, 0x4f, 0x67, 0xab, + 0xa4, 0x1d, 0x92, 0x86, 0x13, 0x13, 0xd7, 0xa4, 0x88, 0x53, 0xf5, 0xe8, 0xe9, 0xa8, 0x9e, 0x76, + 0x00, 0xd3, 0xab, 0xb6, 0xfb, 0x79, 0x07, 0xaa, 0xed, 0x6d, 0x06, 0x51, 0x7c, 0x83, 0xc4, 0xf7, + 0x83, 0xf0, 0x9e, 0xc8, 0x95, 0x96, 0x24, 0x51, 0x4c, 0x40, 0x58, 0xc7, 0xa3, 0x92, 0x1c, 0xbb, + 0x14, 0x5c, 0xab, 0xb2, 0x1b, 0x97, 0x91, 0x64, 0xef, 0x5c, 0xe1, 0xc5, 0x58, 0xc2, 0x25, 0xea, + 0x5a, 0x6d, 0x99, 0xdd, 0x9e, 0xa4, 0x50, 0xd7, 0x6a, 0xcb, 0x58, 0xc2, 0x51, 0xd0, 0xfd, 0x6c, + 0xe0, 0x44, 0x91, 0x9b, 0xac, 0xee, 0xf3, 0xa4, 0xe0, 0xcb, 0x81, 0x0f, 0x60, 0x4a, 0x3d, 0x5d, + 0xc8, 0xd3, 0xc9, 0x45, 0xb3, 0x93, 0x6c, 0xe1, 0x1c, 0x26, 0x2b, 0x9d, 0xb2, 0x2e, 0xae, 0xa5, + 0x68, 0xe2, 0xae, 0x56, 0x8c, 0xb4, 0x1d, 0x53, 0xb9, 0xcf, 0x75, 0x9c, 0x87, 0x4a, 0xd4, 0xb9, + 0xeb, 0x06, 0x5b, 0x8e, 0xe7, 0xb3, 0x2b, 0x0e, 0x4d, 0x94, 0xaa, 0x4b, 0x00, 0x4e, 0x70, 0x50, + 0x0d, 0x46, 0x1c, 0xa1, 0x48, 0x8a, 0xab, 0x88, 0x9c, 0xf8, 0x7c, 0xa9, 0x76, 0x72, 0x1b, 0xaf, + 0xfc, 0x87, 0x15, 0x15, 0xf4, 0x0a, 0x8c, 0x8b, 0xf0, 0x32, 0xe1, 0x06, 0x7a, 0xc2, 0x0c, 0x45, + 0xa8, 0xeb, 0x40, 0x6c, 0xe2, 0xa2, 0x26, 0x4c, 0x50, 0x2a, 0x09, 0x03, 0x9c, 0x9d, 0xe9, 0x8f, + 0x87, 0x6a, 0x89, 0xd1, 0x75, 0x32, 0x38, 0x45, 0x16, 0xb9, 0xf0, 0x98, 0xd3, 0x89, 0x83, 0x2d, + 0xba, 0x13, 0xcc, 0x7d, 0xb2, 0x1e, 0xdc, 0x23, 0xfe, 0xec, 0x49, 0xb6, 0x02, 0xcf, 0xec, 0xed, + 0xce, 0x3f, 0xb6, 0x78, 0x00, 0x1e, 0x3e, 0x90, 0x0a, 0x7a, 0x0b, 0x46, 0xe3, 0xa0, 0x25, 0xbc, + 0xbb, 0xa3, 0xd9, 0x53, 0x45, 0xd2, 0x13, 0xad, 0xab, 0x0a, 0xba, 0x31, 0x45, 0x11, 0xc1, 0x3a, + 0x45, 0xf4, 0x36, 0x8c, 0xd1, 0x6f, 0x7f, 0xdd, 0x69, 0xb7, 0x3d, 0xbf, 0x19, 0xcd, 0x3e, 0x52, + 0x64, 0xb6, 0x54, 0xf2, 0x4d, 0x73, 0xff, 0xb2, 0x22, 0x12, 0x61, 0x83, 0xe2, 0xdc, 0xcf, 0xc2, + 0x74, 0x17, 0xd3, 0xeb, 0xcb, 0xf1, 0xf5, 0x3f, 0x0e, 0x42, 0x45, 0x59, 0x2e, 0xd1, 0x79, 0xd3, + 0x48, 0xfd, 0x68, 0xda, 0x48, 0x3d, 0x42, 0x05, 0x45, 0xdd, 0x2e, 0xfd, 0x99, 0x8c, 0xe7, 0xf0, + 0x9f, 0xcd, 0xdd, 0xe5, 0xc5, 0xa3, 0xde, 0x34, 0x55, 0xb3, 0x5c, 0xd8, 0xee, 0x3d, 0x70, 0xa0, + 0xf6, 0x5a, 0xf0, 0x89, 0x47, 0xaa, 0xa7, 0xb6, 0x03, 0x77, 0xad, 0x96, 0x7e, 0xc1, 0xac, 0x46, + 0x0b, 0x31, 0x87, 0x31, 0xfd, 0x82, 0x9e, 0xda, 0x4c, 0xbf, 0x18, 0x3e, 0xa4, 0x7e, 0x21, 0x09, + 0xe0, 0x84, 0x16, 0xda, 0x86, 0xe9, 0x86, 0xf9, 0x20, 0x9d, 0x8a, 0x65, 0x7b, 0xbe, 0x8f, 0x07, + 0xe1, 0x3a, 0xda, 0x6b, 0x35, 0xcb, 0x69, 0x7a, 0xb8, 0xbb, 0x09, 0xf4, 0x0a, 0x8c, 0xbc, 0x1b, + 0x44, 0xec, 0xfa, 0x44, 0x1c, 0x5d, 0x32, 0x66, 0x68, 0xe4, 0xb5, 0x9b, 0x75, 0x56, 0xbe, 0xbf, + 0x3b, 0x3f, 0x5a, 0x0b, 0x5c, 0xf9, 0x17, 0xab, 0x0a, 0xe8, 0x0b, 0x16, 0x9c, 0x34, 0x76, 0xb2, + 0xea, 0x39, 0x1c, 0xa6, 0xe7, 0x8f, 0x8b, 0x96, 0x4f, 0xae, 0x65, 0xd1, 0xc4, 0xd9, 0x4d, 0xd9, + 0xbf, 0xc5, 0x4d, 0xb5, 0xc2, 0x78, 0x43, 0xa2, 0x4e, 0xeb, 0x38, 0x5e, 0x8e, 0xb8, 0x69, 0xd8, + 0x95, 0x1e, 0xc2, 0x65, 0xc1, 0xbf, 0xb7, 0xd8, 0x65, 0xc1, 0x3a, 0xd9, 0x6a, 0xb7, 0x9c, 0xf8, + 0x38, 0xfc, 0xa2, 0x3f, 0x0d, 0x23, 0xb1, 0x68, 0xad, 0xd8, 0xb3, 0x17, 0x5a, 0xf7, 0xd8, 0x25, + 0x8a, 0x3a, 0xfa, 0x64, 0x29, 0x56, 0x04, 0xed, 0x7f, 0xcd, 0xbf, 0x8a, 0x84, 0x1c, 0x83, 0x45, + 0xe4, 0x86, 0x69, 0x11, 0x79, 0xa6, 0xf0, 0x58, 0x7a, 0xf9, 0xaf, 0x99, 0x23, 0x60, 0x1a, 0xca, + 0x4f, 0xce, 0x6d, 0x96, 0xfd, 0x4b, 0x16, 0xcc, 0x64, 0x39, 0x2a, 0x50, 0x11, 0x86, 0xeb, 0x47, + 0xea, 0x9e, 0x4f, 0xcd, 0xea, 0x6d, 0x51, 0x8e, 0x15, 0x46, 0xe1, 0x3c, 0xf4, 0xfd, 0xa5, 0xd7, + 0xba, 0x09, 0xe6, 0xd3, 0x86, 0xe8, 0x55, 0x1e, 0x06, 0x61, 0xa9, 0xb7, 0x07, 0xfb, 0x0b, 0x81, + 0xb0, 0xbf, 0x5d, 0x82, 0x19, 0x6e, 0x6c, 0x5f, 0xdc, 0x0e, 0x3c, 0xb7, 0x16, 0xb8, 0x22, 0x28, + 0xc4, 0x85, 0xb1, 0xb6, 0xa6, 0xde, 0x16, 0x4b, 0xd7, 0xa3, 0x2b, 0xc4, 0x89, 0x4a, 0xa1, 0x97, + 0x62, 0x83, 0x2a, 0x6d, 0x85, 0x6c, 0x7b, 0x0d, 0x65, 0xbb, 0x2d, 0xf5, 0x7d, 0x32, 0xa8, 0x56, + 0x56, 0x34, 0x3a, 0xd8, 0xa0, 0x7a, 0x04, 0xcf, 0xc7, 0xd8, 0xff, 0xc0, 0x82, 0x47, 0x7a, 0xa4, + 0xf4, 0xa1, 0xcd, 0xdd, 0x67, 0x17, 0x1c, 0xe2, 0xed, 0x4c, 0xd5, 0x1c, 0xbf, 0xf6, 0xc0, 0x02, + 0x8a, 0xee, 0x02, 0xf0, 0x6b, 0x0b, 0x2a, 0x4d, 0xa7, 0xef, 0xd4, 0x0b, 0x26, 0xce, 0xd0, 0x72, + 0x2a, 0x48, 0x4a, 0x58, 0xa3, 0x6a, 0x7f, 0xb3, 0x0c, 0x83, 0xfc, 0x89, 0xf6, 0x1a, 0x0c, 0x6f, + 0xf2, 0x5c, 0xc7, 0xfd, 0xa5, 0x5a, 0x4e, 0xd4, 0x17, 0x5e, 0x80, 0x25, 0x19, 0x74, 0x1d, 0x4e, + 0x88, 0xb0, 0xa4, 0x2a, 0x69, 0x39, 0x3b, 0x52, 0x1f, 0xe6, 0x6f, 0x8a, 0xc8, 0xe4, 0xf7, 0x27, + 0xd6, 0xba, 0x51, 0x70, 0x56, 0x3d, 0xf4, 0x6a, 0x57, 0x6a, 0x42, 0x9e, 0x43, 0x5a, 0xc9, 0xc2, + 0x39, 0xe9, 0x09, 0x5f, 0x81, 0xf1, 0x76, 0x97, 0xe6, 0xaf, 0xbd, 0x84, 0x6d, 0x6a, 0xfb, 0x26, + 0x2e, 0xf3, 0xa1, 0xe8, 0x30, 0xdf, 0x91, 0xf5, 0xcd, 0x90, 0x44, 0x9b, 0x41, 0xcb, 0x15, 0x8f, + 0xb8, 0x26, 0x3e, 0x14, 0x29, 0x38, 0xee, 0xaa, 0x41, 0xa9, 0x6c, 0x38, 0x5e, 0xab, 0x13, 0x92, + 0x84, 0xca, 0x90, 0x49, 0x65, 0x35, 0x05, 0xc7, 0x5d, 0x35, 0xe8, 0xda, 0x3a, 0x29, 0xde, 0xfd, + 0x94, 0x01, 0xec, 0x82, 0x05, 0x7d, 0x0a, 0x86, 0x65, 0x70, 0x41, 0xa1, 0x3c, 0x2b, 0xc2, 0x41, + 0x42, 0xbd, 0x21, 0xaa, 0xbd, 0x31, 0x27, 0xc2, 0x0a, 0x24, 0xbd, 0xc3, 0xbc, 0x2f, 0xf9, 0x67, + 0x16, 0x9c, 0xc8, 0x70, 0x92, 0xe3, 0x2c, 0xad, 0xe9, 0x45, 0xb1, 0x7a, 0xe1, 0x42, 0x63, 0x69, + 0xbc, 0x1c, 0x2b, 0x0c, 0xba, 0x5b, 0x38, 0xd3, 0x4c, 0x33, 0x4a, 0xe1, 0xea, 0x22, 0xa0, 0xfd, + 0x31, 0x4a, 0x74, 0x06, 0x06, 0x3a, 0x11, 0x09, 0xe5, 0x63, 0x8f, 0x92, 0xcf, 0xdf, 0x8a, 0x48, + 0x88, 0x19, 0x84, 0x8a, 0xad, 0x4d, 0x65, 0x11, 0xd4, 0xc4, 0x56, 0x66, 0xdd, 0xc3, 0x1c, 0x66, + 0x7f, 0xad, 0x0c, 0x93, 0x29, 0x67, 0x59, 0xda, 0x91, 0xad, 0xc0, 0xf7, 0xe2, 0x40, 0xe5, 0xbe, + 0xe3, 0xef, 0xcb, 0x91, 0xf6, 0xe6, 0x75, 0x51, 0x8e, 0x15, 0x06, 0x7a, 0x5a, 0xbe, 0xef, 0x9b, + 0x7e, 0xb9, 0x63, 0xa9, 0x6a, 0x3c, 0xf1, 0x5b, 0xf4, 0xd5, 0x9d, 0x27, 0x61, 0xa0, 0x1d, 0xa8, + 0xe7, 0xda, 0xd5, 0xf7, 0xc4, 0x4b, 0xd5, 0x5a, 0x10, 0xb4, 0x30, 0x03, 0xa2, 0xa7, 0xc4, 0xe8, + 0x53, 0x37, 0x34, 0xd8, 0x71, 0x83, 0x48, 0x9b, 0x82, 0x67, 0x60, 0xf8, 0x1e, 0xd9, 0x09, 0x3d, + 0xbf, 0x99, 0xbe, 0x9f, 0xba, 0xca, 0x8b, 0xb1, 0x84, 0x9b, 0x89, 0xec, 0x87, 0x8f, 0xf8, 0x65, + 0x9d, 0x91, 0xdc, 0x73, 0xf0, 0x3b, 0x16, 0x4c, 0xb2, 0xcc, 0xb4, 0x22, 0x7d, 0x82, 0x17, 0xf8, + 0xc7, 0x20, 0x63, 0x3c, 0x09, 0x83, 0x21, 0x6d, 0x34, 0xfd, 0x34, 0x06, 0xeb, 0x09, 0xe6, 0x30, + 0xf4, 0x18, 0x0c, 0xb0, 0x2e, 0xd0, 0xcf, 0x38, 0xc6, 0x13, 0xe0, 0x57, 0x9d, 0xd8, 0xc1, 0xac, + 0x94, 0xc5, 0xa7, 0x61, 0xd2, 0x6e, 0x79, 0xbc, 0xd3, 0x89, 0x41, 0xf7, 0xfd, 0x16, 0x9f, 0x96, + 0xd9, 0xc9, 0x87, 0x15, 0x9f, 0x96, 0x4d, 0xfc, 0x60, 0x39, 0xff, 0xbf, 0x95, 0xe0, 0x74, 0x66, + 0xbd, 0xe4, 0xa6, 0x7b, 0xd5, 0xb8, 0xe9, 0xbe, 0x98, 0xba, 0xe9, 0xb6, 0x0f, 0xae, 0xfd, 0x70, + 0xee, 0xbe, 0xb3, 0xaf, 0xa4, 0xcb, 0xc7, 0x78, 0x25, 0x3d, 0x50, 0x54, 0xc4, 0x19, 0xcc, 0x11, + 0x71, 0x7e, 0xdf, 0x82, 0x47, 0x33, 0xa7, 0xec, 0x7d, 0x17, 0x10, 0x98, 0xd9, 0xcb, 0x1e, 0xda, + 0xc9, 0x2f, 0x96, 0x7b, 0x8c, 0x8a, 0xe9, 0x29, 0x67, 0x29, 0x17, 0x62, 0xc0, 0x48, 0x08, 0x6f, + 0x63, 0x9c, 0x03, 0xf1, 0x32, 0xac, 0xa0, 0x28, 0xd2, 0x02, 0xea, 0x78, 0x27, 0x57, 0x0e, 0xb9, + 0xa1, 0x16, 0x4c, 0x4b, 0xbc, 0x9e, 0x13, 0x22, 0x1d, 0x66, 0x77, 0x47, 0xd3, 0x3c, 0xcb, 0x87, + 0xd1, 0x3c, 0xc7, 0xb2, 0xb5, 0x4e, 0xb4, 0x08, 0x93, 0x5b, 0x9e, 0xcf, 0x1e, 0xe4, 0x35, 0xa5, + 0x27, 0x15, 0xd5, 0x7c, 0xdd, 0x04, 0xe3, 0x34, 0xfe, 0xdc, 0x2b, 0x30, 0x7e, 0x78, 0xeb, 0xda, + 0x8f, 0xca, 0xf0, 0xc1, 0x03, 0x98, 0x02, 0x3f, 0x1d, 0x8c, 0xef, 0xa2, 0x9d, 0x0e, 0x5d, 0xdf, + 0xa6, 0x06, 0x33, 0x1b, 0x9d, 0x56, 0x6b, 0x87, 0xf9, 0x89, 0x11, 0x57, 0x62, 0x08, 0xa1, 0x46, + 0x25, 0xaa, 0x5e, 0xcd, 0xc0, 0xc1, 0x99, 0x35, 0xd1, 0x27, 0x01, 0x05, 0x77, 0x59, 0xca, 0x64, + 0x37, 0xc9, 0x79, 0xc1, 0x3e, 0x41, 0x39, 0xd9, 0xaa, 0x37, 0xbb, 0x30, 0x70, 0x46, 0x2d, 0x2a, + 0xa7, 0xd2, 0x73, 0x6c, 0x47, 0x75, 0x2b, 0x25, 0xa7, 0x62, 0x1d, 0x88, 0x4d, 0x5c, 0x74, 0x19, + 0xa6, 0x9d, 0x6d, 0xc7, 0xe3, 0x29, 0xd0, 0x24, 0x01, 0x2e, 0xa8, 0x2a, 0xfb, 0xd5, 0x62, 0x1a, + 0x01, 0x77, 0xd7, 0x41, 0x6d, 0xc3, 0x20, 0xc9, 0x5f, 0x6d, 0xf8, 0xf8, 0x21, 0x56, 0x70, 0x61, + 0x13, 0xa5, 0xfd, 0x27, 0x16, 0x3d, 0xfa, 0x32, 0xde, 0x6e, 0xa5, 0x33, 0xa2, 0x0c, 0x6c, 0x5a, + 0x80, 0xa0, 0x9a, 0x91, 0x65, 0x1d, 0x88, 0x4d, 0x5c, 0xbe, 0x34, 0xa2, 0xc4, 0x6d, 0xdd, 0x90, + 0x36, 0x45, 0x6c, 0xad, 0xc2, 0xa0, 0x12, 0xb4, 0xeb, 0x6d, 0x7b, 0x51, 0x10, 0x8a, 0x0d, 0xd4, + 0xa7, 0x13, 0x73, 0xc2, 0x2f, 0xab, 0x9c, 0x0c, 0x96, 0xf4, 0xec, 0xaf, 0x97, 0x60, 0x5c, 0xb6, + 0xf8, 0x5a, 0x27, 0x88, 0x9d, 0x63, 0x38, 0xd2, 0x5f, 0x33, 0x8e, 0xf4, 0xf3, 0xc5, 0x42, 0x8d, + 0x59, 0xe7, 0x7a, 0x1e, 0xe5, 0x9f, 0x4a, 0x1d, 0xe5, 0x17, 0xfa, 0x21, 0x7a, 0xf0, 0x11, 0xfe, + 0x6f, 0x2d, 0x98, 0x36, 0xf0, 0x8f, 0xe1, 0x24, 0xa9, 0x99, 0x27, 0xc9, 0x73, 0x7d, 0x8c, 0xa6, + 0xc7, 0x09, 0xf2, 0xad, 0x52, 0x6a, 0x14, 0xec, 0xe4, 0xf8, 0x1c, 0x0c, 0x6c, 0x3a, 0xa1, 0x5b, + 0x2c, 0x1f, 0x68, 0x57, 0xf5, 0x85, 0x2b, 0x4e, 0xe8, 0x72, 0xfe, 0x7f, 0x4e, 0xbd, 0x2c, 0xe7, + 0x84, 0x6e, 0x6e, 0x34, 0x07, 0x6b, 0x14, 0x5d, 0x82, 0xa1, 0xa8, 0x11, 0xb4, 0x95, 0xbf, 0xeb, + 0x19, 0xfe, 0xea, 0x1c, 0x2d, 0xd9, 0xdf, 0x9d, 0x47, 0x66, 0x73, 0xb4, 0x18, 0x0b, 0xfc, 0xb9, + 0x26, 0x54, 0x54, 0xd3, 0x47, 0xea, 0xf1, 0xff, 0x5f, 0xca, 0x70, 0x22, 0x63, 0xad, 0xa0, 0xcf, + 0x1b, 0xf3, 0xf6, 0x4a, 0xdf, 0x8b, 0xed, 0x3d, 0xce, 0xdc, 0xe7, 0x99, 0xa6, 0xe4, 0x8a, 0xd5, + 0x71, 0x88, 0xe6, 0x6f, 0x45, 0x24, 0xdd, 0x3c, 0x2d, 0xca, 0x6f, 0x9e, 0x36, 0x7b, 0x6c, 0xd3, + 0x4f, 0x1b, 0x52, 0x3d, 0x3d, 0xd2, 0xef, 0xfc, 0x0b, 0x03, 0x30, 0x93, 0x95, 0xd3, 0x00, 0x7d, + 0xc9, 0x4a, 0xbd, 0x3e, 0xf2, 0x6a, 0xff, 0x89, 0x11, 0xf8, 0x93, 0x24, 0x22, 0xe3, 0xd0, 0x82, + 0xf9, 0x1e, 0x49, 0xee, 0x8c, 0x8b, 0xd6, 0x59, 0x1c, 0x56, 0xc8, 0x5f, 0x92, 0x91, 0x5c, 0xe1, + 0x13, 0x87, 0xe8, 0x8a, 0x78, 0x8c, 0x26, 0x4a, 0xc5, 0x61, 0xc9, 0xe2, 0xfc, 0x38, 0x2c, 0xd9, + 0x87, 0x39, 0x0f, 0x46, 0xb5, 0x71, 0x1d, 0xe9, 0x32, 0xb8, 0x47, 0x8f, 0x28, 0xad, 0xdf, 0x47, + 0xba, 0x14, 0xfe, 0xae, 0x05, 0x29, 0xe7, 0x34, 0x65, 0x96, 0xb1, 0x7a, 0x9a, 0x65, 0xce, 0xc0, + 0x40, 0x18, 0xb4, 0x48, 0xfa, 0x41, 0x0a, 0x1c, 0xb4, 0x08, 0x66, 0x10, 0xf5, 0xd8, 0x74, 0xb9, + 0xd7, 0x63, 0xd3, 0x54, 0x4f, 0x6f, 0x91, 0x6d, 0x22, 0x8d, 0x24, 0x8a, 0x8d, 0x5f, 0xa3, 0x85, + 0x98, 0xc3, 0xec, 0x5f, 0x1f, 0x80, 0x13, 0x19, 0x71, 0x82, 0x54, 0x43, 0x6a, 0x3a, 0x31, 0xb9, + 0xef, 0xec, 0xa4, 0x13, 0xe3, 0x5e, 0xe6, 0xc5, 0x58, 0xc2, 0x99, 0x53, 0x2d, 0x4f, 0xae, 0x97, + 0x32, 0x5d, 0x89, 0x9c, 0x7a, 0x02, 0x7a, 0xf4, 0xcf, 0x12, 0x5f, 0x04, 0x88, 0xa2, 0xd6, 0x8a, + 0x4f, 0x25, 0x3c, 0x57, 0x38, 0xef, 0x26, 0x39, 0x19, 0xeb, 0xd7, 0x04, 0x04, 0x6b, 0x58, 0xa8, + 0x0a, 0x53, 0xed, 0x30, 0x88, 0xb9, 0x61, 0xb0, 0xca, 0x5d, 0x2d, 0x06, 0xcd, 0xa8, 0xb1, 0x5a, + 0x0a, 0x8e, 0xbb, 0x6a, 0xa0, 0x97, 0x60, 0x54, 0x44, 0x92, 0xd5, 0x82, 0xa0, 0x25, 0xcc, 0x48, + 0xea, 0x3e, 0xbe, 0x9e, 0x80, 0xb0, 0x8e, 0xa7, 0x55, 0x63, 0xd6, 0xc6, 0xe1, 0xcc, 0x6a, 0xdc, + 0xe2, 0xa8, 0xe1, 0xa5, 0x32, 0x9f, 0x8c, 0x14, 0xca, 0x7c, 0x92, 0x18, 0xd6, 0x2a, 0x85, 0x2f, + 0x62, 0x20, 0xd7, 0x00, 0xf5, 0xbb, 0x65, 0x18, 0xe2, 0x9f, 0xe2, 0x18, 0xa4, 0xbc, 0x9a, 0x30, + 0x29, 0x15, 0xca, 0x32, 0xc1, 0x7b, 0xb5, 0x50, 0x75, 0x62, 0x87, 0xb3, 0x26, 0xb5, 0x43, 0x12, + 0x33, 0x14, 0x5a, 0x30, 0xf6, 0xd0, 0x5c, 0xca, 0x52, 0x02, 0x9c, 0x86, 0xb6, 0xa3, 0x36, 0x01, + 0x22, 0xf6, 0x34, 0x2e, 0xa5, 0x21, 0xb2, 0xf6, 0xbe, 0x58, 0xa8, 0x1f, 0x75, 0x55, 0x8d, 0xf7, + 0x26, 0x59, 0x96, 0x0a, 0x80, 0x35, 0xda, 0x73, 0x2f, 0x43, 0x45, 0x21, 0xe7, 0xa9, 0x90, 0x63, + 0x3a, 0x6b, 0xfb, 0x4b, 0x30, 0x99, 0x6a, 0xab, 0x2f, 0x0d, 0xf4, 0x37, 0x2d, 0x98, 0xe4, 0x5d, + 0x5e, 0xf1, 0xb7, 0x05, 0x2b, 0xf8, 0xa2, 0x05, 0x33, 0xad, 0x8c, 0x9d, 0x28, 0x3e, 0xf3, 0x61, + 0xf6, 0xb0, 0x52, 0x3e, 0xb3, 0xa0, 0x38, 0xb3, 0x35, 0x74, 0x16, 0x46, 0xf8, 0x4b, 0xdf, 0x4e, + 0x4b, 0x78, 0x8a, 0x8f, 0xf1, 0x7c, 0xe5, 0xbc, 0x0c, 0x2b, 0xa8, 0xfd, 0x63, 0x0b, 0xa6, 0xf9, + 0x20, 0xae, 0x92, 0x1d, 0xa5, 0x5e, 0xbd, 0x4f, 0x86, 0x21, 0x32, 0xb3, 0x97, 0x7a, 0x64, 0x66, + 0xd7, 0x47, 0x59, 0x3e, 0x70, 0x94, 0xdf, 0xb6, 0x40, 0xac, 0xd0, 0x63, 0xd0, 0x1f, 0xd6, 0x4c, + 0xfd, 0xe1, 0x43, 0x45, 0x16, 0x7d, 0x0f, 0xc5, 0xe1, 0x6f, 0x95, 0x60, 0x8a, 0x23, 0x24, 0x37, + 0x32, 0xef, 0x97, 0x8f, 0xd3, 0xdf, 0x8b, 0x41, 0xea, 0xbd, 0xd8, 0xec, 0x91, 0x1a, 0xdf, 0x72, + 0xe0, 0xc0, 0x6f, 0xf9, 0x3f, 0x2d, 0x40, 0x7c, 0x4e, 0xd2, 0xcf, 0xa4, 0xf3, 0xd3, 0x4d, 0x33, + 0x07, 0x24, 0x9c, 0x43, 0x41, 0xb0, 0x86, 0xf5, 0x90, 0x87, 0x90, 0xba, 0x0f, 0x2b, 0xe7, 0xdf, + 0x87, 0xf5, 0x31, 0xea, 0xff, 0x5e, 0x86, 0xb4, 0xb3, 0x26, 0x7a, 0x1b, 0xc6, 0x1a, 0x4e, 0xdb, + 0xb9, 0xeb, 0xb5, 0xbc, 0xd8, 0x23, 0x51, 0xb1, 0x0b, 0xf7, 0x65, 0xad, 0x86, 0xb8, 0x86, 0xd2, + 0x4a, 0xb0, 0x41, 0x11, 0x2d, 0x00, 0xb4, 0x43, 0x6f, 0xdb, 0x6b, 0x91, 0x26, 0xd3, 0x78, 0x58, + 0xcc, 0x09, 0xbf, 0x3b, 0x96, 0xa5, 0x58, 0xc3, 0xc8, 0x88, 0x51, 0x28, 0x1f, 0x47, 0x8c, 0xc2, + 0xc0, 0x11, 0xc6, 0x28, 0x0c, 0x16, 0x8a, 0x51, 0xc0, 0x70, 0x4a, 0x1e, 0xf4, 0xf4, 0xff, 0xaa, + 0xd7, 0x22, 0x42, 0xce, 0xe3, 0xf1, 0x2b, 0x73, 0x7b, 0xbb, 0xf3, 0xa7, 0x70, 0x26, 0x06, 0xee, + 0x51, 0xd3, 0xee, 0xc0, 0x89, 0x3a, 0x09, 0xe5, 0x73, 0x78, 0x6a, 0xdf, 0x7d, 0x06, 0x2a, 0x61, + 0x6a, 0xcb, 0xf7, 0x99, 0xa4, 0x40, 0xcb, 0x15, 0x27, 0xb7, 0x78, 0x42, 0xd2, 0xfe, 0xeb, 0x25, + 0x18, 0x16, 0x2e, 0x9d, 0xc7, 0x20, 0xa8, 0x5c, 0x35, 0xcc, 0x51, 0xcf, 0xe4, 0xf1, 0x4a, 0xd6, + 0xad, 0x9e, 0x86, 0xa8, 0x7a, 0xca, 0x10, 0xf5, 0x5c, 0x31, 0x72, 0x07, 0x9b, 0xa0, 0xfe, 0x69, + 0x19, 0x26, 0x4c, 0x17, 0xd7, 0x63, 0x98, 0x96, 0xd7, 0x61, 0x38, 0x12, 0xde, 0xd6, 0xa5, 0x22, + 0xfe, 0x7d, 0xe9, 0x4f, 0x9c, 0xdc, 0xda, 0x0b, 0xff, 0x6a, 0x49, 0x2e, 0xd3, 0xa1, 0xbb, 0x7c, + 0x2c, 0x0e, 0xdd, 0x79, 0x9e, 0xc7, 0x03, 0x0f, 0xc3, 0xf3, 0xd8, 0xfe, 0x01, 0x3b, 0x1e, 0xf4, + 0xf2, 0x63, 0x38, 0xf2, 0x5f, 0x33, 0x0f, 0x92, 0x73, 0x85, 0xd6, 0x9d, 0xe8, 0x5e, 0x8f, 0xa3, + 0xff, 0xbb, 0x16, 0x8c, 0x0a, 0xc4, 0x63, 0x18, 0xc0, 0x27, 0xcd, 0x01, 0x3c, 0x55, 0x68, 0x00, + 0x3d, 0x7a, 0xfe, 0xf5, 0x92, 0xea, 0x79, 0x2d, 0x08, 0xe3, 0x42, 0x19, 0xd5, 0x47, 0xa8, 0x9a, + 0x18, 0x34, 0x82, 0x96, 0x10, 0xf6, 0x1e, 0x4b, 0xc2, 0x15, 0x79, 0xf9, 0xbe, 0xf6, 0x1b, 0x2b, + 0x6c, 0x16, 0x4d, 0x17, 0x84, 0xb1, 0x38, 0x6c, 0x93, 0x68, 0xba, 0x20, 0x8c, 0x31, 0x83, 0x20, + 0x17, 0x20, 0x76, 0xc2, 0x26, 0x89, 0x69, 0x99, 0x88, 0xf4, 0xed, 0xbd, 0x5b, 0x3b, 0xb1, 0xd7, + 0x5a, 0xf0, 0xfc, 0x38, 0x8a, 0xc3, 0x85, 0x35, 0x3f, 0xbe, 0x19, 0x72, 0x05, 0x41, 0x8b, 0x3f, + 0x54, 0xb4, 0xb0, 0x46, 0x57, 0x86, 0x94, 0xb0, 0x36, 0x06, 0xcd, 0xdb, 0xa6, 0x1b, 0xa2, 0x1c, + 0x2b, 0x0c, 0xfb, 0x65, 0xc6, 0xd9, 0xd9, 0x04, 0xf5, 0x17, 0x1a, 0xf8, 0x0b, 0xc3, 0x6a, 0x6a, + 0x99, 0x09, 0xf9, 0x86, 0x1e, 0x80, 0x58, 0x94, 0x7d, 0xd2, 0x2e, 0xe8, 0x3e, 0xd7, 0x49, 0xbc, + 0x22, 0x22, 0x5d, 0x57, 0x94, 0x2f, 0x17, 0xe6, 0xc8, 0x7d, 0x5c, 0x4a, 0xb2, 0xd4, 0x8e, 0x2c, + 0x9f, 0xdd, 0x5a, 0x2d, 0x9d, 0x07, 0x7f, 0x59, 0x02, 0x70, 0x82, 0x83, 0xce, 0x0b, 0xe5, 0x93, + 0x5b, 0x67, 0x3e, 0x98, 0x52, 0x3e, 0xe5, 0x94, 0x68, 0xda, 0xe7, 0x05, 0x18, 0x55, 0x4f, 0x0b, + 0xd5, 0xf8, 0xa3, 0x2e, 0x15, 0x2e, 0x8b, 0xad, 0x24, 0xc5, 0x58, 0xc7, 0x41, 0xeb, 0x30, 0x19, + 0xf1, 0x77, 0x8f, 0x64, 0x6c, 0x87, 0x30, 0x32, 0x3c, 0x2b, 0x2f, 0x34, 0xeb, 0x26, 0x78, 0x9f, + 0x15, 0xf1, 0xad, 0x2c, 0xa3, 0x41, 0xd2, 0x24, 0xd0, 0xab, 0x30, 0xd1, 0xd2, 0xdf, 0x82, 0xad, + 0x09, 0x1b, 0x84, 0x72, 0x51, 0x33, 0x5e, 0x8a, 0xad, 0xe1, 0x14, 0x36, 0x7a, 0x1d, 0x66, 0xf5, + 0x12, 0x91, 0x10, 0xc9, 0xf1, 0x9b, 0x24, 0x12, 0x6f, 0xa4, 0x3c, 0xb6, 0xb7, 0x3b, 0x3f, 0x7b, + 0xad, 0x07, 0x0e, 0xee, 0x59, 0x1b, 0x5d, 0x82, 0x31, 0x39, 0x7c, 0x2d, 0x12, 0x2a, 0x71, 0x8e, + 0xd4, 0x60, 0xd8, 0xc0, 0x44, 0xf7, 0xe1, 0xa4, 0xfc, 0xbf, 0x1e, 0x3a, 0x1b, 0x1b, 0x5e, 0x43, + 0x84, 0xa4, 0x8d, 0x32, 0x12, 0x8b, 0xd2, 0xb7, 0x7c, 0x25, 0x0b, 0x69, 0x7f, 0x77, 0xfe, 0x8c, + 0x98, 0xb5, 0x4c, 0x38, 0xfb, 0x88, 0xd9, 0xf4, 0xd1, 0x75, 0x38, 0xb1, 0x49, 0x9c, 0x56, 0xbc, + 0xb9, 0xbc, 0x49, 0x1a, 0xf7, 0xe4, 0xc6, 0x62, 0xf1, 0x55, 0x9a, 0xfb, 0xe0, 0x95, 0x6e, 0x14, + 0x9c, 0x55, 0xef, 0xbd, 0xdd, 0x3f, 0x7f, 0x8e, 0x56, 0xd6, 0xe4, 0x07, 0xf4, 0x0e, 0x8c, 0xe9, + 0x73, 0x9d, 0x16, 0x0c, 0xf2, 0xdf, 0x09, 0x16, 0x72, 0x88, 0xfa, 0x02, 0x3a, 0x0c, 0x1b, 0xb4, + 0xed, 0x9b, 0x30, 0x54, 0xdf, 0x89, 0x1a, 0x71, 0xab, 0x00, 0x73, 0x7d, 0xd2, 0x18, 0x42, 0xb2, + 0xf1, 0xd9, 0xe3, 0x63, 0x62, 0x44, 0xf6, 0x97, 0x2d, 0x98, 0x5c, 0x5f, 0xae, 0xd5, 0x83, 0xc6, + 0x3d, 0x12, 0x2f, 0x72, 0x3d, 0x13, 0x0b, 0xde, 0x6a, 0x1d, 0x92, 0x67, 0x66, 0x71, 0xe3, 0x33, + 0x30, 0xb0, 0x19, 0x44, 0x71, 0xda, 0x56, 0x7b, 0x25, 0x88, 0x62, 0xcc, 0x20, 0xf6, 0x9f, 0x5a, + 0x30, 0xc8, 0xde, 0xd6, 0xca, 0x7b, 0x97, 0xad, 0xc8, 0xb8, 0xd0, 0x4b, 0x30, 0x44, 0x36, 0x36, + 0x48, 0x23, 0x16, 0x6c, 0x46, 0xc6, 0x3d, 0x0c, 0xad, 0xb0, 0x52, 0xca, 0x3c, 0x58, 0x63, 0xfc, + 0x2f, 0x16, 0xc8, 0xe8, 0xd3, 0x50, 0x89, 0xbd, 0x2d, 0xb2, 0xe8, 0xba, 0xc2, 0x38, 0xda, 0x9f, + 0x2b, 0x8e, 0x62, 0x66, 0xeb, 0x92, 0x08, 0x4e, 0xe8, 0xd9, 0x5f, 0x2d, 0x01, 0x24, 0x71, 0x4d, + 0x79, 0xc3, 0x5c, 0xea, 0x7a, 0x7e, 0xee, 0xe9, 0x8c, 0xe7, 0xe7, 0x50, 0x42, 0x30, 0xe3, 0xf1, + 0x39, 0x35, 0x55, 0xe5, 0x42, 0x53, 0x35, 0xd0, 0xcf, 0x54, 0x2d, 0xc3, 0x74, 0x12, 0x97, 0x65, + 0x06, 0xb8, 0xb2, 0x14, 0xb1, 0xeb, 0x69, 0x20, 0xee, 0xc6, 0xb7, 0xbf, 0x6a, 0x81, 0x70, 0xde, + 0x2c, 0xb0, 0xa0, 0x5d, 0xf9, 0x54, 0x94, 0x91, 0x79, 0xee, 0xd9, 0x22, 0x7e, 0xad, 0x22, 0xdf, + 0x9c, 0xda, 0x62, 0x46, 0x96, 0x39, 0x83, 0xaa, 0xfd, 0x6b, 0x16, 0x8c, 0x72, 0xf0, 0x75, 0x26, + 0xf3, 0xe7, 0xf7, 0xab, 0xaf, 0xfc, 0xc3, 0xec, 0x15, 0x25, 0x4a, 0x58, 0xe5, 0xa1, 0xd5, 0x5f, + 0x51, 0x92, 0x00, 0x9c, 0xe0, 0xa0, 0x67, 0x60, 0x38, 0xea, 0xdc, 0x65, 0xe8, 0x29, 0x4f, 0xce, + 0x3a, 0x2f, 0xc6, 0x12, 0x6e, 0xff, 0xf3, 0x12, 0x4c, 0xa5, 0x1d, 0x79, 0x11, 0x86, 0x21, 0xae, + 0x03, 0xa4, 0xc5, 0xc7, 0x83, 0xec, 0x52, 0x9a, 0x23, 0x30, 0xf0, 0xb7, 0xc0, 0xd9, 0x05, 0x82, + 0xa0, 0x84, 0x36, 0x60, 0xd4, 0x0d, 0xee, 0xfb, 0xf7, 0x9d, 0xd0, 0x5d, 0xac, 0xad, 0x89, 0x2f, + 0x91, 0xe3, 0x7a, 0x55, 0x4d, 0x2a, 0xe8, 0x6e, 0xc6, 0xcc, 0x4e, 0x92, 0x80, 0xb0, 0x4e, 0x98, + 0xea, 0xbc, 0x8d, 0xc0, 0xdf, 0xf0, 0x9a, 0xd7, 0x9d, 0x76, 0x31, 0x27, 0x83, 0x65, 0x89, 0xae, + 0xb5, 0x31, 0x2e, 0xf2, 0x6a, 0x70, 0x00, 0x4e, 0x48, 0xda, 0xbf, 0x3a, 0x03, 0xc6, 0x5a, 0x30, + 0x92, 0x04, 0x5b, 0x0f, 0x3d, 0x49, 0xf0, 0x9b, 0x30, 0x42, 0xb6, 0xda, 0xf1, 0x4e, 0xd5, 0x0b, + 0x8b, 0xa5, 0x7c, 0x5f, 0x11, 0xd8, 0xdd, 0xd4, 0x25, 0x04, 0x2b, 0x8a, 0x3d, 0x52, 0x3e, 0x97, + 0xdf, 0x17, 0x29, 0x9f, 0x07, 0xfe, 0x42, 0x52, 0x3e, 0xbf, 0x0e, 0xc3, 0x4d, 0x2f, 0xc6, 0xa4, + 0x1d, 0x88, 0x44, 0x25, 0x39, 0x8b, 0xe7, 0x32, 0x47, 0xee, 0x4e, 0x06, 0x2a, 0x00, 0x58, 0x92, + 0x43, 0xeb, 0x6a, 0x53, 0x0d, 0x15, 0x39, 0xee, 0xbb, 0xed, 0x96, 0x99, 0xdb, 0x4a, 0xa4, 0x78, + 0x1e, 0x7e, 0xef, 0x29, 0x9e, 0x55, 0x62, 0xe6, 0x91, 0x87, 0x95, 0x98, 0xd9, 0x48, 0x70, 0x5d, + 0x39, 0x8a, 0x04, 0xd7, 0x5f, 0xb5, 0xe0, 0x64, 0x3b, 0x2b, 0x3d, 0xbc, 0x48, 0xb1, 0xfc, 0xb3, + 0x87, 0x48, 0x98, 0x6f, 0x34, 0xcd, 0x12, 0x2f, 0x64, 0xa2, 0xe1, 0xec, 0x86, 0x65, 0xa6, 0xec, + 0xd1, 0xf7, 0x9e, 0x29, 0xfb, 0xa8, 0x73, 0x31, 0x27, 0x79, 0xb3, 0xc7, 0x8f, 0x24, 0x6f, 0xf6, + 0xc4, 0x43, 0xcc, 0x9b, 0xad, 0x65, 0xbc, 0x9e, 0x7c, 0xb8, 0x19, 0xaf, 0x37, 0xcd, 0x73, 0x89, + 0x27, 0x58, 0x7e, 0xa9, 0xf0, 0xb9, 0x64, 0xb4, 0x70, 0xf0, 0xc9, 0xc4, 0x73, 0x7f, 0x4f, 0xbf, + 0xc7, 0xdc, 0xdf, 0x46, 0x06, 0x6d, 0x74, 0x14, 0x19, 0xb4, 0xdf, 0xd6, 0x4f, 0xd0, 0x13, 0x45, + 0x5a, 0x50, 0x07, 0x65, 0x77, 0x0b, 0x59, 0x67, 0x68, 0x77, 0x8e, 0xee, 0x99, 0xe3, 0xce, 0xd1, + 0x7d, 0xf2, 0x08, 0x73, 0x74, 0x9f, 0x3a, 0xd6, 0x1c, 0xdd, 0x8f, 0xbc, 0x4f, 0x72, 0x74, 0xcf, + 0x1e, 0x57, 0x8e, 0xee, 0x47, 0x1f, 0x6e, 0x8e, 0xee, 0xb7, 0xa1, 0xd2, 0x96, 0xe1, 0x70, 0xb3, + 0x73, 0x45, 0x3e, 0x5d, 0x66, 0xf4, 0x1c, 0xff, 0x74, 0x0a, 0x84, 0x13, 0xa2, 0xf6, 0x5f, 0x81, + 0xd3, 0x07, 0x2f, 0xdd, 0xc4, 0xf3, 0xa4, 0x96, 0xd8, 0xf4, 0x52, 0x9e, 0x27, 0x4c, 0x2c, 0xd4, + 0xb0, 0x0a, 0xa7, 0xfc, 0xfd, 0x96, 0x05, 0x8f, 0xf4, 0xc8, 0x88, 0x59, 0x38, 0x96, 0xb4, 0x0d, + 0x93, 0x6d, 0xb3, 0x6a, 0xe1, 0xd0, 0x74, 0x23, 0x03, 0xa7, 0xf2, 0xf7, 0x4f, 0x01, 0x70, 0x9a, + 0xfc, 0xd2, 0x87, 0x7e, 0xf8, 0xa3, 0xd3, 0x1f, 0xf8, 0xbd, 0x1f, 0x9d, 0xfe, 0xc0, 0x1f, 0xfd, + 0xe8, 0xf4, 0x07, 0x7e, 0x6e, 0xef, 0xb4, 0xf5, 0xc3, 0xbd, 0xd3, 0xd6, 0xef, 0xed, 0x9d, 0xb6, + 0xfe, 0x6c, 0xef, 0xb4, 0xf5, 0xd5, 0x1f, 0x9f, 0xfe, 0xc0, 0x1b, 0xa5, 0xed, 0x0b, 0xff, 0x2f, + 0x00, 0x00, 0xff, 0xff, 0xd4, 0x2d, 0x70, 0x2c, 0x2d, 0xcd, 0x00, 0x00, } diff --git a/staging/src/k8s.io/client-go/pkg/api/v1/generated.proto b/staging/src/k8s.io/client-go/pkg/api/v1/generated.proto index 5a6940bb0325b..2e17a2caf8a5b 100644 --- a/staging/src/k8s.io/client-go/pkg/api/v1/generated.proto +++ b/staging/src/k8s.io/client-go/pkg/api/v1/generated.proto @@ -1440,6 +1440,14 @@ message LocalObjectReference { optional string name = 1; } +// Local represents directly-attached storage with node affinity +message LocalVolumeSource { + // The full path to the volume on the node + // For alpha, this path must be a directory + // Once block as a source is supported, then this path can point to a block device + optional string path = 1; +} + // Represents an NFS mount that lasts the lifetime of a pod. // NFS volumes do not support ownership management or SELinux relabeling. message NFSVolumeSource { @@ -2202,6 +2210,10 @@ message PersistentVolumeSource { // ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. // +optional optional ScaleIOVolumeSource scaleIO = 19; + + // Local represents directly-attached storage with node affinity + // +optional + optional LocalVolumeSource local = 20; } // PersistentVolumeSpec is the specification of a persistent volume. diff --git a/staging/src/k8s.io/client-go/pkg/api/v1/types.generated.go b/staging/src/k8s.io/client-go/pkg/api/v1/types.generated.go index 123c69aca5a51..f41410944a5de 100644 --- a/staging/src/k8s.io/client-go/pkg/api/v1/types.generated.go +++ b/staging/src/k8s.io/client-go/pkg/api/v1/types.generated.go @@ -5263,7 +5263,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep2 := !z.EncBinary() yy2arr2 := z.EncBasicHandle().StructToArray - var yyq2 [19]bool + var yyq2 [20]bool _, _, _ = yysep2, yyq2, yy2arr2 const yyr2 bool = false yyq2[0] = x.GCEPersistentDisk != nil @@ -5285,9 +5285,10 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { yyq2[16] = x.PhotonPersistentDisk != nil yyq2[17] = x.PortworxVolume != nil yyq2[18] = x.ScaleIO != nil + yyq2[19] = x.Local != nil var yynn2 int if yyr2 || yy2arr2 { - r.EncodeArrayStart(19) + r.EncodeArrayStart(20) } else { yynn2 = 0 for _, b := range yyq2 { @@ -5735,6 +5736,29 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2[19] { + if x.Local == nil { + r.EncodeNil() + } else { + x.Local.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq2[19] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("local")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Local == nil { + r.EncodeNil() + } else { + x.Local.CodecEncodeSelf(e) + } + } + } if yyr2 || yy2arr2 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { @@ -6005,6 +6029,17 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Deco } x.ScaleIO.CodecDecodeSelf(d) } + case "local": + if r.TryDecodeAsNil() { + if x.Local != nil { + x.Local = nil + } + } else { + if x.Local == nil { + x.Local = new(LocalVolumeSource) + } + x.Local.CodecDecodeSelf(d) + } default: z.DecStructFieldNotFound(-1, yys3) } // end switch yys3 @@ -6016,16 +6051,16 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj23 int - var yyb23 bool - var yyhl23 bool = l >= 0 - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + var yyj24 int + var yyb24 bool + var yyhl24 bool = l >= 0 + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6040,13 +6075,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.GCEPersistentDisk.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6061,13 +6096,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.AWSElasticBlockStore.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6082,13 +6117,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.HostPath.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6103,13 +6138,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.Glusterfs.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6124,13 +6159,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.NFS.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6145,13 +6180,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.RBD.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6166,13 +6201,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.ISCSI.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6187,13 +6222,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.Cinder.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6208,13 +6243,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.CephFS.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6229,13 +6264,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.FC.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6250,13 +6285,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.Flocker.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6271,13 +6306,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.FlexVolume.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6292,13 +6327,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.AzureFile.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6313,13 +6348,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.VsphereVolume.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6334,13 +6369,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.Quobyte.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6355,13 +6390,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.AzureDisk.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6376,13 +6411,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.PhotonPersistentDisk.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6397,13 +6432,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.PortworxVolume.CodecDecodeSelf(d) } - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6418,18 +6453,39 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.ScaleIO.CodecDecodeSelf(d) } + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l + } else { + yyb24 = r.CheckBreak() + } + if yyb24 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.Local != nil { + x.Local = nil + } + } else { + if x.Local == nil { + x.Local = new(LocalVolumeSource) + } + x.Local.CodecDecodeSelf(d) + } for { - yyj23++ - if yyhl23 { - yyb23 = yyj23 > l + yyj24++ + if yyhl24 { + yyb24 = yyj24 > l } else { - yyb23 = r.CheckBreak() + yyb24 = r.CheckBreak() } - if yyb23 { + if yyb24 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj23-1, "") + z.DecStructFieldNotFound(yyj24-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -6839,7 +6895,7 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep2 := !z.EncBinary() yy2arr2 := z.EncBasicHandle().StructToArray - var yyq2 [24]bool + var yyq2 [25]bool _, _, _ = yysep2, yyq2, yy2arr2 const yyr2 bool = false yyq2[0] = len(x.Capacity) != 0 @@ -6862,13 +6918,14 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { yyq2[17] = x.PersistentVolumeSource.PhotonPersistentDisk != nil && x.PhotonPersistentDisk != nil yyq2[18] = x.PersistentVolumeSource.PortworxVolume != nil && x.PortworxVolume != nil yyq2[19] = x.PersistentVolumeSource.ScaleIO != nil && x.ScaleIO != nil - yyq2[20] = len(x.AccessModes) != 0 - yyq2[21] = x.ClaimRef != nil - yyq2[22] = x.PersistentVolumeReclaimPolicy != "" - yyq2[23] = x.StorageClassName != "" + yyq2[20] = x.PersistentVolumeSource.Local != nil && x.Local != nil + yyq2[21] = len(x.AccessModes) != 0 + yyq2[22] = x.ClaimRef != nil + yyq2[23] = x.PersistentVolumeReclaimPolicy != "" + yyq2[24] = x.StorageClassName != "" var yynn2 int if yyr2 || yy2arr2 { - r.EncodeArrayStart(24) + r.EncodeArrayStart(25) } else { yynn2 = 0 for _, b := range yyq2 { @@ -7605,14 +7662,51 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } + var yyn63 bool + if x.PersistentVolumeSource.Local == nil { + yyn63 = true + goto LABEL63 + } + LABEL63: if yyr2 || yy2arr2 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyn63 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2[20] { + if x.Local == nil { + r.EncodeNil() + } else { + x.Local.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { if yyq2[20] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("local")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn63 { + r.EncodeNil() + } else { + if x.Local == nil { + r.EncodeNil() + } else { + x.Local.CodecEncodeSelf(e) + } + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2[21] { if x.AccessModes == nil { r.EncodeNil() } else { - yym64 := z.EncBinary() - _ = yym64 + yym67 := z.EncBinary() + _ = yym67 if false { } else { h.encSlicePersistentVolumeAccessMode(([]PersistentVolumeAccessMode)(x.AccessModes), e) @@ -7622,15 +7716,15 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2[20] { + if yyq2[21] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("accessModes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.AccessModes == nil { r.EncodeNil() } else { - yym65 := z.EncBinary() - _ = yym65 + yym68 := z.EncBinary() + _ = yym68 if false { } else { h.encSlicePersistentVolumeAccessMode(([]PersistentVolumeAccessMode)(x.AccessModes), e) @@ -7640,7 +7734,7 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr2 || yy2arr2 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2[21] { + if yyq2[22] { if x.ClaimRef == nil { r.EncodeNil() } else { @@ -7650,7 +7744,7 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2[21] { + if yyq2[22] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("claimRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -7663,13 +7757,13 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr2 || yy2arr2 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2[22] { + if yyq2[23] { x.PersistentVolumeReclaimPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2[22] { + if yyq2[23] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("persistentVolumeReclaimPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -7678,9 +7772,9 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr2 || yy2arr2 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2[23] { - yym73 := z.EncBinary() - _ = yym73 + if yyq2[24] { + yym76 := z.EncBinary() + _ = yym76 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.StorageClassName)) @@ -7689,12 +7783,12 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2[23] { + if yyq2[24] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("storageClassName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym74 := z.EncBinary() - _ = yym74 + yym77 := z.EncBinary() + _ = yym77 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.StorageClassName)) @@ -8035,16 +8129,30 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decode } x.ScaleIO.CodecDecodeSelf(d) } + case "local": + if x.PersistentVolumeSource.Local == nil { + x.PersistentVolumeSource.Local = new(LocalVolumeSource) + } + if r.TryDecodeAsNil() { + if x.Local != nil { + x.Local = nil + } + } else { + if x.Local == nil { + x.Local = new(LocalVolumeSource) + } + x.Local.CodecDecodeSelf(d) + } case "accessModes": if r.TryDecodeAsNil() { x.AccessModes = nil } else { - yyv24 := &x.AccessModes - yym25 := z.DecBinary() - _ = yym25 + yyv25 := &x.AccessModes + yym26 := z.DecBinary() + _ = yym26 if false { } else { - h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv24), d) + h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv25), d) } } case "claimRef": @@ -8062,19 +8170,19 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.PersistentVolumeReclaimPolicy = "" } else { - yyv27 := &x.PersistentVolumeReclaimPolicy - yyv27.CodecDecodeSelf(d) + yyv28 := &x.PersistentVolumeReclaimPolicy + yyv28.CodecDecodeSelf(d) } case "storageClassName": if r.TryDecodeAsNil() { x.StorageClassName = "" } else { - yyv28 := &x.StorageClassName - yym29 := z.DecBinary() - _ = yym29 + yyv29 := &x.StorageClassName + yym30 := z.DecBinary() + _ = yym30 if false { } else { - *((*string)(yyv28)) = r.DecodeString() + *((*string)(yyv29)) = r.DecodeString() } } default: @@ -8088,16 +8196,16 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj30 int - var yyb30 bool - var yyhl30 bool = l >= 0 - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + var yyj31 int + var yyb31 bool + var yyhl31 bool = l >= 0 + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8105,19 +8213,19 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv31 := &x.Capacity - yyv31.CodecDecodeSelf(d) + yyv32 := &x.Capacity + yyv32.CodecDecodeSelf(d) } if x.PersistentVolumeSource.GCEPersistentDisk == nil { x.PersistentVolumeSource.GCEPersistentDisk = new(GCEPersistentDiskVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8135,13 +8243,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.AWSElasticBlockStore == nil { x.PersistentVolumeSource.AWSElasticBlockStore = new(AWSElasticBlockStoreVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8159,13 +8267,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.HostPath == nil { x.PersistentVolumeSource.HostPath = new(HostPathVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8183,13 +8291,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.Glusterfs == nil { x.PersistentVolumeSource.Glusterfs = new(GlusterfsVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8207,13 +8315,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.NFS == nil { x.PersistentVolumeSource.NFS = new(NFSVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8231,13 +8339,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.RBD == nil { x.PersistentVolumeSource.RBD = new(RBDVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8255,13 +8363,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.ISCSI == nil { x.PersistentVolumeSource.ISCSI = new(ISCSIVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8279,13 +8387,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.Cinder == nil { x.PersistentVolumeSource.Cinder = new(CinderVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8303,13 +8411,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.CephFS == nil { x.PersistentVolumeSource.CephFS = new(CephFSVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8327,13 +8435,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.FC == nil { x.PersistentVolumeSource.FC = new(FCVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8351,13 +8459,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.Flocker == nil { x.PersistentVolumeSource.Flocker = new(FlockerVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8375,13 +8483,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.FlexVolume == nil { x.PersistentVolumeSource.FlexVolume = new(FlexVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8399,13 +8507,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.AzureFile == nil { x.PersistentVolumeSource.AzureFile = new(AzureFileVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8423,13 +8531,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.VsphereVolume == nil { x.PersistentVolumeSource.VsphereVolume = new(VsphereVirtualDiskVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8447,13 +8555,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.Quobyte == nil { x.PersistentVolumeSource.Quobyte = new(QuobyteVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8471,13 +8579,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.AzureDisk == nil { x.PersistentVolumeSource.AzureDisk = new(AzureDiskVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8495,13 +8603,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.PhotonPersistentDisk == nil { x.PersistentVolumeSource.PhotonPersistentDisk = new(PhotonPersistentDiskVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8519,13 +8627,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.PortworxVolume == nil { x.PersistentVolumeSource.PortworxVolume = new(PortworxVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8543,13 +8651,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.ScaleIO == nil { x.PersistentVolumeSource.ScaleIO = new(ScaleIOVolumeSource) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8564,13 +8672,37 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco } x.ScaleIO.CodecDecodeSelf(d) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + if x.PersistentVolumeSource.Local == nil { + x.PersistentVolumeSource.Local = new(LocalVolumeSource) + } + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.Local != nil { + x.Local = nil + } + } else { + if x.Local == nil { + x.Local = new(LocalVolumeSource) + } + x.Local.CodecDecodeSelf(d) + } + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l + } else { + yyb31 = r.CheckBreak() + } + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8578,21 +8710,21 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.AccessModes = nil } else { - yyv51 := &x.AccessModes - yym52 := z.DecBinary() - _ = yym52 + yyv53 := &x.AccessModes + yym54 := z.DecBinary() + _ = yym54 if false { } else { - h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv51), d) + h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv53), d) } } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8607,13 +8739,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco } x.ClaimRef.CodecDecodeSelf(d) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8621,16 +8753,16 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.PersistentVolumeReclaimPolicy = "" } else { - yyv54 := &x.PersistentVolumeReclaimPolicy - yyv54.CodecDecodeSelf(d) + yyv56 := &x.PersistentVolumeReclaimPolicy + yyv56.CodecDecodeSelf(d) } - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8638,26 +8770,26 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.StorageClassName = "" } else { - yyv55 := &x.StorageClassName - yym56 := z.DecBinary() - _ = yym56 + yyv57 := &x.StorageClassName + yym58 := z.DecBinary() + _ = yym58 if false { } else { - *((*string)(yyv55)) = r.DecodeString() + *((*string)(yyv57)) = r.DecodeString() } } for { - yyj30++ - if yyhl30 { - yyb30 = yyj30 > l + yyj31++ + if yyhl31 { + yyb31 = yyj31 > l } else { - yyb30 = r.CheckBreak() + yyb31 = r.CheckBreak() } - if yyb30 { + if yyb31 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj30-1, "") + z.DecStructFieldNotFound(yyj31-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20983,6 +21115,180 @@ func (x *KeyToPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } +func (x *LocalVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [1]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(1) + } else { + yynn2 = 1 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Path)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("path")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Path)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *LocalVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2 := r.ContainerType() + if yyct2 == codecSelferValueTypeMap1234 { + yyl2 := r.ReadMapStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl2, d) + } + } else if yyct2 == codecSelferValueTypeArray1234 { + yyl2 := r.ReadArrayStart() + if yyl2 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl2, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *LocalVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3Slc + var yyhl3 bool = l >= 0 + for yyj3 := 0; ; yyj3++ { + if yyhl3 { + if yyj3 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys3Slc = r.DecodeBytes(yys3Slc, true, true) + yys3 := string(yys3Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys3 { + case "path": + if r.TryDecodeAsNil() { + x.Path = "" + } else { + yyv4 := &x.Path + yym5 := z.DecBinary() + _ = yym5 + if false { + } else { + *((*string)(yyv4)) = r.DecodeString() + } + } + default: + z.DecStructFieldNotFound(-1, yys3) + } // end switch yys3 + } // end for yyj3 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *LocalVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj6 int + var yyb6 bool + var yyhl6 bool = l >= 0 + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Path = "" + } else { + yyv7 := &x.Path + yym8 := z.DecBinary() + _ = yym8 + if false { + } else { + *((*string)(yyv7)) = r.DecodeString() + } + } + for { + yyj6++ + if yyhl6 { + yyb6 = yyj6 > l + } else { + yyb6 = r.CheckBreak() + } + if yyb6 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj6-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) @@ -68266,7 +68572,7 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code yyrg1 := len(yyv1) > 0 yyv21 := yyv1 - yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 536) + yyrl1, yyrt1 = z.DecInferLen(yyl1, z.DecBasicHandle().MaxInitLen, 544) if yyrt1 { if yyrl1 <= cap(yyv1) { yyv1 = yyv1[:yyrl1] diff --git a/staging/src/k8s.io/client-go/pkg/api/v1/types.go b/staging/src/k8s.io/client-go/pkg/api/v1/types.go index 0e9dfed4603e2..0039683531f64 100644 --- a/staging/src/k8s.io/client-go/pkg/api/v1/types.go +++ b/staging/src/k8s.io/client-go/pkg/api/v1/types.go @@ -439,6 +439,9 @@ type PersistentVolumeSource struct { // ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. // +optional ScaleIO *ScaleIOVolumeSource `json:"scaleIO,omitempty" protobuf:"bytes,19,opt,name=scaleIO"` + // Local represents directly-attached storage with node affinity + // +optional + Local *LocalVolumeSource `json:"local,omitempty" protobuf:"bytes,20,opt,name=local"` } const ( @@ -448,6 +451,10 @@ const ( // MountOptionAnnotation defines mount option annotation used in PVs MountOptionAnnotation = "volume.beta.kubernetes.io/mount-options" + + // AlphaStorageNodeAffinityAnnotation defines node affinity policies for a PersistentVolume. + // Value is a string of the json representation of type NodeAffinity + AlphaStorageNodeAffinityAnnotation = "volume.alpha.kubernetes.io/node-affinity" ) // +genclient=true @@ -1310,6 +1317,14 @@ type KeyToPath struct { Mode *int32 `json:"mode,omitempty" protobuf:"varint,3,opt,name=mode"` } +// Local represents directly-attached storage with node affinity +type LocalVolumeSource struct { + // The full path to the volume on the node + // For alpha, this path must be a directory + // Once block as a source is supported, then this path can point to a block device + Path string `json:"path" protobuf:"bytes,1,opt,name=path"` +} + // ContainerPort represents a network port in a single container. type ContainerPort struct { // If specified, this must be an IANA_SVC_NAME and unique within the pod. Each diff --git a/staging/src/k8s.io/client-go/pkg/api/v1/types_swagger_doc_generated.go b/staging/src/k8s.io/client-go/pkg/api/v1/types_swagger_doc_generated.go index 16cb5d51ad7ad..192a3a8d6a157 100644 --- a/staging/src/k8s.io/client-go/pkg/api/v1/types_swagger_doc_generated.go +++ b/staging/src/k8s.io/client-go/pkg/api/v1/types_swagger_doc_generated.go @@ -794,6 +794,15 @@ func (LocalObjectReference) SwaggerDoc() map[string]string { return map_LocalObjectReference } +var map_LocalVolumeSource = map[string]string{ + "": "Local represents directly-attached storage with node affinity", + "path": "The full path to the volume on the node For alpha, this path must be a directory Once block as a source is supported, then this path can point to a block device", +} + +func (LocalVolumeSource) SwaggerDoc() map[string]string { + return map_LocalVolumeSource +} + var map_NFSVolumeSource = map[string]string{ "": "Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.", "server": "Server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs", @@ -1150,6 +1159,7 @@ var map_PersistentVolumeSource = map[string]string{ "photonPersistentDisk": "PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine", "portworxVolume": "PortworxVolume represents a portworx volume attached and mounted on kubelets host machine", "scaleIO": "ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.", + "local": "Local represents directly-attached storage with node affinity", } func (PersistentVolumeSource) SwaggerDoc() map[string]string { diff --git a/staging/src/k8s.io/client-go/pkg/api/v1/zz_generated.conversion.go b/staging/src/k8s.io/client-go/pkg/api/v1/zz_generated.conversion.go index ac91aa79b721f..07dde096934f1 100644 --- a/staging/src/k8s.io/client-go/pkg/api/v1/zz_generated.conversion.go +++ b/staging/src/k8s.io/client-go/pkg/api/v1/zz_generated.conversion.go @@ -173,6 +173,8 @@ func RegisterConversions(scheme *runtime.Scheme) error { Convert_api_LoadBalancerStatus_To_v1_LoadBalancerStatus, Convert_v1_LocalObjectReference_To_api_LocalObjectReference, Convert_api_LocalObjectReference_To_v1_LocalObjectReference, + Convert_v1_LocalVolumeSource_To_api_LocalVolumeSource, + Convert_api_LocalVolumeSource_To_v1_LocalVolumeSource, Convert_v1_NFSVolumeSource_To_api_NFSVolumeSource, Convert_api_NFSVolumeSource_To_v1_NFSVolumeSource, Convert_v1_Namespace_To_api_Namespace, @@ -2166,6 +2168,26 @@ func Convert_api_LocalObjectReference_To_v1_LocalObjectReference(in *api.LocalOb return autoConvert_api_LocalObjectReference_To_v1_LocalObjectReference(in, out, s) } +func autoConvert_v1_LocalVolumeSource_To_api_LocalVolumeSource(in *LocalVolumeSource, out *api.LocalVolumeSource, s conversion.Scope) error { + out.Path = in.Path + return nil +} + +// Convert_v1_LocalVolumeSource_To_api_LocalVolumeSource is an autogenerated conversion function. +func Convert_v1_LocalVolumeSource_To_api_LocalVolumeSource(in *LocalVolumeSource, out *api.LocalVolumeSource, s conversion.Scope) error { + return autoConvert_v1_LocalVolumeSource_To_api_LocalVolumeSource(in, out, s) +} + +func autoConvert_api_LocalVolumeSource_To_v1_LocalVolumeSource(in *api.LocalVolumeSource, out *LocalVolumeSource, s conversion.Scope) error { + out.Path = in.Path + return nil +} + +// Convert_api_LocalVolumeSource_To_v1_LocalVolumeSource is an autogenerated conversion function. +func Convert_api_LocalVolumeSource_To_v1_LocalVolumeSource(in *api.LocalVolumeSource, out *LocalVolumeSource, s conversion.Scope) error { + return autoConvert_api_LocalVolumeSource_To_v1_LocalVolumeSource(in, out, s) +} + func autoConvert_v1_NFSVolumeSource_To_api_NFSVolumeSource(in *NFSVolumeSource, out *api.NFSVolumeSource, s conversion.Scope) error { out.Server = in.Server out.Path = in.Path @@ -3002,6 +3024,7 @@ func autoConvert_v1_PersistentVolumeSource_To_api_PersistentVolumeSource(in *Per out.PhotonPersistentDisk = (*api.PhotonPersistentDiskVolumeSource)(unsafe.Pointer(in.PhotonPersistentDisk)) out.PortworxVolume = (*api.PortworxVolumeSource)(unsafe.Pointer(in.PortworxVolume)) out.ScaleIO = (*api.ScaleIOVolumeSource)(unsafe.Pointer(in.ScaleIO)) + out.Local = (*api.LocalVolumeSource)(unsafe.Pointer(in.Local)) return nil } @@ -3030,6 +3053,7 @@ func autoConvert_api_PersistentVolumeSource_To_v1_PersistentVolumeSource(in *api out.PhotonPersistentDisk = (*PhotonPersistentDiskVolumeSource)(unsafe.Pointer(in.PhotonPersistentDisk)) out.PortworxVolume = (*PortworxVolumeSource)(unsafe.Pointer(in.PortworxVolume)) out.ScaleIO = (*ScaleIOVolumeSource)(unsafe.Pointer(in.ScaleIO)) + out.Local = (*LocalVolumeSource)(unsafe.Pointer(in.Local)) return nil } diff --git a/staging/src/k8s.io/client-go/pkg/api/v1/zz_generated.deepcopy.go b/staging/src/k8s.io/client-go/pkg/api/v1/zz_generated.deepcopy.go index 08ec5ae86f45b..f6d5d9b4acd27 100644 --- a/staging/src/k8s.io/client-go/pkg/api/v1/zz_generated.deepcopy.go +++ b/staging/src/k8s.io/client-go/pkg/api/v1/zz_generated.deepcopy.go @@ -104,6 +104,7 @@ func RegisterDeepCopies(scheme *runtime.Scheme) error { conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1_LoadBalancerIngress, InType: reflect.TypeOf(&LoadBalancerIngress{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1_LoadBalancerStatus, InType: reflect.TypeOf(&LoadBalancerStatus{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1_LocalObjectReference, InType: reflect.TypeOf(&LocalObjectReference{})}, + conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1_LocalVolumeSource, InType: reflect.TypeOf(&LocalVolumeSource{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1_NFSVolumeSource, InType: reflect.TypeOf(&NFSVolumeSource{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1_Namespace, InType: reflect.TypeOf(&Namespace{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1_NamespaceList, InType: reflect.TypeOf(&NamespaceList{})}, @@ -1495,6 +1496,16 @@ func DeepCopy_v1_LocalObjectReference(in interface{}, out interface{}, c *conver } } +// DeepCopy_v1_LocalVolumeSource is an autogenerated deepcopy function. +func DeepCopy_v1_LocalVolumeSource(in interface{}, out interface{}, c *conversion.Cloner) error { + { + in := in.(*LocalVolumeSource) + out := out.(*LocalVolumeSource) + *out = *in + return nil + } +} + // DeepCopy_v1_NFSVolumeSource is an autogenerated deepcopy function. func DeepCopy_v1_NFSVolumeSource(in interface{}, out interface{}, c *conversion.Cloner) error { { @@ -2165,6 +2176,11 @@ func DeepCopy_v1_PersistentVolumeSource(in interface{}, out interface{}, c *conv return err } } + if in.Local != nil { + in, out := &in.Local, &out.Local + *out = new(LocalVolumeSource) + **out = **in + } return nil } } diff --git a/staging/src/k8s.io/client-go/pkg/api/zz_generated.deepcopy.go b/staging/src/k8s.io/client-go/pkg/api/zz_generated.deepcopy.go index 20b0c64c44d7a..ab50cbb194c3f 100644 --- a/staging/src/k8s.io/client-go/pkg/api/zz_generated.deepcopy.go +++ b/staging/src/k8s.io/client-go/pkg/api/zz_generated.deepcopy.go @@ -106,6 +106,7 @@ func RegisterDeepCopies(scheme *runtime.Scheme) error { conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_api_LoadBalancerIngress, InType: reflect.TypeOf(&LoadBalancerIngress{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_api_LoadBalancerStatus, InType: reflect.TypeOf(&LoadBalancerStatus{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_api_LocalObjectReference, InType: reflect.TypeOf(&LocalObjectReference{})}, + conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_api_LocalVolumeSource, InType: reflect.TypeOf(&LocalVolumeSource{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_api_NFSVolumeSource, InType: reflect.TypeOf(&NFSVolumeSource{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_api_Namespace, InType: reflect.TypeOf(&Namespace{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_api_NamespaceList, InType: reflect.TypeOf(&NamespaceList{})}, @@ -1513,6 +1514,16 @@ func DeepCopy_api_LocalObjectReference(in interface{}, out interface{}, c *conve } } +// DeepCopy_api_LocalVolumeSource is an autogenerated deepcopy function. +func DeepCopy_api_LocalVolumeSource(in interface{}, out interface{}, c *conversion.Cloner) error { + { + in := in.(*LocalVolumeSource) + out := out.(*LocalVolumeSource) + *out = *in + return nil + } +} + // DeepCopy_api_NFSVolumeSource is an autogenerated deepcopy function. func DeepCopy_api_NFSVolumeSource(in interface{}, out interface{}, c *conversion.Cloner) error { { @@ -2183,6 +2194,11 @@ func DeepCopy_api_PersistentVolumeSource(in interface{}, out interface{}, c *con return err } } + if in.Local != nil { + in, out := &in.Local, &out.Local + *out = new(LocalVolumeSource) + **out = **in + } return nil } }

path

Required: Path is the relative path name of the file to be created. Must not be absolute or contain the .. path. Must be utf-8 encoded. The first item of the relative path must not start with ..

true

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

fieldRef

Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.

apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

v1.ObjectFieldSelector

string

resourceFieldRef

Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.

metadata

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

false

v1.ResourceFieldSelector

v1.ObjectMeta

mode

Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

spec

Spec defines the limits enforced. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

false

integer (int32)

v1.LimitRangeSpec

local

Local represents directly-attached storage with node affinity

false

v1.LocalVolumeSource

accessModes

AccessModes contains all ways the volume can be mounted. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes

false