diff --git a/manifests/zfs-operator.yaml b/manifests/zfs-operator.yaml index ce04118b403d..fc73e59b7f1c 100644 --- a/manifests/zfs-operator.yaml +++ b/manifests/zfs-operator.yaml @@ -46,68 +46,68 @@ spec: listKind: ZFSVolumeList plural: zfsvolumes shortNames: - - zfsvol - - zv + - zfsvol + - zv singular: zfsvolume scope: Namespaced versions: - - additionalPrinterColumns: - - description: ZFS Pool where the volume is created - jsonPath: .spec.poolName - name: ZPool - type: string - - description: Node where the volume is created - jsonPath: .spec.ownerNodeID - name: NodeID - type: string - - description: Size of the volume - jsonPath: .spec.capacity - name: Size - type: string - - description: Status of the volume - jsonPath: .status.state - name: Status - type: string - - description: filesystem created on the volume - jsonPath: .spec.fsType - name: Filesystem - type: string - - description: Age of the volume - jsonPath: .metadata.creationTimestamp - name: Age - type: date - name: v1 - schema: - openAPIV3Schema: - description: ZFSVolume represents a ZFS based volume - properties: - apiVersion: - description: 'APIVersion defines the versioned schema of this representation + - additionalPrinterColumns: + - description: ZFS Pool where the volume is created + jsonPath: .spec.poolName + name: ZPool + type: string + - description: Node where the volume is created + jsonPath: .spec.ownerNodeID + name: NodeID + type: string + - description: Size of the volume + jsonPath: .spec.capacity + name: Size + type: string + - description: Status of the volume + jsonPath: .status.state + name: Status + type: string + - description: filesystem created on the volume + jsonPath: .spec.fsType + name: Filesystem + type: string + - description: Age of the volume + jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1 + schema: + openAPIV3Schema: + description: ZFSVolume represents a ZFS based volume + properties: + apiVersion: + description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' - type: string - kind: - description: 'Kind is a string value representing the REST resource this + type: string + kind: + description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' - type: string - metadata: - type: object - spec: - description: VolumeInfo defines ZFS volume parameters for all modes in - which ZFS volumes can be created like - ZFS volume with filesystem, - ZFS Volume exposed as zfs or ZFS volume exposed as raw block device. - Some of the parameters can be only set during creation time (as specified - in the details of the parameter), and a few are editable. In case of - Cloned volumes, the parameters are assigned the same values as the source - volume. - properties: - capacity: - description: Capacity of the volume - minLength: 1 - type: string - compression: - description: 'Compression specifies the block-level compression algorithm + type: string + metadata: + type: object + spec: + description: VolumeInfo defines ZFS volume parameters for all modes in + which ZFS volumes can be created like - ZFS volume with filesystem, + ZFS Volume exposed as zfs or ZFS volume exposed as raw block device. + Some of the parameters can be only set during creation time (as specified + in the details of the parameter), and a few are editable. In case of + Cloned volumes, the parameters are assigned the same values as the source + volume. + properties: + capacity: + description: Capacity of the volume + minLength: 1 + type: string + compression: + description: 'Compression specifies the block-level compression algorithm to be applied to the ZFS Volume. The value "on" indicates ZFS to use the default compression algorithm. The default compression algorithm used by ZFS will be either lzjb or, if the lz4_compress feature @@ -116,10 +116,10 @@ spec: data. For instance, if the Volume was created with "off" and the next day the compression was modified to "on", the data written prior to setting "on" will not be compressed. Default Value: off.' - pattern: ^(on|off|lzjb|zstd|gzip|gzip-[1-9]|zle|lz4)$ - type: string - dedup: - description: 'Deduplication is the process for removing redundant + pattern: ^(on|off|lzjb|zstd|zstd-[1-9]|zstd-1[0-9]|gzip|gzip-[1-9]|zle|lz4)$ + type: string + dedup: + description: 'Deduplication is the process for removing redundant data at the block level, reducing the total amount of data stored. If a file system has the dedup property enabled, duplicate data blocks are removed synchronously. The result is that only unique @@ -132,12 +132,12 @@ spec: using compression=lz4, as a less resource-intensive alternative. should be enabled on the zvol. Dedup property can be edited after the volume has been created. Default Value: off.' - enum: - - "on" - - "off" - type: string - encryption: - description: 'Enabling the encryption feature allows for the creation + enum: + - "on" + - "off" + type: string + encryption: + description: 'Enabling the encryption feature allows for the creation of encrypted filesystems and volumes. ZFS will encrypt file and zvol data, file attributes, ACLs, permission bits, directory listings, FUID mappings, and userused / groupused data. ZFS will not encrypt @@ -145,64 +145,64 @@ spec: names, dataset hierarchy, properties, file size, file holes, and deduplication tables (though the deduplicated data itself is encrypted). Default Value: off.' - pattern: ^(on|off|aes-128-[c,g]cm|aes-192-[c,g]cm|aes-256-[c,g]cm)$ - type: string - fsType: - description: 'FsType specifies filesystem type for the zfs volume/dataset. + pattern: ^(on|off|aes-128-[c,g]cm|aes-192-[c,g]cm|aes-256-[c,g]cm)$ + type: string + fsType: + description: 'FsType specifies filesystem type for the zfs volume/dataset. If FsType is provided as "zfs", then the driver will create a ZFS dataset, formatting is not required as underlying filesystem is ZFS anyway. If FsType is ext2, ext3, ext4 or xfs, then the driver will create a ZVOL and format the volume accordingly. FsType can not be modified once volume has been provisioned. Default Value: ext4.' - type: string - keyformat: - description: KeyFormat specifies format of the encryption key The - supported KeyFormats are passphrase, raw, hex. - enum: - - passphrase - - raw - - hex - type: string - keylocation: - description: KeyLocation is the location of key for the encryption - type: string - ownerNodeID: - description: OwnerNodeID is the Node ID where the ZPOOL is running - which is where the volume has been provisioned. OwnerNodeID can - not be edited after the volume has been provisioned. - minLength: 1 - type: string - poolName: - description: poolName specifies the name of the pool where the volume - has been created. PoolName can not be edited after the volume has - been provisioned. - minLength: 1 - type: string - recordsize: - description: 'Specifies a suggested block size for files in the file + type: string + keyformat: + description: KeyFormat specifies format of the encryption key The + supported KeyFormats are passphrase, raw, hex. + enum: + - passphrase + - raw + - hex + type: string + keylocation: + description: KeyLocation is the location of key for the encryption + type: string + ownerNodeID: + description: OwnerNodeID is the Node ID where the ZPOOL is running + which is where the volume has been provisioned. OwnerNodeID can + not be edited after the volume has been provisioned. + minLength: 1 + type: string + poolName: + description: poolName specifies the name of the pool where the volume + has been created. PoolName can not be edited after the volume has + been provisioned. + minLength: 1 + type: string + recordsize: + description: 'Specifies a suggested block size for files in the file system. The size specified must be a power of two greater than or equal to 512 and less than or equal to 128 Kbytes. RecordSize property can be edited after the volume has been created. Changing the file system''s recordsize affects only files created afterward; existing files are unaffected. Default Value: 128k.' - minLength: 1 - type: string - shared: - description: Shared specifies whether the volume can be shared among - multiple pods. If it is not set to "yes", then the ZFS-LocalPV Driver - will not allow the volumes to be mounted by more than one pods. - enum: - - "yes" - - "no" - type: string - snapname: - description: SnapName specifies the name of the snapshot where the - volume has been cloned from. Snapname can not be edited after the - volume has been provisioned. - type: string - thinProvision: - description: 'ThinProvision describes whether space reservation for + minLength: 1 + type: string + shared: + description: Shared specifies whether the volume can be shared among + multiple pods. If it is not set to "yes", then the ZFS-LocalPV Driver + will not allow the volumes to be mounted by more than one pods. + enum: + - "yes" + - "no" + type: string + snapname: + description: SnapName specifies the name of the snapshot where the + volume has been cloned from. Snapname can not be edited after the + volume has been provisioned. + type: string + thinProvision: + description: 'ThinProvision describes whether space reservation for the source volume is required or not. The value "yes" indicates that volume should be thin provisioned and "no" means thick provisioning of the volume. If thinProvision is set to "yes" then volume can @@ -211,113 +211,113 @@ spec: if the ZPOOL has enough capacity and capacity required by volume can be reserved. ThinProvision can not be modified once volume has been provisioned. Default Value: no.' - enum: - - "yes" - - "no" - type: string - volblocksize: - description: 'VolBlockSize specifies the block size for the zvol. + enum: + - "yes" + - "no" + type: string + volblocksize: + description: 'VolBlockSize specifies the block size for the zvol. The volsize can only be set to a multiple of volblocksize, and cannot be zero. VolBlockSize can not be edited after the volume has been provisioned. Default Value: 8k.' - minLength: 1 - type: string - volumeType: - description: volumeType determines whether the volume is of type "DATASET" - or "ZVOL". If fstype provided in the storageclass is "zfs", a volume - of type dataset will be created. If "ext4", "ext3", "ext2" or "xfs" - is mentioned as fstype in the storageclass, then a volume of type - zvol will be created, which will be further formatted as the fstype - provided in the storageclass. VolumeType can not be modified once - volume has been provisioned. - enum: - - ZVOL - - DATASET - type: string - required: - - capacity - - ownerNodeID - - poolName - - volumeType - type: object - status: - description: VolStatus string that specifies the current state of the - volume provisioning request. - properties: - state: - description: State specifies the current state of the volume provisioning - request. The state "Pending" means that the volume creation request - has not processed yet. The state "Ready" means that the volume has - been created and it is ready for the use. - enum: - - Pending - - Ready - - Failed - type: string - type: object - required: - - spec - type: object - served: true - storage: true - subresources: {} - - additionalPrinterColumns: - - description: ZFS Pool where the volume is created - jsonPath: .spec.poolName - name: ZPool - type: string - - description: Node where the volume is created - jsonPath: .spec.ownerNodeID - name: Node - type: string - - description: Size of the volume - jsonPath: .spec.capacity - name: Size - type: string - - description: Status of the volume - jsonPath: .status.state - name: Status - type: string - - description: filesystem created on the volume - jsonPath: .spec.fsType - name: Filesystem - type: string - - description: Age of the volume - jsonPath: .metadata.creationTimestamp - name: Age - type: date - name: v1alpha1 - schema: - openAPIV3Schema: - description: ZFSVolume represents a ZFS based volume - properties: - apiVersion: - description: 'APIVersion defines the versioned schema of this representation + minLength: 1 + type: string + volumeType: + description: volumeType determines whether the volume is of type "DATASET" + or "ZVOL". If fstype provided in the storageclass is "zfs", a volume + of type dataset will be created. If "ext4", "ext3", "ext2" or "xfs" + is mentioned as fstype in the storageclass, then a volume of type + zvol will be created, which will be further formatted as the fstype + provided in the storageclass. VolumeType can not be modified once + volume has been provisioned. + enum: + - ZVOL + - DATASET + type: string + required: + - capacity + - ownerNodeID + - poolName + - volumeType + type: object + status: + description: VolStatus string that specifies the current state of the + volume provisioning request. + properties: + state: + description: State specifies the current state of the volume provisioning + request. The state "Pending" means that the volume creation request + has not processed yet. The state "Ready" means that the volume has + been created and it is ready for the use. + enum: + - Pending + - Ready + - Failed + type: string + type: object + required: + - spec + type: object + served: true + storage: true + subresources: {} + - additionalPrinterColumns: + - description: ZFS Pool where the volume is created + jsonPath: .spec.poolName + name: ZPool + type: string + - description: Node where the volume is created + jsonPath: .spec.ownerNodeID + name: Node + type: string + - description: Size of the volume + jsonPath: .spec.capacity + name: Size + type: string + - description: Status of the volume + jsonPath: .status.state + name: Status + type: string + - description: filesystem created on the volume + jsonPath: .spec.fsType + name: Filesystem + type: string + - description: Age of the volume + jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1alpha1 + schema: + openAPIV3Schema: + description: ZFSVolume represents a ZFS based volume + properties: + apiVersion: + description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' - type: string - kind: - description: 'Kind is a string value representing the REST resource this + type: string + kind: + description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' - type: string - metadata: - type: object - spec: - description: VolumeInfo defines ZFS volume parameters for all modes in - which ZFS volumes can be created like - ZFS volume with filesystem, - ZFS Volume exposed as zfs or ZFS volume exposed as raw block device. - Some of the parameters can be only set during creation time (as specified - in the details of the parameter), and a few are editable. In case of - Cloned volumes, the parameters are assigned the same values as the source - volume. - properties: - capacity: - description: Capacity of the volume - minLength: 1 - type: string - compression: - description: 'Compression specifies the block-level compression algorithm + type: string + metadata: + type: object + spec: + description: VolumeInfo defines ZFS volume parameters for all modes in + which ZFS volumes can be created like - ZFS volume with filesystem, + ZFS Volume exposed as zfs or ZFS volume exposed as raw block device. + Some of the parameters can be only set during creation time (as specified + in the details of the parameter), and a few are editable. In case of + Cloned volumes, the parameters are assigned the same values as the source + volume. + properties: + capacity: + description: Capacity of the volume + minLength: 1 + type: string + compression: + description: 'Compression specifies the block-level compression algorithm to be applied to the ZFS Volume. The value "on" indicates ZFS to use the default compression algorithm. The default compression algorithm used by ZFS will be either lzjb or, if the lz4_compress feature @@ -326,10 +326,10 @@ spec: data. For instance, if the Volume was created with "off" and the next day the compression was modified to "on", the data written prior to setting "on" will not be compressed. Default Value: off.' - pattern: ^(on|off|lzjb|gzip|gzip-[1-9]|zle|lz4)$ - type: string - dedup: - description: 'Deduplication is the process for removing redundant + pattern: ^(on|off|lzjb|gzip|gzip-[1-9]|zle|lz4)$ + type: string + dedup: + description: 'Deduplication is the process for removing redundant data at the block level, reducing the total amount of data stored. If a file system has the dedup property enabled, duplicate data blocks are removed synchronously. The result is that only unique @@ -342,12 +342,12 @@ spec: using compression=lz4, as a less resource-intensive alternative. should be enabled on the zvol. Dedup property can be edited after the volume has been created. Default Value: off.' - enum: - - "on" - - "off" - type: string - encryption: - description: 'Enabling the encryption feature allows for the creation + enum: + - "on" + - "off" + type: string + encryption: + description: 'Enabling the encryption feature allows for the creation of encrypted filesystems and volumes. ZFS will encrypt file and zvol data, file attributes, ACLs, permission bits, directory listings, FUID mappings, and userused / groupused data. ZFS will not encrypt @@ -355,56 +355,56 @@ spec: names, dataset hierarchy, properties, file size, file holes, and deduplication tables (though the deduplicated data itself is encrypted). Default Value: off.' - pattern: ^(on|off|aes-128-[c,g]cm|aes-192-[c,g]cm|aes-256-[c,g]cm)$ - type: string - fsType: - description: 'FsType specifies filesystem type for the zfs volume/dataset. + pattern: ^(on|off|aes-128-[c,g]cm|aes-192-[c,g]cm|aes-256-[c,g]cm)$ + type: string + fsType: + description: 'FsType specifies filesystem type for the zfs volume/dataset. If FsType is provided as "zfs", then the driver will create a ZFS dataset, formatting is not required as underlying filesystem is ZFS anyway. If FsType is ext2, ext3, ext4 or xfs, then the driver will create a ZVOL and format the volume accordingly. FsType can not be modified once volume has been provisioned. Default Value: ext4.' - type: string - keyformat: - description: KeyFormat specifies format of the encryption key The - supported KeyFormats are passphrase, raw, hex. - enum: - - passphrase - - raw - - hex - type: string - keylocation: - description: KeyLocation is the location of key for the encryption - type: string - ownerNodeID: - description: OwnerNodeID is the Node ID where the ZPOOL is running - which is where the volume has been provisioned. OwnerNodeID can - not be edited after the volume has been provisioned. - minLength: 1 - type: string - poolName: - description: poolName specifies the name of the pool where the volume - has been created. PoolName can not be edited after the volume has - been provisioned. - minLength: 1 - type: string - recordsize: - description: 'Specifies a suggested block size for files in the file + type: string + keyformat: + description: KeyFormat specifies format of the encryption key The + supported KeyFormats are passphrase, raw, hex. + enum: + - passphrase + - raw + - hex + type: string + keylocation: + description: KeyLocation is the location of key for the encryption + type: string + ownerNodeID: + description: OwnerNodeID is the Node ID where the ZPOOL is running + which is where the volume has been provisioned. OwnerNodeID can + not be edited after the volume has been provisioned. + minLength: 1 + type: string + poolName: + description: poolName specifies the name of the pool where the volume + has been created. PoolName can not be edited after the volume has + been provisioned. + minLength: 1 + type: string + recordsize: + description: 'Specifies a suggested block size for files in the file system. The size specified must be a power of two greater than or equal to 512 and less than or equal to 128 Kbytes. RecordSize property can be edited after the volume has been created. Changing the file system''s recordsize affects only files created afterward; existing files are unaffected. Default Value: 128k.' - minLength: 1 - type: string - snapname: - description: SnapName specifies the name of the snapshot where the - volume has been cloned from. Snapname can not be edited after the - volume has been provisioned. - type: string - thinProvision: - description: 'ThinProvision describes whether space reservation for + minLength: 1 + type: string + snapname: + description: SnapName specifies the name of the snapshot where the + volume has been cloned from. Snapname can not be edited after the + volume has been provisioned. + type: string + thinProvision: + description: 'ThinProvision describes whether space reservation for the source volume is required or not. The value "yes" indicates that volume should be thin provisioned and "no" means thick provisioning of the volume. If thinProvision is set to "yes" then volume can @@ -413,55 +413,55 @@ spec: if the ZPOOL has enough capacity and capacity required by volume can be reserved. ThinProvision can not be modified once volume has been provisioned. Default Value: no.' - enum: - - "yes" - - "no" - type: string - volblocksize: - description: 'VolBlockSize specifies the block size for the zvol. + enum: + - "yes" + - "no" + type: string + volblocksize: + description: 'VolBlockSize specifies the block size for the zvol. The volsize can only be set to a multiple of volblocksize, and cannot be zero. VolBlockSize can not be edited after the volume has been provisioned. Default Value: 8k.' - minLength: 1 - type: string - volumeType: - description: volumeType determines whether the volume is of type "DATASET" - or "ZVOL". If fstype provided in the storageclass is "zfs", a volume - of type dataset will be created. If "ext4", "ext3", "ext2" or "xfs" - is mentioned as fstype in the storageclass, then a volume of type - zvol will be created, which will be further formatted as the fstype - provided in the storageclass. VolumeType can not be modified once - volume has been provisioned. - enum: - - ZVOL - - DATASET - type: string - required: - - capacity - - ownerNodeID - - poolName - - volumeType - type: object - status: - description: VolStatus string that specifies the current state of the - volume provisioning request. - properties: - state: - description: State specifies the current state of the volume provisioning - request. The state "Pending" means that the volume creation request - has not processed yet. The state "Ready" means that the volume has - been created and it is ready for the use. - enum: - - Pending - - Ready - type: string - type: object - required: - - spec - type: object - served: true - storage: false - subresources: {} + minLength: 1 + type: string + volumeType: + description: volumeType determines whether the volume is of type "DATASET" + or "ZVOL". If fstype provided in the storageclass is "zfs", a volume + of type dataset will be created. If "ext4", "ext3", "ext2" or "xfs" + is mentioned as fstype in the storageclass, then a volume of type + zvol will be created, which will be further formatted as the fstype + provided in the storageclass. VolumeType can not be modified once + volume has been provisioned. + enum: + - ZVOL + - DATASET + type: string + required: + - capacity + - ownerNodeID + - poolName + - volumeType + type: object + status: + description: VolStatus string that specifies the current state of the + volume provisioning request. + properties: + state: + description: State specifies the current state of the volume provisioning + request. The state "Pending" means that the volume creation request + has not processed yet. The state "Ready" means that the volume has + been created and it is ready for the use. + enum: + - Pending + - Ready + type: string + type: object + required: + - spec + type: object + served: true + storage: false + subresources: {} status: acceptedNames: kind: "" @@ -495,42 +495,42 @@ spec: listKind: ZFSSnapshotList plural: zfssnapshots shortNames: - - zfssnap + - zfssnap singular: zfssnapshot scope: Namespaced versions: - - name: v1 - schema: - openAPIV3Schema: - description: ZFSSnapshot represents a ZFS Snapshot of the zfsvolume - properties: - apiVersion: - description: 'APIVersion defines the versioned schema of this representation + - name: v1 + schema: + openAPIV3Schema: + description: ZFSSnapshot represents a ZFS Snapshot of the zfsvolume + properties: + apiVersion: + description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' - type: string - kind: - description: 'Kind is a string value representing the REST resource this + type: string + kind: + description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' - type: string - metadata: - type: object - spec: - description: VolumeInfo defines ZFS volume parameters for all modes in - which ZFS volumes can be created like - ZFS volume with filesystem, - ZFS Volume exposed as zfs or ZFS volume exposed as raw block device. - Some of the parameters can be only set during creation time (as specified - in the details of the parameter), and a few are editable. In case of - Cloned volumes, the parameters are assigned the same values as the source - volume. - properties: - capacity: - description: Capacity of the volume - minLength: 1 - type: string - compression: - description: 'Compression specifies the block-level compression algorithm + type: string + metadata: + type: object + spec: + description: VolumeInfo defines ZFS volume parameters for all modes in + which ZFS volumes can be created like - ZFS volume with filesystem, + ZFS Volume exposed as zfs or ZFS volume exposed as raw block device. + Some of the parameters can be only set during creation time (as specified + in the details of the parameter), and a few are editable. In case of + Cloned volumes, the parameters are assigned the same values as the source + volume. + properties: + capacity: + description: Capacity of the volume + minLength: 1 + type: string + compression: + description: 'Compression specifies the block-level compression algorithm to be applied to the ZFS Volume. The value "on" indicates ZFS to use the default compression algorithm. The default compression algorithm used by ZFS will be either lzjb or, if the lz4_compress feature @@ -539,10 +539,10 @@ spec: data. For instance, if the Volume was created with "off" and the next day the compression was modified to "on", the data written prior to setting "on" will not be compressed. Default Value: off.' - pattern: ^(on|off|lzjb|zstd|gzip|gzip-[1-9]|zle|lz4)$ - type: string - dedup: - description: 'Deduplication is the process for removing redundant + pattern: ^(on|off|lzjb|zstd|zstd-[1-9]|zstd-1[0-9]|gzip|gzip-[1-9]|zle|lz4)$ + type: string + dedup: + description: 'Deduplication is the process for removing redundant data at the block level, reducing the total amount of data stored. If a file system has the dedup property enabled, duplicate data blocks are removed synchronously. The result is that only unique @@ -555,12 +555,12 @@ spec: using compression=lz4, as a less resource-intensive alternative. should be enabled on the zvol. Dedup property can be edited after the volume has been created. Default Value: off.' - enum: - - "on" - - "off" - type: string - encryption: - description: 'Enabling the encryption feature allows for the creation + enum: + - "on" + - "off" + type: string + encryption: + description: 'Enabling the encryption feature allows for the creation of encrypted filesystems and volumes. ZFS will encrypt file and zvol data, file attributes, ACLs, permission bits, directory listings, FUID mappings, and userused / groupused data. ZFS will not encrypt @@ -568,64 +568,64 @@ spec: names, dataset hierarchy, properties, file size, file holes, and deduplication tables (though the deduplicated data itself is encrypted). Default Value: off.' - pattern: ^(on|off|aes-128-[c,g]cm|aes-192-[c,g]cm|aes-256-[c,g]cm)$ - type: string - fsType: - description: 'FsType specifies filesystem type for the zfs volume/dataset. + pattern: ^(on|off|aes-128-[c,g]cm|aes-192-[c,g]cm|aes-256-[c,g]cm)$ + type: string + fsType: + description: 'FsType specifies filesystem type for the zfs volume/dataset. If FsType is provided as "zfs", then the driver will create a ZFS dataset, formatting is not required as underlying filesystem is ZFS anyway. If FsType is ext2, ext3, ext4 or xfs, then the driver will create a ZVOL and format the volume accordingly. FsType can not be modified once volume has been provisioned. Default Value: ext4.' - type: string - keyformat: - description: KeyFormat specifies format of the encryption key The - supported KeyFormats are passphrase, raw, hex. - enum: - - passphrase - - raw - - hex - type: string - keylocation: - description: KeyLocation is the location of key for the encryption - type: string - ownerNodeID: - description: OwnerNodeID is the Node ID where the ZPOOL is running - which is where the volume has been provisioned. OwnerNodeID can - not be edited after the volume has been provisioned. - minLength: 1 - type: string - poolName: - description: poolName specifies the name of the pool where the volume - has been created. PoolName can not be edited after the volume has - been provisioned. - minLength: 1 - type: string - recordsize: - description: 'Specifies a suggested block size for files in the file + type: string + keyformat: + description: KeyFormat specifies format of the encryption key The + supported KeyFormats are passphrase, raw, hex. + enum: + - passphrase + - raw + - hex + type: string + keylocation: + description: KeyLocation is the location of key for the encryption + type: string + ownerNodeID: + description: OwnerNodeID is the Node ID where the ZPOOL is running + which is where the volume has been provisioned. OwnerNodeID can + not be edited after the volume has been provisioned. + minLength: 1 + type: string + poolName: + description: poolName specifies the name of the pool where the volume + has been created. PoolName can not be edited after the volume has + been provisioned. + minLength: 1 + type: string + recordsize: + description: 'Specifies a suggested block size for files in the file system. The size specified must be a power of two greater than or equal to 512 and less than or equal to 128 Kbytes. RecordSize property can be edited after the volume has been created. Changing the file system''s recordsize affects only files created afterward; existing files are unaffected. Default Value: 128k.' - minLength: 1 - type: string - shared: - description: Shared specifies whether the volume can be shared among - multiple pods. If it is not set to "yes", then the ZFS-LocalPV Driver - will not allow the volumes to be mounted by more than one pods. - enum: - - "yes" - - "no" - type: string - snapname: - description: SnapName specifies the name of the snapshot where the - volume has been cloned from. Snapname can not be edited after the - volume has been provisioned. - type: string - thinProvision: - description: 'ThinProvision describes whether space reservation for + minLength: 1 + type: string + shared: + description: Shared specifies whether the volume can be shared among + multiple pods. If it is not set to "yes", then the ZFS-LocalPV Driver + will not allow the volumes to be mounted by more than one pods. + enum: + - "yes" + - "no" + type: string + snapname: + description: SnapName specifies the name of the snapshot where the + volume has been cloned from. Snapname can not be edited after the + volume has been provisioned. + type: string + thinProvision: + description: 'ThinProvision describes whether space reservation for the source volume is required or not. The value "yes" indicates that volume should be thin provisioned and "no" means thick provisioning of the volume. If thinProvision is set to "yes" then volume can @@ -634,80 +634,80 @@ spec: if the ZPOOL has enough capacity and capacity required by volume can be reserved. ThinProvision can not be modified once volume has been provisioned. Default Value: no.' - enum: - - "yes" - - "no" - type: string - volblocksize: - description: 'VolBlockSize specifies the block size for the zvol. + enum: + - "yes" + - "no" + type: string + volblocksize: + description: 'VolBlockSize specifies the block size for the zvol. The volsize can only be set to a multiple of volblocksize, and cannot be zero. VolBlockSize can not be edited after the volume has been provisioned. Default Value: 8k.' - minLength: 1 - type: string - volumeType: - description: volumeType determines whether the volume is of type "DATASET" - or "ZVOL". If fstype provided in the storageclass is "zfs", a volume - of type dataset will be created. If "ext4", "ext3", "ext2" or "xfs" - is mentioned as fstype in the storageclass, then a volume of type - zvol will be created, which will be further formatted as the fstype - provided in the storageclass. VolumeType can not be modified once - volume has been provisioned. - enum: - - ZVOL - - DATASET - type: string - required: - - capacity - - ownerNodeID - - poolName - - volumeType - type: object - status: - description: SnapStatus string that reflects if the snapshot was created - successfully - properties: - state: - type: string - type: object - required: - - spec - - status - type: object - served: true - storage: true - - name: v1alpha1 - schema: - openAPIV3Schema: - description: ZFSSnapshot represents a ZFS Snapshot of the zfsvolume - properties: - apiVersion: - description: 'APIVersion defines the versioned schema of this representation + minLength: 1 + type: string + volumeType: + description: volumeType determines whether the volume is of type "DATASET" + or "ZVOL". If fstype provided in the storageclass is "zfs", a volume + of type dataset will be created. If "ext4", "ext3", "ext2" or "xfs" + is mentioned as fstype in the storageclass, then a volume of type + zvol will be created, which will be further formatted as the fstype + provided in the storageclass. VolumeType can not be modified once + volume has been provisioned. + enum: + - ZVOL + - DATASET + type: string + required: + - capacity + - ownerNodeID + - poolName + - volumeType + type: object + status: + description: SnapStatus string that reflects if the snapshot was created + successfully + properties: + state: + type: string + type: object + required: + - spec + - status + type: object + served: true + storage: true + - name: v1alpha1 + schema: + openAPIV3Schema: + description: ZFSSnapshot represents a ZFS Snapshot of the zfsvolume + properties: + apiVersion: + description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' - type: string - kind: - description: 'Kind is a string value representing the REST resource this + type: string + kind: + description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' - type: string - metadata: - type: object - spec: - description: VolumeInfo defines ZFS volume parameters for all modes in - which ZFS volumes can be created like - ZFS volume with filesystem, - ZFS Volume exposed as zfs or ZFS volume exposed as raw block device. - Some of the parameters can be only set during creation time (as specified - in the details of the parameter), and a few are editable. In case of - Cloned volumes, the parameters are assigned the same values as the source - volume. - properties: - capacity: - description: Capacity of the volume - minLength: 1 - type: string - compression: - description: 'Compression specifies the block-level compression algorithm + type: string + metadata: + type: object + spec: + description: VolumeInfo defines ZFS volume parameters for all modes in + which ZFS volumes can be created like - ZFS volume with filesystem, + ZFS Volume exposed as zfs or ZFS volume exposed as raw block device. + Some of the parameters can be only set during creation time (as specified + in the details of the parameter), and a few are editable. In case of + Cloned volumes, the parameters are assigned the same values as the source + volume. + properties: + capacity: + description: Capacity of the volume + minLength: 1 + type: string + compression: + description: 'Compression specifies the block-level compression algorithm to be applied to the ZFS Volume. The value "on" indicates ZFS to use the default compression algorithm. The default compression algorithm used by ZFS will be either lzjb or, if the lz4_compress feature @@ -716,10 +716,10 @@ spec: data. For instance, if the Volume was created with "off" and the next day the compression was modified to "on", the data written prior to setting "on" will not be compressed. Default Value: off.' - pattern: ^(on|off|lzjb|gzip|gzip-[1-9]|zle|lz4)$ - type: string - dedup: - description: 'Deduplication is the process for removing redundant + pattern: ^(on|off|lzjb|gzip|gzip-[1-9]|zle|lz4)$ + type: string + dedup: + description: 'Deduplication is the process for removing redundant data at the block level, reducing the total amount of data stored. If a file system has the dedup property enabled, duplicate data blocks are removed synchronously. The result is that only unique @@ -732,12 +732,12 @@ spec: using compression=lz4, as a less resource-intensive alternative. should be enabled on the zvol. Dedup property can be edited after the volume has been created. Default Value: off.' - enum: - - "on" - - "off" - type: string - encryption: - description: 'Enabling the encryption feature allows for the creation + enum: + - "on" + - "off" + type: string + encryption: + description: 'Enabling the encryption feature allows for the creation of encrypted filesystems and volumes. ZFS will encrypt file and zvol data, file attributes, ACLs, permission bits, directory listings, FUID mappings, and userused / groupused data. ZFS will not encrypt @@ -745,56 +745,56 @@ spec: names, dataset hierarchy, properties, file size, file holes, and deduplication tables (though the deduplicated data itself is encrypted). Default Value: off.' - pattern: ^(on|off|aes-128-[c,g]cm|aes-192-[c,g]cm|aes-256-[c,g]cm)$ - type: string - fsType: - description: 'FsType specifies filesystem type for the zfs volume/dataset. + pattern: ^(on|off|aes-128-[c,g]cm|aes-192-[c,g]cm|aes-256-[c,g]cm)$ + type: string + fsType: + description: 'FsType specifies filesystem type for the zfs volume/dataset. If FsType is provided as "zfs", then the driver will create a ZFS dataset, formatting is not required as underlying filesystem is ZFS anyway. If FsType is ext2, ext3, ext4 or xfs, then the driver will create a ZVOL and format the volume accordingly. FsType can not be modified once volume has been provisioned. Default Value: ext4.' - type: string - keyformat: - description: KeyFormat specifies format of the encryption key The - supported KeyFormats are passphrase, raw, hex. - enum: - - passphrase - - raw - - hex - type: string - keylocation: - description: KeyLocation is the location of key for the encryption - type: string - ownerNodeID: - description: OwnerNodeID is the Node ID where the ZPOOL is running - which is where the volume has been provisioned. OwnerNodeID can - not be edited after the volume has been provisioned. - minLength: 1 - type: string - poolName: - description: poolName specifies the name of the pool where the volume - has been created. PoolName can not be edited after the volume has - been provisioned. - minLength: 1 - type: string - recordsize: - description: 'Specifies a suggested block size for files in the file + type: string + keyformat: + description: KeyFormat specifies format of the encryption key The + supported KeyFormats are passphrase, raw, hex. + enum: + - passphrase + - raw + - hex + type: string + keylocation: + description: KeyLocation is the location of key for the encryption + type: string + ownerNodeID: + description: OwnerNodeID is the Node ID where the ZPOOL is running + which is where the volume has been provisioned. OwnerNodeID can + not be edited after the volume has been provisioned. + minLength: 1 + type: string + poolName: + description: poolName specifies the name of the pool where the volume + has been created. PoolName can not be edited after the volume has + been provisioned. + minLength: 1 + type: string + recordsize: + description: 'Specifies a suggested block size for files in the file system. The size specified must be a power of two greater than or equal to 512 and less than or equal to 128 Kbytes. RecordSize property can be edited after the volume has been created. Changing the file system''s recordsize affects only files created afterward; existing files are unaffected. Default Value: 128k.' - minLength: 1 - type: string - snapname: - description: SnapName specifies the name of the snapshot where the - volume has been cloned from. Snapname can not be edited after the - volume has been provisioned. - type: string - thinProvision: - description: 'ThinProvision describes whether space reservation for + minLength: 1 + type: string + snapname: + description: SnapName specifies the name of the snapshot where the + volume has been cloned from. Snapname can not be edited after the + volume has been provisioned. + type: string + thinProvision: + description: 'ThinProvision describes whether space reservation for the source volume is required or not. The value "yes" indicates that volume should be thin provisioned and "no" means thick provisioning of the volume. If thinProvision is set to "yes" then volume can @@ -803,48 +803,48 @@ spec: if the ZPOOL has enough capacity and capacity required by volume can be reserved. ThinProvision can not be modified once volume has been provisioned. Default Value: no.' - enum: - - "yes" - - "no" - type: string - volblocksize: - description: 'VolBlockSize specifies the block size for the zvol. + enum: + - "yes" + - "no" + type: string + volblocksize: + description: 'VolBlockSize specifies the block size for the zvol. The volsize can only be set to a multiple of volblocksize, and cannot be zero. VolBlockSize can not be edited after the volume has been provisioned. Default Value: 8k.' - minLength: 1 - type: string - volumeType: - description: volumeType determines whether the volume is of type "DATASET" - or "ZVOL". If fstype provided in the storageclass is "zfs", a volume - of type dataset will be created. If "ext4", "ext3", "ext2" or "xfs" - is mentioned as fstype in the storageclass, then a volume of type - zvol will be created, which will be further formatted as the fstype - provided in the storageclass. VolumeType can not be modified once - volume has been provisioned. - enum: - - ZVOL - - DATASET - type: string - required: - - capacity - - ownerNodeID - - poolName - - volumeType - type: object - status: - description: SnapStatus string that reflects if the snapshot was created - successfully - properties: - state: - type: string - type: object - required: - - spec - - status - type: object - served: true - storage: false + minLength: 1 + type: string + volumeType: + description: volumeType determines whether the volume is of type "DATASET" + or "ZVOL". If fstype provided in the storageclass is "zfs", a volume + of type dataset will be created. If "ext4", "ext3", "ext2" or "xfs" + is mentioned as fstype in the storageclass, then a volume of type + zvol will be created, which will be further formatted as the fstype + provided in the storageclass. VolumeType can not be modified once + volume has been provisioned. + enum: + - ZVOL + - DATASET + type: string + required: + - capacity + - ownerNodeID + - poolName + - volumeType + type: object + status: + description: SnapStatus string that reflects if the snapshot was created + successfully + properties: + state: + type: string + type: object + required: + - spec + - status + type: object + served: true + storage: false status: acceptedNames: kind: "" @@ -878,89 +878,89 @@ spec: listKind: ZFSBackupList plural: zfsbackups shortNames: - - zb + - zb singular: zfsbackup scope: Namespaced versions: - - additionalPrinterColumns: - - description: Previous snapshot for backup - jsonPath: .spec.prevSnapName - name: PrevSnap - type: string - - description: Backup status - jsonPath: .status - name: Status - type: string - - description: Age of the volume - jsonPath: .metadata.creationTimestamp - name: Age - type: date - name: v1 - schema: - openAPIV3Schema: - description: ZFSBackup describes a zfs backup resource created as a custom - resource - properties: - apiVersion: - description: 'APIVersion defines the versioned schema of this representation + - additionalPrinterColumns: + - description: Previous snapshot for backup + jsonPath: .spec.prevSnapName + name: PrevSnap + type: string + - description: Backup status + jsonPath: .status + name: Status + type: string + - description: Age of the volume + jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1 + schema: + openAPIV3Schema: + description: ZFSBackup describes a zfs backup resource created as a custom + resource + properties: + apiVersion: + description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' - type: string - kind: - description: 'Kind is a string value representing the REST resource this + type: string + kind: + description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' - type: string - metadata: - type: object - spec: - description: ZFSBackupSpec is the spec for a ZFSBackup resource - properties: - backupDest: - description: BackupDest is the remote address for backup transfer - minLength: 1 - pattern: ^([0-9]+.[0-9]+.[0-9]+.[0-9]+:[0-9]+)$ - type: string - ownerNodeID: - description: OwnerNodeID is a name of the nodes where the source volume - is - minLength: 1 - type: string - prevSnapName: - description: PrevSnapName is the last completed-backup's snapshot - name - type: string - snapName: - description: SnapName is the snapshot name for backup - minLength: 1 - type: string - volumeName: - description: VolumeName is a name of the volume for which this backup - is destined - minLength: 1 - type: string - required: - - backupDest - - ownerNodeID - - volumeName - type: object - status: - description: ZFSBackupStatus is to hold status of backup - enum: - - Init - - Done - - Failed - - Pending - - InProgress - - Invalid - type: string - required: - - spec - - status - type: object - served: true - storage: true - subresources: {} + type: string + metadata: + type: object + spec: + description: ZFSBackupSpec is the spec for a ZFSBackup resource + properties: + backupDest: + description: BackupDest is the remote address for backup transfer + minLength: 1 + pattern: ^([0-9]+.[0-9]+.[0-9]+.[0-9]+:[0-9]+)$ + type: string + ownerNodeID: + description: OwnerNodeID is a name of the nodes where the source volume + is + minLength: 1 + type: string + prevSnapName: + description: PrevSnapName is the last completed-backup's snapshot + name + type: string + snapName: + description: SnapName is the snapshot name for backup + minLength: 1 + type: string + volumeName: + description: VolumeName is a name of the volume for which this backup + is destined + minLength: 1 + type: string + required: + - backupDest + - ownerNodeID + - volumeName + type: object + status: + description: ZFSBackupStatus is to hold status of backup + enum: + - Init + - Done + - Failed + - Pending + - InProgress + - Invalid + type: string + required: + - spec + - status + type: object + served: true + storage: true + subresources: {} status: acceptedNames: kind: "" @@ -996,71 +996,71 @@ spec: singular: zfsrestore scope: Namespaced versions: - - name: v1 - schema: - openAPIV3Schema: - description: ZFSRestore describes a cstor restore resource created as a custom - resource - properties: - apiVersion: - description: 'APIVersion defines the versioned schema of this representation + - name: v1 + schema: + openAPIV3Schema: + description: ZFSRestore describes a cstor restore resource created as a custom + resource + properties: + apiVersion: + description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' - type: string - kind: - description: 'Kind is a string value representing the REST resource this + type: string + kind: + description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' - type: string - metadata: - type: object - spec: - description: ZFSRestoreSpec is the spec for a ZFSRestore resource - properties: - ownerNodeID: - description: owner node name where restore volume is present - minLength: 1 - type: string - restoreSrc: - description: it can be ip:port in case of restore from remote or volumeName - in case of local restore - minLength: 1 - pattern: ^([0-9]+.[0-9]+.[0-9]+.[0-9]+:[0-9]+)$ - type: string - volumeName: - description: volume name to where restore has to be performed - minLength: 1 - type: string - required: - - ownerNodeID - - restoreSrc - - volumeName - type: object - status: - description: ZFSRestoreStatus is to hold result of action. - enum: - - Init - - Done - - Failed - - Pending - - InProgress - - Invalid - type: string - volSpec: - description: VolumeInfo defines ZFS volume parameters for all modes in - which ZFS volumes can be created like - ZFS volume with filesystem, - ZFS Volume exposed as zfs or ZFS volume exposed as raw block device. - Some of the parameters can be only set during creation time (as specified - in the details of the parameter), and a few are editable. In case of - Cloned volumes, the parameters are assigned the same values as the source - volume. - properties: - capacity: - description: Capacity of the volume - minLength: 1 - type: string - compression: - description: 'Compression specifies the block-level compression algorithm + type: string + metadata: + type: object + spec: + description: ZFSRestoreSpec is the spec for a ZFSRestore resource + properties: + ownerNodeID: + description: owner node name where restore volume is present + minLength: 1 + type: string + restoreSrc: + description: it can be ip:port in case of restore from remote or volumeName + in case of local restore + minLength: 1 + pattern: ^([0-9]+.[0-9]+.[0-9]+.[0-9]+:[0-9]+)$ + type: string + volumeName: + description: volume name to where restore has to be performed + minLength: 1 + type: string + required: + - ownerNodeID + - restoreSrc + - volumeName + type: object + status: + description: ZFSRestoreStatus is to hold result of action. + enum: + - Init + - Done + - Failed + - Pending + - InProgress + - Invalid + type: string + volSpec: + description: VolumeInfo defines ZFS volume parameters for all modes in + which ZFS volumes can be created like - ZFS volume with filesystem, + ZFS Volume exposed as zfs or ZFS volume exposed as raw block device. + Some of the parameters can be only set during creation time (as specified + in the details of the parameter), and a few are editable. In case of + Cloned volumes, the parameters are assigned the same values as the source + volume. + properties: + capacity: + description: Capacity of the volume + minLength: 1 + type: string + compression: + description: 'Compression specifies the block-level compression algorithm to be applied to the ZFS Volume. The value "on" indicates ZFS to use the default compression algorithm. The default compression algorithm used by ZFS will be either lzjb or, if the lz4_compress feature @@ -1069,10 +1069,10 @@ spec: data. For instance, if the Volume was created with "off" and the next day the compression was modified to "on", the data written prior to setting "on" will not be compressed. Default Value: off.' - pattern: ^(on|off|lzjb|zstd|gzip|gzip-[1-9]|zle|lz4)$ - type: string - dedup: - description: 'Deduplication is the process for removing redundant + pattern: ^(on|off|lzjb|zstd|zstd-[1-9]|zstd-1[0-9]|gzip|gzip-[1-9]|zle|lz4)$ + type: string + dedup: + description: 'Deduplication is the process for removing redundant data at the block level, reducing the total amount of data stored. If a file system has the dedup property enabled, duplicate data blocks are removed synchronously. The result is that only unique @@ -1085,12 +1085,12 @@ spec: using compression=lz4, as a less resource-intensive alternative. should be enabled on the zvol. Dedup property can be edited after the volume has been created. Default Value: off.' - enum: - - "on" - - "off" - type: string - encryption: - description: 'Enabling the encryption feature allows for the creation + enum: + - "on" + - "off" + type: string + encryption: + description: 'Enabling the encryption feature allows for the creation of encrypted filesystems and volumes. ZFS will encrypt file and zvol data, file attributes, ACLs, permission bits, directory listings, FUID mappings, and userused / groupused data. ZFS will not encrypt @@ -1098,64 +1098,64 @@ spec: names, dataset hierarchy, properties, file size, file holes, and deduplication tables (though the deduplicated data itself is encrypted). Default Value: off.' - pattern: ^(on|off|aes-128-[c,g]cm|aes-192-[c,g]cm|aes-256-[c,g]cm)$ - type: string - fsType: - description: 'FsType specifies filesystem type for the zfs volume/dataset. + pattern: ^(on|off|aes-128-[c,g]cm|aes-192-[c,g]cm|aes-256-[c,g]cm)$ + type: string + fsType: + description: 'FsType specifies filesystem type for the zfs volume/dataset. If FsType is provided as "zfs", then the driver will create a ZFS dataset, formatting is not required as underlying filesystem is ZFS anyway. If FsType is ext2, ext3, ext4 or xfs, then the driver will create a ZVOL and format the volume accordingly. FsType can not be modified once volume has been provisioned. Default Value: ext4.' - type: string - keyformat: - description: KeyFormat specifies format of the encryption key The - supported KeyFormats are passphrase, raw, hex. - enum: - - passphrase - - raw - - hex - type: string - keylocation: - description: KeyLocation is the location of key for the encryption - type: string - ownerNodeID: - description: OwnerNodeID is the Node ID where the ZPOOL is running - which is where the volume has been provisioned. OwnerNodeID can - not be edited after the volume has been provisioned. - minLength: 1 - type: string - poolName: - description: poolName specifies the name of the pool where the volume - has been created. PoolName can not be edited after the volume has - been provisioned. - minLength: 1 - type: string - recordsize: - description: 'Specifies a suggested block size for files in the file + type: string + keyformat: + description: KeyFormat specifies format of the encryption key The + supported KeyFormats are passphrase, raw, hex. + enum: + - passphrase + - raw + - hex + type: string + keylocation: + description: KeyLocation is the location of key for the encryption + type: string + ownerNodeID: + description: OwnerNodeID is the Node ID where the ZPOOL is running + which is where the volume has been provisioned. OwnerNodeID can + not be edited after the volume has been provisioned. + minLength: 1 + type: string + poolName: + description: poolName specifies the name of the pool where the volume + has been created. PoolName can not be edited after the volume has + been provisioned. + minLength: 1 + type: string + recordsize: + description: 'Specifies a suggested block size for files in the file system. The size specified must be a power of two greater than or equal to 512 and less than or equal to 128 Kbytes. RecordSize property can be edited after the volume has been created. Changing the file system''s recordsize affects only files created afterward; existing files are unaffected. Default Value: 128k.' - minLength: 1 - type: string - shared: - description: Shared specifies whether the volume can be shared among - multiple pods. If it is not set to "yes", then the ZFS-LocalPV Driver - will not allow the volumes to be mounted by more than one pods. - enum: - - "yes" - - "no" - type: string - snapname: - description: SnapName specifies the name of the snapshot where the - volume has been cloned from. Snapname can not be edited after the - volume has been provisioned. - type: string - thinProvision: - description: 'ThinProvision describes whether space reservation for + minLength: 1 + type: string + shared: + description: Shared specifies whether the volume can be shared among + multiple pods. If it is not set to "yes", then the ZFS-LocalPV Driver + will not allow the volumes to be mounted by more than one pods. + enum: + - "yes" + - "no" + type: string + snapname: + description: SnapName specifies the name of the snapshot where the + volume has been cloned from. Snapname can not be edited after the + volume has been provisioned. + type: string + thinProvision: + description: 'ThinProvision describes whether space reservation for the source volume is required or not. The value "yes" indicates that volume should be thin provisioned and "no" means thick provisioning of the volume. If thinProvision is set to "yes" then volume can @@ -1164,41 +1164,41 @@ spec: if the ZPOOL has enough capacity and capacity required by volume can be reserved. ThinProvision can not be modified once volume has been provisioned. Default Value: no.' - enum: - - "yes" - - "no" - type: string - volblocksize: - description: 'VolBlockSize specifies the block size for the zvol. + enum: + - "yes" + - "no" + type: string + volblocksize: + description: 'VolBlockSize specifies the block size for the zvol. The volsize can only be set to a multiple of volblocksize, and cannot be zero. VolBlockSize can not be edited after the volume has been provisioned. Default Value: 8k.' - minLength: 1 - type: string - volumeType: - description: volumeType determines whether the volume is of type "DATASET" - or "ZVOL". If fstype provided in the storageclass is "zfs", a volume - of type dataset will be created. If "ext4", "ext3", "ext2" or "xfs" - is mentioned as fstype in the storageclass, then a volume of type - zvol will be created, which will be further formatted as the fstype - provided in the storageclass. VolumeType can not be modified once - volume has been provisioned. - enum: - - ZVOL - - DATASET - type: string - required: - - capacity - - ownerNodeID - - poolName - - volumeType - type: object - required: - - spec - - status - type: object - served: true - storage: true + minLength: 1 + type: string + volumeType: + description: volumeType determines whether the volume is of type "DATASET" + or "ZVOL". If fstype provided in the storageclass is "zfs", a volume + of type dataset will be created. If "ext4", "ext3", "ext2" or "xfs" + is mentioned as fstype in the storageclass, then a volume of type + zvol will be created, which will be further formatted as the fstype + provided in the storageclass. VolumeType can not be modified once + volume has been provisioned. + enum: + - ZVOL + - DATASET + type: string + required: + - capacity + - ownerNodeID + - poolName + - volumeType + type: object + required: + - spec + - status + type: object + served: true + storage: true status: acceptedNames: kind: "" @@ -1231,61 +1231,61 @@ spec: listKind: ZFSNodeList plural: zfsnodes shortNames: - - zfsnode + - zfsnode singular: zfsnode scope: Namespaced versions: - - name: v1 - schema: - openAPIV3Schema: - description: ZFSNode records information about all zfs pools available in - a node. In general, the openebs node-agent creates the ZFSNode object & - periodically synchronizing the zfs pools available in the node. ZFSNode - has an owner reference pointing to the corresponding node object. - properties: - apiVersion: - description: 'APIVersion defines the versioned schema of this representation + - name: v1 + schema: + openAPIV3Schema: + description: ZFSNode records information about all zfs pools available in + a node. In general, the openebs node-agent creates the ZFSNode object & + periodically synchronizing the zfs pools available in the node. ZFSNode + has an owner reference pointing to the corresponding node object. + properties: + apiVersion: + description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' - type: string - kind: - description: 'Kind is a string value representing the REST resource this + type: string + kind: + description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' - type: string - metadata: + type: string + metadata: + type: object + pools: + items: + description: Pool specifies attributes of a given zfs pool that exists + on the node. + properties: + free: + anyOf: + - type: integer + - type: string + description: Free specifies the available capacity of zfs pool. + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + name: + description: Name of the zfs pool. + minLength: 1 + type: string + uuid: + description: UUID denotes a unique identity of a zfs pool. + minLength: 1 + type: string + required: + - free + - name + - uuid type: object - pools: - items: - description: Pool specifies attributes of a given zfs pool that exists - on the node. - properties: - free: - anyOf: - - type: integer - - type: string - description: Free specifies the available capacity of zfs pool. - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - name: - description: Name of the zfs pool. - minLength: 1 - type: string - uuid: - description: UUID denotes a unique identity of a zfs pool. - minLength: 1 - type: string - required: - - free - - name - - uuid - type: object - type: array - required: - - pools - type: object - served: true - storage: true + type: array + required: + - pools + type: object + served: true + storage: true status: acceptedNames: kind: "" @@ -1305,15 +1305,13 @@ spec: attachRequired: false podInfoOnMount: false storageCapacity: true - --- - apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.4.0 - api-approved.kubernetes.io: "https://github.com/kubernetes-csi/external-snapshotter/pull/419" + controller-gen.kubebuilder.io/version: v0.11.3 + api-approved.kubernetes.io: "https://github.com/kubernetes-csi/external-snapshotter/pull/814" creationTimestamp: null name: volumesnapshotclasses.snapshot.storage.k8s.io spec: @@ -1322,110 +1320,132 @@ spec: kind: VolumeSnapshotClass listKind: VolumeSnapshotClassList plural: volumesnapshotclasses + shortNames: + - vsclass + - vsclasses singular: volumesnapshotclass scope: Cluster versions: - - additionalPrinterColumns: - - jsonPath: .driver - name: Driver - type: string - - description: Determines whether a VolumeSnapshotContent created through the VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted. - jsonPath: .deletionPolicy - name: DeletionPolicy - type: string - - jsonPath: .metadata.creationTimestamp - name: Age - type: date - name: v1 - schema: - openAPIV3Schema: - description: VolumeSnapshotClass specifies parameters that a underlying storage system uses when creating a volume snapshot. A specific VolumeSnapshotClass is used by specifying its name in a VolumeSnapshot object. VolumeSnapshotClasses are non-namespaced - properties: - apiVersion: - description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' - type: string - deletionPolicy: - description: deletionPolicy determines whether a VolumeSnapshotContent created through the VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted. Supported values are "Retain" and "Delete". "Retain" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are kept. "Delete" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are deleted. Required. - enum: - - Delete - - Retain - type: string - driver: - description: driver is the name of the storage driver that handles this VolumeSnapshotClass. Required. - type: string - kind: - description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' - type: string - parameters: - additionalProperties: - type: string - description: parameters is a key-value map with storage driver specific parameters for creating snapshots. These values are opaque to Kubernetes. - type: object - required: - - deletionPolicy - - driver - type: object - served: true - storage: false - subresources: {} - - additionalPrinterColumns: - - jsonPath: .driver - name: Driver - type: string - - description: Determines whether a VolumeSnapshotContent created through the VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted. - jsonPath: .deletionPolicy - name: DeletionPolicy - type: string - - jsonPath: .metadata.creationTimestamp - name: Age - type: date - name: v1beta1 - schema: - openAPIV3Schema: - description: VolumeSnapshotClass specifies parameters that a underlying storage system uses when creating a volume snapshot. A specific VolumeSnapshotClass is used by specifying its name in a VolumeSnapshot object. VolumeSnapshotClasses are non-namespaced - properties: - apiVersion: - description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' - type: string - deletionPolicy: - description: deletionPolicy determines whether a VolumeSnapshotContent created through the VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted. Supported values are "Retain" and "Delete". "Retain" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are kept. "Delete" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are deleted. Required. - enum: - - Delete - - Retain - type: string - driver: - description: driver is the name of the storage driver that handles this VolumeSnapshotClass. Required. + - additionalPrinterColumns: + - jsonPath: .driver + name: Driver + type: string + - description: Determines whether a VolumeSnapshotContent created through the + VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted. + jsonPath: .deletionPolicy + name: DeletionPolicy + type: string + - jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1 + schema: + openAPIV3Schema: + description: VolumeSnapshotClass specifies parameters that a underlying storage + system uses when creating a volume snapshot. A specific VolumeSnapshotClass + is used by specifying its name in a VolumeSnapshot object. VolumeSnapshotClasses + are non-namespaced + properties: + apiVersion: + description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + deletionPolicy: + description: deletionPolicy determines whether a VolumeSnapshotContent + created through the VolumeSnapshotClass should be deleted when its bound + VolumeSnapshot is deleted. Supported values are "Retain" and "Delete". + "Retain" means that the VolumeSnapshotContent and its physical snapshot + on underlying storage system are kept. "Delete" means that the VolumeSnapshotContent + and its physical snapshot on underlying storage system are deleted. + Required. + enum: + - Delete + - Retain + type: string + driver: + description: driver is the name of the storage driver that handles this + VolumeSnapshotClass. Required. + type: string + kind: + description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + parameters: + additionalProperties: type: string - kind: - description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: parameters is a key-value map with storage driver specific + parameters for creating snapshots. These values are opaque to Kubernetes. + type: object + required: + - deletionPolicy + - driver + type: object + served: true + storage: true + subresources: {} + - additionalPrinterColumns: + - jsonPath: .driver + name: Driver + type: string + - description: Determines whether a VolumeSnapshotContent created through the VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted. + jsonPath: .deletionPolicy + name: DeletionPolicy + type: string + - jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1beta1 + # This indicates the v1beta1 version of the custom resource is deprecated. + # API requests to this version receive a warning in the server response. + deprecated: true + # This overrides the default warning returned to clients making v1beta1 API requests. + deprecationWarning: "snapshot.storage.k8s.io/v1beta1 VolumeSnapshotClass is deprecated; use snapshot.storage.k8s.io/v1 VolumeSnapshotClass" + schema: + openAPIV3Schema: + description: VolumeSnapshotClass specifies parameters that a underlying storage system uses when creating a volume snapshot. A specific VolumeSnapshotClass is used by specifying its name in a VolumeSnapshot object. VolumeSnapshotClasses are non-namespaced + properties: + apiVersion: + description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + deletionPolicy: + description: deletionPolicy determines whether a VolumeSnapshotContent created through the VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted. Supported values are "Retain" and "Delete". "Retain" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are kept. "Delete" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are deleted. Required. + enum: + - Delete + - Retain + type: string + driver: + description: driver is the name of the storage driver that handles this VolumeSnapshotClass. Required. + type: string + kind: + description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + parameters: + additionalProperties: type: string - parameters: - additionalProperties: - type: string - description: parameters is a key-value map with storage driver specific parameters for creating snapshots. These values are opaque to Kubernetes. - type: object - required: - - deletionPolicy - - driver - type: object - served: true - storage: true - subresources: {} + description: parameters is a key-value map with storage driver specific parameters for creating snapshots. These values are opaque to Kubernetes. + type: object + required: + - deletionPolicy + - driver + type: object + served: false + storage: false + subresources: {} status: acceptedNames: kind: "" plural: "" conditions: [] storedVersions: [] - - --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.4.0 - api-approved.kubernetes.io: "https://github.com/kubernetes-csi/external-snapshotter/pull/419" + controller-gen.kubebuilder.io/version: v0.11.3 + api-approved.kubernetes.io: "https://github.com/kubernetes-csi/external-snapshotter/pull/814" creationTimestamp: null name: volumesnapshotcontents.snapshot.storage.k8s.io spec: @@ -1434,290 +1454,399 @@ spec: kind: VolumeSnapshotContent listKind: VolumeSnapshotContentList plural: volumesnapshotcontents + shortNames: + - vsc + - vscs singular: volumesnapshotcontent scope: Cluster versions: - - additionalPrinterColumns: - - description: Indicates if the snapshot is ready to be used to restore a volume. - jsonPath: .status.readyToUse - name: ReadyToUse - type: boolean - - description: Represents the complete size of the snapshot in bytes - jsonPath: .status.restoreSize - name: RestoreSize - type: integer - - description: Determines whether this VolumeSnapshotContent and its physical snapshot on the underlying storage system should be deleted when its bound VolumeSnapshot is deleted. - jsonPath: .spec.deletionPolicy - name: DeletionPolicy - type: string - - description: Name of the CSI driver used to create the physical snapshot on the underlying storage system. - jsonPath: .spec.driver - name: Driver - type: string - - description: Name of the VolumeSnapshotClass to which this snapshot belongs. - jsonPath: .spec.volumeSnapshotClassName - name: VolumeSnapshotClass - type: string - - description: Name of the VolumeSnapshot object to which this VolumeSnapshotContent object is bound. - jsonPath: .spec.volumeSnapshotRef.name - name: VolumeSnapshot - type: string - - jsonPath: .metadata.creationTimestamp - name: Age - type: date - name: v1 - schema: - openAPIV3Schema: - description: VolumeSnapshotContent represents the actual "on-disk" snapshot object in the underlying storage system - properties: - apiVersion: - description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' - type: string - kind: - description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' - type: string - spec: - description: spec defines properties of a VolumeSnapshotContent created by the underlying storage system. Required. - properties: - deletionPolicy: - description: deletionPolicy determines whether this VolumeSnapshotContent and its physical snapshot on the underlying storage system should be deleted when its bound VolumeSnapshot is deleted. Supported values are "Retain" and "Delete". "Retain" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are kept. "Delete" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are deleted. For dynamically provisioned snapshots, this field will automatically be filled in by the CSI snapshotter sidecar with the "DeletionPolicy" field defined in the corresponding VolumeSnapshotClass. For pre-existing snapshots, users MUST specify this field when creating the VolumeSnapshotContent object. Required. - enum: - - Delete - - Retain - type: string - driver: - description: driver is the name of the CSI driver used to create the physical snapshot on the underlying storage system. This MUST be the same as the name returned by the CSI GetPluginName() call for that driver. Required. - type: string - source: - description: source specifies whether the snapshot is (or should be) dynamically provisioned or already exists, and just requires a Kubernetes object representation. This field is immutable after creation. Required. - properties: - snapshotHandle: - description: snapshotHandle specifies the CSI "snapshot_id" of a pre-existing snapshot on the underlying storage system for which a Kubernetes object representation was (or should be) created. This field is immutable. - type: string - volumeHandle: - description: volumeHandle specifies the CSI "volume_id" of the volume from which a snapshot should be dynamically taken from. This field is immutable. - type: string - type: object - oneOf: - - required: ["snapshotHandle"] - - required: ["volumeHandle"] - volumeSnapshotClassName: - description: name of the VolumeSnapshotClass from which this snapshot was (or will be) created. Note that after provisioning, the VolumeSnapshotClass may be deleted or recreated with different set of values, and as such, should not be referenced post-snapshot creation. - type: string - volumeSnapshotRef: - description: volumeSnapshotRef specifies the VolumeSnapshot object to which this VolumeSnapshotContent object is bound. VolumeSnapshot.Spec.VolumeSnapshotContentName field must reference to this VolumeSnapshotContent's name for the bidirectional binding to be valid. For a pre-existing VolumeSnapshotContent object, name and namespace of the VolumeSnapshot object MUST be provided for binding to happen. This field is immutable after creation. Required. - properties: - apiVersion: - description: API version of the referent. - type: string - fieldPath: - description: 'If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. TODO: this design is not final and this field is subject to change in the future.' - type: string - kind: - description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' - type: string - name: - description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' - type: string - namespace: - description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/' - type: string - resourceVersion: - description: 'Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency' - type: string - uid: - description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids' - type: string - type: object - required: - - deletionPolicy - - driver - - source - - volumeSnapshotRef - type: object - status: - description: status represents the current information of a snapshot. - properties: - creationTime: - description: creationTime is the timestamp when the point-in-time snapshot is taken by the underlying storage system. In dynamic snapshot creation case, this field will be filled in by the CSI snapshotter sidecar with the "creation_time" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "creation_time" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it. If not specified, it indicates the creation time is unknown. The format of this field is a Unix nanoseconds time encoded as an int64. On Unix, the command `date +%s%N` returns the current time in nanoseconds since 1970-01-01 00:00:00 UTC. - format: int64 - type: integer - error: - description: error is the last observed error during snapshot creation, if any. Upon success after retry, this error field will be cleared. - properties: - message: - description: 'message is a string detailing the encountered error during snapshot creation if specified. NOTE: message may be logged, and it should not contain sensitive information.' - type: string - time: - description: time is the timestamp when the error was encountered. - format: date-time - type: string - type: object - readyToUse: - description: readyToUse indicates if a snapshot is ready to be used to restore a volume. In dynamic snapshot creation case, this field will be filled in by the CSI snapshotter sidecar with the "ready_to_use" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "ready_to_use" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it, otherwise, this field will be set to "True". If not specified, it means the readiness of a snapshot is unknown. - type: boolean - restoreSize: - description: restoreSize represents the complete size of the snapshot in bytes. In dynamic snapshot creation case, this field will be filled in by the CSI snapshotter sidecar with the "size_bytes" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "size_bytes" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it. When restoring a volume from this snapshot, the size of the volume MUST NOT be smaller than the restoreSize if it is specified, otherwise the restoration will fail. If not specified, it indicates that the size is unknown. - format: int64 - minimum: 0 - type: integer - snapshotHandle: - description: snapshotHandle is the CSI "snapshot_id" of a snapshot on the underlying storage system. If not specified, it indicates that dynamic snapshot creation has either failed or it is still in progress. - type: string - type: object - required: - - spec - type: object - served: true - storage: false - subresources: - status: {} - - additionalPrinterColumns: - - description: Indicates if the snapshot is ready to be used to restore a volume. - jsonPath: .status.readyToUse - name: ReadyToUse - type: boolean - - description: Represents the complete size of the snapshot in bytes - jsonPath: .status.restoreSize - name: RestoreSize - type: integer - - description: Determines whether this VolumeSnapshotContent and its physical snapshot on the underlying storage system should be deleted when its bound VolumeSnapshot is deleted. - jsonPath: .spec.deletionPolicy - name: DeletionPolicy - type: string - - description: Name of the CSI driver used to create the physical snapshot on the underlying storage system. - jsonPath: .spec.driver - name: Driver - type: string - - description: Name of the VolumeSnapshotClass to which this snapshot belongs. - jsonPath: .spec.volumeSnapshotClassName - name: VolumeSnapshotClass - type: string - - description: Name of the VolumeSnapshot object to which this VolumeSnapshotContent object is bound. - jsonPath: .spec.volumeSnapshotRef.name - name: VolumeSnapshot - type: string - - jsonPath: .metadata.creationTimestamp - name: Age - type: date - name: v1beta1 - schema: - openAPIV3Schema: - description: VolumeSnapshotContent represents the actual "on-disk" snapshot object in the underlying storage system - properties: - apiVersion: - description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' - type: string - kind: - description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' - type: string - spec: - description: spec defines properties of a VolumeSnapshotContent created by the underlying storage system. Required. - properties: - deletionPolicy: - description: deletionPolicy determines whether this VolumeSnapshotContent and its physical snapshot on the underlying storage system should be deleted when its bound VolumeSnapshot is deleted. Supported values are "Retain" and "Delete". "Retain" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are kept. "Delete" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are deleted. For dynamically provisioned snapshots, this field will automatically be filled in by the CSI snapshotter sidecar with the "DeletionPolicy" field defined in the corresponding VolumeSnapshotClass. For pre-existing snapshots, users MUST specify this field when creating the VolumeSnapshotContent object. Required. - enum: - - Delete - - Retain - type: string - driver: - description: driver is the name of the CSI driver used to create the physical snapshot on the underlying storage system. This MUST be the same as the name returned by the CSI GetPluginName() call for that driver. Required. - type: string - source: - description: source specifies whether the snapshot is (or should be) dynamically provisioned or already exists, and just requires a Kubernetes object representation. This field is immutable after creation. Required. - properties: - snapshotHandle: - description: snapshotHandle specifies the CSI "snapshot_id" of a pre-existing snapshot on the underlying storage system for which a Kubernetes object representation was (or should be) created. This field is immutable. - type: string - volumeHandle: - description: volumeHandle specifies the CSI "volume_id" of the volume from which a snapshot should be dynamically taken from. This field is immutable. - type: string - type: object - volumeSnapshotClassName: - description: name of the VolumeSnapshotClass from which this snapshot was (or will be) created. Note that after provisioning, the VolumeSnapshotClass may be deleted or recreated with different set of values, and as such, should not be referenced post-snapshot creation. - type: string - volumeSnapshotRef: - description: volumeSnapshotRef specifies the VolumeSnapshot object to which this VolumeSnapshotContent object is bound. VolumeSnapshot.Spec.VolumeSnapshotContentName field must reference to this VolumeSnapshotContent's name for the bidirectional binding to be valid. For a pre-existing VolumeSnapshotContent object, name and namespace of the VolumeSnapshot object MUST be provided for binding to happen. This field is immutable after creation. Required. - properties: - apiVersion: - description: API version of the referent. - type: string - fieldPath: - description: 'If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. TODO: this design is not final and this field is subject to change in the future.' - type: string - kind: - description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' - type: string - name: - description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' - type: string - namespace: - description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/' - type: string - resourceVersion: - description: 'Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency' - type: string - uid: - description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids' - type: string - type: object - required: - - deletionPolicy - - driver - - source - - volumeSnapshotRef - type: object - status: - description: status represents the current information of a snapshot. - properties: - creationTime: - description: creationTime is the timestamp when the point-in-time snapshot is taken by the underlying storage system. In dynamic snapshot creation case, this field will be filled in by the CSI snapshotter sidecar with the "creation_time" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "creation_time" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it. If not specified, it indicates the creation time is unknown. The format of this field is a Unix nanoseconds time encoded as an int64. On Unix, the command `date +%s%N` returns the current time in nanoseconds since 1970-01-01 00:00:00 UTC. - format: int64 - type: integer - error: - description: error is the last observed error during snapshot creation, if any. Upon success after retry, this error field will be cleared. - properties: - message: - description: 'message is a string detailing the encountered error during snapshot creation if specified. NOTE: message may be logged, and it should not contain sensitive information.' - type: string - time: - description: time is the timestamp when the error was encountered. - format: date-time - type: string - type: object - readyToUse: - description: readyToUse indicates if a snapshot is ready to be used to restore a volume. In dynamic snapshot creation case, this field will be filled in by the CSI snapshotter sidecar with the "ready_to_use" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "ready_to_use" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it, otherwise, this field will be set to "True". If not specified, it means the readiness of a snapshot is unknown. - type: boolean - restoreSize: - description: restoreSize represents the complete size of the snapshot in bytes. In dynamic snapshot creation case, this field will be filled in by the CSI snapshotter sidecar with the "size_bytes" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "size_bytes" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it. When restoring a volume from this snapshot, the size of the volume MUST NOT be smaller than the restoreSize if it is specified, otherwise the restoration will fail. If not specified, it indicates that the size is unknown. - format: int64 - minimum: 0 - type: integer - snapshotHandle: - description: snapshotHandle is the CSI "snapshot_id" of a snapshot on the underlying storage system. If not specified, it indicates that dynamic snapshot creation has either failed or it is still in progress. - type: string - type: object - required: - - spec - type: object - served: true - storage: true - subresources: - status: {} + - additionalPrinterColumns: + - description: Indicates if the snapshot is ready to be used to restore a volume. + jsonPath: .status.readyToUse + name: ReadyToUse + type: boolean + - description: Represents the complete size of the snapshot in bytes + jsonPath: .status.restoreSize + name: RestoreSize + type: integer + - description: Determines whether this VolumeSnapshotContent and its physical + snapshot on the underlying storage system should be deleted when its bound + VolumeSnapshot is deleted. + jsonPath: .spec.deletionPolicy + name: DeletionPolicy + type: string + - description: Name of the CSI driver used to create the physical snapshot on + the underlying storage system. + jsonPath: .spec.driver + name: Driver + type: string + - description: Name of the VolumeSnapshotClass to which this snapshot belongs. + jsonPath: .spec.volumeSnapshotClassName + name: VolumeSnapshotClass + type: string + - description: Name of the VolumeSnapshot object to which this VolumeSnapshotContent + object is bound. + jsonPath: .spec.volumeSnapshotRef.name + name: VolumeSnapshot + type: string + - description: Namespace of the VolumeSnapshot object to which this VolumeSnapshotContent object is bound. + jsonPath: .spec.volumeSnapshotRef.namespace + name: VolumeSnapshotNamespace + type: string + - jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1 + schema: + openAPIV3Schema: + description: VolumeSnapshotContent represents the actual "on-disk" snapshot + object in the underlying storage system + properties: + apiVersion: + description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + spec: + description: spec defines properties of a VolumeSnapshotContent created + by the underlying storage system. Required. + properties: + deletionPolicy: + description: deletionPolicy determines whether this VolumeSnapshotContent + and its physical snapshot on the underlying storage system should + be deleted when its bound VolumeSnapshot is deleted. Supported values + are "Retain" and "Delete". "Retain" means that the VolumeSnapshotContent + and its physical snapshot on underlying storage system are kept. + "Delete" means that the VolumeSnapshotContent and its physical snapshot + on underlying storage system are deleted. For dynamically provisioned + snapshots, this field will automatically be filled in by the CSI + snapshotter sidecar with the "DeletionPolicy" field defined in the + corresponding VolumeSnapshotClass. For pre-existing snapshots, users + MUST specify this field when creating the VolumeSnapshotContent + object. Required. + enum: + - Delete + - Retain + type: string + driver: + description: driver is the name of the CSI driver used to create the + physical snapshot on the underlying storage system. This MUST be + the same as the name returned by the CSI GetPluginName() call for + that driver. Required. + type: string + source: + description: source specifies whether the snapshot is (or should be) + dynamically provisioned or already exists, and just requires a Kubernetes + object representation. This field is immutable after creation. Required. + properties: + snapshotHandle: + description: snapshotHandle specifies the CSI "snapshot_id" of + a pre-existing snapshot on the underlying storage system for + which a Kubernetes object representation was (or should be) + created. This field is immutable. + type: string + volumeHandle: + description: volumeHandle specifies the CSI "volume_id" of the + volume from which a snapshot should be dynamically taken from. + This field is immutable. + type: string + type: object + oneOf: + - required: ["snapshotHandle"] + - required: ["volumeHandle"] + sourceVolumeMode: + description: SourceVolumeMode is the mode of the volume whose snapshot + is taken. Can be either “Filesystem” or “Block”. If not specified, + it indicates the source volume's mode is unknown. This field is + immutable. This field is an alpha field. + type: string + volumeSnapshotClassName: + description: name of the VolumeSnapshotClass from which this snapshot + was (or will be) created. Note that after provisioning, the VolumeSnapshotClass + may be deleted or recreated with different set of values, and as + such, should not be referenced post-snapshot creation. + type: string + volumeSnapshotRef: + description: volumeSnapshotRef specifies the VolumeSnapshot object + to which this VolumeSnapshotContent object is bound. VolumeSnapshot.Spec.VolumeSnapshotContentName + field must reference to this VolumeSnapshotContent's name for the + bidirectional binding to be valid. For a pre-existing VolumeSnapshotContent + object, name and namespace of the VolumeSnapshot object MUST be + provided for binding to happen. This field is immutable after creation. + Required. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: 'If referring to a piece of an object instead of + an entire object, this string should contain a valid JSON/Go + field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within + a pod, this would take on a value like: "spec.containers{name}" + (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" + (container with index 2 in this pod). This syntax is chosen + only to have some well-defined way of referencing a part of + an object. TODO: this design is not final and this field is + subject to change in the future.' + type: string + kind: + description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + name: + description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + namespace: + description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/' + type: string + resourceVersion: + description: 'Specific resourceVersion to which this reference + is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency' + type: string + uid: + description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids' + type: string + type: object + x-kubernetes-map-type: atomic + required: + - deletionPolicy + - driver + - source + - volumeSnapshotRef + type: object + status: + description: status represents the current information of a snapshot. + properties: + creationTime: + description: creationTime is the timestamp when the point-in-time + snapshot is taken by the underlying storage system. In dynamic snapshot + creation case, this field will be filled in by the CSI snapshotter + sidecar with the "creation_time" value returned from CSI "CreateSnapshot" + gRPC call. For a pre-existing snapshot, this field will be filled + with the "creation_time" value returned from the CSI "ListSnapshots" + gRPC call if the driver supports it. If not specified, it indicates + the creation time is unknown. The format of this field is a Unix + nanoseconds time encoded as an int64. On Unix, the command `date + +%s%N` returns the current time in nanoseconds since 1970-01-01 + 00:00:00 UTC. + format: int64 + type: integer + error: + description: error is the last observed error during snapshot creation, + if any. Upon success after retry, this error field will be cleared. + properties: + message: + description: 'message is a string detailing the encountered error + during snapshot creation if specified. NOTE: message may be + logged, and it should not contain sensitive information.' + type: string + time: + description: time is the timestamp when the error was encountered. + format: date-time + type: string + type: object + readyToUse: + description: readyToUse indicates if a snapshot is ready to be used + to restore a volume. In dynamic snapshot creation case, this field + will be filled in by the CSI snapshotter sidecar with the "ready_to_use" + value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing + snapshot, this field will be filled with the "ready_to_use" value + returned from the CSI "ListSnapshots" gRPC call if the driver supports + it, otherwise, this field will be set to "True". If not specified, + it means the readiness of a snapshot is unknown. + type: boolean + restoreSize: + description: restoreSize represents the complete size of the snapshot + in bytes. In dynamic snapshot creation case, this field will be + filled in by the CSI snapshotter sidecar with the "size_bytes" value + returned from CSI "CreateSnapshot" gRPC call. For a pre-existing + snapshot, this field will be filled with the "size_bytes" value + returned from the CSI "ListSnapshots" gRPC call if the driver supports + it. When restoring a volume from this snapshot, the size of the + volume MUST NOT be smaller than the restoreSize if it is specified, + otherwise the restoration will fail. If not specified, it indicates + that the size is unknown. + format: int64 + minimum: 0 + type: integer + snapshotHandle: + description: snapshotHandle is the CSI "snapshot_id" of a snapshot + on the underlying storage system. If not specified, it indicates + that dynamic snapshot creation has either failed or it is still + in progress. + type: string + volumeGroupSnapshotContentName: + description: VolumeGroupSnapshotContentName is the name of the VolumeGroupSnapshotContent + of which this VolumeSnapshotContent is a part of. + type: string + type: object + required: + - spec + type: object + served: true + storage: true + subresources: + status: {} + - additionalPrinterColumns: + - description: Indicates if the snapshot is ready to be used to restore a volume. + jsonPath: .status.readyToUse + name: ReadyToUse + type: boolean + - description: Represents the complete size of the snapshot in bytes + jsonPath: .status.restoreSize + name: RestoreSize + type: integer + - description: Determines whether this VolumeSnapshotContent and its physical snapshot on the underlying storage system should be deleted when its bound VolumeSnapshot is deleted. + jsonPath: .spec.deletionPolicy + name: DeletionPolicy + type: string + - description: Name of the CSI driver used to create the physical snapshot on the underlying storage system. + jsonPath: .spec.driver + name: Driver + type: string + - description: Name of the VolumeSnapshotClass to which this snapshot belongs. + jsonPath: .spec.volumeSnapshotClassName + name: VolumeSnapshotClass + type: string + - description: Name of the VolumeSnapshot object to which this VolumeSnapshotContent object is bound. + jsonPath: .spec.volumeSnapshotRef.name + name: VolumeSnapshot + type: string + - description: Namespace of the VolumeSnapshot object to which this VolumeSnapshotContent object is bound. + jsonPath: .spec.volumeSnapshotRef.namespace + name: VolumeSnapshotNamespace + type: string + - jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1beta1 + # This indicates the v1beta1 version of the custom resource is deprecated. + # API requests to this version receive a warning in the server response. + deprecated: true + # This overrides the default warning returned to clients making v1beta1 API requests. + deprecationWarning: "snapshot.storage.k8s.io/v1beta1 VolumeSnapshotContent is deprecated; use snapshot.storage.k8s.io/v1 VolumeSnapshotContent" + schema: + openAPIV3Schema: + description: VolumeSnapshotContent represents the actual "on-disk" snapshot object in the underlying storage system + properties: + apiVersion: + description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + spec: + description: spec defines properties of a VolumeSnapshotContent created by the underlying storage system. Required. + properties: + deletionPolicy: + description: deletionPolicy determines whether this VolumeSnapshotContent and its physical snapshot on the underlying storage system should be deleted when its bound VolumeSnapshot is deleted. Supported values are "Retain" and "Delete". "Retain" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are kept. "Delete" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are deleted. For dynamically provisioned snapshots, this field will automatically be filled in by the CSI snapshotter sidecar with the "DeletionPolicy" field defined in the corresponding VolumeSnapshotClass. For pre-existing snapshots, users MUST specify this field when creating the VolumeSnapshotContent object. Required. + enum: + - Delete + - Retain + type: string + driver: + description: driver is the name of the CSI driver used to create the physical snapshot on the underlying storage system. This MUST be the same as the name returned by the CSI GetPluginName() call for that driver. Required. + type: string + source: + description: source specifies whether the snapshot is (or should be) dynamically provisioned or already exists, and just requires a Kubernetes object representation. This field is immutable after creation. Required. + properties: + snapshotHandle: + description: snapshotHandle specifies the CSI "snapshot_id" of a pre-existing snapshot on the underlying storage system for which a Kubernetes object representation was (or should be) created. This field is immutable. + type: string + volumeHandle: + description: volumeHandle specifies the CSI "volume_id" of the volume from which a snapshot should be dynamically taken from. This field is immutable. + type: string + type: object + volumeSnapshotClassName: + description: name of the VolumeSnapshotClass from which this snapshot was (or will be) created. Note that after provisioning, the VolumeSnapshotClass may be deleted or recreated with different set of values, and as such, should not be referenced post-snapshot creation. + type: string + volumeSnapshotRef: + description: volumeSnapshotRef specifies the VolumeSnapshot object to which this VolumeSnapshotContent object is bound. VolumeSnapshot.Spec.VolumeSnapshotContentName field must reference to this VolumeSnapshotContent's name for the bidirectional binding to be valid. For a pre-existing VolumeSnapshotContent object, name and namespace of the VolumeSnapshot object MUST be provided for binding to happen. This field is immutable after creation. Required. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: 'If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. TODO: this design is not final and this field is subject to change in the future.' + type: string + kind: + description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + name: + description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + namespace: + description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/' + type: string + resourceVersion: + description: 'Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency' + type: string + uid: + description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids' + type: string + type: object + required: + - deletionPolicy + - driver + - source + - volumeSnapshotRef + type: object + status: + description: status represents the current information of a snapshot. + properties: + creationTime: + description: creationTime is the timestamp when the point-in-time snapshot is taken by the underlying storage system. In dynamic snapshot creation case, this field will be filled in by the CSI snapshotter sidecar with the "creation_time" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "creation_time" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it. If not specified, it indicates the creation time is unknown. The format of this field is a Unix nanoseconds time encoded as an int64. On Unix, the command `date +%s%N` returns the current time in nanoseconds since 1970-01-01 00:00:00 UTC. + format: int64 + type: integer + error: + description: error is the last observed error during snapshot creation, if any. Upon success after retry, this error field will be cleared. + properties: + message: + description: 'message is a string detailing the encountered error during snapshot creation if specified. NOTE: message may be logged, and it should not contain sensitive information.' + type: string + time: + description: time is the timestamp when the error was encountered. + format: date-time + type: string + type: object + readyToUse: + description: readyToUse indicates if a snapshot is ready to be used to restore a volume. In dynamic snapshot creation case, this field will be filled in by the CSI snapshotter sidecar with the "ready_to_use" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "ready_to_use" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it, otherwise, this field will be set to "True". If not specified, it means the readiness of a snapshot is unknown. + type: boolean + restoreSize: + description: restoreSize represents the complete size of the snapshot in bytes. In dynamic snapshot creation case, this field will be filled in by the CSI snapshotter sidecar with the "size_bytes" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "size_bytes" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it. When restoring a volume from this snapshot, the size of the volume MUST NOT be smaller than the restoreSize if it is specified, otherwise the restoration will fail. If not specified, it indicates that the size is unknown. + format: int64 + minimum: 0 + type: integer + snapshotHandle: + description: snapshotHandle is the CSI "snapshot_id" of a snapshot on the underlying storage system. If not specified, it indicates that dynamic snapshot creation has either failed or it is still in progress. + type: string + type: object + required: + - spec + type: object + served: false + storage: false + subresources: + status: {} status: acceptedNames: kind: "" plural: "" conditions: [] storedVersions: [] - --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.4.0 - api-approved.kubernetes.io: "https://github.com/kubernetes-csi/external-snapshotter/pull/419" + controller-gen.kubebuilder.io/version: v0.11.3 + api-approved.kubernetes.io: "https://github.com/kubernetes-csi/external-snapshotter/pull/814" creationTimestamp: null name: volumesnapshots.snapshot.storage.k8s.io spec: @@ -1726,210 +1855,297 @@ spec: kind: VolumeSnapshot listKind: VolumeSnapshotList plural: volumesnapshots + shortNames: + - vs singular: volumesnapshot scope: Namespaced versions: - - additionalPrinterColumns: - - description: Indicates if the snapshot is ready to be used to restore a volume. - jsonPath: .status.readyToUse - name: ReadyToUse - type: boolean - - description: If a new snapshot needs to be created, this contains the name of the source PVC from which this snapshot was (or will be) created. - jsonPath: .spec.source.persistentVolumeClaimName - name: SourcePVC - type: string - - description: If a snapshot already exists, this contains the name of the existing VolumeSnapshotContent object representing the existing snapshot. - jsonPath: .spec.source.volumeSnapshotContentName - name: SourceSnapshotContent - type: string - - description: Represents the minimum size of volume required to rehydrate from this snapshot. - jsonPath: .status.restoreSize - name: RestoreSize - type: string - - description: The name of the VolumeSnapshotClass requested by the VolumeSnapshot. - jsonPath: .spec.volumeSnapshotClassName - name: SnapshotClass - type: string - - description: Name of the VolumeSnapshotContent object to which the VolumeSnapshot object intends to bind to. Please note that verification of binding actually requires checking both VolumeSnapshot and VolumeSnapshotContent to ensure both are pointing at each other. Binding MUST be verified prior to usage of this object. - jsonPath: .status.boundVolumeSnapshotContentName - name: SnapshotContent - type: string - - description: Timestamp when the point-in-time snapshot was taken by the underlying storage system. - jsonPath: .status.creationTime - name: CreationTime - type: date - - jsonPath: .metadata.creationTimestamp - name: Age - type: date - name: v1 - schema: - openAPIV3Schema: - description: VolumeSnapshot is a user's request for either creating a point-in-time snapshot of a persistent volume, or binding to a pre-existing snapshot. - properties: - apiVersion: - description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' - type: string - kind: - description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' - type: string - spec: - description: 'spec defines the desired characteristics of a snapshot requested by a user. More info: https://kubernetes.io/docs/concepts/storage/volume-snapshots#volumesnapshots Required.' - properties: - source: - description: source specifies where a snapshot will be created from. This field is immutable after creation. Required. - properties: - persistentVolumeClaimName: - description: persistentVolumeClaimName specifies the name of the PersistentVolumeClaim object representing the volume from which a snapshot should be created. This PVC is assumed to be in the same namespace as the VolumeSnapshot object. This field should be set if the snapshot does not exists, and needs to be created. This field is immutable. - type: string - volumeSnapshotContentName: - description: volumeSnapshotContentName specifies the name of a pre-existing VolumeSnapshotContent object representing an existing volume snapshot. This field should be set if the snapshot already exists and only needs a representation in Kubernetes. This field is immutable. - type: string - type: object - oneOf: - - required: ["persistentVolumeClaimName"] - - required: ["volumeSnapshotContentName"] - volumeSnapshotClassName: - description: 'VolumeSnapshotClassName is the name of the VolumeSnapshotClass requested by the VolumeSnapshot. VolumeSnapshotClassName may be left nil to indicate that the default SnapshotClass should be used. A given cluster may have multiple default Volume SnapshotClasses: one default per CSI Driver. If a VolumeSnapshot does not specify a SnapshotClass, VolumeSnapshotSource will be checked to figure out what the associated CSI Driver is, and the default VolumeSnapshotClass associated with that CSI Driver will be used. If more than one VolumeSnapshotClass exist for a given CSI Driver and more than one have been marked as default, CreateSnapshot will fail and generate an event. Empty string is not allowed for this field.' - type: string - required: - - source - type: object - status: - description: status represents the current information of a snapshot. Consumers must verify binding between VolumeSnapshot and VolumeSnapshotContent objects is successful (by validating that both VolumeSnapshot and VolumeSnapshotContent point at each other) before using this object. - properties: - boundVolumeSnapshotContentName: - description: 'boundVolumeSnapshotContentName is the name of the VolumeSnapshotContent object to which this VolumeSnapshot object intends to bind to. If not specified, it indicates that the VolumeSnapshot object has not been successfully bound to a VolumeSnapshotContent object yet. NOTE: To avoid possible security issues, consumers must verify binding between VolumeSnapshot and VolumeSnapshotContent objects is successful (by validating that both VolumeSnapshot and VolumeSnapshotContent point at each other) before using this object.' - type: string - creationTime: - description: creationTime is the timestamp when the point-in-time snapshot is taken by the underlying storage system. In dynamic snapshot creation case, this field will be filled in by the snapshot controller with the "creation_time" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "creation_time" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it. If not specified, it may indicate that the creation time of the snapshot is unknown. - format: date-time - type: string - error: - description: error is the last observed error during snapshot creation, if any. This field could be helpful to upper level controllers(i.e., application controller) to decide whether they should continue on waiting for the snapshot to be created based on the type of error reported. The snapshot controller will keep retrying when an error occurs during the snapshot creation. Upon success, this error field will be cleared. - properties: - message: - description: 'message is a string detailing the encountered error during snapshot creation if specified. NOTE: message may be logged, and it should not contain sensitive information.' - type: string - time: - description: time is the timestamp when the error was encountered. - format: date-time - type: string - type: object - readyToUse: - description: readyToUse indicates if the snapshot is ready to be used to restore a volume. In dynamic snapshot creation case, this field will be filled in by the snapshot controller with the "ready_to_use" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "ready_to_use" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it, otherwise, this field will be set to "True". If not specified, it means the readiness of a snapshot is unknown. - type: boolean - restoreSize: - type: string - description: restoreSize represents the minimum size of volume required to create a volume from this snapshot. In dynamic snapshot creation case, this field will be filled in by the snapshot controller with the "size_bytes" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "size_bytes" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it. When restoring a volume from this snapshot, the size of the volume MUST NOT be smaller than the restoreSize if it is specified, otherwise the restoration will fail. If not specified, it indicates that the size is unknown. - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - type: object - required: - - spec - type: object - served: true - storage: false - subresources: - status: {} - - additionalPrinterColumns: - - description: Indicates if the snapshot is ready to be used to restore a volume. - jsonPath: .status.readyToUse - name: ReadyToUse - type: boolean - - description: If a new snapshot needs to be created, this contains the name of the source PVC from which this snapshot was (or will be) created. - jsonPath: .spec.source.persistentVolumeClaimName - name: SourcePVC - type: string - - description: If a snapshot already exists, this contains the name of the existing VolumeSnapshotContent object representing the existing snapshot. - jsonPath: .spec.source.volumeSnapshotContentName - name: SourceSnapshotContent - type: string - - description: Represents the minimum size of volume required to rehydrate from this snapshot. - jsonPath: .status.restoreSize - name: RestoreSize - type: string - - description: The name of the VolumeSnapshotClass requested by the VolumeSnapshot. - jsonPath: .spec.volumeSnapshotClassName - name: SnapshotClass - type: string - - description: Name of the VolumeSnapshotContent object to which the VolumeSnapshot object intends to bind to. Please note that verification of binding actually requires checking both VolumeSnapshot and VolumeSnapshotContent to ensure both are pointing at each other. Binding MUST be verified prior to usage of this object. - jsonPath: .status.boundVolumeSnapshotContentName - name: SnapshotContent - type: string - - description: Timestamp when the point-in-time snapshot was taken by the underlying storage system. - jsonPath: .status.creationTime - name: CreationTime - type: date - - jsonPath: .metadata.creationTimestamp - name: Age - type: date - name: v1beta1 - schema: - openAPIV3Schema: - description: VolumeSnapshot is a user's request for either creating a point-in-time snapshot of a persistent volume, or binding to a pre-existing snapshot. - properties: - apiVersion: - description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' - type: string - kind: - description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' - type: string - spec: - description: 'spec defines the desired characteristics of a snapshot requested by a user. More info: https://kubernetes.io/docs/concepts/storage/volume-snapshots#volumesnapshots Required.' - properties: - source: - description: source specifies where a snapshot will be created from. This field is immutable after creation. Required. - properties: - persistentVolumeClaimName: - description: persistentVolumeClaimName specifies the name of the PersistentVolumeClaim object representing the volume from which a snapshot should be created. This PVC is assumed to be in the same namespace as the VolumeSnapshot object. This field should be set if the snapshot does not exists, and needs to be created. This field is immutable. - type: string - volumeSnapshotContentName: - description: volumeSnapshotContentName specifies the name of a pre-existing VolumeSnapshotContent object representing an existing volume snapshot. This field should be set if the snapshot already exists and only needs a representation in Kubernetes. This field is immutable. - type: string - type: object - volumeSnapshotClassName: - description: 'VolumeSnapshotClassName is the name of the VolumeSnapshotClass requested by the VolumeSnapshot. VolumeSnapshotClassName may be left nil to indicate that the default SnapshotClass should be used. A given cluster may have multiple default Volume SnapshotClasses: one default per CSI Driver. If a VolumeSnapshot does not specify a SnapshotClass, VolumeSnapshotSource will be checked to figure out what the associated CSI Driver is, and the default VolumeSnapshotClass associated with that CSI Driver will be used. If more than one VolumeSnapshotClass exist for a given CSI Driver and more than one have been marked as default, CreateSnapshot will fail and generate an event. Empty string is not allowed for this field.' - type: string - required: - - source - type: object - status: - description: status represents the current information of a snapshot. Consumers must verify binding between VolumeSnapshot and VolumeSnapshotContent objects is successful (by validating that both VolumeSnapshot and VolumeSnapshotContent point at each other) before using this object. - properties: - boundVolumeSnapshotContentName: - description: 'boundVolumeSnapshotContentName is the name of the VolumeSnapshotContent object to which this VolumeSnapshot object intends to bind to. If not specified, it indicates that the VolumeSnapshot object has not been successfully bound to a VolumeSnapshotContent object yet. NOTE: To avoid possible security issues, consumers must verify binding between VolumeSnapshot and VolumeSnapshotContent objects is successful (by validating that both VolumeSnapshot and VolumeSnapshotContent point at each other) before using this object.' - type: string - creationTime: - description: creationTime is the timestamp when the point-in-time snapshot is taken by the underlying storage system. In dynamic snapshot creation case, this field will be filled in by the snapshot controller with the "creation_time" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "creation_time" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it. If not specified, it may indicate that the creation time of the snapshot is unknown. - format: date-time - type: string - error: - description: error is the last observed error during snapshot creation, if any. This field could be helpful to upper level controllers(i.e., application controller) to decide whether they should continue on waiting for the snapshot to be created based on the type of error reported. The snapshot controller will keep retrying when an error occurs during the snapshot creation. Upon success, this error field will be cleared. - properties: - message: - description: 'message is a string detailing the encountered error during snapshot creation if specified. NOTE: message may be logged, and it should not contain sensitive information.' - type: string - time: - description: time is the timestamp when the error was encountered. - format: date-time - type: string - type: object - readyToUse: - description: readyToUse indicates if the snapshot is ready to be used to restore a volume. In dynamic snapshot creation case, this field will be filled in by the snapshot controller with the "ready_to_use" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "ready_to_use" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it, otherwise, this field will be set to "True". If not specified, it means the readiness of a snapshot is unknown. - type: boolean - restoreSize: - type: string - description: restoreSize represents the minimum size of volume required to create a volume from this snapshot. In dynamic snapshot creation case, this field will be filled in by the snapshot controller with the "size_bytes" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "size_bytes" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it. When restoring a volume from this snapshot, the size of the volume MUST NOT be smaller than the restoreSize if it is specified, otherwise the restoration will fail. If not specified, it indicates that the size is unknown. - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - type: object - required: - - spec - type: object - served: true - storage: true - subresources: - status: {} + - additionalPrinterColumns: + - description: Indicates if the snapshot is ready to be used to restore a volume. + jsonPath: .status.readyToUse + name: ReadyToUse + type: boolean + - description: If a new snapshot needs to be created, this contains the name of + the source PVC from which this snapshot was (or will be) created. + jsonPath: .spec.source.persistentVolumeClaimName + name: SourcePVC + type: string + - description: If a snapshot already exists, this contains the name of the existing + VolumeSnapshotContent object representing the existing snapshot. + jsonPath: .spec.source.volumeSnapshotContentName + name: SourceSnapshotContent + type: string + - description: Represents the minimum size of volume required to rehydrate from + this snapshot. + jsonPath: .status.restoreSize + name: RestoreSize + type: string + - description: The name of the VolumeSnapshotClass requested by the VolumeSnapshot. + jsonPath: .spec.volumeSnapshotClassName + name: SnapshotClass + type: string + - description: Name of the VolumeSnapshotContent object to which the VolumeSnapshot + object intends to bind to. Please note that verification of binding actually + requires checking both VolumeSnapshot and VolumeSnapshotContent to ensure + both are pointing at each other. Binding MUST be verified prior to usage of + this object. + jsonPath: .status.boundVolumeSnapshotContentName + name: SnapshotContent + type: string + - description: Timestamp when the point-in-time snapshot was taken by the underlying + storage system. + jsonPath: .status.creationTime + name: CreationTime + type: date + - jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1 + schema: + openAPIV3Schema: + description: VolumeSnapshot is a user's request for either creating a point-in-time + snapshot of a persistent volume, or binding to a pre-existing snapshot. + properties: + apiVersion: + description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + spec: + description: 'spec defines the desired characteristics of a snapshot requested + by a user. More info: https://kubernetes.io/docs/concepts/storage/volume-snapshots#volumesnapshots + Required.' + properties: + source: + description: source specifies where a snapshot will be created from. + This field is immutable after creation. Required. + properties: + persistentVolumeClaimName: + description: persistentVolumeClaimName specifies the name of the + PersistentVolumeClaim object representing the volume from which + a snapshot should be created. This PVC is assumed to be in the + same namespace as the VolumeSnapshot object. This field should + be set if the snapshot does not exists, and needs to be created. + This field is immutable. + type: string + volumeSnapshotContentName: + description: volumeSnapshotContentName specifies the name of a + pre-existing VolumeSnapshotContent object representing an existing + volume snapshot. This field should be set if the snapshot already + exists and only needs a representation in Kubernetes. This field + is immutable. + type: string + type: object + oneOf: + - required: ["persistentVolumeClaimName"] + - required: ["volumeSnapshotContentName"] + volumeSnapshotClassName: + description: 'VolumeSnapshotClassName is the name of the VolumeSnapshotClass + requested by the VolumeSnapshot. VolumeSnapshotClassName may be + left nil to indicate that the default SnapshotClass should be used. + A given cluster may have multiple default Volume SnapshotClasses: + one default per CSI Driver. If a VolumeSnapshot does not specify + a SnapshotClass, VolumeSnapshotSource will be checked to figure + out what the associated CSI Driver is, and the default VolumeSnapshotClass + associated with that CSI Driver will be used. If more than one VolumeSnapshotClass + exist for a given CSI Driver and more than one have been marked + as default, CreateSnapshot will fail and generate an event. Empty + string is not allowed for this field.' + type: string + required: + - source + type: object + status: + description: status represents the current information of a snapshot. + Consumers must verify binding between VolumeSnapshot and VolumeSnapshotContent + objects is successful (by validating that both VolumeSnapshot and VolumeSnapshotContent + point at each other) before using this object. + properties: + boundVolumeSnapshotContentName: + description: 'boundVolumeSnapshotContentName is the name of the VolumeSnapshotContent + object to which this VolumeSnapshot object intends to bind to. If + not specified, it indicates that the VolumeSnapshot object has not + been successfully bound to a VolumeSnapshotContent object yet. NOTE: + To avoid possible security issues, consumers must verify binding + between VolumeSnapshot and VolumeSnapshotContent objects is successful + (by validating that both VolumeSnapshot and VolumeSnapshotContent + point at each other) before using this object.' + type: string + creationTime: + description: creationTime is the timestamp when the point-in-time + snapshot is taken by the underlying storage system. In dynamic snapshot + creation case, this field will be filled in by the snapshot controller + with the "creation_time" value returned from CSI "CreateSnapshot" + gRPC call. For a pre-existing snapshot, this field will be filled + with the "creation_time" value returned from the CSI "ListSnapshots" + gRPC call if the driver supports it. If not specified, it may indicate + that the creation time of the snapshot is unknown. + format: date-time + type: string + error: + description: error is the last observed error during snapshot creation, + if any. This field could be helpful to upper level controllers(i.e., + application controller) to decide whether they should continue on + waiting for the snapshot to be created based on the type of error + reported. The snapshot controller will keep retrying when an error + occurs during the snapshot creation. Upon success, this error field + will be cleared. + properties: + message: + description: 'message is a string detailing the encountered error + during snapshot creation if specified. NOTE: message may be + logged, and it should not contain sensitive information.' + type: string + time: + description: time is the timestamp when the error was encountered. + format: date-time + type: string + type: object + readyToUse: + description: readyToUse indicates if the snapshot is ready to be used + to restore a volume. In dynamic snapshot creation case, this field + will be filled in by the snapshot controller with the "ready_to_use" + value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing + snapshot, this field will be filled with the "ready_to_use" value + returned from the CSI "ListSnapshots" gRPC call if the driver supports + it, otherwise, this field will be set to "True". If not specified, + it means the readiness of a snapshot is unknown. + type: boolean + restoreSize: + type: string + description: restoreSize represents the minimum size of volume required + to create a volume from this snapshot. In dynamic snapshot creation + case, this field will be filled in by the snapshot controller with + the "size_bytes" value returned from CSI "CreateSnapshot" gRPC call. + For a pre-existing snapshot, this field will be filled with the + "size_bytes" value returned from the CSI "ListSnapshots" gRPC call + if the driver supports it. When restoring a volume from this snapshot, + the size of the volume MUST NOT be smaller than the restoreSize + if it is specified, otherwise the restoration will fail. If not + specified, it indicates that the size is unknown. + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + volumeGroupSnapshotName: + description: VolumeGroupSnapshotName is the name of the VolumeGroupSnapshot + of which this VolumeSnapshot is a part of. + type: string + type: object + required: + - spec + type: object + served: true + storage: true + subresources: + status: {} + - additionalPrinterColumns: + - description: Indicates if the snapshot is ready to be used to restore a volume. + jsonPath: .status.readyToUse + name: ReadyToUse + type: boolean + - description: If a new snapshot needs to be created, this contains the name of the source PVC from which this snapshot was (or will be) created. + jsonPath: .spec.source.persistentVolumeClaimName + name: SourcePVC + type: string + - description: If a snapshot already exists, this contains the name of the existing VolumeSnapshotContent object representing the existing snapshot. + jsonPath: .spec.source.volumeSnapshotContentName + name: SourceSnapshotContent + type: string + - description: Represents the minimum size of volume required to rehydrate from this snapshot. + jsonPath: .status.restoreSize + name: RestoreSize + type: string + - description: The name of the VolumeSnapshotClass requested by the VolumeSnapshot. + jsonPath: .spec.volumeSnapshotClassName + name: SnapshotClass + type: string + - description: Name of the VolumeSnapshotContent object to which the VolumeSnapshot object intends to bind to. Please note that verification of binding actually requires checking both VolumeSnapshot and VolumeSnapshotContent to ensure both are pointing at each other. Binding MUST be verified prior to usage of this object. + jsonPath: .status.boundVolumeSnapshotContentName + name: SnapshotContent + type: string + - description: Timestamp when the point-in-time snapshot was taken by the underlying storage system. + jsonPath: .status.creationTime + name: CreationTime + type: date + - jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1beta1 + # This indicates the v1beta1 version of the custom resource is deprecated. + # API requests to this version receive a warning in the server response. + deprecated: true + # This overrides the default warning returned to clients making v1beta1 API requests. + deprecationWarning: "snapshot.storage.k8s.io/v1beta1 VolumeSnapshot is deprecated; use snapshot.storage.k8s.io/v1 VolumeSnapshot" + schema: + openAPIV3Schema: + description: VolumeSnapshot is a user's request for either creating a point-in-time snapshot of a persistent volume, or binding to a pre-existing snapshot. + properties: + apiVersion: + description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: '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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + spec: + description: 'spec defines the desired characteristics of a snapshot requested by a user. More info: https://kubernetes.io/docs/concepts/storage/volume-snapshots#volumesnapshots Required.' + properties: + source: + description: source specifies where a snapshot will be created from. This field is immutable after creation. Required. + properties: + persistentVolumeClaimName: + description: persistentVolumeClaimName specifies the name of the PersistentVolumeClaim object representing the volume from which a snapshot should be created. This PVC is assumed to be in the same namespace as the VolumeSnapshot object. This field should be set if the snapshot does not exists, and needs to be created. This field is immutable. + type: string + volumeSnapshotContentName: + description: volumeSnapshotContentName specifies the name of a pre-existing VolumeSnapshotContent object representing an existing volume snapshot. This field should be set if the snapshot already exists and only needs a representation in Kubernetes. This field is immutable. + type: string + type: object + volumeSnapshotClassName: + description: 'VolumeSnapshotClassName is the name of the VolumeSnapshotClass requested by the VolumeSnapshot. VolumeSnapshotClassName may be left nil to indicate that the default SnapshotClass should be used. A given cluster may have multiple default Volume SnapshotClasses: one default per CSI Driver. If a VolumeSnapshot does not specify a SnapshotClass, VolumeSnapshotSource will be checked to figure out what the associated CSI Driver is, and the default VolumeSnapshotClass associated with that CSI Driver will be used. If more than one VolumeSnapshotClass exist for a given CSI Driver and more than one have been marked as default, CreateSnapshot will fail and generate an event. Empty string is not allowed for this field.' + type: string + required: + - source + type: object + status: + description: status represents the current information of a snapshot. Consumers must verify binding between VolumeSnapshot and VolumeSnapshotContent objects is successful (by validating that both VolumeSnapshot and VolumeSnapshotContent point at each other) before using this object. + properties: + boundVolumeSnapshotContentName: + description: 'boundVolumeSnapshotContentName is the name of the VolumeSnapshotContent object to which this VolumeSnapshot object intends to bind to. If not specified, it indicates that the VolumeSnapshot object has not been successfully bound to a VolumeSnapshotContent object yet. NOTE: To avoid possible security issues, consumers must verify binding between VolumeSnapshot and VolumeSnapshotContent objects is successful (by validating that both VolumeSnapshot and VolumeSnapshotContent point at each other) before using this object.' + type: string + creationTime: + description: creationTime is the timestamp when the point-in-time snapshot is taken by the underlying storage system. In dynamic snapshot creation case, this field will be filled in by the snapshot controller with the "creation_time" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "creation_time" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it. If not specified, it may indicate that the creation time of the snapshot is unknown. + format: date-time + type: string + error: + description: error is the last observed error during snapshot creation, if any. This field could be helpful to upper level controllers(i.e., application controller) to decide whether they should continue on waiting for the snapshot to be created based on the type of error reported. The snapshot controller will keep retrying when an error occurs during the snapshot creation. Upon success, this error field will be cleared. + properties: + message: + description: 'message is a string detailing the encountered error during snapshot creation if specified. NOTE: message may be logged, and it should not contain sensitive information.' + type: string + time: + description: time is the timestamp when the error was encountered. + format: date-time + type: string + type: object + readyToUse: + description: readyToUse indicates if the snapshot is ready to be used to restore a volume. In dynamic snapshot creation case, this field will be filled in by the snapshot controller with the "ready_to_use" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "ready_to_use" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it, otherwise, this field will be set to "True". If not specified, it means the readiness of a snapshot is unknown. + type: boolean + restoreSize: + type: string + description: restoreSize represents the minimum size of volume required to create a volume from this snapshot. In dynamic snapshot creation case, this field will be filled in by the snapshot controller with the "size_bytes" value returned from CSI "CreateSnapshot" gRPC call. For a pre-existing snapshot, this field will be filled with the "size_bytes" value returned from the CSI "ListSnapshots" gRPC call if the driver supports it. When restoring a volume from this snapshot, the size of the volume MUST NOT be smaller than the restoreSize if it is specified, otherwise the restoration will fail. If not specified, it indicates that the size is unknown. + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + required: + - spec + type: object + served: false + storage: false + subresources: + status: {} status: acceptedNames: kind: "" @@ -2028,7 +2244,7 @@ metadata: namespace: kube-system labels: openebs.io/component-name: openebs-zfs-controller - openebs.io/version: ci + openebs.io/version: 2.3.0 spec: selector: matchLabels: @@ -2042,23 +2258,23 @@ spec: app: openebs-zfs-controller role: openebs-zfs openebs.io/component-name: openebs-zfs-controller - openebs.io/version: ci + openebs.io/version: 2.3.0 spec: affinity: podAntiAffinity: requiredDuringSchedulingIgnoredDuringExecution: - - labelSelector: - matchExpressions: - - key: app - operator: In - values: - - openebs-zfs-controller - topologyKey: "kubernetes.io/hostname" + - labelSelector: + matchExpressions: + - key: app + operator: In + values: + - openebs-zfs-controller + topologyKey: "kubernetes.io/hostname" priorityClassName: openebs-zfs-csi-controller-critical - serviceAccount: openebs-zfs-controller-sa + serviceAccountName: openebs-zfs-controller-sa containers: - name: csi-resizer - image: registry.k8s.io/sig-storage/csi-resizer:v1.2.0 + image: registry.k8s.io/sig-storage/csi-resizer:v1.8.0 args: - "--v=5" - "--csi-address=$(ADDRESS)" @@ -2071,7 +2287,7 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: csi-snapshotter - image: registry.k8s.io/sig-storage/csi-snapshotter:v4.0.0 + image: registry.k8s.io/sig-storage/csi-snapshotter:v6.2.2 imagePullPolicy: IfNotPresent args: - "--csi-address=$(ADDRESS)" @@ -2083,13 +2299,13 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: snapshot-controller - image: registry.k8s.io/sig-storage/snapshot-controller:v4.0.0 + image: registry.k8s.io/sig-storage/snapshot-controller:v6.2.2 args: - "--v=5" - "--leader-election=true" imagePullPolicy: IfNotPresent - name: csi-provisioner - image: registry.k8s.io/sig-storage/csi-provisioner:v3.0.0 + image: registry.k8s.io/sig-storage/csi-provisioner:v3.5.0 imagePullPolicy: IfNotPresent args: - "--csi-address=$(ADDRESS)" @@ -2115,7 +2331,7 @@ spec: - name: socket-dir mountPath: /var/lib/csi/sockets/pluginproxy/ - name: openebs-zfs-plugin - image: openebs/zfs-driver:ci + image: openebs/zfs-driver:2.3.0 imagePullPolicy: IfNotPresent env: - name: OPENEBS_CONTROLLER_DRIVER @@ -2164,10 +2380,10 @@ rules: verbs: ["get", "list", "watch"] - apiGroups: ["snapshot.storage.k8s.io"] resources: ["volumesnapshotcontents"] - verbs: ["create", "get", "list", "watch", "update", "delete"] + verbs: ["create", "get", "list", "watch", "update", "delete", "patch"] - apiGroups: ["snapshot.storage.k8s.io"] resources: ["volumesnapshots"] - verbs: ["get", "list", "watch", "update"] + verbs: ["get", "list", "watch", "update", "patch"] - apiGroups: ["snapshot.storage.k8s.io"] resources: ["volumesnapshotcontents/status"] verbs: ["update"] @@ -2278,7 +2494,7 @@ metadata: namespace: kube-system labels: openebs.io/component-name: openebs-zfs-node - openebs.io/version: ci + openebs.io/version: 2.3.0 spec: selector: matchLabels: @@ -2293,14 +2509,14 @@ spec: app: openebs-zfs-node role: openebs-zfs openebs.io/component-name: openebs-zfs-node - openebs.io/version: ci + openebs.io/version: 2.3.0 spec: priorityClassName: openebs-zfs-csi-node-critical - serviceAccount: openebs-zfs-node-sa + serviceAccountName: openebs-zfs-node-sa hostNetwork: true containers: - name: csi-node-driver-registrar - image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.3.0 + image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0 imagePullPolicy: IfNotPresent args: - "--v=5" @@ -2330,7 +2546,7 @@ spec: securityContext: privileged: true allowPrivilegeEscalation: true - image: openebs/zfs-driver:ci + image: openebs/zfs-driver:2.3.0 imagePullPolicy: IfNotPresent args: - "--nodename=$(OPENEBS_NODE_NAME)" diff --git a/pkg/deploy/zz_generated_bindata.go b/pkg/deploy/zz_generated_bindata.go index e4d22a4c25f4..c9cc0f2b8d22 100644 --- a/pkg/deploy/zz_generated_bindata.go +++ b/pkg/deploy/zz_generated_bindata.go @@ -416,7 +416,7 @@ func traefikYaml() (*asset, error) { return a, nil } -var _zfsOperatorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7f\x77\xdb\x36\x96\x37\xfe\xbf\x5f\x05\xbe\xca\xec\xd6\x9e\x5a\x72\x92\x69\xf7\x3b\xf5\x9e\x9e\x3e\x8e\xed\x74\xfd\x34\xb5\x7d\x62\x27\x7b\xb6\x99\x6c\x06\x22\x21\x09\x63\x0a\xe0\x00\xa0\x6c\x79\xb3\xef\xfd\x39\xb8\x00\x48\x90\x04\x29\xc9\x51\x7e\x34\x05\xcf\x9c\x69\x2c\x82\xc0\xc5\xc5\xc5\xc5\xfd\xf1\x01\xf0\x08\x5d\xcf\xa8\x44\x73\xcc\xe8\x84\x48\x85\xa8\x44\xb8\x50\x7c\x4a\x18\x11\x58\x91\x14\x2d\x28\x46\x7f\x9f\xe3\x1b\x52\x96\x91\x7f\x47\x09\x9f\xcf\x31\x4b\x77\x1e\xa1\x13\x8e\xd4\x8c\xa0\x39\x4f\xe9\x84\x26\x58\x51\xce\x90\x32\xbf\xdd\x4f\xe4\x30\x15\x74\x41\xc4\x68\x89\xe7\x19\xa2\x0c\xa5\x54\x90\x44\x71\xb1\x44\x29\xc9\x33\xbe\x3c\xd0\x2f\xe4\xc1\xce\x23\x84\x59\xaa\x3f\x62\x48\x14\xac\xbb\xbd\x9d\x26\xb9\xa6\x1a\x09\xed\x5d\xe4\x84\x9d\x3e\xbb\x42\xbf\x3d\xbf\x42\x09\x67\x4a\xf0\x0c\xe5\x19\x66\x44\x7f\x9e\x73\x46\x98\x92\xfb\x3b\x8f\xd0\x2d\x55\x33\x84\xa5\xe4\x09\x85\x1e\x1e\xbf\x94\xe8\x5f\xd1\xcb\x67\x47\xc7\x48\x14\x19\x91\x23\xdd\xcc\xb1\x20\x58\x91\x5a\xbd\x0c\xcf\x89\xcc\x71\x42\x1c\x15\xd4\xb4\x9b\x92\x09\x2e\x32\x55\xbd\x47\xb7\x33\x22\xcc\xb7\x9a\x16\xc3\x03\x74\x4b\xb3\x0c\x25\xa6\x5a\x9c\x65\x3b\x8f\x10\x55\x12\x09\x22\x79\x21\x12\x22\x47\xe8\x6c\x82\x6e\x09\xba\xc5\x4c\x69\x0e\x26\x33\xcc\xa6\x04\x51\xf8\xa3\x90\x04\x61\x94\xd2\xc9\x84\x08\xc2\x54\x8d\x14\x60\xfd\x12\x29\x4d\x91\xfe\xae\x22\x9c\x91\x5b\x8f\x28\xcd\x61\x9c\x49\x5e\x7d\x40\xd0\xc5\xe5\xe9\xf9\xe9\xb3\xab\x77\xe7\x47\xbf\x9e\x5e\x5d\x1e\x1d\x9f\xee\x3c\x42\x84\x2d\xd0\x84\x8b\x92\xfc\x13\x20\xff\x1b\xe9\x78\x9a\x11\x61\xea\x9a\x6a\x4a\xcc\x00\xcc\x35\x6f\x47\x3b\x8f\x50\x9e\x11\x2c\x09\x62\x1c\x48\xc0\xca\x90\x25\x67\xbc\xc8\x52\x34\x26\xb6\x57\x29\xba\x9d\xd1\x8c\x20\xca\xa8\xa2\x38\x43\x92\xa8\x22\xdf\x47\x9c\x25\x7e\x93\x9a\x43\xd2\x36\xa0\x3f\x81\x61\xab\x3a\xb4\xaf\xb9\x65\x6b\x66\x44\x73\xd8\x76\x8c\x2a\x84\x25\xe2\x59\x5a\x31\x17\x98\xbf\xf3\x48\xd3\xa5\xa9\xc0\x0b\x4c\x33\x3c\xce\x08\x2a\x58\x4a\x44\x07\xb3\x2a\x4a\x50\xc6\xf9\x8d\x04\xae\xe0\x2c\x83\xe2\x65\xd5\x9a\x4a\x16\x66\xa6\x57\x5f\x8e\xa5\x24\xa9\xa6\x0b\x33\xcd\xe1\xd1\xce\x0e\xce\xe9\x6b\x22\x24\xe5\xec\x10\x2d\x9e\xec\xdc\x50\x96\x1e\xa2\xf3\x72\x60\xe7\x44\xe1\x14\x2b\x7c\xb8\x83\xa0\x9e\x43\xc4\x73\xc2\xc8\x58\xee\xec\xec\x3c\xda\xe8\xf1\x8b\xa3\xf0\xd3\x53\xfc\xb7\xe7\x57\xaf\x79\x56\xcc\x09\x3a\x7e\x79\xb2\xba\xf8\x26\xb5\xaf\x43\xfb\xce\xa3\x06\x05\x1b\x29\xa8\x51\x87\x86\xb2\x23\x96\xf0\xd4\x0c\xb5\x56\x3a\xfa\x87\x1e\x45\xa7\x38\x72\x6d\x42\x51\x4d\x4b\x4a\x26\x20\xc2\x9c\xed\xec\x0c\x87\xc3\xda\x90\xe2\x9c\x92\x3b\x45\x98\xfe\x4b\x8e\x6e\xfe\x2a\x47\x94\x1f\x94\xe3\x7c\x5c\x48\xc5\xe7\x2f\xad\x10\x9d\x54\xf5\xf8\xc3\x8e\x19\xe3\x0a\x08\x96\xfa\x4f\xe4\xcd\xc0\xe1\x94\xb0\xd1\x4d\x31\x26\xe3\x82\x66\x29\x11\x50\x79\x29\x4d\x8f\x47\xdf\x8d\x1e\xef\x20\xa3\x0b\x28\x67\xd7\x74\x4e\xa4\xc2\xf3\xfc\x10\xb1\x22\xcb\x4a\x89\xba\x9f\xc8\x05\x70\x56\x8e\xee\x27\x72\x64\x05\x6c\x44\xf9\x8e\xcc\x49\xa2\xdb\x9c\x0a\x5e\xe4\x50\xd0\x7f\x6b\xbe\xb7\x44\x99\x0e\x95\x83\x04\xbf\x65\x54\xaa\x5f\xea\xbf\xbf\xa0\x52\xc1\xbb\x3c\x2b\x04\xce\xfc\xc6\xe1\x67\x39\xe3\x42\x9d\x57\xd5\x22\x34\xb4\x45\xaa\x3f\x17\xa6\x24\x65\xd3\x22\xc3\xc2\xab\x62\x07\x21\x99\xf0\x9c\x78\x13\x28\xdd\x41\xc8\x72\xc4\xd6\x38\x44\x38\x4d\x81\xcb\x38\xbb\x14\x94\x29\x22\x8e\xf5\xd7\xac\x6c\x51\x97\x49\x89\x4c\x04\xcd\x15\x70\x52\xab\x80\x4b\xce\x33\x4f\xa3\x9b\x06\xb5\x18\x1a\x4d\x9b\xee\x54\x82\xfe\x0f\xc9\xd9\x25\x56\xb3\x43\x34\xd2\x0c\x1c\xe5\x9c\x67\x9a\x20\xaf\x88\x61\xfc\x6f\xba\x52\xef\x57\xb5\xd4\xb4\x4b\x25\x28\x9b\x76\xd1\x72\xae\x85\xf5\x61\x74\xf0\x5b\x46\x84\xfe\xfe\xec\xa4\x45\x4a\xeb\xe7\x75\x68\xb9\xa2\xf7\x04\xf1\x89\x47\x48\x4f\xeb\x09\xce\x71\x42\xd5\xb2\xd5\xb4\xae\x65\xd3\x86\x15\x56\x85\x5c\xab\x69\x28\x09\xff\x69\xf3\xdf\x54\xb3\x61\xdb\x13\x9a\x11\xb9\x94\x8a\xcc\x1d\xcb\x11\x67\xeb\xb1\x60\x22\xaf\x97\x79\x9b\x8c\xe7\x65\x8d\x1b\x92\x72\x34\x5d\x8b\xfd\x4e\x99\x8c\x5a\x8a\xa0\x45\xca\xd1\xb4\x3d\x14\x69\xc5\x3a\x53\x68\xf1\xc4\xfe\x29\x93\x19\x99\xe3\x6a\xda\x68\xdd\x70\x74\x79\xf6\xfa\x2f\x57\x8d\x17\xa8\x35\x9f\xac\x2a\x17\x24\x17\x44\x6a\xb3\x01\x61\x98\x66\x63\xac\x17\xc8\x56\x6f\x72\xc1\x73\x22\x14\x25\xd2\xaf\x14\x21\x4f\xd5\xd6\x7e\x6f\x34\xf8\x8d\xa6\xca\x94\x33\xda\x9a\x18\x9b\xcd\x6a\x06\x92\xda\xae\x18\x6e\x52\x59\xd1\x05\xfc\x6a\x54\xcd\x27\x7a\xf9\xe6\xe3\x7f\x90\x44\x8d\xd0\x15\x11\xba\x1a\x67\x83\x24\x9c\x2d\x88\x50\x48\x90\x84\x4f\x19\xbd\x2f\xeb\x96\xce\x20\xce\xb0\x22\x56\x09\x56\x0f\xe8\x21\x86\x33\xb4\xc0\x59\x41\xf6\x61\x39\x9a\xe3\x25\x12\x44\xb7\x82\x0a\xe6\xd5\x07\x45\xe4\x08\xfd\xca\x85\x36\x9e\x26\xfc\x10\xcd\x94\xca\xe5\xe1\xc1\xc1\x94\x2a\xb7\xc8\xe8\x35\xab\x60\x54\x2d\x0f\x60\xbd\xa0\xe3\x42\x71\x21\x0f\x52\xb2\x20\xd9\x81\xa4\xd3\x21\x16\xc9\x8c\x2a\x92\xa8\x42\x90\x03\x9c\xd3\x21\x90\xce\x60\xa1\x19\xcd\xd3\x47\xa5\x6d\xf3\x4d\x83\xd6\xa0\x68\x22\xb7\x06\xf4\x8e\x83\x5e\x0d\x60\xed\xb6\x9f\x9b\xbe\x54\xec\xd6\x3f\x69\x1e\xbd\x3c\xbd\xba\x2e\x8d\x2b\x18\x92\xe6\x18\x00\xf7\x3d\xf9\xa9\x06\x42\xb3\x8d\xb2\x09\x18\x74\x54\xa2\x89\xe0\x73\xa8\x93\xb0\x34\xe7\x54\x9b\xd5\x7a\xcd\xcf\x28\x61\xcd\x41\x90\xc5\x78\x6e\xac\xf1\x7f\x16\x7a\xe1\x47\x8a\x8f\xd0\x31\xac\xbf\xda\x5e\x2c\x72\x3d\x15\xd2\x11\x3a\x63\xe8\x18\xcf\x49\x76\x8c\x25\xf9\xe8\xc3\xa0\xb9\x2d\x87\x9a\xb5\xeb\x0f\x84\x6f\x3e\xb4\x3f\x30\xbc\xab\xbd\x72\x0b\x7d\xe7\xc8\x99\xf9\x7a\xc6\x26\xbc\x9c\x40\x7a\xba\xda\xe5\x27\xc7\x02\xcf\x89\xd2\xdc\x77\xd6\xf1\x9c\xa7\x44\x22\xda\x9c\x3b\x48\xdb\xfc\xc9\xcc\xfb\x58\xa2\x04\x33\x70\x0a\xac\x36\xcd\xe8\x0d\x41\x43\xbf\x7a\xb0\xf9\x2b\xbd\xbb\xdf\xaa\x53\x97\xb5\x1a\x85\xdc\xe5\xdc\xda\xd8\xf7\x13\x89\xb8\xf0\x2b\xf2\x5e\x0a\x7c\x8b\xc6\x19\x4f\x6e\x50\x4a\x16\x34\x21\xa3\x56\xa5\x57\x7c\x5e\xaa\x57\xaf\x83\x96\x5a\xce\xb2\xa5\xf6\x58\x50\x5a\x80\x20\x3b\xdd\x8a\x14\x9d\x13\xb4\x8b\x25\xf0\x94\x4e\x68\x6d\x49\x36\x8f\xb5\x3b\x53\xa2\x30\xcd\x64\xab\x8d\x3d\x33\xfd\x31\x9a\x90\x5b\x84\x05\x41\x24\xa5\x4a\xfb\x29\x20\x79\x89\xf6\xac\xf8\xa4\x55\xe9\x71\x06\x8a\xcc\x32\x75\xbf\x49\xb6\xae\x07\x4b\x49\xa7\xba\x90\x7e\x27\xf1\x9c\x58\x55\xa2\xf9\x01\x3f\xc1\x74\x6b\xd5\x6c\xaa\x6c\x32\xa8\x4b\x25\xeb\xc7\xad\xf5\xed\x37\x0d\xb1\x3a\xb6\x05\x3b\x97\x31\xf7\xcc\x29\x7b\x41\xd8\x54\xaf\x67\x4f\x02\xaf\x3b\x67\x02\x50\xc3\xe7\x5a\x4b\x84\x56\x89\x16\x41\xdf\x1c\x57\x85\xcb\x11\x34\xdc\x01\x69\x19\x66\x7a\xe2\xfa\x55\x22\x9c\x4d\xb9\xa0\x6a\x36\x0f\xd1\xc5\xc1\xd1\xcc\xf3\x8c\x6a\xb6\xf3\xd2\x9d\x36\xd2\x3a\x42\xd7\x33\x3b\x08\x68\xc0\xd9\x00\x51\x96\x6a\xe7\xc4\xce\x2e\xc5\x03\x55\x16\x92\xd4\xe2\x0d\x41\x52\x4c\xc5\xbd\x45\xc2\x55\xa7\x68\xbc\x84\xb6\x21\x4e\x31\x26\x88\x50\x35\xd3\xae\xef\xfd\x3f\xc6\x88\x8b\x7d\x44\xcd\x40\x65\xf7\xdf\xbd\x73\xd5\xa2\x09\xc1\x5a\x7b\x05\x6a\xa4\x12\x11\xa6\x45\x37\xdd\xd7\x9f\x8c\x90\xcf\x5e\x2b\x41\x4b\x37\xa5\xb4\x98\xeb\xc9\x39\x51\xd6\x19\xef\x94\x86\x19\x96\x68\x4c\x08\x73\x3a\xc3\x74\xd7\xc6\x4a\x80\x72\x98\x9e\x6d\xd6\x33\x72\x9b\x2d\x87\xb7\x82\x2a\x45\xda\xaa\x09\x21\x30\x93\xd0\x73\x2e\x10\x65\x52\x61\x96\x90\xb2\xc7\x56\xbf\xdc\xe2\xd2\xd4\x36\x7a\x69\xc0\x27\x93\x81\x0b\x5c\x05\xaa\x64\xe4\x4e\xa1\x14\x2f\xad\xab\x59\x75\x5f\xd7\x64\xdc\x51\x43\x9f\x16\x00\x33\x6d\x35\x15\xa8\x9b\xc8\x5c\x50\x2e\xf4\x17\x92\x28\x58\x31\x41\x74\xa0\xdb\x76\xa5\x72\xcd\x68\xce\x9c\x58\x21\x78\xad\xa5\xec\x10\xf1\xc9\x64\xd4\x5c\x47\xa0\x52\xac\xb4\x05\x72\x88\xfe\x7b\x97\xb3\xf7\x7c\x32\x79\xaf\x87\xfc\xfd\xbd\x54\xe9\xfb\xe9\x3d\xcd\xe1\xff\x86\x6f\x9e\x0c\x7f\x78\xfb\xfe\x3e\x23\xef\xb3\xfb\xef\xf6\xfe\xb4\xe9\x4c\x4c\x49\x5a\xe4\xab\xe7\xe0\x89\x2e\x96\x95\x5e\xba\x99\x7e\xb9\xe0\x09\x08\x1b\x17\x48\x90\x39\x5f\xe8\x9e\x0b\x92\x16\x2c\xc5\xad\x95\xdc\x8d\x25\xc2\xaa\x9a\xbb\x08\xe6\xee\x3e\x7c\x94\x38\x4b\x43\x71\x85\x33\x84\xe7\xbc\x60\x4a\x6b\x21\xf8\x4a\x2a\x2e\x48\xda\x5e\x12\x10\x3a\x9b\x68\xbd\x4c\x33\x82\xac\x0f\x30\xc3\x2e\xfc\x97\x16\x79\x25\xd2\xa5\xd4\xbb\x9e\x98\x51\x0d\xd4\x08\xa4\x19\xfd\x0c\xdd\xd2\x06\xe3\x92\x25\x33\xc1\x19\x2f\x64\xb6\x34\xb2\x2d\x88\xd4\x83\x08\xbc\xc0\xca\x88\x77\xc1\xe8\x3f\x8b\x90\xc8\x41\x1f\xa8\xb4\xdd\x00\xd9\xd4\x66\x08\x67\x5e\x08\x14\x1a\x94\x33\x0c\x05\xe6\x9c\x4d\xcd\x02\xab\xe5\xc5\x63\x7e\xa0\x72\x3d\x59\x13\xce\xa4\x9e\x0c\x7a\x39\x81\x70\x0a\x53\x6e\x7c\x34\x5f\x73\x7e\x4b\x04\xda\x3d\xbe\x7c\xb5\x67\x0c\x59\x32\xe7\x62\xa9\x57\x99\x5b\x92\x65\x81\x3a\xb1\xac\xa2\x2a\x95\x77\x8e\x52\x2a\x6f\xd0\xd9\xc5\x08\x3d\x23\x13\x6d\x64\x99\x35\x96\x4d\x11\x46\x39\xb8\xe3\x7a\xfe\xa5\x2b\xe8\x2d\x47\x82\x30\x59\x08\x1b\x8f\x5c\xf2\x02\xcd\xf0\x82\x40\x64\x58\xaf\x88\x4b\x5e\x08\x34\xc3\x22\xbd\x35\x03\xf1\xcf\x82\x0a\x02\xf1\xcc\x10\xb9\xb9\x1e\x67\x41\xb1\x22\xd9\x12\x7a\x48\xe7\x79\x06\xc5\x35\x37\xab\xb7\xe0\x05\x2c\x88\x58\xa2\x5c\xe0\x44\xd1\x44\x2f\xcc\xb2\x48\x66\x61\x1e\x08\x02\x11\x0d\x34\xc6\xc9\x4d\x91\xcb\x11\x3a\x82\x40\x21\xce\xc0\x37\x50\x74\xa1\xc5\xb5\xde\x61\x18\x0a\x9a\x12\x11\x54\xe7\x60\x98\x54\x2a\xe7\xc7\xec\xfe\xbb\x7d\x88\x3e\xa2\x4c\x4f\x25\x67\x60\x0f\xb5\xf7\xc1\xa4\xae\xdf\x6b\x2b\x24\xfe\x55\x08\xd7\xb2\xd5\xf9\xbe\xf7\x0b\x9e\x59\xd9\xe9\xd5\xeb\x21\x8d\x51\x85\x31\xda\x7a\x7d\x4d\xed\x45\x58\x31\x0f\xe9\x15\xed\x32\x6b\xed\xd8\xf9\x6a\x32\x09\xbd\xeb\x55\x62\x84\x25\x62\x69\x54\xd5\x4a\x4d\x76\xaa\xb9\xe4\x54\x4d\xf5\xa1\x5b\x31\xb5\xa5\xcc\x6f\x65\x19\x68\x77\x46\x64\xa0\x5e\x3e\x71\xdf\x93\xd4\xb3\x85\x25\x88\x9f\x0b\xdf\x55\x2b\xb7\x2d\x6b\x54\x15\x66\x6d\x1b\x14\xc1\x90\x81\xaa\xd8\xb7\xa5\x94\x71\x4f\xb4\x8c\x1e\x1d\xbf\x90\xfb\x28\x27\x62\x4e\xcd\x62\x35\xa6\x4a\xee\x7b\x89\x9b\x8c\x4a\x3d\x13\x65\xdb\x16\x47\xe8\xf9\xab\xb3\x13\x34\xc7\x79\x0e\x05\x80\xc0\x42\x12\x01\xd6\xc5\x81\x89\x25\xc2\xbf\xcd\x62\x5b\x92\xac\xd7\x2e\x4b\x76\xc8\x00\xb4\x2e\x0d\x12\x24\x83\xc5\xd7\xae\xe8\xa0\x08\xa4\x12\x05\x38\x50\xfb\x88\xb2\x24\x2b\x52\xcd\x72\x5d\x5a\x1b\xe8\xba\x7d\xc9\x70\x2e\x67\x3c\x54\x31\xc4\x30\xf7\xcb\xd2\x33\x4a\x84\x76\xc9\x96\xfb\x9e\x85\x6b\x39\x24\xe9\x3d\xb1\xff\x9c\xf1\x8c\x98\xbe\x05\x65\xc0\x9f\xa1\x60\xba\x4b\xb4\xab\x66\xbc\x98\xce\xaa\xc5\xc2\x2c\x0b\xa9\xd5\xd6\x4a\x92\x6c\x62\xec\x25\x3b\xca\x7b\xa1\x09\xf8\xe0\xd5\x1c\x13\x39\x7c\xf2\xf4\xaf\xc3\x37\xc9\xfe\xf4\x6d\x32\x37\x7f\xff\xf0\xb4\xf6\xf7\xd3\xef\xff\xcd\xfd\xbd\xf9\xda\x6e\x82\x5b\xab\xa7\xc4\x73\x28\xe7\xd9\xd6\x5e\x40\x4d\x37\x50\x4e\x06\xed\xbe\x19\xc1\x3e\xb0\x83\xd3\xb1\x20\xdb\x1a\xa9\xd4\x23\xb6\xa0\xa9\x71\xf0\x06\xf7\x13\x69\xec\x29\xeb\x6d\x05\xf2\x6f\x5a\xf8\x3a\xd6\x4f\x49\xd4\xbe\x26\x65\x8e\x8d\x8d\x45\x25\x08\xa8\x5d\x19\xa0\x05\xc8\x1a\x65\x4b\xea\xd6\x4e\xd3\x87\x56\xa8\x02\x59\x07\x15\xb3\xe5\x2d\x5e\x8e\xea\x14\x93\x3b\xf5\x74\x5f\xff\xff\x5f\xe0\xff\xbf\xd3\x0e\xeb\xdd\x44\xb6\xe8\x0e\xd4\xd9\xe8\xc9\xeb\x8b\x17\x20\xea\x86\x66\x5f\xab\xe2\x24\xe1\x42\x4f\x09\x6d\x4c\xd8\xa6\x13\x1c\x52\x32\xd6\x7c\x2c\xad\x52\x48\xc5\x35\x75\x33\x30\xd9\x84\xcd\x9a\xfa\x39\xa4\x99\xef\xd4\x77\x41\x11\xed\x15\xa6\x1b\xb2\x34\xfd\x58\x29\x4f\xbf\x90\xe5\x73\xd3\x63\x4f\xa2\xcc\x0f\xd6\xa7\xf4\xd4\xee\x0d\x59\x6a\x6b\x2a\xb8\x1a\xc8\x22\xcf\xb9\xd0\x13\xb2\xac\xd2\x18\x49\x39\x96\x32\x9f\x09\x2c\xc9\x3e\x12\xf8\x76\x1f\xcd\xc8\x5d\x48\x12\xfb\xd6\xa0\xaa\x8e\x8e\x02\x02\xdf\x76\xbc\x99\x91\xbb\x07\x70\x2f\xe3\x46\xfb\xac\xc3\xbf\x17\xbc\x6e\x69\xbb\x6f\x35\x03\x35\xc7\xdc\x84\xac\x18\xb9\x29\x41\x5e\xe6\x61\x25\x41\x17\x55\x59\x47\x10\xe4\x3c\xce\x4e\xfc\x84\xfa\xe5\xc5\xc5\x0b\xfd\x5a\x14\x8c\x85\x5a\x44\x65\xa4\x89\xca\x76\xba\x24\x2c\xcb\x7e\xcb\xe1\xf9\x51\xce\x90\x0e\x57\x35\x5c\xf1\x96\xc3\x19\x2e\x9d\xb4\x92\x93\xae\x60\x23\x8e\xa1\x17\xbc\x32\xe6\x14\xca\x6a\x05\x3b\xde\x36\xcd\x2e\x5d\xf5\xda\xcc\x5b\xcd\x97\x60\xad\x1f\x9b\x57\xda\xfe\x16\xa9\x5e\xb7\x57\x2f\x4c\x57\x25\x97\x30\x92\xc5\x74\x4a\xa4\xee\x8a\xf1\x1c\x75\x0d\x30\x0f\x40\xd1\xbb\x00\x9e\xfe\x23\x64\x24\xc3\x42\x60\xfc\x36\xf8\xb0\x8c\x04\xa2\x79\x21\x0d\xf4\xc0\xfa\x48\x7a\x18\x6e\x39\x9a\x02\x4f\x35\xc7\x30\x43\x3c\xa4\xec\xc9\x3f\x0b\x9c\x69\x9b\xe7\xfb\x27\x4f\x41\xcd\x83\x01\x6f\xcb\x57\x6f\x9f\x3c\xfd\x2b\xfa\x65\xbc\x54\xda\x16\x7c\x09\x7d\x87\x1c\x9d\xb3\xc8\x3b\xdc\xb9\x75\x04\xba\x1c\xf6\xe3\x19\x66\x53\x67\xd2\xf6\x72\xe0\x9b\x6f\xa4\x37\x00\x08\x4f\x26\x24\x51\xd2\xf8\xae\x86\x8f\x2e\x90\x02\xcd\xde\x62\x91\xfe\x3b\x22\x77\xc6\xb2\x0c\xd4\x6a\xbe\xd1\x2a\xb9\x60\xa6\xb2\x80\x87\xf0\xe4\xe9\x5f\x6f\x82\xeb\xcd\x87\x88\x91\xf1\x93\x57\x8a\xd0\x95\x71\xa7\xab\xe9\x76\x3b\x23\x10\x3d\xf3\x18\x6a\xf9\xed\x7b\xde\xc1\x99\x31\x2f\x32\x45\xf3\x4c\x4f\xd1\xd4\xa0\x82\xa8\x72\x46\x88\xb6\x53\x15\x47\x83\x25\xa9\x59\x38\xbf\x3d\xbf\x1a\x6a\x5d\x9e\x5d\xbe\x76\xd8\x99\x50\xcd\xa5\xb1\x0d\xce\x87\x47\x9b\xb4\xe1\x4a\x88\x85\x98\x48\xe0\x9c\x1b\x8f\x99\x21\xce\x2c\x29\x9b\x7a\x5f\x9a\xc8\xae\x77\x8c\x6f\xec\x7d\x69\x4b\x9e\xad\xa3\xfd\xae\x18\xce\x57\x68\x3f\xe7\x15\x54\x1a\x30\x48\x68\x6b\x2a\x98\x48\xfb\x44\xf0\xf9\x08\x9a\x61\x2b\xb4\xe0\x5a\xb5\xae\xd0\x82\xbd\x4c\x51\x33\xca\x2e\xdd\xf7\xab\x35\xdd\xb5\x5f\xdc\xbe\x1b\x7b\xe2\x6a\xc0\x4a\x82\x48\x22\x16\xc6\x12\x98\x04\x95\x52\x95\x33\xf0\x70\x08\xa5\x85\xcc\x85\xe6\x47\x2d\xc4\xad\x65\xa1\x8a\x71\x07\x6b\xc4\xca\xd5\x55\xc5\x1a\x74\xf7\x7c\xfe\x80\x02\xd4\xc2\x83\xe6\x04\x33\x3d\xae\x34\xb9\xa9\x0a\x84\xb5\x47\x2d\xc3\x00\x13\xaa\xc6\x35\x88\x97\x79\xf3\xca\x4c\xab\x6a\xd2\x86\x22\x77\xa4\x46\x14\x59\x10\xe6\x82\xc5\xc6\x3e\x49\x39\x31\x13\x16\x42\x4d\xc6\x84\x02\x1f\xd0\xe5\x47\x3a\x1c\x9a\x4e\xc2\x74\x97\x1b\x74\x35\xa9\xd0\xda\x35\x14\x88\xf7\xe9\xd2\x32\xd7\xa0\xc4\x04\x09\xdd\x1f\xe5\x18\x8e\x97\xdd\x36\x81\x6d\xdc\x88\x89\x89\xc1\xfb\x64\x7b\xf3\xa1\xcb\x9f\x08\xf2\xb4\xdf\xc3\x40\x8c\x6f\x1e\x00\xda\xb2\x0a\x5a\xf0\xcc\x04\x6d\xd7\x32\x2b\x5e\xf3\xec\x99\x2e\x7d\xe5\x5b\x02\x5e\x46\xa9\xb2\x2d\xca\x38\x5a\xa0\xce\x6b\x23\xba\x50\x36\x01\x75\x6c\xf2\x1b\x56\x32\x70\xb5\x5e\xf0\x49\x8d\xc0\x7d\x3b\xb2\x8c\x05\xa3\x1f\x63\x82\xee\x89\xe0\x23\x54\x23\x73\x3d\x8b\x0e\x06\x2b\x98\x9f\xe8\x1e\xbe\x8f\xb0\x38\x1b\x82\xd6\x0a\x3e\x54\x45\x51\x4a\x14\x11\x73\x48\x64\x07\x56\x69\x6a\xb2\xb2\xba\xe0\xe0\xe4\xe8\xfa\xe8\xea\xf4\x3a\x2c\x41\x5c\xa0\x81\x76\xbd\x07\xa0\x51\x26\x12\x3e\x29\xc3\x10\xd6\x4e\x94\x8a\x0b\x3c\x25\x49\x86\x25\xc0\x85\x6d\x68\x02\xf7\xd9\xdb\xae\x79\x17\x97\x72\xf9\xb8\xd2\x0e\x3b\x9b\xa0\x81\x76\xae\x07\xfb\xf0\xdf\xbf\xd8\xff\x3e\x1d\x00\x4d\x77\x93\x0e\x91\xa7\x12\xcd\x0d\xba\xc0\x04\x31\x2c\xc9\x01\x4a\xad\x65\xe1\xa8\x74\x14\x05\x6b\x85\x58\x62\x83\xc4\x7d\xeb\x80\xb9\x9f\x27\x85\x00\x36\xdb\xa0\x8a\x69\x1e\x8c\x48\xd9\x59\x6f\x1f\x27\x47\x36\x25\xe7\xe2\x19\x41\x6d\xb3\x8d\xa5\xb7\x4f\xb7\xe8\xb1\xef\x78\x65\xe5\x66\x33\x71\x76\x9a\xb7\xdd\xde\x10\x05\x10\x74\xee\x55\x18\xda\xe7\xde\x06\x00\x88\xee\x55\x35\x23\x76\x42\x34\x86\xa0\x22\x00\x9a\x5b\x05\x16\xb1\x08\x3d\x8b\xf2\x81\x65\xbd\xae\xfb\x92\x42\x00\x86\x1d\x90\x79\x76\x71\xee\x98\xda\xb5\x95\xdd\x81\x73\x36\x81\x23\x40\x1b\xab\x0d\x46\xa0\x64\x35\x95\x21\xaa\x82\x22\xe0\x28\x35\x8e\x20\xd4\x30\xb8\x24\x2c\xa5\x6c\x5a\x59\x2e\xf5\x50\x5d\x89\x22\xb1\xdf\x76\xba\xe2\x5a\xd6\x6d\xc6\x8d\xa4\x68\x49\xea\xad\xbc\x24\x38\x5d\x76\xb5\xd1\xeb\x8b\x97\x1e\x19\x4b\xad\xc3\x21\x74\x5d\xe5\xfa\x54\xc8\x60\x5e\xa8\x6f\x8a\xd8\x2e\x77\xbc\x05\x52\x3b\xde\x3d\xc7\x34\x0b\xc0\x67\x7a\x27\x50\x87\xdc\x86\xe7\xd5\x10\x86\x7b\xa7\xf7\x6b\x63\xdd\x1c\x22\x25\xca\x5c\xab\xd5\x42\xf5\xdf\x8a\x71\x09\x98\x3b\x44\xff\xf3\xbf\x3b\x28\x62\x8d\x7b\xb0\xc6\x1b\x52\x12\x91\xc6\x7f\x50\xa4\x31\xce\xf2\x19\x8e\x78\xe3\x88\x37\x8e\x78\xe3\x88\x37\x8e\x78\xe3\x88\x37\x8e\x78\xe3\x88\x37\x8e\x78\xe3\xaf\x16\x6f\x1c\xa1\xc6\xe5\x13\xa1\xc6\x11\x6a\x1c\xa1\xc6\x11\x6a\x1c\xa1\xc6\x11\x6a\x1c\xa1\xc6\xfe\x13\xa1\xc6\x11\x6a\x1c\xd2\xcc\x11\x6a\x1c\xa1\xc6\x11\x6a\xdc\x78\x22\xd4\xd8\x3c\x11\x6a\x1c\xa1\xc6\xbf\x07\xa8\x71\xc4\xb7\x46\x7c\x6b\xc4\xb7\x46\x7c\x6b\xfd\x89\xf8\xd6\x88\x6f\x8d\xf8\xd6\x88\x6f\x8d\xf8\xd6\xc0\xdb\x88\x6f\x8d\xf8\xd6\xdf\x1b\xbe\xf5\x4b\x81\xb0\x4e\x70\x26\x3b\x31\xac\xd5\x5c\xc0\x49\x42\x72\x45\xd2\xf3\xe6\x89\xbf\x03\xa3\x86\xdd\x71\xbe\xf0\x67\xc2\x99\x49\xac\xc9\x43\xf4\xe6\xed\x0e\xb2\xd9\xc1\xd7\xee\x1c\x5e\xfd\xe3\x27\x3f\xbe\xfa\xca\x39\x43\xee\x00\xeb\x2d\xd5\xbe\x0e\xed\xe6\xf8\xea\x1a\x05\xf1\x00\xeb\xad\x1e\x60\xed\x5c\xdd\xad\x1c\x61\x7d\xe5\xa7\x70\x6a\x87\x58\xbb\x37\xa1\x63\xac\x4b\x12\xe0\x45\xc7\x41\xd6\xba\x90\x79\xef\x1f\x5f\xed\xe5\x8c\xd6\x39\xc0\x7a\x7b\xc7\xf0\x96\x22\xd9\x02\xc6\x96\x6f\xec\xa2\xe0\x1f\xb2\xed\x9e\x88\x92\x8d\x28\xd9\xfa\x18\x44\x94\x6c\x44\xc9\x96\x4f\x44\xc9\x46\x94\x6c\x44\xc9\x46\x94\x6c\x44\xc9\xc6\x53\x79\x6b\x63\x19\xa1\xb2\x11\x2a\x1b\xa1\xb2\x11\x2a\xdb\xf9\x2a\x42\x65\x23\x54\x36\x42\x65\x23\x54\xb6\x4e\x70\x84\xca\x46\xa8\x6c\x84\xca\x46\xa8\x6c\xfb\x89\x50\xd9\x08\x95\x8d\x50\xd9\x3f\x1c\x54\x36\x9e\xca\x1b\x4f\xe5\x8d\xa8\xe5\x76\xb3\x11\xb5\x1c\x51\xcb\x11\xb5\xdc\x78\x22\x6a\x39\xa2\x96\x23\x6a\x39\xa2\x96\xff\xb0\xa8\x65\x6d\x13\x05\x60\xcb\x82\x4c\x32\xf0\x00\x68\xd3\xfc\xc2\xa1\x83\x3e\x6d\x73\x45\x92\x10\x29\x27\x45\xd6\x5a\xd7\x1e\x04\x54\xfe\x68\x68\x58\xf8\x29\x7c\xf8\xe6\xe6\xa7\xbc\x0e\xb7\x7e\x2c\x65\xc4\xdf\x45\xfc\x5d\xc4\xdf\x45\xfc\x5d\xc4\xdf\x45\xfc\x5d\xc4\xdf\x45\xfc\x5d\xc4\xdf\xfd\x2e\xf0\x77\x11\x7a\x57\x3e\x11\x7a\x17\xa1\x77\x11\x7a\x17\xa1\x77\x11\x7a\x17\xa1\x77\x11\x7a\xe7\x3f\x11\x7a\x17\xa1\x77\x21\xcd\x1c\xa1\x77\x11\x7a\x17\xa1\x77\x8d\x27\x42\xef\xcc\x13\xa1\x77\x11\x7a\xf7\x7b\x80\xde\x45\xbc\x57\xc4\x7b\x45\xbc\x57\xc4\x7b\xd5\x9f\x88\xf7\x8a\x78\xaf\x88\xf7\x8a\x78\xaf\x88\xf7\x0a\xbc\x8d\x78\xaf\x66\xbf\xbe\x50\xbc\x97\x39\x12\xf1\x6b\x3a\xfb\xf0\x19\xe4\x4f\xca\x93\x0f\x3f\xc3\xd9\x87\x86\x02\x19\x8f\x3e\xdc\xfe\xd1\x87\x2e\x39\xb6\x85\x83\x0f\xcd\x28\xc1\x6f\xb5\x63\x0f\xcd\xef\xa1\x43\x0f\x6d\xe3\xf0\x73\xf0\xc8\xc3\xb1\x79\xe5\x9f\x76\x38\x76\xad\xac\x73\xd6\xe1\xc6\x17\xe8\x5f\x0a\xb2\xa0\x5c\x2b\x3d\xa7\xd8\xb4\x55\x37\xae\x7a\x66\x9e\xd6\xc5\xf9\x82\x2c\x9c\xb3\xea\x15\x33\x5c\xbe\xb4\x2f\x5b\x3a\xa5\xff\xd6\x74\x3b\xed\x5a\xfa\xa8\x75\x6b\x7c\xab\xc1\x07\xdd\x17\xff\xd9\x2e\x69\x77\x0a\xf4\xe1\x38\x58\xcb\xa9\xca\x09\xc6\x90\xed\x30\xa3\x56\x41\x1e\xcb\xf0\x88\x2e\x90\xc0\x04\xac\xe9\x7e\x57\xd0\xfb\x31\x62\x64\x23\x46\xb6\x3e\x06\x11\x23\xfb\x49\x31\xb2\xe5\xec\xbe\xca\x49\xe2\x12\x18\xfa\x2b\x03\x8a\xf5\x66\x7f\x60\xf6\xa2\x15\x06\xa6\x51\x10\x27\x44\xae\xce\x8b\x3d\x2b\x8b\x3a\x22\x04\x99\x73\x83\xaf\x11\x0e\x47\x65\x15\x8e\x12\x98\xc9\x49\x30\xc9\xb8\xc2\x47\xf6\xf2\xcc\x6f\x1e\x0f\x7f\x78\xfb\xed\x28\xf4\x9f\x43\xf3\x9f\xcd\x73\xca\x1f\x90\x37\xc2\xb5\xa0\x2b\x03\x20\x72\x95\xe8\xa8\x05\x10\x3b\x5c\xd6\x6d\xa7\x6d\xbc\x15\x77\x65\x67\x2e\xbd\xc2\x65\x5a\x0e\x4b\x83\xe2\xcc\x88\x22\xe9\xd0\x8c\xdd\x37\xb2\x0f\xdb\x60\xd6\xac\x87\x44\xbb\xd7\xa2\xb2\x49\x61\x69\x82\x00\xeb\x83\x76\xc8\x36\x38\x69\x46\x6d\x2d\x0a\x5f\x97\x45\xdb\x32\x61\x1d\x72\x4d\xa6\x89\x19\x80\x16\xec\xa4\x18\xa2\x18\x29\x91\x8a\xb2\x80\xc7\xf8\x21\x3d\xea\x73\xbf\xab\x19\xbf\xb1\x03\x5e\xb1\x69\x8b\x5e\x76\xa5\xde\x8c\xab\x4d\x61\xb5\x9e\xf1\x2c\xb5\x5f\x6b\xee\x06\x79\x18\x0e\x68\x0c\xd1\x19\xa3\xa1\xbe\x9d\x70\x16\x0a\x1d\x3c\xc7\x34\x0b\xb0\xbf\xfb\x5a\x02\xdd\xc0\xa5\xe0\x53\xad\xf3\x82\x2f\x17\x38\xa3\xcd\x0a\x3b\x06\xeb\x73\x6c\xc2\xfa\xca\xaf\x29\x78\x49\x80\x8a\xca\x57\xdf\x52\xed\xeb\xd0\x6e\x5c\x75\x4b\x41\xf4\xd5\x3f\x82\xaf\x2e\x2c\x6f\xb7\xe1\xac\xdb\x71\x6a\x7b\xeb\xf6\x45\xc8\x5d\x77\xed\xb7\x9d\x72\x51\xd6\xf6\x69\x6f\x20\x70\xf2\xee\xbb\x7e\x89\xfe\x09\x59\x8a\xa2\xf7\x17\xbd\xbf\xe8\xfd\xfd\x8e\xbd\x3f\x3b\xc3\xbb\xdd\xbf\x97\x8d\x89\xbe\x81\xff\xb7\x89\x3f\x04\x65\xc1\xf1\x31\x56\xaf\x71\x7e\x9c\x96\xa9\x52\x8e\x56\x32\xb6\x6c\xa3\xdb\x76\xae\x44\x8b\x5f\x2d\x42\xa9\x72\x59\x7d\x9a\x1f\xe6\x5c\x28\xbd\x80\xda\x0d\x8e\x25\xbd\x20\x9e\xd6\x83\xe5\xa2\xdb\xb6\x35\x8f\x57\x41\xc6\x13\x9c\x21\xe1\x2d\x1e\x1b\x75\xf2\x23\x3b\xb8\x1b\xb8\x32\x76\xc4\x60\x2c\x15\x6f\x0c\xe7\x0c\xbb\x73\xb3\x72\x22\x26\x5c\xcc\x3f\xa1\x8b\xd2\xef\x85\x54\x82\xf0\x09\x5d\x14\x37\x07\x5b\x3e\x8a\xdd\x46\xa5\x97\xa6\x44\x97\x6e\x66\x5e\xbf\x02\x27\x05\x84\xea\x2a\x6e\xe5\x6e\x55\x1a\xb7\x72\x57\xf2\x11\xb7\x72\xc7\xad\xdc\x71\x2b\xf7\x1f\x70\x2b\x77\xbc\x4a\xa5\xfe\xc4\xfd\xdc\x71\x3f\x77\xdc\xcf\x1d\xf7\x73\xc7\xfd\xdc\x71\x3f\x77\xdc\xcf\xed\x3f\x71\x3f\x77\xdc\xcf\x1d\xd2\xcc\x71\x3f\x77\xdc\xcf\x1d\xf7\x73\x37\x9e\xb8\x9f\xdb\x3c\x71\x3f\x77\xdc\xcf\xfd\x7b\xd8\xcf\x1d\xaf\x52\x89\x57\xa9\xc4\xad\xf5\xed\x66\xe3\xd6\xfa\xb8\xb5\x3e\x6e\xad\x6f\x3c\x71\x6b\x7d\xdc\x5a\x1f\xb7\xd6\xc7\xad\xf5\x5f\xe3\xd6\xfa\x4f\x0d\x69\xff\x98\xd8\xf5\x0d\xe1\xdf\x0f\x07\x97\xc3\xcb\xdf\x9e\x5f\x41\x1c\xe3\x33\xee\x32\x2f\xdb\x8f\xb0\xf5\xad\xc2\xd6\x61\xb7\xd8\x36\x30\xeb\x7a\x80\xe0\x97\x1a\x60\x5d\xff\x1a\x42\xab\x43\xb3\xf0\x63\x70\x6b\xb9\x29\x60\xde\xfb\x50\x76\xfb\xeb\xa7\xc5\xb1\x83\xe8\xd9\x60\x00\xa0\x7a\xf5\x1a\x00\x78\x94\x31\x2f\xc0\x15\x85\x78\xbf\xd6\x54\x12\xe1\x05\xa6\x19\x1e\x67\xa4\x89\x1f\xc3\x80\x4f\x05\x18\x94\x91\xa3\xcc\x00\x26\x2c\x63\xe1\xed\x10\x4f\x09\x53\x76\x11\x92\xce\x31\x86\xf6\x2d\xba\xf9\x5f\x6b\x75\xe6\x44\x50\xae\x3d\x92\x2c\x5b\x96\x99\x77\x7a\xef\x22\x1c\x61\xaa\xca\x4d\x82\xa3\xda\xb0\xb9\x47\xaf\x2c\xda\x48\x03\x48\xad\x20\x13\x22\x88\xb6\x7c\x01\x27\x0d\x15\x73\x3b\x75\x84\x20\x32\xe7\x00\xf2\x33\xd0\x5b\x0b\x7f\xf7\x6a\x8b\x18\xfd\x88\xd1\xaf\x8f\x41\xc4\xe8\x6f\x13\xa3\x0f\x93\xbb\x59\x9a\x2a\x32\x0f\xe0\x1a\xeb\x7b\x6e\x21\xf3\x5c\x05\x8d\xcb\xf4\x39\xcc\x12\x34\xa5\x0b\xc2\x4a\xf5\x61\x22\x1b\x10\xdc\x0c\xb9\xbd\xdc\xd3\x28\xed\x80\x7f\x0f\xd2\x12\xa1\x89\x20\x41\xc7\x47\x2f\x7d\xcb\x8b\x49\xf8\x95\x56\xee\x86\x23\x7a\xf6\x4d\x3b\x22\x85\x55\xa9\x0e\xd7\xab\xc5\x93\xe7\x82\x34\x9d\xdc\x4a\x6d\x26\x1e\xd8\xd3\xf1\x25\x64\x6f\xd7\xd2\xd7\x7f\xfb\xf6\xfd\x70\xef\xa7\x5d\x8b\xa6\xdf\xfd\x9b\x41\xd0\xff\x79\xef\xa7\xbd\xf7\xee\x8f\x6f\xf7\xf6\x76\x77\xdf\xfc\xf2\xeb\xcf\xd7\x97\xa7\x6f\xe9\xde\xfb\x37\xac\x98\xdf\x98\xbf\xde\xef\xbe\x21\xa7\x6f\xd7\xac\x64\x6f\xef\xa7\x50\xd6\x1b\xa1\xbb\xa1\xb6\x12\x04\x23\x8a\xc8\x21\x65\x6a\xc8\xc5\xd0\x70\xa4\x66\xb9\xfa\x4f\x57\x88\xb2\xc1\xaf\x73\x2f\x1a\xd9\xcf\x92\x15\x1e\xf2\x0a\x1f\x19\xa1\xa2\xa0\xc1\x00\x76\x83\xa0\x57\xaf\xce\xb4\x49\xc6\xb8\x82\x3c\x88\x81\x98\x21\x9a\xea\x59\x69\x46\x0e\x7f\x54\x42\xbb\xfd\x1f\x2d\x8c\x5a\xd6\x83\x2f\x3a\xb6\xad\x0f\xa1\xdb\xed\x70\x69\x97\x2e\x70\xaf\xb0\x10\x78\xb9\x86\xd7\x03\xba\xe3\x0b\xf6\x70\xb4\x3d\xbd\xf3\x08\x1d\x1b\x90\x00\x58\xdc\x57\x67\x36\x37\xe0\xc8\xf4\xed\x6d\x4b\x59\xdb\xd2\xbe\x3a\xb3\x09\x05\x5f\xbd\x96\xf6\xef\x28\x91\x34\x64\xfa\x3e\x42\x29\xf7\x51\x13\xd6\xdb\xc4\x4a\xe1\x64\x36\x37\x8b\x90\xf9\xe3\xa5\x63\xb0\x3d\x5d\x4c\xab\xe5\xf4\x8c\x4d\xf8\x05\xfb\x95\x17\x4c\x55\xbf\x5b\x12\x1d\x70\xdc\x32\xd1\xf4\xf4\x4b\x73\x1d\xc0\x48\x1b\x02\x1e\x70\x41\xd2\x51\xa5\x44\x46\x94\x1f\xa2\x81\xb7\x64\xce\x8a\xf1\x28\xe1\xf3\x03\x4f\xcf\x24\x92\x1e\xe8\x1e\x68\xd3\x68\xe8\x32\x15\x8a\x88\x83\xbc\xc8\xb2\x83\xef\x9e\xfc\x30\x58\xc3\x39\xb1\x89\x1d\xfb\x35\x84\x4d\x88\x1c\xb9\xbf\x47\xf5\xf1\x6e\xba\x2c\x5d\xc5\x02\xbe\x8b\x89\xc4\xb8\x4b\x39\x8f\x75\x3b\x0d\x3f\x26\x50\xa2\xe5\xd3\x04\xa9\x6d\x38\x30\x81\x32\x95\x33\x73\x9c\x15\xd2\x80\x0c\x1f\x72\x4e\x96\x77\x08\x54\x0b\x74\x63\xd8\xd9\xca\xaa\xad\x73\xee\xd4\x49\x3b\xd2\x88\x9b\xec\xe0\x4c\x55\x4e\x4b\x8a\xd4\x4c\x94\x58\xb1\x00\xe3\xbc\xd4\x48\x4a\xe0\x74\x0f\x5d\x33\x43\xda\x80\x1b\xf3\x82\xa5\x8d\x8f\xcc\x49\x14\x50\xd0\xd7\xd9\x7e\x7f\xf5\x5b\xca\xd9\x25\xcf\x68\xb2\x6c\xf7\xbb\xeb\x75\x47\xff\xbf\xe4\xe3\xb4\x82\xfc\x2c\x2d\x16\x6f\xc7\x0c\x58\x6c\xd8\x47\x79\xd9\x79\xe0\xa0\xdf\x85\x34\x43\xca\x7c\x60\xb2\x4b\x5e\xb9\xb9\x83\x8e\x5c\xed\x49\xb0\x69\x2a\xcb\x6d\x17\xa6\x1c\xb4\xa4\x47\x12\xb2\x8a\x94\xb5\x84\xa5\x74\xbf\x02\xd5\xd9\xfc\x38\xe3\x6c\xc8\x7c\xc7\xde\x3d\x9f\xd7\x99\xdc\x8e\xfb\xf8\x75\x38\x8c\xf5\x19\xd7\xcb\xf5\x7a\xd1\x50\xe6\xe2\x33\xea\x13\x74\x55\xe2\xe6\xdc\x66\x32\x41\xd0\xe0\x25\x51\x98\x32\xb3\x2f\x66\x00\xea\x83\x0c\x46\xd5\xcf\x2e\x6f\x6b\x81\x8a\x61\xea\x01\x58\xaf\x24\xca\x67\x4b\x49\x13\x9c\x55\xf9\x7a\xce\x7a\xa6\xa5\x6e\xff\x86\xe4\x6a\x54\x36\xfc\xd1\x9b\x2b\x99\xe1\xec\x98\x75\xf7\x89\x1a\x02\x03\x2f\x0c\xa3\xd6\x16\x26\x58\x97\xfa\x85\xc8\x18\x7d\x34\x80\x82\xb0\xfd\xb1\x25\x80\x4b\x33\xcc\xd2\x0c\x26\x37\x95\x21\x89\xe9\xee\xe9\x67\x89\x90\x6c\x29\x26\xf2\xf5\x44\x41\xaa\x65\xac\xc9\x72\xdf\x10\xea\x0e\x2b\xf4\xf8\x68\x75\x88\x61\xb5\x5c\xc2\xc0\xdd\x90\xe5\xd0\x8c\xda\x1c\xe7\x66\x7f\x4e\x43\xbc\xca\xc5\xb0\xb1\x67\xb8\x5c\x42\xdd\xac\x93\x80\x1c\x91\xc4\x57\x2b\x3c\xc7\xda\x1d\x55\x1c\xfd\x52\xd9\xd2\x1f\x96\xb8\xea\xb4\x7c\xe0\x65\xd8\xde\xdb\xf0\xa8\x64\xfb\x63\xf3\x58\x26\x14\x0d\xd3\xaf\xcb\x30\x1d\x13\x85\xa3\x75\x1a\xad\xd3\x68\x9d\x7e\x31\x4a\x25\x5a\xa7\xd1\x3a\x5d\x8b\xc6\x68\x9d\x46\xeb\xf4\x8f\x66\x9d\x7e\xb6\x33\x43\xbf\x44\x98\xcf\x17\x17\xab\x37\x7a\xff\x13\x04\xeb\x4d\x43\xfd\xe1\x7a\x53\x66\x55\xc0\xde\x92\xdc\x1f\xb1\x2f\x9b\xdb\x4a\xcc\xbe\x36\xdf\xcf\xca\xd3\x73\x9a\x97\xf7\x80\xb1\x87\xd3\xa5\xdd\xe1\x02\x36\xad\xe2\xe5\x71\x68\x38\x70\xc6\x51\xeb\x16\x8a\x11\xd4\x70\xcd\x5f\xc9\xf6\x0d\x18\x2f\x43\xaf\xcc\x74\x1c\x73\x9e\x11\x6f\xff\x40\x83\xe6\x97\xe5\xa2\x50\x1e\x10\xa3\x17\x5d\x83\x0a\x6f\xee\x53\xa1\x0c\xc1\xe6\xae\x15\x64\x9a\xc3\xcc\xe8\x7d\x88\xce\xd0\xbb\x30\x12\x60\xb5\xb7\x18\x5a\x7f\xd7\x31\x57\x74\x9f\xba\x4d\x96\xad\xfb\x90\x70\x81\xc9\x96\x1d\xc9\xce\x2c\xfe\xf1\xd5\x99\x5b\x4c\x9c\x94\x25\x55\xfa\x75\x73\x76\xf4\xf6\x69\x8b\xc1\x00\xbf\x0f\x21\x23\x1c\x8e\x10\x2c\x4f\x3d\x2f\xc9\x1f\x93\x8c\xb3\xa9\xec\xa3\x72\xd1\xae\x2d\x78\x8b\x4c\x57\x0e\x71\x1b\x7d\x70\x26\x58\xbd\x17\x61\xd1\xb5\x45\xa9\x15\xb7\xf5\xbb\xf6\x92\x4c\x46\x6c\x75\xcf\xbe\xaa\xf4\x99\xe5\x99\xa8\x6b\x31\x9c\xa8\x02\x67\x68\xc0\xd9\x30\xa5\xf2\x66\xe0\x89\xbb\x65\xee\x0a\xa9\x8f\x41\x81\x2f\x30\x28\x10\x7d\xa4\x4f\xe8\x23\xad\x3c\x3a\x18\x0e\x09\x76\x12\x5d\x4d\x12\x03\xd1\xea\x0f\xb8\x8c\x97\x2b\xd6\x9c\x4e\xff\xb9\x0f\x8a\xd8\x1f\x33\x6a\xd1\xbf\x3a\x6e\xf4\xc5\x99\x17\x31\x9a\xe4\x47\x93\x9e\x73\x81\xd2\x25\xc3\x73\x8b\x9d\xf7\x77\xa1\x96\x6e\xf2\xbe\x9d\xb3\x94\x64\xa9\xd9\x09\x86\x0b\xc5\xe7\x58\xd9\x8f\xc6\x70\x86\x40\x66\x76\x78\x59\xb9\xd4\x26\x94\xe7\x44\x21\x49\x53\x92\x60\x61\x1c\x76\x5d\x60\x50\xb7\xd6\x06\xb6\x7a\x33\x19\xd2\x6a\x63\x8a\x8f\xae\x0f\x86\x89\x74\x17\x72\x41\x86\xee\xd0\x01\x9f\xee\x42\x6a\xdd\xf3\xeb\xab\xab\x6b\x17\xfa\xae\x75\xa5\x16\x58\xd7\xcd\xf5\x5a\x13\xdd\x33\x0a\xad\xd8\x60\xd6\x11\x83\x43\xdd\x71\xb8\x5e\xb5\x82\x3a\xe3\x71\xed\x09\xda\x19\x93\xdb\xba\x8d\x8b\xae\x35\x67\x81\xd7\x63\x7b\xe1\x92\x6e\x0e\x7b\x4d\x0b\xa2\x0a\xc1\x2a\xe5\xa5\x69\xf8\x99\xa8\xcb\xac\x98\x52\xa6\x0d\xbf\xdd\x3d\xa4\x45\xca\xee\xa4\xc5\xca\x52\xd8\xcf\xf9\xfe\xa3\x06\x60\x79\x5a\xc9\x27\xbb\x8a\x85\x4f\x7d\xf0\x3d\xd0\x5d\x2e\x2a\xed\xb3\xd7\x39\x77\xe0\x00\x65\xe3\xad\x1a\xbc\xb8\x31\x17\xfe\x51\xc8\x12\x48\xa9\x57\xd8\x2a\xc6\xd4\x5a\x3b\xc1\x72\xb1\x4c\x35\xe2\x4a\x25\xa2\xf3\x79\x01\x47\x91\xd9\xbd\xbc\xce\xa0\xec\x67\x50\x3f\xf6\x1c\x95\xfd\xfb\x0f\x08\xc9\x76\x81\xcd\xeb\xfc\xaa\x7d\xd2\x40\x8b\xeb\x61\x1d\xb8\x12\xef\x68\x3a\x30\xeb\x59\x70\x92\xae\xd6\xf5\xd5\x5d\x4d\xab\xf9\x05\xe7\xb1\x36\x86\xc8\x3b\x5e\x36\xc8\xca\x30\x02\x7a\x25\x16\xdb\xed\x40\xdd\x80\x69\xfe\x07\x21\x96\x99\xf7\x8e\x61\xde\x4e\x66\xb0\x96\x1c\x0f\x4a\xce\x79\x8b\xa0\x27\x85\x0a\xdf\x10\x66\xcf\xb5\xd8\x6e\x8f\x7b\x10\xd7\x08\xb6\x3f\x90\xae\x9d\x0a\xc3\x2a\x36\x8a\xde\x0c\xea\xb2\x33\x78\xbb\xc6\x27\x3e\xe7\x02\x1f\x74\x78\xa7\x2b\x67\x3d\x5b\xe1\x2f\x7b\x7c\xaf\x7b\xcc\x4e\xcc\xec\xb6\x68\x4f\xc8\xce\xb9\xb2\xc7\x93\x9a\x19\xea\x1f\x68\xb1\xdf\xd9\x90\xb6\x8e\x3d\x63\x06\x4e\xc7\xad\x1d\x50\x9c\xd2\x09\x6c\x40\x33\xe7\xc6\xf0\x89\xb5\x5d\xec\x21\xe3\x12\xce\x23\xdd\x77\x12\x61\xed\xe4\x72\xcf\x5a\x8a\x72\x2e\x55\x19\xd3\xac\xb4\xc6\xa6\xca\xb4\xe5\x2a\xaf\xb9\x59\xdf\xfb\xa2\x21\xf7\xdb\xf3\xf0\x1b\xc5\x46\x57\xda\xb7\x0f\x7e\x0a\x11\x06\x33\x2b\xe6\x46\x1f\xbb\xbd\x7d\xe0\xef\x75\xb5\xf8\x8d\xac\xae\xb8\x83\x83\x1f\xa8\x39\x49\xd3\x1c\x73\x3b\xa6\xc6\x44\x31\xb1\x49\x38\xba\xdf\x98\x26\x0d\xbd\xd7\xd7\x99\x7d\xd3\x80\x1e\xd2\x32\xb5\xde\x1f\x0a\x71\xab\x6d\xb9\xc5\x1e\xee\xdf\xab\x48\x99\xe1\x3c\x27\x9f\x68\x15\xe9\xf6\xe5\x83\x92\x71\x74\x79\xe6\xfc\x77\xd7\x47\x3b\x10\xc1\x23\x22\x57\xca\x26\x82\xc3\xa5\x48\x96\x42\xd0\x65\x1d\x0a\xbe\x39\x9b\x98\x26\x85\xe5\x16\x46\x39\x25\x86\xe5\x65\xb8\x00\xce\x10\x27\x38\xb5\x3f\x6a\x87\x50\x90\x72\xbc\x8c\x56\x30\x6e\x72\x15\x4e\xd0\xf6\x1c\xc2\x46\x08\xd0\xff\xbd\xba\x38\x3f\xf8\x99\x5b\xee\x63\xb8\x63\xde\x5c\x1a\x3f\x27\x4c\x99\x93\x84\xf5\x0c\x4e\x89\xd4\x9c\xbf\xd2\x6f\x46\x6e\xe3\xf5\xc8\xd6\x46\x84\x7c\xf3\xf4\xad\x11\x28\x72\x87\xe7\x79\x56\x9d\x69\x5e\x2e\x84\x4e\x8a\xcd\xd5\x17\x18\x95\xdf\x82\x0a\x01\x92\x72\x9e\x5a\xa2\x6f\x81\x58\xbd\x58\xe8\x15\x18\x5b\x27\x3f\xa3\x37\xe4\x10\x0d\x20\x2e\x56\x35\xfd\x3f\x5a\x1a\xff\x77\x80\x76\xcd\x11\x4b\x03\xfd\xe7\xc0\x34\x58\xc6\x48\x7c\x55\x5a\x35\x6c\x3c\x18\x41\xa7\x53\x22\xec\x95\x05\x44\x3b\xd5\x7b\x5a\xc5\xd1\x09\x62\xdc\x2b\xcc\xec\x8d\x8d\xd5\x49\x6b\x4d\x42\xde\x3c\x7d\x3b\x40\xbb\xf5\x7e\x21\xca\x52\x72\x87\x9e\x1a\x8f\x81\x4a\xdd\xc7\x3d\x2b\xf1\x72\xc9\x14\xbe\xd3\x75\x26\x33\x2e\x89\x3d\x71\x05\xe6\xc5\x82\x20\xc9\xe7\x04\x0e\xb3\x1e\x3a\xa7\xe3\x16\x2f\xcd\xfd\x33\x86\x95\xf6\x94\x6a\x2c\x54\x23\x82\x74\x7d\x71\x72\x71\x68\x5a\xd3\xc3\x36\x65\xee\x50\xaf\x09\xd5\xba\xc0\x9c\x23\xef\xcf\x38\x59\x94\x8a\xcd\x1e\x70\xef\x4e\x9f\x2b\x54\x21\x48\xf0\x38\x95\xb5\x24\x3e\x14\xce\x09\x0b\x3b\x84\x75\x9a\x13\xed\x33\x06\x4d\xd6\xee\x62\xf7\x2e\xbc\x66\x17\xfd\xd0\x71\x6f\x17\x6b\x89\xc1\x83\x94\x27\x52\x77\x30\x21\xb9\x92\x07\x7c\x41\xc4\x82\x92\xdb\x83\x5b\x2e\x6e\x28\x9b\x0e\xb5\x90\x0d\xcd\xc8\xcb\x03\xd0\xcb\x07\x8f\xe0\x3f\x1f\xd4\x23\x50\xee\xeb\x77\xab\xb6\x16\x7c\xcc\xbe\xe9\x76\xe4\xc1\x83\xbb\xe6\xe2\x81\x9b\xac\x04\xee\xd0\xc6\xa4\xf9\x75\xc3\x0e\xa8\x69\xb8\x39\x4e\x8d\x0a\xc4\x6c\xf9\xd1\xc5\x58\x33\xb0\x10\xba\xed\xe5\xd0\xe6\xa4\x87\x98\xa5\x43\x38\xb7\x5d\x2a\xfd\xfb\x83\x39\xd6\xb9\xa5\xb3\xc9\xa5\x57\x67\x27\x9f\x46\xb8\x0b\xfa\xe0\xd9\xda\xe3\x22\xf4\x1d\x8a\xd3\x83\x90\x40\x61\x94\x84\x7b\xd1\x71\xdb\xcd\xb0\x6d\x78\xae\x87\xe1\x58\xeb\xb2\x29\x7b\xe9\x6d\x23\x5f\x62\x24\x44\xd5\x0e\xc6\x00\xbf\xb7\xcc\xea\x6f\x10\x87\xf5\x33\x45\x2b\x8d\x6c\xbf\xb0\x0b\xf5\x28\x97\x62\x32\x51\x2e\x73\x4e\x2c\x65\x6a\x48\xd9\x10\x6e\x37\xf2\x83\x1a\xc6\x67\x5c\x1d\x51\x3e\x63\xce\xd5\x44\x2d\x67\x02\xee\x34\x6a\x47\x0a\x1f\x16\x1b\x74\x95\xbe\xd3\xa4\x0e\xca\x0c\x84\x8d\x1e\x81\x5b\x06\x1e\xb3\xd9\x14\xeb\x46\x79\x80\xa6\x2f\x2f\x8f\x21\x82\x14\xb4\xbd\x5d\x9b\x7d\x54\x6e\x44\x43\xe9\xb9\xbf\xa0\x52\x39\x2a\xa4\x47\x86\xb3\xd1\x1c\x32\xc9\x84\x9e\x25\xa2\x0a\xce\xfe\x82\x73\x40\x9d\xb5\xb3\x0f\x87\x83\x96\xe8\x07\xe5\x5d\x25\x60\xee\xa3\xa2\x12\x15\xec\x86\xf1\x5b\x66\xce\x63\xf4\x4f\xc8\xf6\x8d\x0d\x8c\x5e\x31\x7a\x87\x18\x66\x5c\x92\x84\xb3\x54\x9a\xef\x09\x4b\xb8\x3d\x57\x1d\x33\x44\x99\xfa\xb7\xef\x46\xe8\x82\x41\xe9\x7d\x07\x5c\x98\x6b\xe3\xe5\xef\x29\x56\x04\x7d\xfb\x2f\xf2\x5f\xce\xff\x6e\xbb\x5c\x97\x71\x43\x0f\xab\xb5\x21\xa9\x56\xcd\x4f\x7e\xf8\xff\x1f\x0f\x1f\x3f\x19\x3e\x7e\x82\x1e\x3f\x3e\x84\xff\xa1\x57\xd7\xc7\x21\x93\xde\x1e\x0e\x6e\x28\xe9\x54\x26\x5d\x67\x1b\x10\x21\xf8\xea\xf8\x27\x94\xaa\x5d\xa6\xce\xc7\x06\x4e\x65\x5f\xd9\x9b\xbf\x5a\xe2\x5c\xad\x2d\xaf\x72\xce\xb4\x95\x0e\x86\xbb\x71\x98\x04\x51\x62\x69\xa5\xc8\x54\x53\x97\xa5\x24\x23\xf8\x81\x5e\xd4\x9c\x48\x89\xa7\x6b\x5a\x06\xb6\x70\x2d\x5b\x67\x2e\x24\xf3\xae\xab\x80\x83\x60\xc5\xca\x0e\xeb\xfe\x96\xb2\x38\x42\xe7\x17\xd7\xa7\x87\x8e\x1a\x17\x9f\xc8\xf8\x74\xaa\x05\xd5\x64\x1e\xfc\x70\x83\xf3\x7a\x24\x61\x92\xc2\x25\x27\x9e\x1a\x7c\xb8\x79\xab\x3a\xd4\x5f\x8b\x15\xaa\x5f\xf5\x99\xae\xdf\xc2\x91\x99\x25\x43\xba\xdc\x4c\x27\x97\x7a\x12\x80\xae\xfc\x08\xe1\xb2\x0a\x86\xb4\x52\x84\xab\xa2\x9e\x76\xa0\xfe\xc2\xb2\x36\x32\xea\xd3\x29\x70\x20\xe7\x9d\xe2\xef\x0a\xf9\xb9\xf4\xf7\x6a\x12\x3e\x40\x7d\xef\x23\xae\x66\x44\xdc\xd2\x0e\x96\xb9\xc3\x5e\xaf\x45\x41\x06\x1d\xba\xde\x25\xf9\x08\x0c\x1e\x65\x5a\xbf\xf0\xe6\xb8\x3a\x8d\xdf\x29\x60\x4d\x68\x5a\x25\x61\x25\x4a\x6c\x0d\x11\x2b\xcb\xb6\xac\x9a\xb5\xb0\x6c\x9f\x50\xb2\x34\x1d\xef\xa0\xd1\xcf\x24\x57\xab\x08\xf8\x20\xa3\xe0\x3f\xb5\xc6\x32\xc3\x51\xdb\xec\x63\x6b\xf6\x62\xd0\x66\xc5\xf6\x47\xc5\x16\x85\x98\xe0\xf9\x05\xc4\x05\xe5\x1c\x67\x99\x3b\x93\xde\x48\x5a\x35\xd2\xd4\x1d\x47\xee\x89\x65\x29\xd5\x5e\x69\x9b\x59\xd1\xfc\x98\x60\x9a\xad\x61\xb9\xd8\xb4\x35\x10\xd7\x2f\xc3\xab\x6c\x80\x39\x65\x74\x5e\xcc\x0f\xd1\xe3\x8d\x0d\x84\xd5\x59\xad\xbe\x8c\x16\xed\x4d\x65\x6d\x90\x15\x5d\x87\x59\xdd\x33\x07\x4e\x79\x36\xb7\x37\x4e\xe0\x82\x59\x08\x9c\x99\x51\x53\x7a\x44\xcc\xa1\xda\x70\x89\xec\x86\xe1\xfc\x0f\x3b\x1c\x74\x5b\x9b\x28\xcb\x2a\xad\xdf\xb5\xd9\xa6\xca\x88\x1c\x8e\xc8\xe1\x88\x1c\x6e\xf4\x25\x22\x87\x23\x72\xf8\x53\xee\x6f\x8e\xf0\xe1\x08\x1f\x8e\xf0\xe1\x08\x1f\x8e\xf0\xe1\x08\x1f\x8e\xf0\xe1\x08\x1f\x8e\xf0\xe1\x08\x1f\x5e\xc5\xaf\x08\x1f\x8e\xf0\xe1\x36\x33\x22\x82\x37\x22\x78\x23\x82\x37\x22\x78\x23\x82\x37\x22\x78\x23\x82\x37\x22\x78\x23\x82\x37\x22\x78\x23\x82\x37\x22\x78\x23\x82\x37\x22\x78\x23\x82\x37\x22\x78\x23\x82\x37\x22\x78\x23\x82\x37\x22\x78\x23\x82\x37\x22\x78\x23\x82\x37\x22\x78\x23\x82\xf7\xd3\x21\x78\xbb\x0e\x9a\x2e\x6b\xf4\x00\xbc\x1f\xfb\x3a\xcc\x78\xee\x74\xff\xb9\xd3\x1f\xff\xc0\x69\x78\xd1\x75\xd2\xf4\x8a\x23\xa6\xfb\xcf\x96\x5e\xf3\x56\xfb\x3f\x04\x3a\xfc\x4c\x6b\x2a\x46\x6e\x2b\x5a\x19\x21\xa9\xb4\x84\xda\xf4\xa2\x5d\xf3\xac\xfd\x1e\xb8\x7c\xc1\x60\x13\x2e\x5f\x1f\x3f\x20\x1b\xda\x83\x7e\x35\xf5\x8e\x72\x3d\x30\x52\x11\xa6\x8c\x10\x1c\x67\x98\xce\x83\x08\xdf\x2b\xf8\xe0\xf2\xf5\xf1\x86\xb8\xde\xb3\x9a\xbe\x6e\xe2\x22\xfa\x3b\xbf\x56\xd6\xae\x0d\x4e\x6c\x19\x16\x6b\x30\x62\xd1\x95\xa9\xec\x60\x44\xe8\xec\xf6\xf5\x99\xd2\xd8\x38\x60\x57\xd9\xd2\x9a\xb0\x96\x84\x5b\x0a\x8c\x3c\xcf\x96\xa9\xc0\x2a\x64\x8a\xac\x92\xed\x87\x6d\x29\xe8\xef\xc1\x75\x63\xa8\x42\x59\x75\x0b\xe1\xac\x20\x3f\x8d\x14\x71\xcf\xa8\xac\x8b\x3b\xff\x38\x88\xf3\x86\x80\x79\x61\xf0\xae\x44\xb0\x56\x62\xcc\xce\x6d\xca\x52\x00\xad\x5e\x66\x04\x4b\xa2\xad\x0f\x8b\x48\x58\x10\x41\x27\x5a\x8d\xd9\xd0\xa4\x4b\x14\x1b\xb0\x75\xb6\xac\xc0\x41\xc9\x8c\x24\x37\xfa\xd5\x98\xab\x59\xb3\x49\xdc\x82\x38\x3a\x7a\x15\x47\x84\xc9\x42\x10\xf3\x1d\x16\x36\xe8\x08\x8d\x28\x44\x70\x32\x33\x16\xe6\x08\x3d\xb3\x6d\xbb\x0c\xb6\xa1\x8d\xa4\x28\x17\x94\x0b\x5d\x53\x01\x91\x07\x17\xdd\xb2\xa9\xb7\x5e\x49\x03\x20\x40\x67\xca\xbf\x7b\xec\x1e\x34\x85\xae\xd7\x0e\xb0\x6a\xf5\xb8\x66\x84\xb5\xb7\x7b\xfe\x2a\xde\xea\xcc\x71\xf8\x65\x0b\xc9\xff\xfb\x3a\x5c\xdc\x44\xb6\x0a\x49\xc4\x37\xe5\x74\x06\x8c\x83\xb5\x89\xbd\x7b\xcd\x3a\x98\x6f\xc0\x5f\xe5\x2a\x63\x55\xdb\x3e\xaa\xe3\x24\x3a\x1c\x42\x7f\x3c\xe2\x2e\x82\xb8\x8b\x20\xee\x22\x08\x30\xbb\xb6\x8d\x00\xe2\x1a\x06\xc9\x82\x92\x19\x16\x38\x51\x44\xe8\x59\x95\x34\x63\x5b\xb5\xc5\xd9\xcc\xf1\x8d\xd3\x99\x56\x7b\x1e\x98\x49\x5d\xba\x3f\xf2\x51\xc3\x65\xa8\x70\x4d\xcd\x7e\xf7\x85\xe3\x3f\x00\xbd\x0b\x86\x7f\xb5\x00\xb8\xb4\x80\x45\xf4\xf5\xe2\x23\xb7\x8a\xc9\xea\x34\xaf\xd7\x0a\xaa\x77\x7e\xdd\x00\xf1\xf9\x76\xd8\x65\xe8\x9b\x4e\x4b\x79\x4d\x88\x69\x1d\x45\xab\x7d\x11\x3d\xb9\xa5\x2c\xe6\xc6\x38\x1d\x97\x78\x1a\x40\x7d\x57\xe0\x39\xdc\x83\x32\xac\x8d\x40\xd5\x96\x24\xaa\xe5\xe3\xa5\x9c\x18\x7c\x8f\x0f\xa7\x0e\x38\x53\x1f\x0b\xe6\x1b\xb0\x66\x36\xc0\xfc\x86\xe0\x8f\xe1\x01\xdc\x00\xab\x58\x1f\x4b\xcc\x2a\xa7\xa7\x75\xc1\xe8\xda\x6c\xae\x3b\x67\xc0\x64\x00\x6c\x19\x4e\xe3\xe6\x92\x48\x99\x7f\xcb\xda\x17\x7a\x5c\x71\xe7\x1c\xda\xe0\xe4\xe2\xc0\x00\x6e\xf1\x18\xe3\x6f\x02\xae\xd3\x39\xae\xd2\x69\x1f\xea\x65\x85\x3e\x82\xfa\x5d\x52\x91\x4c\x14\x62\x34\xd3\x53\xc9\xc5\x45\xab\x18\x72\x4a\x26\xb8\xc8\x14\xea\xba\x0f\xb4\x90\x7a\xda\x1d\xa1\x29\x5d\x10\x86\x12\x73\x93\x18\x54\x0d\x18\xbf\x79\x91\x29\x9a\x67\x55\x3d\x86\x18\xd4\xb8\x94\xf6\x50\x0f\x68\x59\x26\x27\x02\x02\xbf\x27\x76\xff\xc7\x59\x7b\x43\x5c\xa5\x12\xdc\xd6\x1e\x5c\xaf\x73\xbf\xf1\x81\xf1\xda\xab\xa5\x40\x3b\x58\x46\x79\x4d\xe8\x54\x7b\x4c\xbc\x50\xe8\xd6\xf5\x1a\x4b\xc9\x13\x0a\x8b\x45\x45\x08\xa2\x56\xf3\xf8\x7c\x09\x8d\x88\xf7\xb5\x4d\x5b\x60\xe5\xd7\xe3\x88\x30\xbc\x3b\x9b\xa0\xb9\x5e\x76\x21\x47\xa0\xd9\x10\xaa\x12\xa6\x24\x58\xde\xd8\xb2\xda\xab\x0f\xac\xc8\x5a\x15\xc0\xfb\x31\x21\x0c\xcd\xb1\xb8\x31\x98\x03\x4b\xf1\x3e\xaa\x27\x67\xaa\xc4\x02\xd4\x33\x25\x8c\x40\x98\x41\xab\x94\x05\x60\x9c\x4e\xe7\xb9\x5a\x3a\x4b\xce\x02\x2d\x71\x96\xf1\x5b\x8b\x77\xae\x92\x36\xc1\x44\x73\xcf\x44\xef\xc3\x24\x05\x91\x45\x9f\x03\x35\x84\x8e\x39\xd3\x2b\x9d\xb6\x40\x0b\x69\xbd\xf8\x65\xe9\xbd\x8c\x89\xba\xd5\x8c\x5e\xdb\x49\xb7\x68\x2f\x03\x4b\x05\x54\xc3\xa4\xc8\xd0\xee\x78\x69\x00\xcb\x6e\x3f\x1a\x56\x1b\x3a\xff\xc6\x06\xae\xb9\xf9\x7b\x68\x4c\x26\x5a\x30\x0a\x69\x2a\x0d\x3a\xf2\x68\x85\x21\xd3\xef\xd6\xaf\xd6\x6f\xfd\xdf\xaf\xa1\xe6\x3a\xa3\x31\xad\xad\x02\x7d\xe1\x98\x75\xb3\x66\xe1\x1a\x67\x58\xda\x7d\x1d\x84\x79\xe3\x96\x2d\xed\x9e\x53\x70\x62\x7b\xe9\x5e\x12\xe5\x60\x1d\xd7\x1c\xe1\x05\xa7\xb0\x2f\x44\x52\x6d\x74\x4a\x92\x14\x82\xaa\x25\xa2\x52\xc2\xbe\x92\xe4\x6b\x14\xba\x0d\xd5\xc3\x57\x0e\xc3\xab\xbe\x2d\x13\x56\x11\x82\xa7\xac\x9b\xdf\xb4\x43\xea\x50\xbc\x16\x0e\x62\xad\x24\x77\x1f\xa0\xa8\x57\x0c\x3f\x19\xd6\xcd\xb3\xa1\x13\x67\x61\xcd\x48\x96\xeb\xc9\xaa\x38\x2a\x72\x6d\x1a\x65\x64\x41\x32\x4f\x68\xe4\x2e\x1d\x91\xd1\x3e\xc2\x79\x9e\xb9\xe8\x72\xf5\x76\x4f\x7f\x98\x92\x84\xa6\xc4\xdf\xd7\xba\xf4\xf7\xcb\x50\x56\xc0\x36\x94\x5b\x4c\x41\x4a\xdc\x16\xab\x92\xd2\x9a\x97\x85\xc6\x58\x92\xd4\xa5\xde\x35\xe3\xf4\x78\x98\x2e\x0a\x62\xb6\xd7\x1b\x84\x64\x58\xc2\xb3\x0c\xdd\x10\x92\x1b\x14\x9f\x6e\x0e\xa6\xa6\xb6\x37\xa0\x0a\x9e\x24\x85\x90\x8e\x59\xf5\x89\x52\x3a\xe5\x3e\x28\x30\x02\x01\x23\x10\xf0\x73\x02\x01\x1f\x94\x8e\xfe\x34\x8b\x48\x84\x01\x7e\xe1\x30\xc0\x15\xa2\xbb\x2e\x4a\x70\x8d\x04\xb2\x3d\xdf\xa1\x07\xd1\xf6\x89\x64\x32\x02\x08\xbf\x26\x00\x61\x8e\x95\x22\x82\x1d\xa2\xff\xde\xfd\xdb\xb7\xef\x87\x7b\x3f\xed\xee\xbe\x79\x3c\xfc\xe1\xed\xb7\xbb\x7f\x1b\xc1\x3f\xfe\xbc\xf7\xd3\xde\x7b\xf7\xc7\xb7\x7b\x7b\xbb\xbb\x6f\x7e\xf9\xf5\xe7\xeb\xcb\xd3\xb7\x74\xef\xfd\x1b\x56\xcc\x6f\xcc\x5f\xef\x77\xdf\x90\xd3\xb7\x6b\x56\xb2\xb7\xf7\xd3\x9f\x02\xc4\xdc\x0d\x3d\x64\x96\xb6\xf2\xb9\x18\x9a\xb9\x55\x43\xc0\xad\x58\x18\xe2\x19\x9a\xf0\x44\x94\x54\x44\x49\x45\x94\x54\x44\x49\x45\x94\x54\x44\x49\x7d\x75\x28\xa9\xed\x1f\xa4\x1a\xa1\x52\x11\x2a\x15\xa1\x52\x11\x2a\x15\xa1\x52\x11\x2a\x15\xa1\x52\x11\x2a\xf5\x85\x40\xa5\x22\x2a\x29\xa2\x92\x22\x2a\x69\xa3\x39\x15\x51\x49\x11\x95\x14\x51\x49\x11\x95\x14\x51\x49\x11\x95\x14\x51\x49\x11\x95\x14\x51\x49\x11\x95\xe4\x3d\x11\x95\x14\x51\x49\x11\x95\x14\x51\x49\x11\x95\x14\x51\x49\xbf\x7b\x54\xd2\x17\x72\x2e\xd8\x70\x38\xdc\x79\xb4\xd1\xe3\x17\x6f\xb3\x1c\x9e\x9e\xe2\xc7\x95\x0a\xc8\xe1\xfe\xa9\xfe\xe2\x9b\xd4\xbe\x0e\xed\xf6\x78\xb3\x2b\x22\x16\x34\x21\x47\x09\xd8\x1c\xb5\x73\xd1\x16\x4f\x6a\x67\x9c\x99\xb4\x35\xcf\x09\x23\x63\x39\xbc\x9f\xc8\xa1\x77\xc8\x99\xc4\x3b\xfe\x99\xf6\x48\x4b\xdb\xd0\xde\xc2\x09\x9c\xb5\x87\xa9\x99\x28\xe8\x4b\x9e\x91\x5a\x53\x62\x8c\x93\x11\x2e\xd4\x8c\x0b\x7a\x6f\x0c\xb2\xea\x1c\xb6\x7e\x22\xaa\x4b\xaf\xc4\x50\xe8\x7a\x45\x91\x19\x81\x18\x22\x9c\xd3\x9f\x05\x2f\x72\x3d\xc0\x03\xbb\x5d\xb6\x92\x2f\xf4\x66\x20\x49\x22\x88\x92\xf6\xd5\x82\x88\x31\xfc\x3c\x25\x6a\xb0\x8f\x06\x19\x95\x0a\x5e\xad\x51\x53\x75\x70\x7e\xb3\xb2\x3f\xaf\x5b\x45\x95\x3f\xb2\xf9\x38\x4d\x83\x34\xe3\xd3\x4b\xe2\x3e\x1a\xdc\x62\x95\xcc\xf4\x3f\xcc\x62\xa6\xff\x65\x2e\x12\xd2\xff\x32\xe9\x53\xfd\xaf\x1c\x8a\x3d\x90\x9e\x24\xc3\x74\xbe\x36\x21\xb6\xd1\x0f\x6a\xeb\xc0\x4c\xf7\x66\x93\x6b\xf4\xa7\x7e\x1a\x5d\x70\xe8\x4d\x89\xc4\x84\xd9\x81\x75\x92\x32\x9e\xae\xc9\xea\x76\x9b\xa8\xd9\x28\x6a\xb7\x0a\x8d\xb8\x96\x71\x8e\x13\xaa\xdd\xac\x07\x4b\x0c\x84\xa1\x5b\x9f\xf7\xc8\xc4\x1a\x9c\x4b\x38\x17\x29\x65\xfe\x24\x0c\x35\x0d\x88\xa9\x2e\x56\x95\x2d\x3b\x52\x42\xb2\x68\xa9\x5a\x77\x7e\x7d\xc0\xc8\x84\x25\x8e\xa7\x9b\xca\x72\x1f\xdb\xfe\x1c\x6a\xe3\x7e\x22\xbd\xa9\x7c\x3f\x91\x65\x8a\xdd\xfe\x3d\xc6\xc9\x4d\x91\xbb\xbf\xac\x05\xe3\xfe\x0c\x76\x59\xb7\xa3\xf5\x69\x5b\xa1\x5a\x9c\xd8\xc7\xd0\xab\x36\xb8\xba\x63\xaf\xb0\xb1\xda\x35\xb8\x80\x20\xb4\xce\x4a\xd1\xb9\x56\x68\x0d\x6e\xef\x14\x6b\xaf\x18\x6b\xa9\x7f\x54\x8e\x4b\x4f\xf7\xcd\x9a\x54\x63\x95\x4c\x66\x24\x2d\x32\xca\xa6\xad\x23\x40\x2f\x05\xe5\x82\xaa\xa5\x81\x2e\xae\x58\x13\x25\xf5\x7b\x9b\x08\x0a\x97\x94\xee\x3c\x42\x47\xf5\x7a\x5c\xf0\x3b\xc1\xcc\x24\xa5\x30\x5b\xa2\xbf\x3c\x1d\x8e\xa9\x72\xc7\xd9\x5a\x1b\xbc\x66\xe9\x72\x81\xc8\x3f\x0b\xa8\x50\x71\xf4\x04\x8d\x69\x96\x41\xdc\xe7\x05\x16\xfa\x13\x56\xcc\xc7\x44\x98\x3b\x65\xb5\x1f\x04\x41\xb6\x09\x17\xc8\x51\xe2\x6e\x35\xbc\xe4\xa9\xb5\x67\x4d\x8c\x64\xe7\x11\x58\xbe\x8c\x8b\xb9\xbb\x53\x35\x17\x84\xcc\x73\x7b\x19\x1d\x59\xd0\xa4\x0c\x5f\xcd\xe8\xd4\xdd\x4d\x69\xa1\x51\xaa\xfe\x6b\x6e\xbb\x3a\xda\x81\xf7\x87\xe8\x87\xc7\xf6\xd9\x99\x66\x7c\x8c\xb3\x13\x93\x73\x73\x98\xf4\x9a\x3b\x37\x80\x60\x9f\xab\x02\x25\x81\xc4\x6a\x19\x88\xbb\xc8\x09\x3b\x7d\x76\x85\x7e\x7b\x7e\x85\x32\x9e\xe0\xec\xf2\xb5\x7f\xb3\xa8\xe7\x67\xa5\x24\xcf\xf8\x72\x0e\x31\x7f\x96\x2d\x47\x83\x1d\x7f\x22\xc1\x9d\x5b\x93\x22\xbb\x22\xaa\x71\x38\x6c\x2e\x57\x4f\x96\xaa\x99\x6e\x33\x08\xa1\x0c\x8f\x49\x66\x6d\x55\xfb\xb5\x05\x2a\xe5\x9c\x11\xa6\x86\x2b\x2a\xae\x7d\x55\x9e\x21\x9b\xd0\xf2\x4c\x56\x49\x32\x92\x28\x17\x90\x9d\x6b\x5d\xf5\xc2\x6b\x53\x4f\x8d\xbc\xb7\x7e\x84\xf4\x1c\xaa\x15\xd9\x31\xc6\x3b\x4d\x08\xe4\xb4\xd0\xc0\x7b\xa7\x4d\x6b\x41\x20\xb6\x2a\x0f\xd1\x93\x1d\x84\x14\x99\xe7\x19\x56\xd6\xa3\xf7\x99\xa6\x9f\xac\x46\xcc\x3a\xe4\x84\x09\x32\xcf\xc3\x58\xd8\xc3\x46\xd4\x00\x70\xe1\x09\x1c\xf6\xeb\xdd\x42\x9d\xf3\xf4\x88\x29\x7a\xd4\x7a\x51\xf9\x46\x27\x10\xbc\xbc\x2a\xb5\xc9\xd9\x94\xf1\xf2\xe7\xd3\x3b\x92\x14\xaa\x05\x7e\x1c\x1a\xce\x5c\xd5\x86\xcf\x7f\x60\x28\x4f\xef\x72\x41\xa4\x77\x86\x6d\xfd\x19\xa2\x1b\xb2\x04\x81\x0d\x06\x03\x79\x4e\x04\xd6\x95\xa3\xb3\xd0\x5d\xbf\xc8\x02\x18\xbb\x42\x99\xc3\x55\x3c\x35\x8f\xe2\x39\xcf\xf8\x74\xf9\x8b\x26\x65\x50\x07\xa3\xcd\xb8\x54\x70\x6d\x9c\xfd\x26\xf7\xd5\xe1\xf9\xda\x9a\xd4\x7c\x2c\x6b\xcb\xce\xaa\xd5\x06\x55\x57\xcc\xd5\x76\xae\x18\x69\xd1\x2d\x09\xa2\x5d\x7a\xbf\x3b\x74\x0e\xde\xa9\x20\x53\x2a\x95\x58\xba\x55\x41\xd2\xe9\xd0\x01\xe9\xbc\x0f\x0f\x17\x4f\x46\x4f\x47\xfe\x09\xe5\x58\x4c\x65\x73\x98\x07\xc3\xe1\xe2\xc7\xef\x07\xed\x5f\x75\x4d\x38\x4d\xf5\xf8\xfe\xf8\xa7\xdd\xa3\x93\x93\x97\xa7\x57\x57\x7b\x81\x82\x19\xc1\x29\x11\x43\x90\x14\xca\x99\x5f\x82\xb0\x45\xb3\x3d\x8b\x47\x36\xd5\xed\x04\xc6\xfb\x10\x1d\x2c\xb0\x38\xc8\xe8\x58\x77\xe6\x40\xf2\xe4\x86\x28\x79\x60\x1c\xd2\x5c\xf0\xbb\xa5\xfe\x7d\xa4\x7f\x6f\xb2\xe6\xb2\xc8\x32\x7b\x4b\x3b\x3a\x9b\x9c\x73\x75\x69\xe2\x6e\x5e\x39\x63\xfc\xfc\xaa\x47\xa8\xc5\x0a\x43\x9a\x69\x70\x98\xd2\xa6\x20\xcd\xf5\x47\x06\x7a\xbd\x92\xc2\xe0\x80\x7a\xe7\x60\x6f\x3e\xa8\xde\xc7\x87\x8b\xef\x46\x8f\x6b\x03\xbb\x6e\xef\x3b\x04\xe0\xf7\x35\xd4\x9f\x6b\x08\xdd\x08\x84\x55\xcd\x1a\xc3\x18\xa8\xa0\x3d\x94\x1b\xcd\xd1\xc6\x78\xfc\xa8\x44\x41\x06\x1b\xcb\x85\x2f\xa3\x9e\xf1\xba\xb9\x8c\x7a\x1f\x1f\x2e\xfe\xf2\x99\x64\x34\xcc\xa9\x09\xc1\xaa\x10\x64\x38\xc5\x8a\xc8\x1f\xaf\xed\x9a\xd0\x62\x98\x2d\x2d\x95\xa0\x89\x1a\xba\xa5\x63\xb3\x99\x60\x4b\x90\x3b\x25\xf0\xd0\xb8\x94\x43\x67\x76\x74\x35\x48\x18\x1e\x67\x64\x68\x1d\xf0\x4e\xba\x2c\x2c\x6c\x38\x91\x6a\x99\x93\x1f\xc9\x9d\xfa\xee\xf3\xcc\xc1\xaa\xea\xf3\xa3\x5f\x4f\xaf\x2e\x8f\x8e\x4f\x43\x95\x3f\x17\x7c\xde\x5e\xbe\x21\xe4\xdf\x71\x4d\x73\x75\x57\x6e\x69\xaa\x8d\x4a\xeb\x35\x48\xc0\xe5\xc5\xc9\x3b\x4d\xc4\xc7\x6d\xff\x0b\xd0\x3f\x35\x1f\x13\x0a\xb6\x67\xa8\x2d\x73\xa0\xcb\x18\x7f\xe3\xd0\x5a\x91\x5e\xb1\x35\x26\x61\xa7\x24\x5d\x5c\x9e\x9e\x9f\x3e\xbb\x7a\x77\x7c\x71\x7e\xfd\xf2\xe2\xc5\x8b\xd3\x97\xef\x4e\x5e\x9e\xbd\x3e\x7d\x19\x96\xad\x0e\xab\xac\x55\xdb\xd5\xd9\xbb\xd3\xf3\x93\xcb\x8b\xb3\xf3\xeb\x70\x45\x05\xa3\x77\x87\x07\x07\x1f\x26\xab\xae\xb9\x5e\x99\x2d\x99\xd8\x5b\xc5\xd9\xc5\xbb\xb3\xf3\xab\xeb\x23\xe0\xc0\xf5\x7f\x5d\x76\x54\x35\xd0\x03\xe1\xec\xdc\xe6\x84\x6e\xd5\x78\x7a\x7e\xf4\xec\xc5\xe9\xbb\xa3\xf3\xa3\x17\xff\x75\x7d\x76\xdc\x31\x5f\x07\x4d\xe5\xa0\x35\x26\x0a\xa8\x4c\xb7\xad\xe5\xc7\x3f\xed\x86\x18\x1d\x52\x9e\x86\x95\xfe\x07\xcd\x71\xae\x7d\xf5\x69\xa7\x82\x0d\x5c\xb5\xad\xe5\x60\x23\x64\x9e\xab\xe5\x09\x15\x90\xa4\x09\xc7\xa7\xb6\x15\x98\xf2\x6c\xb3\xcd\x03\xfe\xed\x18\xfb\x36\x43\x8a\x0f\x0f\x98\x6f\x23\x84\xbd\xc5\x9e\x7c\x8c\xc0\xf2\xf6\xf2\x2f\x1d\x77\xce\x84\x1a\xa8\xef\x6c\xfa\x40\x4e\x3d\xbc\x5d\x83\x09\x6d\x35\x5c\xf1\x6f\x75\xe4\xd9\x86\xd0\xb7\x49\xd6\x16\x72\x39\x1f\xcc\x92\xfe\x14\xcf\x56\x7b\xbb\x71\x53\xa1\x8b\xa1\x42\xed\x24\x70\x45\x94\xfb\x29\x2d\xaf\x88\xea\x19\xef\x16\x8b\xcb\xe1\x0d\x67\x4b\xb7\x1c\xdc\xf7\x75\xe8\x17\x1c\xdc\x6f\xa9\xfa\x4d\x82\xfb\x6b\x67\xc2\xfb\xf2\xec\x3d\x05\xcf\x79\x4a\x1e\x90\xb9\xef\x2a\xb8\x22\x5b\xdf\x48\xcc\x07\x87\xa7\x7f\xcc\x19\x4f\xc9\xea\x3c\xfd\xc7\x5b\xb7\x8d\x85\x3c\xb4\x6e\x2d\x7e\xc0\xe2\x1d\x5e\x95\x56\x67\xc2\xb7\x94\xff\x86\xbc\x9c\x49\xca\xad\x99\x98\xff\x8c\x79\xc2\x87\x70\xe5\xd3\x24\x16\x5b\x72\xf0\xc1\x0a\xa8\x92\xec\xed\xa9\x9e\xb0\xb4\x6e\xa2\x7f\x6c\x3b\x9c\x4d\xe8\xf4\x57\x9c\x6f\x04\xad\xc9\x17\x9a\x2b\x9d\x53\x15\x3d\xf2\xd2\x61\x81\x7d\xbc\x66\x4b\xb5\x41\xc0\x4d\x89\x02\x24\x20\xb8\x00\x24\xdd\x71\x6d\xde\x4f\xe4\x21\x7a\x0f\x3c\x7b\xf4\xff\x1d\x8c\x29\x3b\x90\x33\xf8\x8b\x4e\xd0\x1b\x34\xbc\x43\x10\xaf\x3f\x90\xfa\xcd\xfd\x44\xa2\xb7\xff\xae\x5b\x72\x5e\x70\x32\x13\x9c\x2b\x53\x06\x55\x85\x06\x7f\xfa\x3f\xc6\x63\x21\x59\xbd\x9a\x42\x8a\xf5\xaa\xaa\x15\xf4\xaa\x2b\x0f\x75\xaa\x15\xaf\x15\x9a\xd0\x8f\x9b\xd6\x05\x31\x8b\x09\x5d\x3f\xa1\xfb\xe4\x93\x27\x74\xf5\x20\xac\x48\xe5\x9e\x60\x32\xe7\xec\x61\x89\x5c\x5d\xfd\x96\x53\xb8\xb6\xca\x8f\x90\xbc\xb5\x35\x1b\x45\x7e\xa5\x04\x56\x64\x6a\x73\x92\xda\x1e\xa3\x6c\xfa\x0a\x5e\xb9\x0a\xe6\xf8\xee\x15\xc3\x0b\x4c\x33\x3c\xce\xc8\x21\x7a\xf2\xf8\xf1\xbf\xc0\x2b\x03\xd8\x7c\xe9\x7f\xf3\xe1\xb9\xdc\xb2\xdf\x68\x1b\x59\xdc\x5a\x6d\x6b\xe6\x6f\xd7\x48\x30\xd6\xe7\xb4\xf9\xac\x2f\xb5\xe8\x2f\x35\x08\x69\x1d\x74\x4e\xd4\x2d\x17\x37\x35\x18\xeb\xaa\x64\x23\xd4\xd2\x5c\x61\x36\xcf\x00\x04\xab\x39\x5c\x3c\x1d\xfd\x65\x9b\xb9\x80\x0f\x4c\x58\xea\xf9\x93\x11\x55\x12\xa8\x35\xc2\x30\xc7\x6a\xf6\xe3\x9f\x76\x4d\x90\xeb\xdd\xcb\xd3\x9f\xdf\x5d\x5d\x1c\xff\xf2\xee\xf2\xe8\xfa\x3f\x6a\x75\x64\x74\x42\x92\x65\xd2\xbc\xba\x39\x17\xe4\x4a\xf1\xbc\x19\x52\x26\x77\xed\xc3\x57\xf4\x60\xcc\xe7\x98\xc1\x55\x2a\x76\x99\xd3\x36\xcf\x30\xd1\xff\x2f\xe6\x68\x28\x26\xe8\xc0\x27\x0e\xc2\xb9\xa0\x79\xf2\x45\xf7\x1b\xdd\x1f\x88\x7d\xd6\x6e\x61\x79\x60\x4e\xc0\x78\x11\xfd\xe1\xd4\x10\xaf\x56\xa4\x18\x2c\xeb\x6d\xf5\xd2\x27\xbf\xbf\xad\x5f\x5e\x3d\x3b\x7d\x77\x7e\x71\x72\xfa\x71\x62\xfd\x70\x6e\x9c\x16\xde\xc6\x61\x63\x5e\x9e\x43\xb7\xdd\x17\xea\x0e\x69\x92\x75\x22\xa4\x86\x15\x2b\x22\xa4\xad\x78\x7f\xf5\x7d\x4d\x8a\xfb\x6b\xf1\x8b\x6e\x96\x5e\x70\x5b\x9e\x61\x2b\xf1\x9d\x6a\xca\x3e\x5d\xd0\x8c\x4c\x1b\x68\x7a\xf3\xc0\xe1\x03\x97\xae\xc4\xa9\x4c\x70\x86\xed\xee\xb3\x7a\xd1\x2d\x67\x30\x3a\x54\x87\x1e\x63\xdd\x5f\x2f\xc4\x5d\x4a\x55\x48\x57\x6c\x23\x86\xee\x89\xce\xde\x5a\xe9\xba\x16\x65\x9f\x41\xde\x37\x4f\xcd\xac\xa3\x32\x02\x2c\x09\x57\x8a\xa7\xf5\xe1\xdc\x6a\x12\xe7\xe8\xc5\x8b\x8b\xff\x3c\x3d\x79\x77\x7d\x71\x79\xf1\xe2\xe2\xe7\xb3\xd3\xa6\x16\x7c\x04\x16\x68\x79\x0c\x96\x56\xd7\x48\x92\x1c\x0b\xd8\x52\x7b\x43\x96\x12\x6c\xea\x31\x41\x38\x4d\x49\x8a\xb4\x73\xb3\xdf\xaa\x63\xbc\x2c\x4f\x1e\xc1\x59\x66\x0e\x4e\xd0\xb6\x22\xd8\x29\xa6\x16\x6d\x42\xdb\xe3\x39\x9a\x1b\x76\x1e\xc1\xe6\x29\x72\x87\xe7\x79\x73\xb1\xd1\x2f\x5d\x32\x28\x0c\x68\xda\xf7\xec\x11\x81\x93\x9b\x41\x47\x2a\xe9\x28\xcb\x36\xcb\xe7\x7c\xa8\xb6\x4a\xb5\x8d\x4f\x56\x7c\x9f\x92\x45\xf0\x63\xc2\x12\x31\xd4\x7c\xeb\xf9\x76\xc6\xe7\xe4\xa0\x55\xa6\x34\x75\xc0\x55\x6b\xe8\xe8\x66\x15\xce\xd9\x6b\x14\x91\xc5\xd8\x14\x68\xbe\x72\x95\x6b\xe6\x0f\x75\xfd\xbd\xe4\xc9\xf0\x6b\xc1\x73\x3c\xb5\x9a\x71\xf0\x1f\x5c\xaa\x6b\x7e\xec\x6c\xb6\xe6\xe8\x09\x82\xd3\x0b\x96\x2d\x03\xea\xb6\x1c\x27\x9e\xca\x21\xd4\xbc\x66\xee\xcd\xad\xcc\x2d\x41\x63\x84\x68\x11\x97\xdc\x78\x72\xda\x85\x84\xef\x25\x92\x44\x15\x39\xa2\x4c\xd2\x94\xd4\x0e\xe3\x25\x42\x0b\x76\xab\xa6\xdc\xf6\x11\x76\xa5\x27\x37\xee\x64\x43\x70\x9b\xe7\x38\x99\x51\xd6\x3a\xeb\x29\xc0\x9b\x67\x34\xa5\xc2\xa0\x2e\x70\x29\xbc\x9d\xa9\xc1\xa0\xbc\xe9\x16\xa1\xfb\xf5\x65\x2c\x2c\x7c\xc6\x13\x39\x81\x36\xb9\x58\xb6\x5a\x08\x09\x65\x6f\x03\x61\x09\x6d\x34\x73\x21\xcc\xae\xca\xb6\xb1\x1e\x92\xe0\xc4\x85\x74\xea\x0d\x5a\xed\xf3\x2b\x4f\xc9\x21\x7a\xfc\xfd\xf7\xdf\xd7\xde\x76\x87\x78\xea\x2d\x86\xc4\xba\xb7\x83\x1b\xb1\xaf\xc7\x7c\xe9\x6d\xa4\xc3\xa2\x7c\xe7\x3c\x94\x5e\x2a\x3a\xb9\x1b\x54\x6f\x0f\xa1\xa3\x66\xd9\x3e\x8c\x94\xae\x19\xbc\x11\x39\xbd\x63\x31\x1c\x0e\x77\xfe\x5f\x00\x00\x00\xff\xff\xa6\x3b\xb9\xc0\x42\xf2\x01\x00") +var _zfsOperatorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xfd\x72\xdb\x38\x96\x37\xfc\xbf\xaf\x02\xaf\x33\xbb\x89\xa7\x2d\x39\x49\x77\xef\x3b\xe3\xad\xae\x79\x1c\xdb\xe9\xf5\xd3\x69\xdb\x15\x3b\xd9\xda\xce\x64\x33\x10\x09\x49\x18\x53\x00\x07\x00\x65\xcb\x9b\xad\x9a\x0b\xd9\xbd\xb9\xb9\x92\xa7\x70\x00\x90\x20\x09\x52\x94\x25\x27\x4e\x42\xd6\xd4\x74\x2c\x82\xf8\x38\x38\x38\x38\x1f\x3f\x1c\x3c\x42\x97\x53\x2a\xd1\x0c\x33\x3a\x26\x52\x21\x2a\x11\xce\x14\x9f\x10\x46\x04\x56\x24\x46\x73\x8a\xd1\x5f\x66\xf8\x8a\xe4\x65\xe4\x5f\x50\xc4\x67\x33\xcc\xe2\xad\x47\xe8\x88\x23\x35\x25\x68\xc6\x63\x3a\xa6\x11\x56\x94\x33\xa4\xcc\x6f\xb7\x63\x39\x88\x05\x9d\x13\x31\x5c\xe0\x59\x82\x28\x43\x31\x15\x24\x52\x5c\x2c\x50\x4c\xd2\x84\x2f\xf6\xf4\x0b\xb9\xb7\xf5\x08\x61\x16\xeb\x8f\x18\x12\x19\x6b\x6e\x6f\xab\xda\x5d\x53\x8d\x84\xf6\xce\x52\xc2\x8e\x5f\x5c\xa0\xdf\x5e\x5e\xa0\x88\x33\x25\x78\x82\xd2\x04\x33\xa2\x3f\x4f\x39\x23\x4c\xc9\xdd\xad\x47\xe8\x9a\xaa\x29\xc2\x52\xf2\x88\xc2\x08\x0f\x5f\x4b\xf4\xcf\xe8\xf5\x8b\x83\x43\x24\xb2\x84\xc8\xa1\x6e\xe6\x50\x10\xac\x48\xa9\x5e\x86\x67\x44\xa6\x38\x22\xae\x17\xd4\xb4\x1b\x93\x31\xce\x12\x55\xbc\x47\xd7\x53\x22\xcc\xb7\xba\x2f\x86\x06\xe8\x9a\x26\x09\x8a\x4c\xb5\x38\x49\xb6\x1e\x21\xaa\x24\x12\x44\xf2\x4c\x44\x44\x0e\xd1\xc9\x18\x5d\x13\x74\x8d\x99\xd2\x14\x8c\xa6\x98\x4d\x08\xa2\xf0\x47\x26\x09\xc2\x28\xa6\xe3\x31\x11\x84\xa9\x52\x57\x80\xf4\x0b\xa4\x74\x8f\xf4\x77\x45\xc7\x19\xb9\xf6\x3a\xa5\x29\x8c\x13\xc9\x8b\x0f\x08\x3a\x3b\x3f\x3e\x3d\x7e\x71\xf1\xe1\xf4\xe0\xd7\xe3\x8b\xf3\x83\xc3\xe3\xad\x47\x88\xb0\x39\x1a\x73\x91\x77\xff\x08\xba\xff\x58\x3a\x9a\x26\x44\x98\xba\x26\xba\x27\x66\x02\x66\x9a\xb6\xc3\xad\x47\x28\x4d\x08\x96\x04\x31\x0e\x5d\xc0\xca\x74\x4b\x4e\x79\x96\xc4\x68\x44\xec\xa8\x62\x74\x3d\xa5\x09\x41\x94\x51\x45\x71\x82\x24\x51\x59\xba\x8b\x38\x8b\xfc\x26\x35\x85\xa4\x6d\x40\x7f\x02\xd3\x56\x0c\x68\x57\x53\xcb\xd6\xcc\x88\xa6\xb0\x1d\x18\x55\x08\x4b\xc4\x93\xb8\x20\x2e\x10\x7f\xeb\x91\xee\x97\xee\x05\x9e\x63\x9a\xe0\x51\x42\x50\xc6\x62\x22\x1a\x88\x55\xf4\x04\x25\x9c\x5f\x49\xa0\x0a\x4e\x12\x28\x9e\x57\xad\x7b\xc9\xc2\xc4\xf4\xea\x4b\xb1\x94\x24\xd6\xfd\xc2\x4c\x53\x78\xb8\xb5\x85\x53\xfa\x96\x08\x49\x39\xdb\x47\xf3\x67\x5b\x57\x94\xc5\xfb\xe8\x34\x9f\xd8\x19\x51\x38\xc6\x0a\xef\x6f\x21\xa8\x67\x1f\xf1\x94\x30\x32\x92\x5b\x5b\x5b\x8f\x56\x7a\xfc\xe2\x28\xfc\xb4\x14\xff\xed\xe5\xc5\x5b\x9e\x64\x33\x82\x0e\x5f\x1f\x2d\x2f\xbe\x4a\xed\x5d\xfa\xbe\xf5\xa8\xd2\x83\x95\x04\xd4\xb0\x41\x42\xd9\x19\x8b\x78\x6c\xa6\x5a\x0b\x1d\xfd\x43\x8b\xa0\x53\x1c\xb9\x36\xa1\xa8\xee\x4b\x4c\xc6\xc0\xc2\x9c\x6d\x6d\x0d\x06\x83\xd2\x94\xe2\x94\x92\x1b\x45\x98\xfe\x4b\x0e\xaf\xfe\x20\x87\x94\xef\xe5\xf3\x7c\x98\x49\xc5\x67\xaf\x2d\x13\x1d\x15\xf5\xf8\xd3\x8e\x19\xe3\x0a\x3a\x2c\xf5\x9f\xc8\x5b\x81\x83\x09\x61\xc3\xab\x6c\x44\x46\x19\x4d\x62\x22\xa0\xf2\x9c\x9b\x9e\x0e\x7f\x18\x3e\xdd\x42\x46\x16\x50\xce\x2e\xe9\x8c\x48\x85\x67\xe9\x3e\x62\x59\x92\xe4\x1c\x75\x3b\x96\x73\xa0\xac\x1c\xde\x8e\xe5\xd0\x32\xd8\x90\xf2\x2d\x99\x92\x48\xb7\x39\x11\x3c\x4b\xa1\xa0\xff\xd6\x7c\x6f\x3b\x65\x06\x94\x4f\x12\xfc\x96\x50\xa9\x7e\x29\xff\xfe\x8a\x4a\x05\xef\xd2\x24\x13\x38\xf1\x1b\x87\x9f\xe5\x94\x0b\x75\x5a\x54\x3b\xb0\x05\xdc\x1f\x73\x53\x8a\xb2\x49\x96\x60\xe1\x7d\xbe\x85\x90\x8c\x78\x4a\xbc\xc5\x13\x6f\x21\x64\xa9\x01\xb5\x0d\x10\x8e\x63\xa0\x2f\x4e\xce\x05\x65\x8a\x88\x43\xfd\x2d\xcb\xdb\x8a\x89\x8c\x04\x4d\x15\xd0\x4f\x2f\xfc\x73\xce\x13\x4f\x8e\x9b\xa6\x34\xf3\x19\xf9\x1a\x6f\x19\xd6\xfe\xab\xe4\xec\x1c\xab\xe9\x3e\x1a\x6a\x92\x0d\x53\xce\x13\xdd\x0d\xfb\xda\x90\xf9\x37\x5d\x99\xfd\x45\x2d\x74\x4f\xa5\x12\x94\x4d\x42\x6d\x9f\x6a\x96\x5c\xbd\x5d\x7e\xcd\x88\xd0\xdf\x9e\x1c\x95\x9a\x2e\xfd\xb4\xac\xed\x0b\x7a\x4b\x10\x1f\x7b\x0d\x37\xb4\x16\xe1\x14\x47\x54\x2d\x4a\x4d\xe9\xaf\xbb\x36\xa4\xb0\xca\xe4\xd2\xa6\xa0\x14\xfc\xa7\x4c\x4f\xf3\x79\xc7\xb6\xc6\x34\x21\x72\x21\x15\x99\x39\x12\x22\xce\x96\x0f\x71\x2c\x2f\x17\x69\xb9\xd9\x97\x79\x4d\x1d\x9b\x3e\x98\x2c\x25\xa7\x5b\xee\xc3\xda\x52\x2d\x35\x7d\x30\x29\x93\x36\x76\x24\x31\xaf\xe7\xcf\xcc\xe2\x88\xa6\x64\x86\xf7\x6d\x49\xbd\x5e\x0f\xce\x4f\xde\x7e\x7f\x51\xfa\x19\xd5\x78\xdd\x0a\x57\x41\x52\x41\xa4\xde\xc8\x11\x86\x25\x30\xc2\x7a\xcb\x2a\xf5\x1c\xa1\x54\xf0\x94\x08\x45\xdd\x32\x35\x8f\x27\xf8\xb6\x7c\xc9\x5f\x6a\xea\xb1\xee\x8d\x29\x65\x24\x27\x31\xfa\x93\x5d\xa9\x24\xb6\x03\x30\x34\xa3\xb2\xe8\x11\x50\x66\xab\xbc\xa9\xf0\xb1\xde\x4a\xf9\xe8\xaf\x24\x52\x43\x74\x41\x84\xae\xc6\xe9\x03\x11\x67\x73\x22\x14\x12\x24\xe2\x13\x46\x6f\xf3\xba\xa5\x53\x4e\x13\xac\x88\x15\x48\xc5\x03\x92\x81\xe1\x04\xcd\x71\x92\x91\x5d\xd8\x1a\x66\x78\x81\x04\xd1\xad\xa0\x8c\x79\xf5\x41\x11\x39\x44\xbf\x72\xa1\x15\x99\x31\xdf\x47\x53\xa5\x52\xb9\xbf\xb7\x37\xa1\xca\x09\x7c\xbd\x7f\x64\x8c\xaa\xc5\x1e\xc8\x6e\x3a\xca\x14\x17\x72\x2f\x26\x73\x92\xec\x49\x3a\x19\x60\x11\x4d\xa9\x22\x91\xca\x04\xd9\xc3\x29\x1d\x40\xd7\x19\x08\xfd\xe1\x2c\x7e\x94\xeb\x19\x8f\x4b\x7d\xad\xb1\x9e\x79\x40\x16\xb7\xcc\x80\x96\xc9\xb0\x83\xda\x4f\xcd\x28\x0a\x42\xeb\x9f\x34\x75\x5e\x1f\x5f\x5c\xe6\x2a\x0e\x4c\x46\x95\xfa\x40\x77\x8f\x67\x8a\x29\xd0\x04\xa3\x6c\x0c\x6a\x15\x95\x68\x2c\xf8\x0c\xea\x24\x2c\x4e\x39\xd5\xca\xad\xde\x79\x13\x4a\x58\x95\xfc\x32\x1b\xcd\x8c\x4e\xfc\xb7\x4c\x6f\xbf\x48\xf1\x21\x3a\x84\x5d\x50\x6b\x6d\x59\xaa\xd9\x3e\x1e\xa2\x13\x86\x0e\xf1\x8c\x24\x87\x58\x92\x7b\x9f\x00\x4d\x69\x39\xd0\x84\xed\x36\x05\xfe\x06\x5e\x2d\x6c\xa8\xe6\xbd\x70\xdb\x6c\xc3\x7c\x99\x95\x79\xc2\xc6\x3c\x5f\x30\x7a\x61\xda\x4d\x21\xc5\x02\xcf\x88\xd2\x34\x77\x9a\xe9\x8c\xc7\x44\x22\x5a\x5d\x2b\xd7\x53\x1a\x4d\xbd\x4f\x25\x8a\x30\x03\x75\xdc\x4a\xc4\x84\x5e\x11\x34\xf0\x2b\x07\x6d\xbb\x90\x9d\xbb\x95\x1a\x75\x49\x2b\x37\xc8\x4d\xca\xad\x6e\x7b\x3b\x96\x88\x0b\xbf\x1a\xef\xa5\xc0\xd7\x68\x94\xf0\xe8\x0a\xc5\x64\x4e\x23\x32\xac\x54\x79\xc1\x67\xb9\xb8\xf4\x86\x66\x7b\xca\x59\xb2\xd0\x76\x02\x8a\x33\x60\x5c\x27\x2f\x91\xa2\x33\x82\x9e\x60\x09\xb4\xa4\x63\x9a\x6f\x91\xee\xb1\xba\x5e\x4c\x14\xa6\x89\xac\xb5\xb0\x63\x96\x39\x46\x63\x72\x8d\xb0\x20\x88\xc4\x54\x69\xdb\x00\xf8\x2c\xd2\xd6\x0c\x1f\x57\xaa\x3c\x4c\x40\x5c\x59\x62\xee\x56\xbb\xac\x6b\xc1\x52\xd2\x89\x2e\xa4\xdf\x49\x3c\x23\x56\x60\x68\x4a\xc0\x4f\xb0\xb4\x2a\xf5\x9a\x0a\xcb\x84\x09\x0b\x5c\xfd\xb8\x5d\xb8\xfa\x7b\x85\x89\x0e\x6d\xb1\xe0\x56\x54\x3c\x33\xca\x5e\x11\x36\xd1\xbb\xd2\xb3\xda\xcb\x06\x5e\x87\x5e\xf0\x99\x96\x01\x75\xd9\x5f\xeb\xc8\xe3\xc3\xa2\x68\x3e\x5b\x86\x1a\xc0\x17\x83\x44\x2f\x4a\xbf\x42\x84\x93\x09\x17\x54\x4d\x67\xb5\x9a\x91\x16\xe4\xda\x94\x4b\xd3\x84\x6a\x32\xf3\xdc\x60\x35\x7c\x39\x44\x97\x53\x4b\x74\xb4\xcd\xd9\x36\xa2\x2c\xd6\xea\xbf\x5d\x43\x8a\x07\xaa\xd4\x66\xb6\x6f\xd1\x07\xbb\x62\x2a\x6e\x2d\x12\xae\x3a\x46\xa3\x05\xb4\x0d\x9e\x80\x11\x41\x84\xaa\xa9\x36\x2e\x6f\xff\x3a\x42\x5c\xec\x22\x6a\x26\x28\xb9\xfd\xe1\x83\xab\x16\x8d\x09\xd6\x92\x29\x50\x23\x95\x88\x30\xcd\xa8\xf1\xae\xfe\x64\x88\x7c\xf2\x5a\xae\x59\xb8\xe5\xa3\x99\x5a\x2f\xc3\xb1\xb2\xe6\x6e\x03\x17\x20\x34\xc5\x12\x8d\x08\x61\x4e\x36\x98\xe1\x5a\x6f\x04\xf4\x1c\x96\x62\x9d\xf4\x8c\x5c\x27\x8b\xc1\xb5\xa0\x4a\x91\xaa\x00\x02\x5e\xd0\x6a\x0e\x7a\xc9\x05\xa2\x4c\x2a\xcc\xb4\x05\x6f\x47\x6c\x25\xc9\x35\xce\xd5\x5c\x23\x7f\xb6\xf9\x78\xbc\xed\x5c\x43\x81\x2a\x19\xb9\x51\x28\xc6\x0b\x6b\xcc\x15\xc3\xd7\x35\x19\x83\xcf\xf4\x4f\x33\x80\x59\xa6\xba\x17\xa8\xb9\x93\xa9\xa0\x5c\xe8\x2f\x24\x51\xb0\x1b\x02\xeb\xc0\xb0\xed\x2e\xe4\x9a\xd1\x94\x39\xb2\x4c\xf0\x56\x73\xd9\x3e\xe2\xe3\xf1\xf0\x71\xad\xd2\x14\x2b\xad\x55\xec\xa3\xff\x7c\xc2\xd9\x47\x3e\x1e\x7f\xd4\x13\xfe\xf1\x56\xaa\x18\xfe\x6f\xf0\xee\xd9\xe0\x8f\xef\xcd\x3f\x9f\xbd\x7b\xaa\xff\x3d\xb9\xa5\x29\xfc\x9f\x7b\x97\x90\x8f\xc9\xed\x0f\x3b\xbf\x5b\x65\x61\xc6\x24\xce\xd2\x65\x4b\xf2\x48\x17\x4a\x72\xb3\xd8\xac\xc6\x54\xf0\x08\x78\x8f\x0b\x24\xc8\x8c\xcf\x35\x21\x04\x89\x33\x16\xe3\xda\xa6\xed\xa6\x16\x61\x55\x2c\x65\x04\x4b\x79\x17\x3e\x8a\x9c\x52\xa1\xb8\xc2\x09\xc2\x33\x9e\x31\xa5\x85\x11\x7c\x25\x15\x17\x24\xae\xee\x05\xfa\x39\x19\x6b\xa1\x4c\x13\x82\xac\xfa\x3e\xc5\xce\xdf\x16\x67\x69\xc1\xe1\xf9\x22\x70\x23\x31\x93\x1c\xa8\x11\xba\x66\xc4\x33\x0c\x4b\x6b\x85\x0b\x16\x4d\x05\x67\x3c\x93\xc9\xc2\xb0\xba\x20\x52\xcf\x29\xd0\x02\x2b\xc3\xed\x19\xa3\x7f\xcb\x42\x1c\x08\x63\xa0\xd2\x0e\x03\x58\x55\x6b\x1c\x9c\x79\x3e\x47\x68\x50\x4e\x31\x14\x98\x71\x36\x31\xfb\xaa\x66\x1f\x8f\xf8\x81\xca\xf5\xda\x8d\x38\x93\x7a\x6d\xe8\xdd\x04\xfc\x17\x4c\xb9\xf9\xd1\x74\x4d\xf9\x35\x11\xe8\xc9\xe1\xf9\x9b\x1d\xa3\xad\x92\x19\x17\x0b\xbd\xc9\x5c\x93\x24\x09\xd4\x89\x65\xe1\xc6\x28\x8c\x62\x14\x53\x79\x85\x4e\xce\x86\xe8\x05\x19\x6b\x7d\xca\x6c\xaf\x6c\x82\x30\x4a\xc1\x12\xd6\xcb\x31\x5e\xd2\xdf\x7c\x26\x08\x93\x99\xb0\x0e\xc0\x05\xcf\xd0\x14\xcf\x09\xb8\x62\xf5\x86\xb8\xe0\x99\x40\x53\x2c\xe2\x6b\x33\x11\x7f\xcb\xa8\x20\xe0\x40\x0c\x75\x37\xd5\xf3\x2c\x28\x56\x24\x59\xc0\x08\xe9\x2c\x4d\xa0\xb8\xa6\x66\xf1\x16\x54\xfd\x39\x11\x0b\x94\x0a\x1c\x29\x1a\xe9\x7d\x59\x66\xd1\x34\x4c\x03\x41\xc0\x8d\x80\x46\x38\xba\xca\x52\x39\x44\x07\xe0\x99\xc3\x09\x18\x00\x8a\xce\x35\xbb\x96\x07\x0c\x53\x41\x63\x22\x82\xd2\x1d\x74\x92\x42\x02\xfd\x94\xdc\xfe\xb0\x0b\xee\x3e\x94\xe8\xa5\xe4\x74\xe9\x81\x36\x31\x98\xd4\xf5\x7b\x6d\x85\xd8\xbf\xf0\x99\x5a\xb2\x3a\xb3\xf5\x76\xce\x13\xcb\x3b\xad\x62\x3e\xb4\x65\x16\x1e\x85\xba\x98\xef\x24\xcc\x08\xcb\x66\x75\x99\x32\x00\x31\x19\xfc\x79\x3c\xae\xff\xde\x22\xb4\x08\x8b\xc4\xc2\x08\xa7\x25\x92\xeb\x58\x53\xc5\x89\x96\xe2\x33\xb7\x61\x6a\x75\x98\x5f\xcb\xdc\x93\xed\xf4\xc5\x00\x55\xf8\xd8\x7d\x4f\x62\x4f\xe5\x95\xc0\x6e\xce\x3f\x56\x6c\xdc\xb6\xac\x11\x4d\x98\x55\xd5\x4d\xfd\xe8\x29\x02\xd1\xb0\x6b\x4b\x29\x63\x79\x68\x9e\x3c\x38\x7c\x25\x77\x51\x4a\xc4\x8c\x9a\xbd\x6a\x44\x95\xdc\xf5\x22\x23\x09\x95\x7a\xe5\xc9\xaa\xca\xad\x9f\x97\x6f\x4e\x8e\xd0\x0c\xa7\x29\x14\x80\x0e\x66\x92\x08\x50\x2e\xf6\x8c\xb3\x0e\xfe\x6d\xf6\xda\xbc\xcb\x7a\xeb\xb2\xdd\x0e\x54\xea\x2c\x16\x24\x48\x02\x7b\xaf\xdd\xd0\x61\xe1\x4b\x25\x32\xb0\x8d\x76\x11\x65\x51\x92\xc5\x9a\xe4\xba\xb4\xd6\xc5\x75\xfb\x92\xe1\x54\x4e\x79\xa8\x62\x70\x12\xee\xe6\xa5\xa7\x94\x08\x6d\x6d\x2d\x76\x3d\xa5\xd6\x52\x48\xd2\x5b\x62\xff\x39\xe5\x09\x31\x63\x0b\xc9\xdb\xd2\x8a\x04\x3d\x5d\xa2\x27\x6a\xca\xb3\xc9\xb4\xd8\x1c\xcc\x36\x10\x5b\xe9\xac\x24\x49\xc6\x46\x5d\xb2\xb3\xbc\x13\x5a\x70\x77\xdc\xcc\x31\x91\x83\x67\xcf\xff\x30\x78\x17\xed\x4e\xde\x47\x33\xf3\xf7\x1f\x9f\x97\xfe\x7e\xfe\xe3\xbf\xb8\xbf\x57\xdb\xc3\x8d\x17\x6a\xd9\x52\x78\x09\xa5\x3c\x95\xda\xf3\x79\xe9\xca\xf3\x45\xa0\xed\x33\xc3\xd0\x7b\x76\x52\x1a\x36\x5e\x5b\x23\x95\x7a\xa6\xe6\x34\x36\x16\xdc\xf6\xed\x58\x1a\x35\xca\x9a\x54\x81\xc0\x96\x66\xba\x86\x7d\x52\x12\xb5\xab\xbb\x32\xc3\x46\xb5\xa2\x12\x18\xd3\xee\x00\xd0\x02\x84\x63\x92\x05\x75\x7b\xa4\x19\x43\xcd\xfb\x80\xac\x05\x8a\xd9\xe2\x1a\x2f\x86\xe5\x1e\x93\x1b\xf5\x7c\x57\xff\xff\xf7\xf0\xff\x3f\x68\x8b\xf4\x66\x2c\x6b\xfd\x0e\xd4\x59\x19\xc9\xdb\xb3\x57\xc0\xe2\xa6\xcf\xbe\xf4\xc4\x51\xc4\x85\x5e\x0a\x5a\x69\xb0\x4d\x47\x38\x24\x5c\xac\xd6\x98\x2b\xa3\x10\xe3\xaa\xca\x60\x20\xb2\xf1\x81\x55\xe5\x70\x68\x9b\xbd\x51\x3f\x04\x58\xb3\x85\x8d\xae\xc8\xc2\x8c\x61\x09\x27\xfd\x42\x16\x2f\xcd\x58\x3d\x5e\x32\x3f\x58\xe3\xd1\x13\xb4\x57\x64\xa1\xf5\xa5\xd0\xd6\x95\xa5\x29\x17\x7a\x01\xe6\x15\x1a\x25\x28\xc5\x52\xa6\x53\x81\x25\xd9\x45\x02\x5f\xef\xa2\x29\xb9\xa9\x73\x60\xd3\x1e\x53\x7c\x1d\x78\x29\xf0\x75\xe0\xd7\x29\xb9\x59\x91\x4e\x09\x37\xb2\x65\x39\xa5\x5e\xf1\xb2\xd6\xec\xbe\xd4\xa4\xd2\xb4\x71\x8b\xae\x20\xd9\x2a\x5d\xf1\x1c\xfa\x4b\xba\x72\x56\x94\x74\x5d\x81\x20\xc2\xc9\x91\x1f\x87\x3e\x3f\x3b\x7b\xa5\x5f\x8b\x8c\xb1\x7a\x6b\x28\x77\x12\x51\x59\x8f\x3e\x84\xf9\xd4\x6f\xb7\x95\xf7\x1b\x6c\xcf\x70\xb5\x1b\xf3\x4b\xb8\x48\xcc\x12\xea\xb9\x62\x15\x87\x84\xde\xba\x72\x57\x51\x28\x14\xd4\xc9\x72\x3e\x77\x95\x6b\xf5\x6c\x39\x35\x42\x26\xcb\xbd\xd1\x47\xeb\xcb\x22\xd6\xfb\xee\xb2\xed\xe5\x22\xa7\x0c\x46\x32\x9b\x4c\x88\xd4\x03\x30\x76\x9e\xfe\x1e\x38\x1d\xc4\xb5\xf3\xb5\xe9\x3f\x42\x72\x01\xc4\xb9\xb1\xb2\xe0\xc3\xdc\x65\x87\x66\x99\x34\x91\x79\x6b\xd1\x68\xd2\x5f\x73\x34\x01\x4a\x6a\x3a\x61\x86\x78\x48\x64\x93\xbf\x65\x38\xd1\x1a\xcb\x8f\xcf\x9e\x83\xb0\x06\x75\xdb\x96\x2f\xde\x3e\x7b\xfe\x07\xf4\xcb\x68\xa1\xb4\x26\xf7\x1a\x46\x0e\xc1\x2e\xa7\x3f\x37\x18\x5f\x5d\x98\x37\x9f\xec\xc3\x29\x66\x13\xa7\x90\xb6\x52\xe0\xf1\x63\xe9\x91\x1f\xe1\xf1\x98\x44\x4a\x1a\x4b\xd3\xd0\xd1\x79\x41\xa0\xd9\x6b\x2c\xe2\x7f\x45\xe4\xc6\xe8\x85\x81\x5a\xcd\x37\x5a\xc0\x66\xcc\x54\x16\xd0\xe7\x9f\x3d\xff\xc3\x55\x60\xd7\xb8\x2b\xfb\x18\x7b\x76\x09\xeb\x5c\x18\xa3\xb7\x58\x5a\xd7\x53\x02\x2e\x2f\x8f\x90\x96\xce\xbe\x7d\x1c\xd2\x51\xb3\x44\xd1\x34\xd1\x8b\x31\x36\x50\x19\xaa\x9c\x02\xa1\x75\x4b\xc5\xd1\xf6\x82\x94\xb4\x93\xdf\x5e\x5e\x0c\xb4\x8c\x4e\xce\xdf\x3a\x40\x49\xbd\xde\x5c\x3d\x06\x73\xc1\xeb\x97\xb4\xfe\x45\xf0\x56\x18\xd7\xdd\x8c\x1b\x9b\x96\x21\xce\x6c\x47\xba\xdb\x47\xba\x73\xa1\xdf\x19\x5f\xc9\x3e\xd2\xda\x36\x5b\x2e\xd5\x2e\x18\x4e\x97\x48\x35\xa7\xb7\x17\x92\x2d\x40\x9e\x1a\xb3\x1b\xc7\xf7\x58\xf0\xd9\x10\x1a\x61\x4b\xa4\x5b\x87\x3a\x5b\xa5\x5b\x0b\x29\xd4\x94\xb2\x73\xf7\xed\x32\x19\x76\xe9\x17\xb6\xef\x46\x1e\x43\x1a\x94\x8e\x20\x92\x88\xb9\xd9\xc5\xc7\x41\x71\x53\xb8\xee\xbd\xd0\x7c\xae\xc1\x72\xa1\xe9\x50\xf2\x3c\xeb\x79\x2f\x5c\xcf\xc1\x1a\xb1\x72\x75\x15\x36\xbf\x1e\x9c\x4f\x19\x10\x6d\x9a\x59\xd0\x8c\x60\xa6\x67\x93\x46\x57\x45\x81\xb0\x5c\x28\x39\xfc\x61\xd1\x94\x68\x06\x7e\x2b\x6f\xed\x98\xa5\x53\x2c\xcb\xe0\x76\x54\xea\x14\x99\x13\xe6\x7c\xb8\x46\xc3\x88\x39\x31\x8b\x12\x5c\x3e\x46\xfd\x01\xdb\xcc\x05\x2b\x1a\x0c\x8e\xc6\x8e\xe9\x21\x57\xfa\x55\xed\x85\x96\x9b\x21\xff\xb8\xdf\x2f\xcd\x6d\x95\x9e\x18\x67\x9d\xfb\x23\x9f\xc3\xd1\xa2\x79\x87\xb7\x8d\x1b\x36\x31\xae\x71\xbf\xdb\xde\x3a\x68\xd2\xf7\xbb\x6c\xf1\x55\xc9\xcd\xf8\x2a\x8e\x98\x0d\x09\x9a\x39\x4f\x8c\xbb\xb4\x83\x82\xf0\x96\x27\x2f\x74\xd9\x0b\x7f\x4f\xf7\x02\x3b\x85\x96\x90\xfb\xaf\x02\x74\xb8\x34\xac\x0a\x65\x23\x10\xb2\x26\xcc\x60\x39\x01\x17\x7b\x00\x1f\x97\xba\xb7\x6b\x67\x92\xb1\xa0\x17\x62\x44\xd0\x2d\x11\x7c\x88\x4a\xdd\xec\xa6\x91\xc1\xe4\x04\xc3\x04\xcd\xd3\xb5\xd1\x6d\xd6\x74\xa5\x83\x13\xa0\x28\x88\x62\xa2\x88\x98\x41\xb4\x38\xb0\xdf\x52\x13\x02\xd5\x05\xb7\x8f\x0e\x2e\x0f\x2e\x8e\x2f\xeb\x8c\x81\xb4\x28\xdb\xd6\x06\xf0\x36\xc8\x8d\xb1\x84\x0f\x72\x67\x80\xd5\xf3\xa4\xe2\x02\x4f\x48\x94\x60\x09\x68\x58\xeb\x20\xc0\xcd\x2b\xc8\x35\xed\x7c\x42\x2e\x14\x96\x6b\x51\x27\x63\xb4\xad\x0d\xdc\xed\x5d\xf8\xef\xf7\xf6\xbf\xcf\xb7\xa1\x47\x37\xe3\x00\x73\x43\x28\x6c\x66\x42\xf6\xc6\x8d\x60\xbb\x1b\xe8\xa5\xd5\x0f\x5c\x0f\x5d\x7f\x9a\x7c\x78\x95\xee\xed\x5a\x23\xc9\xfd\x3c\xce\x04\x90\xd7\x3a\x35\x4c\xe3\xa0\xfe\xc9\x86\x5a\xdb\x28\x38\xb4\x71\x30\xe7\x4d\x08\xca\x92\x75\x37\xd4\x26\xb9\xa1\xe7\x3a\xf0\xb3\xe5\x90\xee\x2c\xeb\xe4\x68\xb9\x8d\x01\xaa\x40\xc6\xdc\xcf\x75\xdc\x9a\x7b\x53\x41\xd2\xb9\x9f\x0b\x3e\xdf\xaa\xf7\xa7\x8e\xaf\x00\xa4\x58\x3b\xc2\xc2\x82\xd1\x2c\x20\x06\xb6\xe3\xb2\x0c\x8b\x32\x01\xa0\x6b\x00\xa2\xd9\x4d\x35\xb8\x4c\x4b\xfb\xb1\x43\xb1\x74\x8d\xe6\x43\xed\xcb\xd4\x3a\xe8\xc1\xf2\xde\x85\xfa\x13\x60\x1c\xd7\x43\x63\x90\xc1\xf7\xdb\xe7\x84\xc5\x94\x4d\x0a\x3d\xa3\xec\xf8\xca\x61\x17\xf6\xdb\x06\x33\x58\x73\xae\x8d\x52\x91\x18\x2d\x48\xb9\x8d\xd7\x04\xc7\x8b\xa6\x16\x5a\x36\xc9\xdc\x2a\x62\xb1\x55\xff\x85\xae\x29\xdf\x59\x32\x19\x88\xa4\x34\x31\xbc\x1d\x68\xe0\x0d\x74\x2f\xf0\xfb\x4b\x4c\x93\x1a\xba\xa4\x65\x29\x04\x79\xb2\xbe\x3e\x06\x30\xa1\x5b\x8d\x5f\x19\x5d\x63\x1f\x29\x61\x23\x90\x56\x66\xf8\xbf\x64\xa3\x1c\x27\xb6\x8f\xfe\xeb\xbf\xbf\x79\xc8\x6b\xc7\x96\x7b\xc0\xeb\x17\x0b\x78\xc5\x49\x3a\xc5\x3d\xec\xb5\x87\xbd\xa2\x1e\xf6\xda\xc3\x5e\x7b\xd8\x6b\x0f\x7b\xed\x61\xaf\x3d\xec\xb5\x87\xbd\x3e\x74\xd8\x6b\x0f\x6d\xed\xa1\xad\x3d\xb4\x15\xf5\xd0\xd6\x1e\xda\xea\x3d\x3d\xb4\xb5\x87\xb6\xf6\xd0\x56\x4b\x86\x1e\xda\xda\x43\x5b\x3b\xb3\x51\x0f\x6d\xed\x4c\xa7\x1e\xda\xda\x43\x5b\x7b\x68\x6b\x0f\x6d\xed\xa1\xad\x3d\xc6\xb2\x23\x29\x7a\x8c\x65\x8f\xb1\xec\x31\x96\xe5\xa7\xc7\x58\x86\xe8\xdb\x63\x2c\x7b\x8c\x65\x8f\xb1\x34\x4f\x8f\xb1\xec\x31\x96\xfe\x5c\xf5\x18\xcb\xda\x9b\x30\xc6\xf2\xf3\x41\x29\xc7\x38\x91\x0d\x58\xca\x82\xbf\x71\x14\x91\x54\x91\xf8\xb4\x9a\xfc\x74\xdb\x08\x4c\x97\xd9\x14\xfe\x8c\x38\x33\x21\x28\xb9\x8f\xde\xbd\xdf\x42\x36\x8e\xf6\xd6\xa5\x25\xd5\x3f\x7e\xf2\x4c\xbe\x17\xce\x20\x71\xb9\x7c\x37\x54\x7b\x97\xbe\x9b\x4c\xbe\xa5\x1e\xf4\xb9\x7c\x37\x9a\xcb\xd7\x99\x9b\x1b\xc9\xe6\x7b\xe1\x07\x3f\x4a\xf9\x7c\xdd\x9b\x50\x46\xdf\xbc\x0b\x66\x2d\x85\x72\xfa\xea\x22\xe6\xad\x9f\xcb\xd7\x8b\xb5\x2c\xcf\xe6\xbb\x89\xac\xa7\x39\x23\xd6\x00\xa0\xf9\x1b\x2b\xe8\xfd\x4c\xc3\xe6\xe9\xd1\xa0\x3d\x1a\xb4\x47\x83\xb6\x4c\x41\x8f\x06\xed\xd1\xa0\x3d\x1a\x34\xd4\x91\x1e\x0d\xda\xa3\x41\x7b\x34\x68\x9f\x04\xb5\x47\x8a\xf6\x48\xd1\x1e\x29\xda\x23\x45\x7b\xa4\x68\x8f\x14\xed\x91\xa2\x3d\x52\xb4\x47\x8a\xf6\x48\xd1\xd2\xf8\x7a\xa4\x68\x8f\x14\xcd\x9f\x1e\x29\xda\x23\x45\x7b\xa4\xe8\xc3\x43\x8a\xf6\x49\x50\xfb\x24\xa8\x3d\x40\xb7\x07\xe8\xf6\x00\xdd\x1e\xa0\xdb\x03\x74\x7b\x80\x6e\x0f\xd0\xed\x01\xba\x5f\x1e\x40\x57\xeb\x30\x01\x84\xae\x20\xe3\x04\x74\x72\x5a\x55\x96\x70\x35\x37\x63\xde\x54\x16\x45\x44\xca\x71\x96\x54\x76\xa3\x95\x31\xb9\x1b\x86\x82\x0e\x2c\x15\xb6\x1a\xab\x59\x9a\x66\x73\xb0\xc1\xdc\x83\x3d\xf8\xac\x07\x9f\xf5\xe0\xb3\x1e\x7c\xd6\x83\xcf\x7a\xf0\x59\xfe\xf4\xe0\xb3\x1e\x7c\x86\x7a\xf0\x59\x9f\x8a\xb0\x07\x98\x85\x46\xde\x03\xcc\xcc\xd3\x03\xcc\x7a\x80\x59\xf5\xe7\x1e\x60\xd6\x03\xcc\x7a\x80\x59\x0f\x30\xeb\x01\x66\x3d\xc0\xac\x07\x98\x75\xef\x4a\x0f\x30\xb3\x4f\x0f\x30\xeb\x01\x66\x3d\xc0\xec\xe1\x01\xcc\x7a\xa4\x53\xfe\xaa\x47\x3a\xf5\x48\xa7\x1e\xe9\x54\x7a\x7a\xa4\x53\x88\xbe\x3d\xd2\xa9\x47\x3a\xf5\x48\x27\xf3\xf4\x48\xa7\x1e\xe9\xb4\x6a\x16\xbc\xaf\x29\xe1\xdd\x0b\x88\x3c\xe4\xe9\xee\x3e\x43\xc2\x3b\xd3\x03\xd9\xe7\xbb\xdb\x7c\xbe\x3b\x17\x56\xda\x40\xb6\x3b\x33\x4b\xf0\x5b\x29\xd7\x9d\xf9\x3d\x94\xe9\xce\x36\x6e\x16\x50\x3d\xcf\xdd\xc8\xbc\xf0\x53\xdc\x8d\x5c\x1b\xcb\x13\xdc\xad\x74\x77\xf7\xb9\x20\x73\xca\xb5\x48\x73\x62\x4b\xeb\x5e\xa3\x62\x44\x81\x3b\xbb\x05\x99\x3b\xa3\xd1\x16\x31\x54\x3d\xb7\x2f\xb6\x1a\x64\x53\xa5\x69\xbb\xbc\x4a\x12\xa7\x76\xa1\x75\xa9\x81\x95\xae\xb2\xfe\x84\xf7\x49\x9b\xe9\xba\x1b\x9a\xd3\x52\xa1\x30\x33\x31\xc4\x00\xcc\x0c\x14\x20\xbe\xdc\xdd\xa0\x0b\x44\xb0\x88\x3c\x79\xef\x8a\xe5\x3f\xf5\x38\xcf\x1e\xe7\xd9\xe3\x3c\x5b\xa6\x60\x93\x38\xcf\x7c\x15\x5f\xa4\x24\x72\x0e\x7e\xfd\x8d\x01\x76\x7a\xab\xbc\xb6\x4e\x51\xab\xd2\x67\x84\xc0\x11\x91\xcb\xa2\x42\x2f\xf2\x82\xae\x79\x41\x66\xdc\xe0\x47\x84\xc3\x09\x59\x91\xa2\x04\x66\x72\x1c\x08\xae\xb5\xda\x9d\x5e\x54\x15\x32\x6c\x7d\x37\x0c\xfd\x67\xdf\xfc\x67\xb5\x08\xea\x9d\xe3\x28\xb8\xe4\xa4\x64\x00\x9e\x2d\x82\x00\x25\xd7\x5b\xd0\x10\xdc\x5c\x20\xc3\xdb\x11\x97\x0c\xe1\xdc\x2b\x9a\x87\xa5\xb0\x34\x48\xc4\x84\x28\x12\x0f\xcc\x3c\x3d\x96\xcb\xe2\xf6\xab\xfa\x82\x3b\xf4\xae\xda\xb3\x5c\x29\x00\x42\xd7\x34\x83\xf5\x29\x67\x66\xa7\x43\xcf\xde\xe6\x05\xeb\x33\x6f\x8d\x5a\xdd\x3d\x63\x73\x83\x44\x6b\xe8\x29\x78\x00\x62\x22\x15\x65\x35\xbb\xec\xae\xe3\x68\x32\x64\x8b\xf5\xdb\xd9\x94\x2d\x08\xb2\x11\x9b\xb5\x10\x4d\xc6\x70\xa5\xb0\xb3\x4e\x79\x12\xdb\x6f\x35\x0d\x03\x94\xaa\x9b\xfe\x03\x74\xc2\x68\x75\x1c\x47\x9c\x55\x8d\xee\x97\x98\x26\x15\xc2\x86\x73\xb9\xeb\x0a\xcf\x05\x9f\x68\xf9\x54\x7b\x31\xc7\x09\x8d\x97\xcb\xf1\x4f\x71\x74\xe7\x2b\xcf\xea\xfe\x9a\x40\x2f\x0a\x2b\x77\x43\xb5\x77\xe9\xbb\x31\x72\x6d\x0f\x7a\x2b\xf7\x1e\xac\x5c\x61\x69\xbb\x09\x33\xd7\xce\x53\xdd\xce\xb5\x2f\x42\x86\xae\x6b\xbf\x6e\xd0\x8a\xbc\xb6\x4f\x93\xb2\xdd\xf1\xb9\x6f\x68\x45\xfa\x27\x64\x7b\xd2\xdb\x5a\xbd\xad\xd5\xdb\x5a\x5f\x80\xad\x65\x57\x72\xb3\xb1\xf5\xba\xb2\xa0\x3b\x5a\x5b\xdd\xed\x10\x28\x09\x06\x87\xd1\x43\x8d\xd1\xe1\xe4\x48\x11\x3c\xb3\x9c\xb0\x31\x6d\xd9\xb6\x70\x21\xa2\x25\x1d\xa4\xca\xc5\x9f\x69\xba\x9f\x72\xa1\xf4\x96\x68\x0f\xc3\xe5\xfd\x04\x36\xb4\x76\x22\x17\x4d\x9a\xa7\x79\xbc\xcf\x13\x1e\xe1\x04\x09\x6f\x33\xe8\x3c\xb4\x7b\x34\x22\x3b\x1b\x12\x76\x76\x60\xde\x14\xaf\x4c\xdd\x14\xbb\xac\x45\x29\x11\x63\x2e\x66\xf7\x6e\x22\x34\x5b\x02\xc5\x64\xdf\xbb\x89\xe0\x56\x54\xcd\x46\xb0\x07\x6d\xf4\xc6\x12\xe9\xd2\xc3\x2f\xd1\x48\x00\xe6\xb8\xe8\x8f\xea\xe6\x4f\x7f\x54\xb7\x3f\xaa\xdb\x1f\xd5\xed\x8f\xea\x7e\x23\x47\x75\xfb\x7b\x22\xfa\x63\xbc\xfd\x31\xde\xfe\x18\x6f\x7f\x8c\xb7\x5c\x7f\x7f\x8c\xb7\x3f\xc6\xdb\x1f\xe3\xb5\x4f\x7f\x8c\xb7\x3f\xc6\x5b\x7b\xfa\x63\xbc\x81\x97\xfd\x31\xde\xfe\x18\x6f\xe9\xe9\x8f\xf1\xf6\xc7\x78\xfb\x63\xbc\xfd\x3d\x11\xfd\x3d\x11\xfd\xe9\xe9\xfe\xf4\x74\x7f\x7a\xba\x3f\x3d\xdd\x9f\x9e\xee\x4f\x4f\xf7\xa7\xa7\xfb\xd3\xd3\xdf\xcc\xe9\xe9\xfb\xc7\x61\xdf\x27\xe4\x7a\x45\xd4\xf2\xdd\x31\xd1\xf0\xf2\xb7\x97\x17\xe0\x35\xf8\x8c\xc7\x8a\xf3\xf6\x7b\xb4\xf5\x46\xd1\xd6\x70\x04\x69\x13\x50\x6b\x3d\x41\xf0\x4b\x09\x67\xad\x7f\x0d\x81\xac\xa1\x59\xb3\x66\xea\x67\x89\xcd\x6b\xf3\xd6\xc7\x5f\xdb\x5f\x3f\x0d\xf8\x1a\x18\xce\x1a\xe2\x00\x4c\xd5\x52\x1c\x80\x1c\x23\x9e\x81\x49\x08\x1e\x73\x2d\x89\x24\xc2\x73\x4c\x13\x3c\x4a\x48\x19\x5e\x85\x01\x70\x09\x58\x21\xc3\x3b\x89\xc1\x19\x58\x62\xc2\xdb\x01\x9e\x10\xa6\xec\x26\x22\x9d\x71\x0a\xad\x5b\x78\xee\x3f\x7b\x35\xa6\x44\x50\xae\xed\x85\x24\x59\xe4\xf1\x69\x7a\xeb\x3c\x0b\xe1\x1e\xe5\x67\xcd\x86\xa5\x89\x32\x8f\xde\x19\xb4\x42\x05\xf8\x50\x41\xc6\x44\x10\xad\x95\x02\xc8\x17\xaa\xe5\x76\xa9\x08\x41\x64\xca\x01\xef\x66\x70\xa4\x16\xb5\x9d\xd7\xd5\x83\xca\x7b\x50\x79\x0f\x2a\x6f\x99\x82\x95\x40\xe5\xb0\x8c\xcb\x25\xa9\x22\xb3\x1a\xd0\xaf\x7c\x54\x13\xa2\xb2\x85\x4b\x36\x0f\x2d\xc3\x9a\x40\x13\xaa\x6d\x72\x27\x24\x8c\x77\x01\x5c\x87\x75\xd3\x93\x7b\x52\xa3\xea\x3c\x6f\x04\x1d\x22\x34\x16\x24\x18\x96\xc2\x6c\x71\x36\x0e\xbd\x18\xd8\xf1\xeb\xf5\x35\x09\x7a\xe1\x06\x6d\x26\x50\x8d\x02\x2f\x05\xa9\x9a\x99\x85\x28\x8c\x3c\xb4\xa3\xa3\x42\xc8\xda\xf4\x02\xb9\x7f\xfe\xee\xe3\x60\xe7\x4f\x4f\x2c\xf8\xfb\xc9\x9f\x0d\xe0\xfb\xf7\x3b\x7f\xda\xf9\xe8\xfe\xf8\x6e\x67\xe7\xc9\x93\x77\xbf\xfc\xfa\xf3\xe5\xf9\xf1\x7b\xba\xf3\xf1\x1d\xcb\x66\x57\xe6\xaf\x8f\x4f\xde\x91\xe3\xf7\x1d\x2b\xd9\xd9\xf9\x53\x3d\xfe\x8b\xd0\xcd\x40\xef\xf3\x82\x11\x45\xe4\x80\x32\x35\xe0\x62\x60\x68\xe1\x69\x9e\xfe\x13\x76\x01\x56\xe8\x74\xea\x79\xfb\xda\x48\xd1\x6a\x9b\xb6\x5a\xa7\x08\x65\x19\x0d\x38\x81\x2b\x1d\x79\xf3\xe6\x44\x2b\x52\x8c\x2b\x88\x21\x18\x30\x15\xa2\xb1\x5e\x67\x66\xa6\xf0\x3d\x75\x30\x6c\x8d\x68\x86\xd3\x5c\x5c\xfb\x31\x70\x7e\x79\x00\x43\xac\xba\x1e\xc3\xeb\xd9\xbd\xc0\x42\xe0\x45\xab\x15\x02\x2b\xff\x41\x5a\x1d\x5a\xc7\xdd\x7a\x84\x0e\x4d\x10\x1c\xb4\xe0\x8b\x13\xeb\x3f\x77\x5d\xf4\x75\x60\xdb\xb3\xba\xf6\x7b\x71\x62\x9d\xee\xbe\x48\xcc\x75\xd2\x61\x24\x69\x48\x1d\x7d\x84\x62\xee\xa3\x02\xac\xbd\x87\x95\xc2\xd1\x74\x66\x36\x0d\xf3\xc7\x6b\x47\x56\x9b\xe2\x49\x8b\xd3\xf8\x84\x8d\xf9\x19\xfb\x95\x67\x4c\x15\xbf\xdb\x2e\x3a\x1c\xb4\x25\xe2\xc3\x52\xe6\x9f\x3d\x1b\x7e\x0f\x9f\xe8\x3d\x08\x60\x6d\x73\x12\x0f\x0b\xa9\x30\xa4\x7c\x1f\x6d\x7b\x3b\xdc\x34\x1b\x0d\x23\x3e\xdb\xf3\x04\x47\x24\xe9\x9e\x1e\x82\xd6\x61\x06\xce\xbd\xaf\x88\xd8\x4b\xb3\x24\xd9\xfb\xc3\xb3\x1f\xb6\x3b\xd8\x0b\x36\xfa\x61\xbf\x06\xbf\x04\x91\x43\xf7\xf7\xb0\x3c\xdd\x55\x2b\xa2\xa9\x58\xc0\x9c\x30\xae\x0e\x77\x35\xe0\xa1\x6e\xa7\x62\x5a\x04\x4a\xd4\xcc\x8c\x60\x6f\x1b\x6c\x8e\xb9\x8c\xf2\x56\xf2\xbf\x6a\x67\x40\x03\x35\x16\xf6\xc8\x61\x92\x49\x83\xac\x5b\x2d\xb7\x91\x97\xdc\xa7\x84\x3d\x31\x24\x2f\x05\xa7\x96\xe5\x0f\x3a\xaa\x3b\xf7\x70\x95\x54\x9c\xa9\xc2\xde\x88\x91\x9a\x0a\x07\x8f\xca\x45\x4e\x80\xb8\x5e\xf4\x21\x26\x90\xf3\x41\xb7\xc0\x90\xd6\xc9\x46\x3c\x63\x71\xe5\x23\x93\xb1\x00\x0a\x3a\xa1\xed\x8f\x53\xbf\xa1\x9c\x9d\xf3\x84\x46\x8b\xf2\x78\x43\xaf\x02\xe3\x7e\x48\x29\x91\x82\xf4\xca\x55\x10\xef\xec\x07\x28\x5c\xd8\x07\x32\xd9\xb5\xe0\xed\x13\x16\xd6\x94\x49\x33\x89\xcc\x47\xdb\xba\x48\x90\x5b\x49\xe8\xc0\xb5\x13\x35\xae\x19\xf3\x50\x99\x1f\x32\x30\x5f\x40\xeb\x7a\xf6\x20\x48\x47\x59\x8d\x51\x72\xfb\x29\x50\x71\x29\x56\x85\x85\x56\x13\xd9\x80\xf9\xf6\xb8\x79\x7a\x8b\xf0\x21\x5b\x84\xe5\x55\xd8\x32\x17\xe5\x82\xa1\x10\x42\x83\x94\xa9\x50\x2c\x20\x73\xee\x24\x6b\x2a\xd5\x36\x4b\x1e\x74\x91\x83\xcd\xdc\x01\x2b\x41\xd0\xf6\x6b\xa2\x30\x65\xe6\xec\xc8\x36\x08\x1c\xb2\x5d\x55\x2d\xf3\x42\x2e\xa4\x6a\x31\x7e\x61\x69\x0a\xd8\x73\x25\x51\x3a\x5d\x48\x1a\xe1\xa4\x09\xf8\xca\x59\x60\xf1\xbb\x25\xaf\xfb\x76\x45\x52\x35\xcc\x3b\xd5\xa9\xf1\x4a\x13\x8d\x5d\x59\xde\x78\x45\x60\xbb\xc7\x29\x53\xcb\x4f\x52\x9a\x6e\x57\x7e\x34\x84\xec\xc4\x90\xb0\xd7\xb5\x31\xa2\xd1\x34\x69\x00\xb0\x60\x47\x63\x4b\x00\xc5\xa6\x98\xc5\x09\x88\x8d\x9a\x8f\x22\xc0\x75\xc3\x86\x71\xf6\xee\x94\x87\xea\x4e\x29\x36\xd6\xf2\x44\xf8\x0a\x57\x93\xa7\xa2\xd1\x2c\x2c\xe3\xff\x8a\xad\x1b\xa6\xf2\x8a\x2c\x06\x66\x1e\x67\x38\x35\xc7\x5e\x2a\x8c\xe7\xb6\xe3\xaa\xcb\xa4\x7c\x1a\x37\xdf\xd2\xdd\xda\x94\x00\x0b\x91\xc4\x17\x53\x3c\xc5\xda\x12\x56\x1c\xfd\x52\x68\xfa\x77\x8b\x6b\x05\xf5\x2d\x78\x51\x86\x3e\x6d\x24\xd3\xd0\x17\xa5\xf3\x7e\xab\xba\xee\x88\x28\x7b\xa3\xfb\x23\x74\xa9\x85\x47\x71\x00\x16\xb4\x2c\x53\xc0\x69\x5b\x4e\xca\x9a\xc4\x32\x85\xb8\x82\x81\xa7\x82\xc0\x81\x8a\xa1\xad\xee\xe0\xfc\xc4\x97\x2b\x46\x36\xb9\x8a\x04\x89\x08\x9c\x6f\x42\xd7\x58\x30\xd0\x41\x6d\xac\x1b\x64\x1a\x32\x31\x06\x69\x7d\x8e\x45\xe5\x1e\xc3\xd9\x0e\xf3\x39\x11\x82\xc6\x44\x96\x0e\xe5\xba\x5a\x05\x51\x99\x60\xe6\xb8\x8a\x91\x80\x5a\x5c\x5e\x81\x20\xb6\x63\xf3\xfb\x59\x6e\x8e\x72\xf6\xef\xa6\x9e\x7d\xb4\xdd\x60\xb6\xee\xb9\x6a\x42\x0c\x54\xa2\xcb\xbf\xc2\xc9\xe1\xe6\x6a\x42\x35\x6c\x7f\x46\x5b\x64\x93\x16\xc8\xc6\xed\x8e\x87\x69\x6d\x6c\xc6\xbe\xe8\x2d\x8a\x87\x21\xc3\x57\xb1\x1a\x36\x65\x27\xdc\x8b\x65\xb0\x09\x5b\xe0\xab\xd0\xfe\x1f\xb4\xbe\xbf\x21\x0d\xbf\xd7\xe9\xef\x5b\xa7\xff\xe2\xb5\x78\x17\xf3\xa8\xdd\x80\x81\x3e\x71\xc6\xd0\x3e\xbc\xd2\x25\xbc\x62\x84\xf8\x27\x88\xaf\x78\x7e\xa4\xc6\x08\x8b\x29\xb3\x2c\xc6\x62\xbb\xdc\x1c\x64\x29\xfe\xb5\x24\xb6\x92\xf7\x69\xcd\xe8\x4a\x69\xed\x9f\xe4\x46\x4e\xf5\xe2\x1b\x50\xe9\x70\xbc\xb0\x07\x7b\x40\x67\x55\x3c\x4f\xb2\x86\x2b\xd9\x97\x6a\x77\x3e\x0c\xe1\xeb\x4b\xfe\x46\x96\xef\x97\x78\x5d\xfd\xd9\x2c\xce\x11\xe7\x09\xb1\x87\x28\x2a\x7d\x7c\x9d\x6f\x03\x79\xe2\x1a\xbd\xad\x1a\x98\x7c\xf5\x78\x0e\x65\x08\xce\xad\xb5\x74\xcb\xa4\x49\xa3\xb7\xd5\x7e\x55\x7f\xaf\xc3\x30\x96\x1b\xda\xa1\xbd\xb5\x41\xf5\xc8\xa5\x93\xaf\x82\xe8\xb1\x34\xab\x21\x9d\xdd\xc0\xab\x98\xe3\x70\x1d\xc8\x06\x6c\xf2\x46\x30\xc5\xe1\xc5\x89\xdb\x38\x1c\x17\x45\x45\xbc\x3c\xa4\x89\x15\x82\xbb\x8d\x1c\x8d\x63\x59\xd3\x7f\xe2\xf7\x3d\xa4\x48\x43\xc2\xc1\x3c\x43\x79\xde\xed\x11\x49\x38\x9b\xc8\xa6\x5e\xcd\xeb\x35\xd5\xee\x5e\x69\x8e\x58\xdd\xbd\xcf\x4e\x99\x2a\xf7\xba\xdd\x6f\x6e\x3f\xa1\x96\xad\xba\x0d\xe9\x35\x19\x0f\x59\xfb\x88\x56\x18\x8c\x39\x61\xb6\xee\x88\xd6\x1b\x09\xf4\xa1\x65\x38\xa7\x95\x32\x5f\x56\x50\xd6\x52\x48\x94\xa5\x2b\x8e\x54\x86\x13\xb4\xcd\xd9\x20\xa6\xf2\x6a\x3b\x14\xb7\x71\x44\x5d\x22\xae\x1e\x80\x1b\xa2\x1a\x39\xe8\x83\x9e\x7d\xdc\xe6\x01\xda\x78\x4b\xd2\x25\x43\x62\x64\xc7\xfd\xc5\x62\x32\x48\xc0\x56\xa7\x50\x85\x58\xa3\xc5\x92\x1d\xb5\xc1\x03\xd0\x8c\x6f\x6d\xf3\x6f\xd5\xc6\xb1\xdc\xc7\xd5\x61\x6f\x2a\x9e\x56\x5f\x4e\x17\x45\x2a\x50\xe7\x46\xbc\x63\xa1\xbe\x6e\xc8\x5f\xb6\x2a\x19\x3a\x78\xd0\x02\x55\x6e\xc8\xa7\x16\xa8\xb9\xbb\x97\xed\x25\x17\x28\x5e\x30\x3c\xb3\x47\x3b\xbc\x63\x7a\x81\x7a\x73\x87\xc3\xae\x95\x20\x94\x24\xb1\x39\x78\x88\x33\xc5\x67\x58\xd9\x6a\x46\x90\x6c\x22\x31\x47\x0a\xed\x7a\x38\xbc\x38\x69\xa9\x52\x11\x81\x24\x8d\x49\x84\x85\x71\x86\xe8\x4f\xb6\xcb\x5a\xf1\xb6\x6d\xd0\x2c\x52\x77\x5c\x31\x50\x69\xf9\xd0\x48\xd0\x09\xa7\x07\x9e\x0a\x32\x70\x19\x2c\xfc\xb1\x65\x92\x88\x10\x7b\xfd\xfa\xe6\xe2\xd2\x85\x13\x4a\x04\x28\x05\x2b\x56\xe1\x2a\xb7\x49\x86\x05\x02\x6a\x39\x1a\x19\x70\x7a\xa2\x26\xc7\x27\x5a\x92\x93\x33\xe0\x00\x45\xdd\x9d\xa0\xad\x86\x47\x60\xcc\xab\x0b\x92\xa1\x89\xbc\x01\xf9\x47\xa1\x2a\xf3\x74\xc6\xd8\xeb\x5e\x1e\x8a\x2b\xf8\x0f\xfd\x4c\xd4\x79\x92\x4d\x28\xd3\x4a\xe5\x93\x1d\xa4\xb9\xb5\x31\xa9\x02\x56\x76\x5c\x6d\xf3\xd3\x96\x16\x03\xf6\xe8\x25\x74\xb5\x1b\x79\x38\x1b\x89\xef\x26\x78\xc2\x45\x61\x99\xee\x04\x3a\xdc\xb0\x8c\x11\x64\xe1\x36\x4e\x06\x73\xe6\xc2\x68\x4f\x7f\xcd\x64\x0e\x68\xd6\x6a\x47\xe1\x26\x6c\xe4\xd3\x8a\xda\x67\xa7\xc5\xac\x01\x2a\x11\x9d\xcd\x32\x48\x7e\x67\x4f\xad\x3b\x0d\xbc\x8d\x7c\x6d\x67\x3a\x0a\xe1\xf0\x6f\xe0\x53\x0f\x95\xa8\x52\xb3\xf4\x41\xe5\x3c\x86\x66\x80\x3c\xac\xfa\x81\xc6\xdb\xf5\x1c\xda\xee\xc1\x61\xd9\xb0\x7c\xcb\x0b\xf3\x12\xca\x33\x59\xf9\x74\x0e\x53\x15\xd2\x04\x2f\x9d\x6c\x54\xc0\xda\x1a\xa7\x21\xb4\xe7\x2c\x39\x39\xe1\xce\x6d\x77\x26\xb8\x5f\x3c\x44\x6e\xf3\xde\x12\xbb\x41\x20\x14\xcd\x1a\x95\xd4\x51\x2a\xa7\xba\xe7\x90\xf1\x78\x5c\xe1\x2b\xc2\x4c\xd6\x97\x86\x4a\x37\x47\x97\xc6\xb3\x15\x08\x76\x5b\x12\x3a\x63\x34\x28\x9c\xe9\xe8\xdd\x76\x99\x33\xb7\xdf\x2f\x29\xee\xd3\xb5\x56\xd8\xc8\x0c\xb3\xc7\xfc\xca\xe3\xa5\x79\x77\x2a\xc5\x9d\x10\x9f\xc1\x61\xca\xd2\xbd\x70\xd7\x53\xee\x61\x06\x02\x74\xd2\x9f\x6a\xba\x83\xf6\xef\xa5\x0b\xff\xc7\xdf\xff\xe7\x65\x9e\x1b\xf1\x1f\x7f\xff\x5f\x2d\x75\xfe\xf1\xf7\xff\x81\xd4\x16\xff\xf8\xfb\xff\x42\x0a\x05\x48\x8b\xe4\x92\x6b\x85\x12\x89\x52\x55\x81\x83\x94\x92\xda\x3c\x96\xa6\xc7\x54\xa2\x8c\x5d\x31\x7e\x5d\x15\x40\xa1\x1a\xf3\x39\xaf\x30\x03\xa4\xd5\x4d\xa7\xd8\xfc\xb2\x92\x58\x6f\x70\x31\x2d\x99\x04\xb6\xc4\xdd\xe5\x71\x7e\xc9\xe1\x15\x18\x94\x13\x10\x36\xe1\xc3\x4e\x21\x08\x4e\xb9\xb2\x09\x8e\x8d\x04\xf6\x53\xf1\xec\x36\x35\x1d\x68\x41\x1b\x8a\x9e\x8e\x0e\x19\xb7\x4b\x39\xd0\x63\x3a\x86\x03\xbb\x26\xcf\x15\x1f\x5b\x95\xdc\xde\x5a\x10\xaa\x52\x66\xd1\x74\xd7\xad\x64\x6b\x36\xe6\xa7\x7e\x63\x94\x72\xa9\xf2\xf8\x45\xb1\x73\xdc\x7d\x5e\x5e\x93\xc0\x92\x0c\x88\x2e\xaf\x7c\x45\x7e\x05\xdd\x61\x21\x45\xe1\x0e\x0e\xb2\x4a\xb1\xe1\x45\x4a\xa2\x61\xf0\xd3\x86\x4b\x66\x0c\x23\xcf\xcc\x1e\xee\xce\x4e\x3b\xd0\x53\xb0\xa2\xc7\xb2\xb8\x99\x32\x2c\x87\x47\xd4\xe4\xfb\x35\xc9\xb7\x47\xd4\x68\xcf\x26\x30\x01\xf7\x87\x18\xad\xb9\xb2\x37\xae\xa6\xea\xee\x9a\x4e\x68\x36\x61\xdd\xfc\x8f\xcd\x5a\x5f\x9e\xb6\x04\x2e\xdb\x2c\xba\x3b\xc5\x69\x4a\xba\x6b\x27\x81\x9a\xef\xaa\xaf\x34\x39\xdb\xdc\x53\xbe\x74\xfb\xfc\xa4\x8a\x73\xb3\x53\x19\xb4\x16\x97\xee\xdc\x30\x52\xf0\x82\x2e\x6f\xfb\xf1\xc9\xd8\x34\x26\x2c\xcd\x30\x4a\x29\x31\x53\x91\xfb\xee\xe0\x4a\x04\x82\xe3\x16\x35\x89\x21\xc2\x14\x15\x24\x9f\x5d\x23\xbb\x8c\x07\xab\xf0\xf8\x69\x8b\x04\x61\xc3\x44\xe8\xff\x5e\x9c\x9d\xee\xfd\x1c\xba\xe9\x22\x1f\x05\x44\x7e\xa5\x84\x44\x28\x90\x56\xdd\x64\x4d\xd7\xea\x7d\x4c\xa4\x9e\x99\x0b\xfd\x66\xe8\x12\x66\x0c\x6d\x1b\x44\xc8\x77\xcf\xdf\x37\xa9\x03\x9a\x79\xc9\x0d\x9e\xa5\x49\x71\xc9\x43\xae\x82\xb9\x35\x64\x6e\xf4\xc1\x28\xaf\x11\x04\x5e\xc0\xa0\xb2\x14\x40\x29\x8f\xed\xb0\xaf\x61\xb8\x7a\x7b\xd4\x7a\x22\xb6\x1e\xbc\x84\x5e\x91\x7d\xb4\x0d\x0e\xf0\xa2\x9b\xff\xa5\xb9\xff\xbf\x43\x69\x83\xf4\xf3\xc4\xa4\xbf\xdb\xd6\x85\xb6\x4d\xe7\x72\xf7\xa8\xbf\x91\x14\x9d\x34\xce\x03\x41\x27\x13\x22\x82\xa6\x3b\xb2\x66\x12\x99\x13\xa6\x76\xb4\x48\xa7\x7a\x47\xf6\xaa\x60\xf6\xc2\xd8\x22\xff\x65\xb5\xd3\xef\x9e\xbf\x6f\xec\x71\x99\x5e\x7a\x1f\x27\x37\xe8\xb9\x31\xd1\xa9\xd4\x54\xda\xb1\x2b\x52\x2e\x98\xc2\x37\xba\xa5\x48\x6b\x1b\x4d\x94\x85\x4c\x5b\xb0\x9a\xe7\x5a\x11\xd0\xca\x09\x49\x92\x81\xb3\xfd\xaf\xf1\xc2\x5c\xd0\x65\x26\xce\xde\x0a\x80\x85\x6a\xe5\x56\x67\x6f\x5f\x9e\x1d\x9d\xed\x9b\x9e\x69\x86\x9a\x30\x97\xb6\x71\x4c\xb5\xec\x33\x97\x7b\xb4\xab\x16\xc8\xb8\x45\x5d\x8c\xc4\xde\x45\xe2\x72\x8d\x66\x2a\x13\x24\x90\x72\x0b\x2d\x5f\xc7\x75\x4f\xb1\x7b\x02\x1e\xe3\xaa\xe0\xf8\x6c\x3e\xd7\x8e\x83\x6b\x3a\x23\x5e\x1d\x9c\x1f\x69\x6b\x1d\x5c\x09\x2e\xb1\x17\xf3\x48\xea\xa1\x45\x24\x55\x72\x8f\xcf\x89\x98\x53\x72\xbd\x77\xcd\xc5\x15\x65\x93\x81\x66\xcd\x81\xe1\x01\xb9\x07\xfb\xcf\xde\x23\xf8\xcf\x9d\xc7\x02\x1b\x58\xd7\x01\x95\x76\xbb\xfb\x1c\x95\x6e\x47\xee\xdd\x69\x50\x2e\xb4\xd0\x7d\x1f\x73\xa9\x78\xa3\xea\xb7\x15\xcd\x28\x97\xb1\x0d\x8b\x89\x4a\x34\xc3\xb1\x11\xcd\x98\x2d\xee\x9d\x95\x35\x41\x33\xa1\x7b\xb4\x18\x58\xd0\xce\x00\xb3\x78\x00\x37\x6a\x48\xa5\x7f\xbf\x13\x05\x1b\x92\x0f\x54\xa9\xf6\xe6\xe4\xe8\xd3\x30\x78\x46\xef\xb4\x56\x5b\x4d\xde\x52\x6e\x88\x19\x4e\x07\x36\xc7\x80\xe2\xb3\xca\x19\x94\xa6\xd4\x6b\x0d\xa0\x32\x14\x02\x96\x99\x1f\x03\x97\x93\x0d\xea\x4a\x7c\x20\x10\xb4\xfa\x3d\x7f\xf6\xbe\xef\x4a\xd0\xd6\x70\x8b\x2a\x25\x65\x82\xe0\x50\x8e\x80\xea\x18\xce\xf1\x43\xd3\x4b\x8c\x14\xbf\xa8\xb3\xdb\x95\x8b\x68\x1b\xc7\xb3\xc9\x06\x4e\x99\x1a\x50\x36\xd0\xef\x5a\x1c\x69\xb9\xfd\xde\x21\x48\x75\xc2\x9c\xbb\xa5\xcd\x18\xcd\xaf\xbc\x8b\x20\x81\x7e\x35\x2c\xd0\x10\x08\xf0\xdd\xfe\xa1\xee\xd6\x02\x01\xae\x99\x0f\x7a\x80\xdb\x79\x70\xd4\x7a\x78\xc1\x78\x06\x7f\x93\x49\x11\xe1\xf8\x21\xa4\xad\x4c\x5e\x9f\x1f\x82\xdf\x37\x68\xcd\xb8\x7e\xb5\x8c\x24\x64\x91\xaf\xd2\xcf\xdc\x37\xf6\x8a\x4a\xe5\x7a\x1a\xcc\x20\x99\x77\xd5\x69\xab\x0e\x18\x6a\x22\x61\x12\x51\x15\x70\xac\x94\xdc\x28\x0d\xce\xf2\xf2\x45\x85\x65\x8f\x0a\x29\xdd\xae\x50\x72\x9a\xa0\x37\x8c\xd6\xef\x2e\xd0\x3b\x21\xe3\x92\x44\x9c\xc5\xd2\xd4\x48\x58\xc4\xed\xfd\x1c\x98\x21\xca\xd4\xbf\xfc\x30\x44\x67\x0c\xbe\xdf\x75\xf8\xb2\x99\x56\xb3\xfe\x92\x23\x2f\xca\xcf\x77\xff\x24\xff\xe9\xf4\x2f\x96\x74\xe5\xf5\x67\xfa\xcc\x4a\xad\x4a\xaa\x95\xf7\x67\x7f\xfc\xff\x9f\x0e\x9e\x3e\x1b\x3c\x0d\x65\x64\x79\xfa\x74\x1f\xfe\x87\xde\x5c\x1e\xd6\x4d\x04\x7b\x15\x85\xe9\x6b\x83\x30\x0c\xe7\x0a\x22\x42\xf0\x65\xd1\x13\x28\x93\xdf\xc9\x80\xa5\xb6\x6e\x0d\x3a\xd6\xbe\xb2\x17\x48\xd6\x3c\x20\x41\x37\x99\xdd\x1f\xdf\xa4\x9c\x69\xbb\x08\x4c\x25\x63\xd4\x0a\xa2\xc4\xc2\xf2\xae\xa9\xb8\xcc\xc1\x51\x42\xf0\x1d\xec\xda\x19\x91\x12\x4f\x3a\xe9\x39\xb6\x68\x09\xca\x60\x6e\xb9\xf4\xae\x45\x82\xf4\xe5\xc2\x0d\xbe\x41\x1f\x68\x22\x89\x1e\x7f\xce\xed\x43\x74\x7a\x76\x79\xbc\xef\x7a\x68\x3d\x57\x0d\x35\x26\x7c\x32\xd1\x0b\xc4\x84\x52\x7d\x67\x94\xb3\x51\x25\x61\x92\xc2\x45\x5b\x9e\x90\xbf\x9b\x1a\xaf\x82\xc2\xbd\x46\x30\xd5\x2e\xd8\xcd\x24\x5e\x43\xa2\xe8\x9c\x6c\x61\x03\xd7\x71\xb0\x5e\x50\x4d\xfb\xc0\xdd\xf7\xfc\x02\x67\xba\x84\xd5\x8b\x82\x9e\x33\x97\xfa\xdb\x64\x08\xf4\x1a\xf6\xab\xd5\x60\xb0\xa1\x4d\xa9\x79\x0b\x0a\x4a\xea\x6e\x9b\x52\x60\x0b\x82\x2e\x7f\x50\xfc\x43\x26\x49\x48\x5a\x77\xdd\x93\xda\x77\xa0\x96\xcd\xbb\x6d\x77\x6d\xe8\xa6\xe9\x54\x50\xcd\xef\xb0\x25\x2d\xdd\x80\x82\x3e\xfc\x5d\xc4\xd5\x94\x88\x6b\xda\xa0\x0f\xb8\x24\xea\x97\x22\x23\xdb\x9d\x03\x03\x0e\x23\x41\x80\x75\x28\xd3\x32\x8f\x57\xb9\xca\xed\x62\x0d\x8c\xed\xa3\x9f\x7d\x52\xe4\x90\xe4\xa5\xac\x9d\x97\xac\xe9\x86\x6d\x70\xe9\xd0\x88\x2c\x80\x7a\x45\x8e\x76\x44\x0c\xba\xff\x56\xe6\x68\xdd\xd7\x0f\xd0\x8d\xae\x8c\xf2\x19\xf8\x79\xf5\x4e\x6e\x94\x9b\x87\xe8\xdf\xb5\x2c\x36\x53\x5f\x3a\x8b\x6a\xdb\xf2\x62\x35\x46\xb3\xf1\x38\xa0\x31\xbe\x6a\xbc\xda\xa7\x67\x97\xb0\x20\x66\x38\x49\xdc\x7d\x32\x86\xc3\x0b\x3e\xa3\xee\x52\x91\xd6\x05\x92\xaf\x38\xef\x7b\x1b\x4d\xd6\x74\x1d\x63\x9a\xdc\x49\x53\xb4\x88\x24\x18\x52\xdb\xfa\x6a\xd7\x9e\x66\x94\xd1\x59\x36\xdb\x47\x4f\x57\x52\xac\x96\x45\xff\xdb\x22\xff\xb4\x39\xe4\xef\xc9\x8c\x10\x25\x97\x62\x51\xee\x46\xc6\xe6\x35\x0e\xb7\x40\x98\x28\xea\x18\xee\x7a\x07\xe7\xac\x99\x73\x45\x83\xf7\xa5\x9a\x6b\x38\xe0\xa6\xf7\x3b\x84\xc8\x7e\x16\x3c\x4b\x03\x61\xa6\x25\x14\x7e\xdb\xfa\x71\x08\x19\xd4\xfc\x45\x88\xf0\xe3\xe5\x61\x34\x50\x2a\xad\x93\x77\x85\x81\xdf\x2d\x0f\xfb\xda\x49\x29\x6c\x4d\xd6\xdb\xd0\x35\x45\x45\x7f\x70\xe8\x61\x1c\x1c\xda\xe0\x81\xa1\x2f\xfd\xa0\x50\x7f\x40\xe8\x93\x1e\x10\xea\x0f\x06\x3d\xe4\x83\x41\x7d\x06\x9b\x7b\xca\x60\x53\xec\xf1\x77\xcf\x61\x63\xea\xd8\x58\x16\x9b\x15\x0f\x6f\x7d\x41\x47\xb6\xfa\xcc\x31\xe6\xe9\xd3\x6b\x7c\xd9\x47\xaf\xbe\xe4\xc3\x56\x9f\x49\xe5\xec\xd3\x0c\x75\x3c\x00\xb5\xf6\x71\xa7\x0d\x1c\x6e\xda\xc8\x51\xa6\x15\x0e\x2e\xb5\xea\x71\x5f\xf1\x39\xa5\xb5\x4f\x25\xad\x7f\x06\xe9\x81\x9f\x38\xda\xdc\xf9\xa2\xaf\xf7\x34\xd1\x5a\xe7\x86\xd6\x39\x21\xf4\x65\x9e\x05\x5a\xf3\xd4\xcf\xa7\x39\xdf\xf3\x69\x8f\x7b\x6c\xfa\x70\xc7\xda\x47\x39\xbe\x96\x83\x1b\x9f\xe0\x98\xc6\xfa\x87\x32\x36\x79\x04\x63\xdd\x03\x17\x9b\x3a\x5e\xd1\x1f\xa6\xa8\x1e\xa6\x58\xeb\xd8\xc4\x46\x0e\x48\xac\x77\x14\x62\xdd\x43\x0f\x6b\x1f\x6f\xd8\xc8\x41\x86\x75\x8e\x2c\xac\x73\x38\x61\x9d\x63\x08\xfd\x81\x83\x95\x07\xd7\x1f\x38\xe8\x0f\x1c\xf4\x47\x0b\xbe\x90\xa3\x05\xfd\x61\x81\x4f\x7e\x58\x60\x53\x47\x03\x36\x70\x10\x60\x73\xb0\xff\xf5\x41\xfe\x1b\x81\xf4\x6f\x02\xc0\xbf\x36\x5c\x7f\x6d\x70\xfe\xba\x50\xfc\x2f\x14\x78\xff\xd5\xc1\xec\xd7\x01\xd4\xf7\xd0\xf9\x87\x0b\x9d\xdf\x00\x50\x7e\x63\xb0\xf8\xcf\x23\xa1\x97\x77\x61\x0d\x01\xbd\x2e\x9c\xfd\x4b\x07\xaf\xaf\x0b\x55\xdf\x08\x30\xfd\x53\x73\xd4\xb2\x0e\xac\xb5\xe1\xaf\x01\x28\xdf\x04\x7c\x7c\x13\x60\xf1\xaf\x1f\x1a\xbe\x36\x10\x7c\x5d\xd8\xf7\x1d\x41\xde\x1b\xc6\x3a\x77\xbf\xba\xc3\xd6\xe5\xa1\x9d\xfb\x8b\x3c\x3e\xef\x45\x1e\xf7\x7f\x83\x07\xbc\x68\xba\xba\x63\xc9\x9d\x1d\xcd\x97\x75\x98\x17\x0d\x17\x74\x14\x37\x73\x9c\xfa\x37\xb1\x7d\xe5\x97\x73\x9c\x68\xd1\xc4\xc8\x75\xd1\x37\x46\x48\x2c\x6d\xc7\x6c\x3c\xcf\x6e\x6d\x56\x21\x2f\x01\x20\x8a\x85\x5e\x64\xd5\x3b\x7f\x7b\x78\x87\x30\x64\x60\xac\x29\x89\x86\xa6\xce\x61\xaa\xa7\x41\x2a\xc2\x94\xe1\x85\xc3\x04\xd3\x59\x0d\x5f\x6d\x12\x12\x9e\xbf\x3d\xdc\x6a\x10\x66\xa1\xd1\xe7\x5d\xab\x82\x0d\x1a\x07\x6d\xac\x80\xea\x39\xb4\xd6\xc8\x5f\x0d\xd7\x57\xd3\x1f\x96\x10\x60\xbe\x24\x87\x9b\x4f\x80\xf0\x99\x98\x65\xc4\xa8\x1c\xb7\xb0\x1b\x68\xae\x24\x58\x05\xc1\x49\x7c\xc3\xaf\xd3\x45\x2c\xb4\x25\xaf\xa7\xdb\x63\x05\x6f\xc2\xdb\x78\x78\xb5\x03\x19\xcd\x3d\xbf\x0c\x1e\x0f\x2a\x87\xab\x2d\xca\xb1\x40\xcc\x54\x22\xb0\x0d\xd4\xef\x82\xea\xdf\x2c\x9e\xbf\xc2\x38\x9e\xe7\xb9\x5a\x32\x27\x78\x1e\x08\x54\x84\xd9\xb5\x4b\x59\x0c\x78\xce\xf3\x84\x60\x49\xb4\x3a\x61\x43\xfc\x73\x22\xe8\x98\x46\xb9\xdf\xd0\xc5\x5f\x0d\xf6\x38\x59\x54\xb7\x76\x89\xa2\x29\x89\x00\xa5\x3d\xe2\x6a\x5a\x0d\xed\xe2\x1a\x22\xd0\xf5\x5f\x71\x44\x98\xcc\x44\x61\xf2\xc2\xf7\x58\x58\x3f\x21\x34\xaa\x10\xc1\xd1\xd4\x28\x8e\x43\xf4\xc2\xf6\xc5\x05\x8a\x4d\x5f\x49\x8c\x52\x41\xb9\xd0\x35\x66\xe0\x3a\x28\x89\x9d\x1c\x10\xdb\xcc\x69\x10\x73\x5f\x96\x04\xb1\x32\x97\x2b\x2d\x9d\xcb\xce\xbe\x50\x2d\xfe\x1a\x9c\xa1\xf9\x98\x96\x9f\x82\x31\xc3\xf2\x37\xed\xd2\x20\x0e\xeb\x2f\x2a\x67\x0e\x1e\xf2\xcd\x26\xc6\xf5\x94\x49\x22\x1e\xe7\xcb\x16\xa0\x02\x56\xa9\xf5\x2e\x6f\x6d\xca\x4e\x53\xe8\xda\x80\x9c\xca\xf7\x0e\x2b\xc4\x76\x51\x19\x78\xd0\x60\xd1\x15\xca\x71\x7f\x03\xca\xb7\x09\xb5\xaf\x52\xbf\xbf\x01\xe5\x6e\x30\xfc\xc7\x25\x1c\xbe\x39\x1c\x04\x60\x12\x14\x4d\xb1\xc0\x91\x22\x42\xaf\xbd\xa8\xea\xbc\xca\x37\xed\x0a\xcd\x46\x0b\x2b\x21\x56\x8e\x3e\x5a\xd9\xba\x67\x04\x41\x6e\x0f\xc9\x47\x21\x1b\xa2\x78\x72\xa8\xd1\xe3\x8e\xc1\xb5\x3b\x03\x66\x41\xfd\x2f\xb6\x0b\xe7\xf7\xb7\xc0\xba\xa6\xa4\xe4\xf7\x0d\x99\x6a\x54\xbf\x3b\x78\xd3\x1b\xbf\xad\xa0\xeb\x3c\x0d\x2e\x58\x29\x42\xe7\xa1\x9a\x1a\x35\xec\x1a\x06\xb4\xa1\xd6\x20\x32\xb4\x0c\x7b\xd5\x16\x8d\x16\x20\x52\x66\x33\xa3\xfa\x8e\x48\xf3\x25\x21\xfa\x01\xc0\x76\x81\x8b\xc3\x2d\x00\xc2\x12\xe0\xad\xf1\x66\x1b\x64\x6e\xb7\x91\x44\xd5\xac\xc9\x98\x13\x03\xee\xf1\x51\xd2\x01\x33\xee\xfe\xb3\xd9\xd7\x40\xad\x6d\x39\x00\x50\x3b\xfc\xd2\xc7\x3f\x86\x19\x05\x37\x8c\xa7\x33\x84\xb1\xcc\x33\x98\xd5\x6d\xba\xd0\xe0\xbc\xbb\xe2\x6b\x13\xd7\x34\x45\xd6\xb4\x6c\xa8\xd7\xcc\x1b\x4c\x1b\xe0\xbf\xcc\xdc\xe1\x2a\x3a\x9b\x32\xff\xca\x5d\xaf\xf1\x86\x6a\x3f\xfb\xd5\x04\x8d\x2b\xbf\xe3\x2d\x05\x01\x56\xa8\x7d\x79\x37\x14\xf5\xe3\x80\x89\xd8\x9e\x6c\x62\x59\x66\xfb\x65\xf6\x65\xa8\x1a\x68\xb1\x31\xb1\x58\x42\xc6\x0a\x31\x9a\xe8\x45\xec\x9c\xbf\x85\x7b\xdc\x9d\xae\x6d\xba\x24\x3e\x93\xe1\x05\x7f\x80\x26\x74\x4e\x18\x8a\xcc\xf5\xb3\xd0\x3c\x80\x0d\x67\x59\xa2\x68\x9a\x14\x35\x9b\x0e\x97\x1b\x08\xef\x0e\x9c\x15\x5f\xa5\x44\x80\x07\xfc\xc8\x1e\x37\x39\xa9\x9f\xb4\x2b\x04\x96\x3d\x39\x14\xa8\x12\x97\xdb\xdd\xad\x54\x61\xfc\x1c\xc5\xf6\xa8\x4d\x54\x23\x98\xc7\x74\xe2\xdb\x9c\x5e\x27\x33\x85\xae\x1d\xf5\xb0\x94\x3c\xa2\xb0\xa5\x16\x9d\x45\xd4\xca\x4e\x9f\xbe\xdd\x66\xdf\xab\xcf\xc6\x7a\xb0\xf2\x6b\x76\x1d\x85\x59\xd1\x34\x99\x69\xb5\x05\x02\x2b\x9a\x78\xdd\x1a\x01\x31\x01\x96\x10\xb6\x93\xe8\xb5\x00\x5a\x7b\xa9\x52\x98\xd5\x11\x21\x0c\xcd\xb0\xb8\x0a\x66\x42\x03\x54\x2f\x8c\x73\x17\x95\xa3\x5e\x45\xc4\x06\x6a\x9e\x10\x46\xc0\xd1\xa3\x85\xe4\x1c\x60\x5f\xc7\xb3\x54\x85\x66\xce\xea\xd8\x16\x6f\x8a\x93\x84\x5f\x5b\xa8\x77\x11\x1f\x0b\x44\xef\x1b\x45\x51\x13\x74\x2b\x00\xc4\xfa\xac\x40\x2b\x84\x0e\x39\xd3\xfa\x81\xb6\x06\x32\x69\x3d\x2d\x8b\xdc\xce\x1c\x11\x75\xad\x27\xa3\xab\x03\x25\x68\x7b\x48\x83\xd5\x05\xc8\xc8\x38\x4b\xd0\x93\xd1\xc2\xa0\xb8\xdd\x41\x3b\xac\x56\x73\xd3\x54\x5a\x31\xb6\x4a\xc9\x2d\xb3\x83\x46\x64\xac\x19\x2b\x93\xa6\x89\x9a\xc3\xc5\x7e\xda\xa8\x40\xb6\xbb\x5f\x96\x49\xea\xf6\xaf\x3b\x08\xec\x25\x17\x47\xb4\x9e\xdf\x68\x73\xad\x9d\x84\xd2\xc1\x77\x0a\x6d\x86\xdb\x98\x62\x58\x32\x81\x4a\x61\x11\x17\xb3\x9e\x2c\xec\x51\x5c\x70\x5d\xb4\x2a\x38\x0b\xa2\x2c\xee\x26\x64\x34\x70\x84\xe7\x9c\xc2\x51\x1b\x49\xb5\xb9\x20\x49\x94\x09\xaa\x16\x88\x4a\x09\x47\x75\xa2\x36\x96\x0e\xf6\x74\x35\x26\x0f\xb3\x75\xa0\xe2\x4d\x33\x3a\x5a\x99\xd9\x57\x10\x59\xdf\x7c\x22\xe6\x22\x28\x9d\x87\x3a\x03\x15\xf7\x49\x98\xef\x88\xe1\x34\xce\x26\x23\x56\x02\x15\xe7\x72\xa6\x8c\xee\xac\xc1\x6f\x3a\x60\x2b\x9a\x71\x6b\x2d\xcc\xff\xd9\xf2\x16\x7b\xe6\x58\xe4\xf4\xe0\x29\x49\x52\xbd\x53\x2a\x8e\xb2\x54\x2b\xa7\x09\x99\x93\xc4\x63\x4c\xf9\x84\x0e\xc9\x30\x54\x2d\x4e\xd3\xc4\x45\x4a\x8a\xf2\x3b\xba\xaa\x98\x44\x34\x26\xfe\x01\xe7\x85\x7f\xbc\x8a\xb2\x8c\xa0\x9a\xf3\x16\x78\x09\x53\xe0\x44\x77\x2e\x2f\x1f\x5f\xc9\x52\x47\x23\x2c\x49\xec\x90\x22\x9a\xd4\x7a\xf6\x9a\x72\x1a\x0b\x62\xb2\x2e\x18\xd0\x6e\x60\xed\x19\x16\xbf\x22\x24\x35\x00\x53\xdd\x01\x10\x2c\x5a\x9b\x6b\xa8\x94\x47\x51\x26\xa4\x9b\x86\xf2\xa2\xce\xdd\x49\x3e\x82\xb5\x8e\x5a\x0d\x2e\xa5\x07\x8c\x63\x6d\x30\xa3\xfb\x74\xd1\x5f\x15\xe6\x75\x19\x10\x23\x44\xc2\x4f\x9a\x30\x3a\xbc\x80\xfb\x64\xd1\xdf\x70\xb2\xe8\xd6\xc5\xd2\x15\x8c\xbb\x04\xd0\x11\xe6\x7b\x9b\xc8\xa4\x05\x4a\xda\xbe\x12\x42\xfa\xe4\x3a\x6a\x24\xb0\x58\x50\xe7\x59\x1f\xdd\x1b\xa8\x76\x4d\xbc\x6f\xa0\xc6\xf5\x11\xc0\x61\x05\x68\x03\x98\xe0\x06\xb2\xae\x81\x12\x0e\x77\x75\x1d\xdc\x70\x48\x30\xad\x8d\x24\x4e\xb1\x52\x44\xb0\x7d\xf4\x9f\x4f\xfe\xfc\xdd\xc7\xc1\xce\x9f\x9e\x3c\x79\xf7\x74\xf0\xc7\xf7\xdf\x3d\xf9\xf3\x10\xfe\xf1\xfb\x9d\x3f\xed\x7c\x74\x7f\x7c\xb7\xb3\xf3\xe4\xc9\xbb\x5f\x7e\xfd\xf9\xf2\xfc\xf8\x3d\xdd\xf9\xf8\x8e\x65\xb3\x2b\xf3\xd7\xc7\x27\xef\xc8\xf1\xfb\x8e\x95\xec\xec\xfc\xe9\x77\xb5\xae\x94\xee\x3f\xd2\x16\x1f\x17\x03\xb3\xee\xbd\x74\x8b\xc5\x13\xc8\xbb\x7c\xb7\x84\xcb\x2b\x64\x5a\x0e\x29\x8b\x2d\x29\x96\xfb\xdc\xca\x5f\x23\xee\xf3\xdb\xc5\x7b\x7e\xf3\x38\xcf\x1e\xdf\xf9\x89\xf0\x9d\x1b\xc5\x75\x6e\x0e\xcf\xb9\x49\x1c\xe7\xd7\x84\xdf\xfc\x62\x71\x9b\x7d\xe2\xe9\xfb\x49\x3c\xbd\x56\xc6\xe9\x4d\xa5\x9a\xbe\x2b\x9a\xf6\x2b\xc2\xd0\xf6\x29\xa9\xcd\xd3\xa7\xa4\xfe\x2a\xb0\xb0\x9f\x00\xfd\xfa\xb0\xf0\xae\x5f\x1b\xba\x75\x5d\x1c\xeb\x9a\x88\xd5\x35\xb1\xa9\x6b\xa3\x50\xbf\x5c\xbc\xe9\x06\x90\xa5\xeb\x63\x48\xd7\x46\x8b\x3e\xb8\x94\xb6\x6b\x82\x31\xd7\x85\x5e\x6e\x02\x68\xb9\x3e\xac\x72\x6d\x10\xe5\xba\x90\xc9\x0d\x02\x24\xef\x01\x0e\xb9\x2e\xf8\x71\x7d\xa8\xe3\xb7\x04\x6c\xdc\x30\x94\xf1\xbe\xc0\x8b\x5f\x31\x5c\x71\x7d\x70\xe2\x06\xa0\x88\x1b\x01\x1e\xae\x0d\x33\xfc\x52\xd9\xed\x21\x01\x06\x3f\x67\x32\xc6\x76\x3c\xc3\x37\x9b\x88\xd1\x07\xf1\x7d\xe5\x90\xbd\x8d\x00\xf4\xd6\x87\xe3\xad\x0f\xbe\xdb\x00\xd4\x6e\x13\xc0\xba\x87\x0d\xa3\xeb\xd3\x41\x7e\xad\xd0\xb8\x7b\x4d\x08\xb9\x02\xec\xad\x4f\x06\xf9\x90\x92\x41\x7e\x0a\x70\xda\x26\xa0\x68\x1b\xe3\xc5\x3e\x89\x64\xd1\xd9\x2f\x3d\x89\xe4\x97\x0a\xfd\xfa\x76\xb2\x31\x3e\x5a\xe9\xf1\x8b\x57\x09\x6c\x9f\x96\xe2\x87\xc5\x72\x4f\xe1\x26\xbd\xf6\xe2\xab\xd4\xde\xa5\xef\x36\xab\xe4\x05\x11\x73\x1a\x91\x83\x08\xb4\x89\x52\x3a\xca\xf9\xb3\x52\x6a\x49\x13\xc1\xe7\x29\x61\x64\x24\x07\xb7\x63\x39\xf0\x72\x4b\x4a\xbc\xe5\xdf\xec\x81\x34\x77\x0d\xec\x3d\xc1\x40\x59\x9b\xc3\xd2\x78\x2c\x5f\xf3\x84\x94\x9a\x12\x23\x1c\x0d\x71\xa6\xa6\x5c\xd0\x5b\xa3\x64\x15\xe9\x2f\xdb\x3b\x51\x5c\xe2\x27\x06\x42\xd7\x2b\xb2\x84\xb8\x0c\x8a\x29\x05\x34\xa1\x9e\xe0\x6d\x7b\x9a\xbf\xe0\x2e\xf4\x6e\x5b\x92\x48\x10\x25\xed\xab\x39\x11\x23\xf8\x79\x42\xd4\xf6\x2e\xda\x4e\xa8\x54\xf0\xaa\x43\x4d\xc5\x05\x22\xd5\xca\x7e\xdf\xb5\x8a\x22\xba\x63\x23\x64\xba\x0f\xd2\xcc\x4f\x6b\x17\x77\xd1\xf6\x35\x56\xd1\x54\xff\xc3\x6c\x5c\xfa\x5f\xe6\xb2\x34\xfd\x2f\x13\xca\xd4\xff\x4a\xa1\xd8\x1d\xfb\x13\x25\x98\xce\x3a\x77\xc4\x36\xba\x56\x5b\x7b\x66\xb9\x57\x9b\xec\x30\x9e\x32\xe2\x21\x38\xf5\xa6\x44\x64\x5c\xe2\x40\x3a\x49\x19\x8f\x3b\x92\xba\xde\x26\xaa\x36\x8a\xea\xad\x42\x23\xae\x65\x9c\xe2\x88\x6a\xb3\xe9\xce\x1c\x03\x2e\xe3\xda\xe7\x2d\x3c\xd1\x81\x72\x11\xe7\x22\xa6\xcc\x5f\x84\xa1\xa6\x01\x12\xd6\x44\xaa\xbc\x65\xd7\x95\x10\x2f\xda\x5e\x75\x5d\x5f\x6b\xcc\x4c\x98\xe3\x78\xbc\x2a\x2f\xb7\x91\xed\xf7\xa1\x36\x6e\xc7\xd2\x5b\xca\xb7\x63\x99\x07\xbd\xed\xdf\x23\x1c\x5d\x65\xa9\xfb\xcb\x6a\x2b\xee\xcf\xe0\x90\x75\x3b\x5a\x9e\xd6\x05\xaa\x05\xc2\xdd\x87\x5c\x75\x67\xb0\xed\xc5\x5d\x56\xba\x06\x37\x10\x84\xba\xec\x14\x8d\x7b\x85\x96\xe0\xf6\xee\xc4\xfa\x8e\xd1\x49\xfc\xa3\x7c\x5e\x5a\x86\x6f\xf6\xa4\x12\xa9\x64\x34\x25\x71\x96\x50\x36\xa9\x65\x5e\x3e\x17\x94\x0b\xaa\x16\x06\x93\xb9\x64\x4f\x94\xd4\x1f\x6d\x24\x28\x5c\xaf\xbc\xf5\x08\x1d\x94\xeb\x71\xce\xeb\x08\x33\x13\x40\xc2\x6c\x81\xbe\x7f\x3e\x18\x51\xe5\xd2\x85\x5b\x7d\xbb\xa4\xd5\x72\x81\xc8\xdf\x32\xa8\x50\x71\xf4\x0c\x8d\x68\x92\x80\x17\xe7\x15\x16\xfa\x13\x96\xcd\x46\x44\x98\xdb\xb0\xb5\xcd\x03\x2e\xb3\x31\x17\xc8\xf5\xc4\xdd\xd5\x7a\xce\x63\xab\xbb\xda\x34\x50\x8f\x40\xcb\x65\x5c\xcc\xdc\x6d\xd0\xa9\x20\x64\x96\xda\x0b\x37\xc9\x9c\x46\xb9\x33\x6a\x4a\x27\xee\xae\x5d\x0b\x50\x52\xe5\x5f\x53\x3b\xd4\xe1\x16\xbc\xdf\x47\x7f\x7c\x6a\x9f\xad\x49\xc2\x47\x38\x39\x32\xf1\x31\xa7\xfa\x95\x4c\xb7\x6d\x70\xdd\xb9\x2a\x50\x14\x08\x82\xe6\x6e\xb5\xb3\x94\xb0\xe3\x17\x17\xe8\xb7\x97\x17\x28\xe1\x11\x4e\xce\xdf\xfa\x77\x24\x7b\x36\x55\x4c\xd2\x84\x2f\x66\xe0\xb3\x67\xc9\x62\xb8\xbd\xe5\x2f\x24\xb8\x69\x70\x9c\x25\x17\x44\x55\x72\x72\xa7\x72\xf9\x62\x29\x1d\x3d\x6f\x60\x6d\x84\x12\x3c\x22\x89\xd5\x55\xed\xd7\x16\x34\x94\x72\x46\x98\x1a\x2c\xa9\xb8\xf4\x55\x9e\xba\xfb\xf9\xf0\xfb\xe1\xd3\x3c\x19\xb6\x24\x09\x89\x94\xf3\xaf\xce\xb4\xb8\x7a\xe5\x35\x0b\x07\x8d\x5b\x9b\x40\x48\x2f\xa3\x52\x91\x2d\xa3\xbb\xd3\x88\x40\x50\x0a\x6d\x7b\xef\xb4\x76\x2d\x08\x38\x4b\xe5\x3e\x7a\xb6\x85\x90\x22\xb3\x34\xc1\xca\x1a\xef\x3e\xdd\xf4\x93\x94\x3a\xd3\xa5\x3b\xe1\x0e\x99\xe7\x6e\x54\x6c\xa7\x24\xaa\xc0\xaa\xf0\x18\x32\xad\x7b\x77\xe8\xa7\x3c\x3e\x60\x8a\x1e\xd4\x5e\x14\x56\xd1\x11\xb8\x25\x2f\x72\x99\x72\x32\x61\x3c\xff\xf9\xf8\x86\x44\x99\xaa\xc0\x10\x07\x86\x34\x17\xa5\xf9\x2b\x1e\x98\xc9\xe3\x9b\x54\x10\x29\x8b\xec\xee\xfe\xe7\x57\x64\x01\xec\x5a\xb3\xf5\x78\x4a\x04\xd6\x55\xa2\x93\xfa\x11\x39\x03\x1e\x0c\x25\xd7\x5a\x42\x40\x04\x67\xf6\x52\x9e\xf0\xc9\xe2\x17\xdd\xf4\x76\x19\x0c\x36\xe5\x52\xc1\xd5\x98\xf6\x8b\xd4\x17\x7e\xa7\x9d\xe5\xa6\xf9\x58\x96\x36\x99\xc0\xd7\xb5\xfd\x05\x15\x57\x69\x4a\xdf\x44\x35\xcc\xa1\x5b\x13\x44\x1b\xec\xfe\x80\xe8\x0c\x8c\x51\x41\x26\x54\x2a\xb1\x70\xfb\x80\xa4\x93\x81\x03\xb3\x79\x1f\xee\xcf\x9f\x0d\xff\x30\xf4\x6f\x7c\xc0\x62\x22\xab\x01\xf6\xed\xc1\x60\xfe\xd3\x8f\xdb\xf5\x5f\x75\x4d\x38\x8e\xf5\x7c\xfe\xf4\xbb\x27\x07\x47\x47\xaf\x8f\x2f\x2e\x76\x02\x05\x13\x82\x63\x22\x06\xc0\x17\x94\x33\xbf\x04\x61\xf3\x6a\x7b\x16\x86\x6d\xaa\xab\x22\x66\x8c\x28\xde\x9b\x63\xb1\x97\xd0\x91\x1e\xcc\x9e\xe4\xd1\x15\x51\x72\xcf\x98\xa0\xa9\xe0\x37\x0b\xfd\xfb\x50\xff\x5e\x25\xcd\x79\x96\x24\xe6\xf2\xba\x7d\x74\x32\x3e\xe5\xea\xdc\x78\xd5\xbc\x72\x46\xdd\xf9\x55\xcf\x52\x8d\x14\xa6\x6b\xa6\xc1\x41\x4c\xab\x47\xe0\x67\xfa\x23\x83\x36\x5f\xda\xc3\xe0\x84\x7a\xf7\x0d\xac\x3e\xa9\xde\xc7\xfb\xf3\x7f\x19\x3e\x1f\x3e\xbf\xc3\xe8\x1b\x18\xe0\xcb\x9a\xea\xcf\x35\x85\x6e\x06\xc2\xc2\xa6\xc3\x34\x06\x2a\xa8\x4f\xe5\x4a\x6b\xb4\x32\x1f\x3f\x29\x91\x95\xce\xc1\x77\xe3\x0b\x9f\x47\x3d\x75\x75\x75\x1e\xf5\x3e\xde\x9f\x7f\x3f\xfc\xb1\x24\x7c\x3e\x15\x8f\x86\x29\x35\x26\x58\x65\x82\x0c\x26\x58\x11\xf9\xd3\xa5\xdd\x17\x6a\x04\xb3\xa5\xa5\x12\x34\x52\x03\xb7\x7d\xac\xb6\x12\x6c\x09\x72\xa3\x04\x1e\x18\x23\x72\xe0\xb4\x8c\xa6\x06\x09\xc3\xa3\x84\x0c\xac\xc9\xdd\xd8\x2f\x0b\xda\x1a\x8c\xa5\x5a\xa4\xe4\x27\x72\xa3\x7e\xf8\x3c\x6b\xb0\xa8\xfa\xf4\xe0\xd7\xe3\x8b\xf3\x83\xc3\xe3\x50\xe5\x2f\x05\x9f\xd5\xb7\x6e\x70\xe8\x07\x2f\xa0\xf7\x6f\x04\xcf\x35\xb3\x61\xae\xaf\x06\x3b\x70\x7e\x76\xf4\x41\x77\xe2\x7e\xdb\x7f\x00\xf2\xa7\x64\x55\x42\xc1\xfa\x0a\xb5\x65\xf6\x74\x19\x63\x61\xec\x17\x4a\xa3\x57\xb2\xc3\x3a\x6c\x64\xa6\xb3\xf3\xe3\xd3\xe3\x17\x17\x1f\x0e\xcf\x4e\x2f\x5f\x9f\xbd\x7a\x75\xfc\xfa\xc3\xd1\xeb\x93\xb7\xc7\xaf\xc3\xec\xd5\xa0\x9a\xd5\x6a\xbb\x38\xf9\x70\x7c\x7a\x74\x7e\x76\x72\x7a\x19\xae\x28\x63\xf4\x66\x7f\x6f\x6f\x3d\x76\x75\xcd\xb5\xb2\x6d\x4e\xc7\xd6\x2a\x4e\xce\x3e\x9c\x9c\x5e\x5c\x1e\x00\x05\x2e\xff\xe3\xbc\xa1\xaa\x6d\x3d\x17\x4e\xc5\xad\xae\xe9\x5a\x8d\xc7\xa7\x07\x2f\x5e\x1d\x7f\x38\x38\x3d\x78\xf5\x1f\x97\x27\x87\x0d\x4b\x76\xbb\x2a\x1f\xb4\xd0\x44\x01\xa9\xe9\xce\x95\xfc\xf4\xbb\x27\x21\x42\x87\xe4\xa7\x21\xa5\xff\x41\x75\x9e\x4b\x5f\x7d\xda\xd5\x60\xbd\x55\x75\x85\x39\xd8\x08\x99\xa5\x6a\x71\x44\x05\x44\x66\xc2\x4e\xa9\x4d\x79\xa3\x3c\xf5\x6c\x75\x2f\x7f\xdd\xb1\xbe\x49\x3f\xe2\xdd\xbd\xe4\x9b\xf0\x5b\x6f\x70\x24\xf7\xe1\x4d\xde\x5c\xd0\xa5\xe1\x30\x63\xa8\x81\xf2\x01\xa3\x35\x29\x75\xf7\x76\x0d\x90\xb3\xd6\x70\x41\xbf\xe5\xee\xe6\xc2\x6f\xde\x1c\xe9\xb8\x6b\xff\x36\xe9\xfd\x5e\x9b\x48\xed\x91\x9e\x8d\x0e\x7b\xe5\xa6\x42\xd7\xf2\x85\xda\x31\x87\x94\xdd\x4f\x71\x7e\x41\x5f\x0b\x07\xd4\x68\x6d\x27\xfc\x7d\x43\xd0\x74\xc3\x3e\x7e\x5f\xaa\x3e\x60\x1f\x7f\x4d\xf8\xaf\xe2\xe3\xef\x1c\x10\x6f\x0b\xb7\xb7\x14\x3c\xe5\x31\xb9\x43\x00\xbf\xa9\xe0\x92\xa0\x7d\x25\x3e\x1f\x9c\x9e\xf6\x39\x67\x3c\x26\xcb\xc3\xf5\xf7\xb7\x93\x1b\xb5\x79\x60\x6d\x5d\x7c\x87\xed\x3c\xbc\x4f\x2d\x0f\x88\x6f\x28\x0c\x0e\xe1\x39\x13\x9b\xeb\x18\x9f\xff\x8c\xe1\xc2\xbb\x50\xe5\xd3\xc4\x17\x6b\x7c\xb0\xb6\x00\x2a\x38\x7b\x73\xa2\x27\xcc\xad\xab\xc8\x1f\xdb\x0e\x67\x63\x3a\xf9\x15\xa7\x2b\x21\x6c\xd2\xb9\xa6\x4a\xe3\x52\x45\x8f\xbc\xa8\x58\xe0\xb0\xad\x39\xf1\x6c\x40\x6f\x13\xa2\x00\xfc\x07\x46\x01\x89\xb7\x5c\x9b\xb7\x63\xb9\x8f\x3e\x02\xcd\x1e\xfd\x7f\x7b\x23\xca\xf6\xa4\x49\x79\x47\xc7\xe8\x1d\x1a\xdc\x20\x70\xe4\xef\x49\xfd\xe6\x76\x2c\xd1\xfb\x7f\xd5\x2d\x39\xd3\x38\x9a\x0a\xce\x95\x29\x83\x8a\x42\xdb\xbf\xfb\x3f\xc6\x86\x21\x49\xb9\x9a\x4c\x8a\x6e\x55\x95\x0a\x7a\xd5\xe5\x49\xa7\x4a\xc5\x4b\x85\xc6\xf4\x7e\xa3\xbb\xc0\x66\x7d\x5c\xd7\x8f\xeb\x3e\xfb\xe4\x71\x5d\x3d\x09\x4b\x22\xba\x47\x98\xcc\x38\xbb\x5b\x3c\x57\x57\xbf\xe1\x48\xae\xad\xf2\x7e\x62\xb8\xb6\x72\x23\xcb\x2f\x94\xc0\x8a\x4c\x6c\x5c\x52\xab\x64\x94\x4d\xde\xc0\x2b\x57\xc1\x0c\xdf\xbc\x61\x78\x8e\x69\x82\x47\x09\xd9\x47\xcf\x9e\x3e\xfd\x27\x78\x65\x40\x9b\xaf\xfd\x6f\xd6\x0f\xe9\xe6\x43\x47\x9b\x08\xe6\x96\x6a\xeb\x1e\xc6\xed\x10\x7f\x2c\xaf\x6c\xf3\xd9\xb2\xc8\xa3\xbf\xe9\x20\xa4\xa5\xd1\x29\x51\xd7\x5c\x5c\x95\x70\xb4\xcb\x62\x91\x50\x4b\x75\xaf\x59\x3d\x40\x10\xac\x66\x7f\xfe\xbc\x12\xa7\x5c\x33\x54\xb0\x66\x3c\x53\xaf\xa4\x84\xa8\xbc\x83\x5a\x36\x0c\x52\xac\xa6\x3f\xfd\xee\x89\x71\x80\x7d\x78\x7d\xfc\xf3\x87\x8b\xb3\xc3\x5f\x3e\x9c\x1f\x5c\xfe\x5b\xa9\x8e\x84\x8e\x49\xb4\x88\xaa\xb7\xe5\xa7\x82\x5c\x28\x9e\x56\x3d\xce\xe4\xa6\x9a\x1d\xc5\x4c\xc6\x6c\x86\x19\x5c\xfd\x64\x37\x3c\xad\xfd\x0c\x22\xfd\xff\x62\x86\x06\x62\x8c\xf6\xfc\xce\x81\xb7\x17\x64\x50\x3a\x6f\x7e\xa3\xc7\x03\x7e\xd1\xd2\xad\x51\x77\x0c\x19\x18\x7b\xa2\xdd\xd5\x1a\xa2\xd5\x92\x08\x84\x25\xbd\xad\x5e\xfa\xdd\x6f\x6f\xeb\x97\x37\x2f\x8e\x3f\x9c\x9e\x1d\x1d\xdf\x4f\x28\x00\xb2\xe3\x69\xe6\x3d\xc5\xb3\x70\x14\x02\xda\x6e\x73\x83\x87\x04\x4a\x17\xef\xa9\x21\xc5\x12\xef\x69\x2d\x1c\x50\x7c\x5f\xe2\xe2\xf6\x5a\xfc\xa2\xab\x45\x1f\xdc\x19\x66\x38\x1b\x7c\xa3\xaa\xbc\x4f\xe7\x34\x21\x93\x52\xae\x32\xf7\x40\xe6\x80\x73\x57\xe2\x58\x46\x38\xc1\xf6\xa0\x59\xb9\xe8\xe6\x03\x1c\x0d\xd2\x43\x4f\xb3\x1e\xb2\xe7\x01\xcf\x19\x2b\x24\x2e\x36\xe1\x62\xf7\xb8\x67\xa7\x53\x40\xaf\xd6\xb3\xcf\xc0\xf2\xab\x47\x6e\xba\x48\x8d\x00\x49\xc2\x95\xe2\x49\xf5\x22\x9b\x0d\xc6\x78\x0e\x5e\xbd\x3a\xfb\xf7\xe3\xa3\x0f\x97\x67\xe7\x67\xaf\xce\x7e\x3e\x39\xae\x0a\xc2\x47\xa0\x8e\xe6\xc9\xaa\xb4\xc4\x46\x92\xa4\x58\xc0\xa1\xd9\x2b\xb2\x90\xa0\x60\x8f\x08\xc2\x71\x4c\x62\xa4\x2d\x9d\x6a\x4e\xe9\x47\x68\xb4\xc8\x33\x87\xe0\x24\x31\xc9\x10\xb4\xe2\x08\x1a\x8b\xa9\x45\xeb\xd3\x36\xbd\x46\xf5\xc0\xce\x23\x38\x3c\x45\x6e\xf0\x2c\xad\xee\x37\xfa\xa5\x8b\x15\x85\x61\x4f\xbb\x9e\x66\x22\x70\x74\x55\x4d\x9f\xef\xbe\x3e\x48\x92\xd5\xc2\x3d\xeb\x0a\xac\x58\x2b\xfc\x64\xc9\xf7\x31\x99\x07\x3f\x26\x2c\x12\x03\x4d\xb7\x96\x6f\xa7\x7c\x46\xf6\x6a\x65\x72\x6d\x07\xec\xb6\x8a\x98\xae\x56\xe1\x2c\xbf\x4a\x11\x99\x8d\x4c\x81\xea\x2b\x57\xb9\x26\xfe\x40\xd7\xdf\xda\xbd\xda\xa5\xd4\xe6\xb5\xe0\x29\x9e\x58\xe1\xb8\xfd\x6f\x5c\xaa\x4b\x7e\xe8\xd4\xb6\xea\xec\x09\x82\xe3\x33\x96\x2c\x02\x12\x37\x9f\x27\x1e\xcb\x01\xd4\xdc\x31\x34\xe7\x36\xe7\x1a\xa3\x31\x42\x34\x8b\x4b\x6e\xcc\x3a\x6d\x4f\xc2\xf7\x12\x49\xa2\xb2\x14\x51\x26\x69\x4c\x4a\x19\x85\x89\xd0\x8c\x5d\xab\x29\xb5\x63\x84\x73\xe7\xd1\x95\xcb\x39\x08\x36\xf4\x0c\x47\x53\xca\x6a\x39\x9a\x02\xb4\x79\x41\x63\x2a\x0c\x2e\x03\xe7\xcc\xdb\x18\x39\x0c\xf2\x9b\x6e\x11\x86\x5f\xde\xc9\xc2\xcc\x67\x6c\x92\x23\x68\x93\x8b\x45\xad\x85\x10\x53\xb6\x36\x10\xe6\xd0\x4a\x33\x67\xc2\x9c\xaa\xac\xeb\xeb\x21\x0e\x8e\x9c\x7f\xa7\x9a\x20\x07\xa4\xcf\xaf\x3c\x26\xfb\xe8\xe9\x8f\x3f\xfe\x58\x7a\xdb\xec\xef\x29\xb7\x18\x62\xeb\xd6\x01\xae\x44\xbe\x16\x0d\xa6\xb5\x91\x06\xa5\xf2\x83\x33\x52\x5a\x7b\xd1\x48\xdd\xa0\x78\xbb\x4b\x3f\x4a\xca\xed\xdd\xba\xd2\xb4\x82\x57\xea\x4e\xeb\x5c\x0c\x06\x83\xad\xff\x17\x00\x00\xff\xff\x63\xe6\x69\x56\x54\xfb\x01\x00") func zfsOperatorYamlBytes() ([]byte, error) { return bindataRead(