diff --git a/csi.proto b/csi.proto index abae2f22..8db37ba1 100644 --- a/csi.proto +++ b/csi.proto @@ -584,8 +584,10 @@ message ControllerPublishVolumeRequest { // This is a REQUIRED field. VolumeCapability volume_capability = 3; - // Whether to publish the volume in readonly mode. This field is - // REQUIRED. + // Whether to publish the volume in readonly mode. + // CO MUST set this field to false if SP does not have the + // PUBLISH_READONLY controller capability. + // This is a REQUIRED field. bool readonly = 4; // Secrets required by plugin to complete controller publish volume @@ -776,6 +778,9 @@ message ControllerServiceCapability { // the same plugin. Not all volume sources and parameters // combinations may work. CLONE_VOLUME = 7; + // Indicates the SP supports ControllerPublishVolume.readonly + // field. + PUBLISH_READONLY = 8; } Type type = 1; diff --git a/lib/go/csi/csi.pb.go b/lib/go/csi/csi.pb.go index 07887256..b8935cdf 100644 --- a/lib/go/csi/csi.pb.go +++ b/lib/go/csi/csi.pb.go @@ -61,7 +61,7 @@ func (x PluginCapability_Service_Type) String() string { return proto.EnumName(PluginCapability_Service_Type_name, int32(x)) } func (PluginCapability_Service_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{4, 0, 0} + return fileDescriptor_csi_520428d604abb6cb, []int{4, 0, 0} } type VolumeCapability_AccessMode_Mode int32 @@ -105,7 +105,7 @@ func (x VolumeCapability_AccessMode_Mode) String() string { return proto.EnumName(VolumeCapability_AccessMode_Mode_name, int32(x)) } func (VolumeCapability_AccessMode_Mode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{10, 2, 0} + return fileDescriptor_csi_520428d604abb6cb, []int{10, 2, 0} } type ControllerServiceCapability_RPC_Type int32 @@ -127,6 +127,9 @@ const ( // the same plugin. Not all volume sources and parameters // combinations may work. ControllerServiceCapability_RPC_CLONE_VOLUME ControllerServiceCapability_RPC_Type = 7 + // Indicates the SP supports ControllerPublishVolume.readonly + // field. + ControllerServiceCapability_RPC_PUBLISH_READONLY ControllerServiceCapability_RPC_Type = 8 ) var ControllerServiceCapability_RPC_Type_name = map[int32]string{ @@ -138,6 +141,7 @@ var ControllerServiceCapability_RPC_Type_name = map[int32]string{ 5: "CREATE_DELETE_SNAPSHOT", 6: "LIST_SNAPSHOTS", 7: "CLONE_VOLUME", + 8: "PUBLISH_READONLY", } var ControllerServiceCapability_RPC_Type_value = map[string]int32{ "UNKNOWN": 0, @@ -148,13 +152,14 @@ var ControllerServiceCapability_RPC_Type_value = map[string]int32{ "CREATE_DELETE_SNAPSHOT": 5, "LIST_SNAPSHOTS": 6, "CLONE_VOLUME": 7, + "PUBLISH_READONLY": 8, } func (x ControllerServiceCapability_RPC_Type) String() string { return proto.EnumName(ControllerServiceCapability_RPC_Type_name, int32(x)) } func (ControllerServiceCapability_RPC_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{29, 0, 0} + return fileDescriptor_csi_520428d604abb6cb, []int{29, 0, 0} } type VolumeUsage_Unit int32 @@ -180,7 +185,7 @@ func (x VolumeUsage_Unit) String() string { return proto.EnumName(VolumeUsage_Unit_name, int32(x)) } func (VolumeUsage_Unit) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{47, 0} + return fileDescriptor_csi_520428d604abb6cb, []int{47, 0} } type NodeServiceCapability_RPC_Type int32 @@ -209,7 +214,7 @@ func (x NodeServiceCapability_RPC_Type) String() string { return proto.EnumName(NodeServiceCapability_RPC_Type_name, int32(x)) } func (NodeServiceCapability_RPC_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{50, 0, 0} + return fileDescriptor_csi_520428d604abb6cb, []int{50, 0, 0} } type GetPluginInfoRequest struct { @@ -222,7 +227,7 @@ func (m *GetPluginInfoRequest) Reset() { *m = GetPluginInfoRequest{} } func (m *GetPluginInfoRequest) String() string { return proto.CompactTextString(m) } func (*GetPluginInfoRequest) ProtoMessage() {} func (*GetPluginInfoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{0} + return fileDescriptor_csi_520428d604abb6cb, []int{0} } func (m *GetPluginInfoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPluginInfoRequest.Unmarshal(m, b) @@ -264,7 +269,7 @@ func (m *GetPluginInfoResponse) Reset() { *m = GetPluginInfoResponse{} } func (m *GetPluginInfoResponse) String() string { return proto.CompactTextString(m) } func (*GetPluginInfoResponse) ProtoMessage() {} func (*GetPluginInfoResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{1} + return fileDescriptor_csi_520428d604abb6cb, []int{1} } func (m *GetPluginInfoResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPluginInfoResponse.Unmarshal(m, b) @@ -315,7 +320,7 @@ func (m *GetPluginCapabilitiesRequest) Reset() { *m = GetPluginCapabilit func (m *GetPluginCapabilitiesRequest) String() string { return proto.CompactTextString(m) } func (*GetPluginCapabilitiesRequest) ProtoMessage() {} func (*GetPluginCapabilitiesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{2} + return fileDescriptor_csi_520428d604abb6cb, []int{2} } func (m *GetPluginCapabilitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPluginCapabilitiesRequest.Unmarshal(m, b) @@ -348,7 +353,7 @@ func (m *GetPluginCapabilitiesResponse) Reset() { *m = GetPluginCapabili func (m *GetPluginCapabilitiesResponse) String() string { return proto.CompactTextString(m) } func (*GetPluginCapabilitiesResponse) ProtoMessage() {} func (*GetPluginCapabilitiesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{3} + return fileDescriptor_csi_520428d604abb6cb, []int{3} } func (m *GetPluginCapabilitiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPluginCapabilitiesResponse.Unmarshal(m, b) @@ -389,7 +394,7 @@ func (m *PluginCapability) Reset() { *m = PluginCapability{} } func (m *PluginCapability) String() string { return proto.CompactTextString(m) } func (*PluginCapability) ProtoMessage() {} func (*PluginCapability) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{4} + return fileDescriptor_csi_520428d604abb6cb, []int{4} } func (m *PluginCapability) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PluginCapability.Unmarshal(m, b) @@ -499,7 +504,7 @@ func (m *PluginCapability_Service) Reset() { *m = PluginCapability_Servi func (m *PluginCapability_Service) String() string { return proto.CompactTextString(m) } func (*PluginCapability_Service) ProtoMessage() {} func (*PluginCapability_Service) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{4, 0} + return fileDescriptor_csi_520428d604abb6cb, []int{4, 0} } func (m *PluginCapability_Service) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PluginCapability_Service.Unmarshal(m, b) @@ -536,7 +541,7 @@ func (m *ProbeRequest) Reset() { *m = ProbeRequest{} } func (m *ProbeRequest) String() string { return proto.CompactTextString(m) } func (*ProbeRequest) ProtoMessage() {} func (*ProbeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{5} + return fileDescriptor_csi_520428d604abb6cb, []int{5} } func (m *ProbeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProbeRequest.Unmarshal(m, b) @@ -587,7 +592,7 @@ func (m *ProbeResponse) Reset() { *m = ProbeResponse{} } func (m *ProbeResponse) String() string { return proto.CompactTextString(m) } func (*ProbeResponse) ProtoMessage() {} func (*ProbeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{6} + return fileDescriptor_csi_520428d604abb6cb, []int{6} } func (m *ProbeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProbeResponse.Unmarshal(m, b) @@ -677,7 +682,7 @@ func (m *CreateVolumeRequest) Reset() { *m = CreateVolumeRequest{} } func (m *CreateVolumeRequest) String() string { return proto.CompactTextString(m) } func (*CreateVolumeRequest) ProtoMessage() {} func (*CreateVolumeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{7} + return fileDescriptor_csi_520428d604abb6cb, []int{7} } func (m *CreateVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateVolumeRequest.Unmarshal(m, b) @@ -762,7 +767,7 @@ func (m *VolumeContentSource) Reset() { *m = VolumeContentSource{} } func (m *VolumeContentSource) String() string { return proto.CompactTextString(m) } func (*VolumeContentSource) ProtoMessage() {} func (*VolumeContentSource) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{8} + return fileDescriptor_csi_520428d604abb6cb, []int{8} } func (m *VolumeContentSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeContentSource.Unmarshal(m, b) @@ -908,7 +913,7 @@ func (m *VolumeContentSource_SnapshotSource) Reset() { *m = VolumeConten func (m *VolumeContentSource_SnapshotSource) String() string { return proto.CompactTextString(m) } func (*VolumeContentSource_SnapshotSource) ProtoMessage() {} func (*VolumeContentSource_SnapshotSource) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{8, 0} + return fileDescriptor_csi_520428d604abb6cb, []int{8, 0} } func (m *VolumeContentSource_SnapshotSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeContentSource_SnapshotSource.Unmarshal(m, b) @@ -949,7 +954,7 @@ func (m *VolumeContentSource_VolumeSource) Reset() { *m = VolumeContentS func (m *VolumeContentSource_VolumeSource) String() string { return proto.CompactTextString(m) } func (*VolumeContentSource_VolumeSource) ProtoMessage() {} func (*VolumeContentSource_VolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{8, 1} + return fileDescriptor_csi_520428d604abb6cb, []int{8, 1} } func (m *VolumeContentSource_VolumeSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeContentSource_VolumeSource.Unmarshal(m, b) @@ -990,7 +995,7 @@ func (m *CreateVolumeResponse) Reset() { *m = CreateVolumeResponse{} } func (m *CreateVolumeResponse) String() string { return proto.CompactTextString(m) } func (*CreateVolumeResponse) ProtoMessage() {} func (*CreateVolumeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{9} + return fileDescriptor_csi_520428d604abb6cb, []int{9} } func (m *CreateVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateVolumeResponse.Unmarshal(m, b) @@ -1037,7 +1042,7 @@ func (m *VolumeCapability) Reset() { *m = VolumeCapability{} } func (m *VolumeCapability) String() string { return proto.CompactTextString(m) } func (*VolumeCapability) ProtoMessage() {} func (*VolumeCapability) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{10} + return fileDescriptor_csi_520428d604abb6cb, []int{10} } func (m *VolumeCapability) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeCapability.Unmarshal(m, b) @@ -1186,7 +1191,7 @@ func (m *VolumeCapability_BlockVolume) Reset() { *m = VolumeCapability_B func (m *VolumeCapability_BlockVolume) String() string { return proto.CompactTextString(m) } func (*VolumeCapability_BlockVolume) ProtoMessage() {} func (*VolumeCapability_BlockVolume) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{10, 0} + return fileDescriptor_csi_520428d604abb6cb, []int{10, 0} } func (m *VolumeCapability_BlockVolume) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeCapability_BlockVolume.Unmarshal(m, b) @@ -1226,7 +1231,7 @@ func (m *VolumeCapability_MountVolume) Reset() { *m = VolumeCapability_M func (m *VolumeCapability_MountVolume) String() string { return proto.CompactTextString(m) } func (*VolumeCapability_MountVolume) ProtoMessage() {} func (*VolumeCapability_MountVolume) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{10, 1} + return fileDescriptor_csi_520428d604abb6cb, []int{10, 1} } func (m *VolumeCapability_MountVolume) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeCapability_MountVolume.Unmarshal(m, b) @@ -1273,7 +1278,7 @@ func (m *VolumeCapability_AccessMode) Reset() { *m = VolumeCapability_Ac func (m *VolumeCapability_AccessMode) String() string { return proto.CompactTextString(m) } func (*VolumeCapability_AccessMode) ProtoMessage() {} func (*VolumeCapability_AccessMode) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{10, 2} + return fileDescriptor_csi_520428d604abb6cb, []int{10, 2} } func (m *VolumeCapability_AccessMode) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeCapability_AccessMode.Unmarshal(m, b) @@ -1321,7 +1326,7 @@ func (m *CapacityRange) Reset() { *m = CapacityRange{} } func (m *CapacityRange) String() string { return proto.CompactTextString(m) } func (*CapacityRange) ProtoMessage() {} func (*CapacityRange) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{11} + return fileDescriptor_csi_520428d604abb6cb, []int{11} } func (m *CapacityRange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CapacityRange.Unmarshal(m, b) @@ -1414,7 +1419,7 @@ func (m *Volume) Reset() { *m = Volume{} } func (m *Volume) String() string { return proto.CompactTextString(m) } func (*Volume) ProtoMessage() {} func (*Volume) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{12} + return fileDescriptor_csi_520428d604abb6cb, []int{12} } func (m *Volume) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Volume.Unmarshal(m, b) @@ -1606,7 +1611,7 @@ func (m *TopologyRequirement) Reset() { *m = TopologyRequirement{} } func (m *TopologyRequirement) String() string { return proto.CompactTextString(m) } func (*TopologyRequirement) ProtoMessage() {} func (*TopologyRequirement) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{13} + return fileDescriptor_csi_520428d604abb6cb, []int{13} } func (m *TopologyRequirement) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TopologyRequirement.Unmarshal(m, b) @@ -1680,7 +1685,7 @@ func (m *Topology) Reset() { *m = Topology{} } func (m *Topology) String() string { return proto.CompactTextString(m) } func (*Topology) ProtoMessage() {} func (*Topology) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{14} + return fileDescriptor_csi_520428d604abb6cb, []int{14} } func (m *Topology) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Topology.Unmarshal(m, b) @@ -1724,7 +1729,7 @@ func (m *DeleteVolumeRequest) Reset() { *m = DeleteVolumeRequest{} } func (m *DeleteVolumeRequest) String() string { return proto.CompactTextString(m) } func (*DeleteVolumeRequest) ProtoMessage() {} func (*DeleteVolumeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{15} + return fileDescriptor_csi_520428d604abb6cb, []int{15} } func (m *DeleteVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteVolumeRequest.Unmarshal(m, b) @@ -1768,7 +1773,7 @@ func (m *DeleteVolumeResponse) Reset() { *m = DeleteVolumeResponse{} } func (m *DeleteVolumeResponse) String() string { return proto.CompactTextString(m) } func (*DeleteVolumeResponse) ProtoMessage() {} func (*DeleteVolumeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{16} + return fileDescriptor_csi_520428d604abb6cb, []int{16} } func (m *DeleteVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteVolumeResponse.Unmarshal(m, b) @@ -1798,8 +1803,10 @@ type ControllerPublishVolumeRequest struct { // The capability of the volume the CO expects the volume to have. // This is a REQUIRED field. VolumeCapability *VolumeCapability `protobuf:"bytes,3,opt,name=volume_capability,json=volumeCapability,proto3" json:"volume_capability,omitempty"` - // Whether to publish the volume in readonly mode. This field is - // REQUIRED. + // Whether to publish the volume in readonly mode. + // CO MUST set this field to false if SP does not have the + // PUBLISH_READONLY controller capability. + // This is a REQUIRED field. Readonly bool `protobuf:"varint,4,opt,name=readonly,proto3" json:"readonly,omitempty"` // Secrets required by plugin to complete controller publish volume // request. This field is OPTIONAL. Refer to the @@ -1818,7 +1825,7 @@ func (m *ControllerPublishVolumeRequest) Reset() { *m = ControllerPublis func (m *ControllerPublishVolumeRequest) String() string { return proto.CompactTextString(m) } func (*ControllerPublishVolumeRequest) ProtoMessage() {} func (*ControllerPublishVolumeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{17} + return fileDescriptor_csi_520428d604abb6cb, []int{17} } func (m *ControllerPublishVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerPublishVolumeRequest.Unmarshal(m, b) @@ -1895,7 +1902,7 @@ func (m *ControllerPublishVolumeResponse) Reset() { *m = ControllerPubli func (m *ControllerPublishVolumeResponse) String() string { return proto.CompactTextString(m) } func (*ControllerPublishVolumeResponse) ProtoMessage() {} func (*ControllerPublishVolumeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{18} + return fileDescriptor_csi_520428d604abb6cb, []int{18} } func (m *ControllerPublishVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerPublishVolumeResponse.Unmarshal(m, b) @@ -1946,7 +1953,7 @@ func (m *ControllerUnpublishVolumeRequest) Reset() { *m = ControllerUnpu func (m *ControllerUnpublishVolumeRequest) String() string { return proto.CompactTextString(m) } func (*ControllerUnpublishVolumeRequest) ProtoMessage() {} func (*ControllerUnpublishVolumeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{19} + return fileDescriptor_csi_520428d604abb6cb, []int{19} } func (m *ControllerUnpublishVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerUnpublishVolumeRequest.Unmarshal(m, b) @@ -1997,7 +2004,7 @@ func (m *ControllerUnpublishVolumeResponse) Reset() { *m = ControllerUnp func (m *ControllerUnpublishVolumeResponse) String() string { return proto.CompactTextString(m) } func (*ControllerUnpublishVolumeResponse) ProtoMessage() {} func (*ControllerUnpublishVolumeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{20} + return fileDescriptor_csi_520428d604abb6cb, []int{20} } func (m *ControllerUnpublishVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerUnpublishVolumeResponse.Unmarshal(m, b) @@ -2043,7 +2050,7 @@ func (m *ValidateVolumeCapabilitiesRequest) Reset() { *m = ValidateVolum func (m *ValidateVolumeCapabilitiesRequest) String() string { return proto.CompactTextString(m) } func (*ValidateVolumeCapabilitiesRequest) ProtoMessage() {} func (*ValidateVolumeCapabilitiesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{21} + return fileDescriptor_csi_520428d604abb6cb, []int{21} } func (m *ValidateVolumeCapabilitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ValidateVolumeCapabilitiesRequest.Unmarshal(m, b) @@ -2121,7 +2128,7 @@ func (m *ValidateVolumeCapabilitiesResponse) Reset() { *m = ValidateVolu func (m *ValidateVolumeCapabilitiesResponse) String() string { return proto.CompactTextString(m) } func (*ValidateVolumeCapabilitiesResponse) ProtoMessage() {} func (*ValidateVolumeCapabilitiesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{22} + return fileDescriptor_csi_520428d604abb6cb, []int{22} } func (m *ValidateVolumeCapabilitiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ValidateVolumeCapabilitiesResponse.Unmarshal(m, b) @@ -2178,7 +2185,7 @@ func (m *ValidateVolumeCapabilitiesResponse_Confirmed) String() string { } func (*ValidateVolumeCapabilitiesResponse_Confirmed) ProtoMessage() {} func (*ValidateVolumeCapabilitiesResponse_Confirmed) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{22, 0} + return fileDescriptor_csi_520428d604abb6cb, []int{22, 0} } func (m *ValidateVolumeCapabilitiesResponse_Confirmed) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ValidateVolumeCapabilitiesResponse_Confirmed.Unmarshal(m, b) @@ -2243,7 +2250,7 @@ func (m *ListVolumesRequest) Reset() { *m = ListVolumesRequest{} } func (m *ListVolumesRequest) String() string { return proto.CompactTextString(m) } func (*ListVolumesRequest) ProtoMessage() {} func (*ListVolumesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{23} + return fileDescriptor_csi_520428d604abb6cb, []int{23} } func (m *ListVolumesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListVolumesRequest.Unmarshal(m, b) @@ -2295,7 +2302,7 @@ func (m *ListVolumesResponse) Reset() { *m = ListVolumesResponse{} } func (m *ListVolumesResponse) String() string { return proto.CompactTextString(m) } func (*ListVolumesResponse) ProtoMessage() {} func (*ListVolumesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{24} + return fileDescriptor_csi_520428d604abb6cb, []int{24} } func (m *ListVolumesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListVolumesResponse.Unmarshal(m, b) @@ -2340,7 +2347,7 @@ func (m *ListVolumesResponse_Entry) Reset() { *m = ListVolumesResponse_E func (m *ListVolumesResponse_Entry) String() string { return proto.CompactTextString(m) } func (*ListVolumesResponse_Entry) ProtoMessage() {} func (*ListVolumesResponse_Entry) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{24, 0} + return fileDescriptor_csi_520428d604abb6cb, []int{24, 0} } func (m *ListVolumesResponse_Entry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListVolumesResponse_Entry.Unmarshal(m, b) @@ -2395,7 +2402,7 @@ func (m *GetCapacityRequest) Reset() { *m = GetCapacityRequest{} } func (m *GetCapacityRequest) String() string { return proto.CompactTextString(m) } func (*GetCapacityRequest) ProtoMessage() {} func (*GetCapacityRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{25} + return fileDescriptor_csi_520428d604abb6cb, []int{25} } func (m *GetCapacityRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCapacityRequest.Unmarshal(m, b) @@ -2453,7 +2460,7 @@ func (m *GetCapacityResponse) Reset() { *m = GetCapacityResponse{} } func (m *GetCapacityResponse) String() string { return proto.CompactTextString(m) } func (*GetCapacityResponse) ProtoMessage() {} func (*GetCapacityResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{26} + return fileDescriptor_csi_520428d604abb6cb, []int{26} } func (m *GetCapacityResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCapacityResponse.Unmarshal(m, b) @@ -2490,7 +2497,7 @@ func (m *ControllerGetCapabilitiesRequest) Reset() { *m = ControllerGetC func (m *ControllerGetCapabilitiesRequest) String() string { return proto.CompactTextString(m) } func (*ControllerGetCapabilitiesRequest) ProtoMessage() {} func (*ControllerGetCapabilitiesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{27} + return fileDescriptor_csi_520428d604abb6cb, []int{27} } func (m *ControllerGetCapabilitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerGetCapabilitiesRequest.Unmarshal(m, b) @@ -2523,7 +2530,7 @@ func (m *ControllerGetCapabilitiesResponse) Reset() { *m = ControllerGet func (m *ControllerGetCapabilitiesResponse) String() string { return proto.CompactTextString(m) } func (*ControllerGetCapabilitiesResponse) ProtoMessage() {} func (*ControllerGetCapabilitiesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{28} + return fileDescriptor_csi_520428d604abb6cb, []int{28} } func (m *ControllerGetCapabilitiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerGetCapabilitiesResponse.Unmarshal(m, b) @@ -2564,7 +2571,7 @@ func (m *ControllerServiceCapability) Reset() { *m = ControllerServiceCa func (m *ControllerServiceCapability) String() string { return proto.CompactTextString(m) } func (*ControllerServiceCapability) ProtoMessage() {} func (*ControllerServiceCapability) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{29} + return fileDescriptor_csi_520428d604abb6cb, []int{29} } func (m *ControllerServiceCapability) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerServiceCapability.Unmarshal(m, b) @@ -2674,7 +2681,7 @@ func (m *ControllerServiceCapability_RPC) Reset() { *m = ControllerServi func (m *ControllerServiceCapability_RPC) String() string { return proto.CompactTextString(m) } func (*ControllerServiceCapability_RPC) ProtoMessage() {} func (*ControllerServiceCapability_RPC) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{29, 0} + return fileDescriptor_csi_520428d604abb6cb, []int{29, 0} } func (m *ControllerServiceCapability_RPC) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerServiceCapability_RPC.Unmarshal(m, b) @@ -2736,7 +2743,7 @@ func (m *CreateSnapshotRequest) Reset() { *m = CreateSnapshotRequest{} } func (m *CreateSnapshotRequest) String() string { return proto.CompactTextString(m) } func (*CreateSnapshotRequest) ProtoMessage() {} func (*CreateSnapshotRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{30} + return fileDescriptor_csi_520428d604abb6cb, []int{30} } func (m *CreateSnapshotRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateSnapshotRequest.Unmarshal(m, b) @@ -2798,7 +2805,7 @@ func (m *CreateSnapshotResponse) Reset() { *m = CreateSnapshotResponse{} func (m *CreateSnapshotResponse) String() string { return proto.CompactTextString(m) } func (*CreateSnapshotResponse) ProtoMessage() {} func (*CreateSnapshotResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{31} + return fileDescriptor_csi_520428d604abb6cb, []int{31} } func (m *CreateSnapshotResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateSnapshotResponse.Unmarshal(m, b) @@ -2863,7 +2870,7 @@ func (m *Snapshot) Reset() { *m = Snapshot{} } func (m *Snapshot) String() string { return proto.CompactTextString(m) } func (*Snapshot) ProtoMessage() {} func (*Snapshot) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{32} + return fileDescriptor_csi_520428d604abb6cb, []int{32} } func (m *Snapshot) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Snapshot.Unmarshal(m, b) @@ -2935,7 +2942,7 @@ func (m *DeleteSnapshotRequest) Reset() { *m = DeleteSnapshotRequest{} } func (m *DeleteSnapshotRequest) String() string { return proto.CompactTextString(m) } func (*DeleteSnapshotRequest) ProtoMessage() {} func (*DeleteSnapshotRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{33} + return fileDescriptor_csi_520428d604abb6cb, []int{33} } func (m *DeleteSnapshotRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteSnapshotRequest.Unmarshal(m, b) @@ -2979,7 +2986,7 @@ func (m *DeleteSnapshotResponse) Reset() { *m = DeleteSnapshotResponse{} func (m *DeleteSnapshotResponse) String() string { return proto.CompactTextString(m) } func (*DeleteSnapshotResponse) ProtoMessage() {} func (*DeleteSnapshotResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{34} + return fileDescriptor_csi_520428d604abb6cb, []int{34} } func (m *DeleteSnapshotResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteSnapshotResponse.Unmarshal(m, b) @@ -3034,7 +3041,7 @@ func (m *ListSnapshotsRequest) Reset() { *m = ListSnapshotsRequest{} } func (m *ListSnapshotsRequest) String() string { return proto.CompactTextString(m) } func (*ListSnapshotsRequest) ProtoMessage() {} func (*ListSnapshotsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{35} + return fileDescriptor_csi_520428d604abb6cb, []int{35} } func (m *ListSnapshotsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSnapshotsRequest.Unmarshal(m, b) @@ -3100,7 +3107,7 @@ func (m *ListSnapshotsResponse) Reset() { *m = ListSnapshotsResponse{} } func (m *ListSnapshotsResponse) String() string { return proto.CompactTextString(m) } func (*ListSnapshotsResponse) ProtoMessage() {} func (*ListSnapshotsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{36} + return fileDescriptor_csi_520428d604abb6cb, []int{36} } func (m *ListSnapshotsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSnapshotsResponse.Unmarshal(m, b) @@ -3145,7 +3152,7 @@ func (m *ListSnapshotsResponse_Entry) Reset() { *m = ListSnapshotsRespon func (m *ListSnapshotsResponse_Entry) String() string { return proto.CompactTextString(m) } func (*ListSnapshotsResponse_Entry) ProtoMessage() {} func (*ListSnapshotsResponse_Entry) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{36, 0} + return fileDescriptor_csi_520428d604abb6cb, []int{36, 0} } func (m *ListSnapshotsResponse_Entry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSnapshotsResponse_Entry.Unmarshal(m, b) @@ -3207,7 +3214,7 @@ func (m *NodeStageVolumeRequest) Reset() { *m = NodeStageVolumeRequest{} func (m *NodeStageVolumeRequest) String() string { return proto.CompactTextString(m) } func (*NodeStageVolumeRequest) ProtoMessage() {} func (*NodeStageVolumeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{37} + return fileDescriptor_csi_520428d604abb6cb, []int{37} } func (m *NodeStageVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeStageVolumeRequest.Unmarshal(m, b) @@ -3279,7 +3286,7 @@ func (m *NodeStageVolumeResponse) Reset() { *m = NodeStageVolumeResponse func (m *NodeStageVolumeResponse) String() string { return proto.CompactTextString(m) } func (*NodeStageVolumeResponse) ProtoMessage() {} func (*NodeStageVolumeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{38} + return fileDescriptor_csi_520428d604abb6cb, []int{38} } func (m *NodeStageVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeStageVolumeResponse.Unmarshal(m, b) @@ -3315,7 +3322,7 @@ func (m *NodeUnstageVolumeRequest) Reset() { *m = NodeUnstageVolumeReque func (m *NodeUnstageVolumeRequest) String() string { return proto.CompactTextString(m) } func (*NodeUnstageVolumeRequest) ProtoMessage() {} func (*NodeUnstageVolumeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{39} + return fileDescriptor_csi_520428d604abb6cb, []int{39} } func (m *NodeUnstageVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeUnstageVolumeRequest.Unmarshal(m, b) @@ -3359,7 +3366,7 @@ func (m *NodeUnstageVolumeResponse) Reset() { *m = NodeUnstageVolumeResp func (m *NodeUnstageVolumeResponse) String() string { return proto.CompactTextString(m) } func (*NodeUnstageVolumeResponse) ProtoMessage() {} func (*NodeUnstageVolumeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{40} + return fileDescriptor_csi_520428d604abb6cb, []int{40} } func (m *NodeUnstageVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeUnstageVolumeResponse.Unmarshal(m, b) @@ -3425,7 +3432,7 @@ func (m *NodePublishVolumeRequest) Reset() { *m = NodePublishVolumeReque func (m *NodePublishVolumeRequest) String() string { return proto.CompactTextString(m) } func (*NodePublishVolumeRequest) ProtoMessage() {} func (*NodePublishVolumeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{41} + return fileDescriptor_csi_520428d604abb6cb, []int{41} } func (m *NodePublishVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodePublishVolumeRequest.Unmarshal(m, b) @@ -3511,7 +3518,7 @@ func (m *NodePublishVolumeResponse) Reset() { *m = NodePublishVolumeResp func (m *NodePublishVolumeResponse) String() string { return proto.CompactTextString(m) } func (*NodePublishVolumeResponse) ProtoMessage() {} func (*NodePublishVolumeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{42} + return fileDescriptor_csi_520428d604abb6cb, []int{42} } func (m *NodePublishVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodePublishVolumeResponse.Unmarshal(m, b) @@ -3547,7 +3554,7 @@ func (m *NodeUnpublishVolumeRequest) Reset() { *m = NodeUnpublishVolumeR func (m *NodeUnpublishVolumeRequest) String() string { return proto.CompactTextString(m) } func (*NodeUnpublishVolumeRequest) ProtoMessage() {} func (*NodeUnpublishVolumeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{43} + return fileDescriptor_csi_520428d604abb6cb, []int{43} } func (m *NodeUnpublishVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeUnpublishVolumeRequest.Unmarshal(m, b) @@ -3591,7 +3598,7 @@ func (m *NodeUnpublishVolumeResponse) Reset() { *m = NodeUnpublishVolume func (m *NodeUnpublishVolumeResponse) String() string { return proto.CompactTextString(m) } func (*NodeUnpublishVolumeResponse) ProtoMessage() {} func (*NodeUnpublishVolumeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{44} + return fileDescriptor_csi_520428d604abb6cb, []int{44} } func (m *NodeUnpublishVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeUnpublishVolumeResponse.Unmarshal(m, b) @@ -3629,7 +3636,7 @@ func (m *NodeGetVolumeStatsRequest) Reset() { *m = NodeGetVolumeStatsReq func (m *NodeGetVolumeStatsRequest) String() string { return proto.CompactTextString(m) } func (*NodeGetVolumeStatsRequest) ProtoMessage() {} func (*NodeGetVolumeStatsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{45} + return fileDescriptor_csi_520428d604abb6cb, []int{45} } func (m *NodeGetVolumeStatsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetVolumeStatsRequest.Unmarshal(m, b) @@ -3675,7 +3682,7 @@ func (m *NodeGetVolumeStatsResponse) Reset() { *m = NodeGetVolumeStatsRe func (m *NodeGetVolumeStatsResponse) String() string { return proto.CompactTextString(m) } func (*NodeGetVolumeStatsResponse) ProtoMessage() {} func (*NodeGetVolumeStatsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{46} + return fileDescriptor_csi_520428d604abb6cb, []int{46} } func (m *NodeGetVolumeStatsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetVolumeStatsResponse.Unmarshal(m, b) @@ -3723,7 +3730,7 @@ func (m *VolumeUsage) Reset() { *m = VolumeUsage{} } func (m *VolumeUsage) String() string { return proto.CompactTextString(m) } func (*VolumeUsage) ProtoMessage() {} func (*VolumeUsage) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{47} + return fileDescriptor_csi_520428d604abb6cb, []int{47} } func (m *VolumeUsage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeUsage.Unmarshal(m, b) @@ -3781,7 +3788,7 @@ func (m *NodeGetCapabilitiesRequest) Reset() { *m = NodeGetCapabilitiesR func (m *NodeGetCapabilitiesRequest) String() string { return proto.CompactTextString(m) } func (*NodeGetCapabilitiesRequest) ProtoMessage() {} func (*NodeGetCapabilitiesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{48} + return fileDescriptor_csi_520428d604abb6cb, []int{48} } func (m *NodeGetCapabilitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetCapabilitiesRequest.Unmarshal(m, b) @@ -3814,7 +3821,7 @@ func (m *NodeGetCapabilitiesResponse) Reset() { *m = NodeGetCapabilities func (m *NodeGetCapabilitiesResponse) String() string { return proto.CompactTextString(m) } func (*NodeGetCapabilitiesResponse) ProtoMessage() {} func (*NodeGetCapabilitiesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{49} + return fileDescriptor_csi_520428d604abb6cb, []int{49} } func (m *NodeGetCapabilitiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetCapabilitiesResponse.Unmarshal(m, b) @@ -3855,7 +3862,7 @@ func (m *NodeServiceCapability) Reset() { *m = NodeServiceCapability{} } func (m *NodeServiceCapability) String() string { return proto.CompactTextString(m) } func (*NodeServiceCapability) ProtoMessage() {} func (*NodeServiceCapability) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{50} + return fileDescriptor_csi_520428d604abb6cb, []int{50} } func (m *NodeServiceCapability) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeServiceCapability.Unmarshal(m, b) @@ -3965,7 +3972,7 @@ func (m *NodeServiceCapability_RPC) Reset() { *m = NodeServiceCapability func (m *NodeServiceCapability_RPC) String() string { return proto.CompactTextString(m) } func (*NodeServiceCapability_RPC) ProtoMessage() {} func (*NodeServiceCapability_RPC) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{50, 0} + return fileDescriptor_csi_520428d604abb6cb, []int{50, 0} } func (m *NodeServiceCapability_RPC) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeServiceCapability_RPC.Unmarshal(m, b) @@ -4002,7 +4009,7 @@ func (m *NodeGetInfoRequest) Reset() { *m = NodeGetInfoRequest{} } func (m *NodeGetInfoRequest) String() string { return proto.CompactTextString(m) } func (*NodeGetInfoRequest) ProtoMessage() {} func (*NodeGetInfoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{51} + return fileDescriptor_csi_520428d604abb6cb, []int{51} } func (m *NodeGetInfoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetInfoRequest.Unmarshal(m, b) @@ -4060,7 +4067,7 @@ func (m *NodeGetInfoResponse) Reset() { *m = NodeGetInfoResponse{} } func (m *NodeGetInfoResponse) String() string { return proto.CompactTextString(m) } func (*NodeGetInfoResponse) ProtoMessage() {} func (*NodeGetInfoResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3006fd5468ec2d28, []int{52} + return fileDescriptor_csi_520428d604abb6cb, []int{52} } func (m *NodeGetInfoResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetInfoResponse.Unmarshal(m, b) @@ -4993,206 +5000,207 @@ var _Node_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("github.com/container-storage-interface/spec/csi.proto", fileDescriptor_csi_3006fd5468ec2d28) -} - -var fileDescriptor_csi_3006fd5468ec2d28 = []byte{ - // 3149 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x3a, 0xcd, 0x6f, 0xe3, 0xc6, - 0xf5, 0xa6, 0x3e, 0xfc, 0xf1, 0xfc, 0x11, 0xed, 0xf8, 0x63, 0xb5, 0xf4, 0xc7, 0x7a, 0xb9, 0xd9, - 0x64, 0xb3, 0xbf, 0xac, 0x9c, 0x9f, 0x9b, 0x04, 0xf9, 0xd8, 0xa4, 0x95, 0x65, 0xc5, 0x56, 0x56, - 0x96, 0x1d, 0x4a, 0x76, 0xb0, 0xdb, 0x06, 0x0c, 0x2d, 0x8d, 0xb5, 0x6c, 0x24, 0x52, 0x21, 0x29, - 0x67, 0xdd, 0x5b, 0x5b, 0xa0, 0x28, 0x7a, 0xeb, 0xa9, 0xc7, 0x00, 0x41, 0x2f, 0x2d, 0x1a, 0x14, - 0x01, 0x7a, 0x29, 0x0a, 0xf4, 0xd6, 0x6b, 0xcf, 0x3d, 0xb5, 0xfd, 0x03, 0xda, 0x4b, 0x91, 0x53, - 0x8b, 0x02, 0x05, 0x39, 0x43, 0x8a, 0x33, 0x1a, 0xd2, 0x52, 0x76, 0x11, 0xe4, 0x24, 0xf1, 0x7d, - 0xcd, 0x9b, 0x37, 0xef, 0xbd, 0x79, 0xef, 0x91, 0xf0, 0x4a, 0xdb, 0x70, 0x1f, 0xf5, 0x4f, 0x0b, - 0x4d, 0xab, 0xbb, 0xd5, 0xb4, 0x4c, 0x57, 0x37, 0x4c, 0x6c, 0xdf, 0x75, 0x5c, 0xcb, 0xd6, 0xdb, - 0xf8, 0xae, 0x61, 0xba, 0xd8, 0x3e, 0xd3, 0x9b, 0x78, 0xcb, 0xe9, 0xe1, 0xe6, 0x56, 0xd3, 0x31, - 0x0a, 0x3d, 0xdb, 0x72, 0x2d, 0x34, 0xe9, 0xfd, 0x3d, 0x7f, 0x49, 0xde, 0x68, 0x5b, 0x56, 0xbb, - 0x83, 0xb7, 0x7c, 0xe8, 0x69, 0xff, 0x6c, 0xeb, 0x13, 0x5b, 0xef, 0xf5, 0xb0, 0xed, 0x10, 0x3a, - 0x65, 0x05, 0x96, 0xf6, 0xb0, 0x7b, 0xd4, 0xe9, 0xb7, 0x0d, 0xb3, 0x62, 0x9e, 0x59, 0x2a, 0xfe, - 0xb8, 0x8f, 0x1d, 0x57, 0xf9, 0x8b, 0x04, 0xcb, 0x1c, 0xc2, 0xe9, 0x59, 0xa6, 0x83, 0x11, 0x82, - 0x8c, 0xa9, 0x77, 0x71, 0x5e, 0xda, 0x94, 0x6e, 0xcf, 0xa8, 0xfe, 0x7f, 0x74, 0x0b, 0x16, 0xce, - 0xb1, 0xd9, 0xb2, 0x6c, 0xed, 0x1c, 0xdb, 0x8e, 0x61, 0x99, 0xf9, 0x94, 0x8f, 0x9d, 0x27, 0xd0, - 0x13, 0x02, 0x44, 0x7b, 0x30, 0xdd, 0xd5, 0x4d, 0xe3, 0x0c, 0x3b, 0x6e, 0x3e, 0xbd, 0x99, 0xbe, - 0x3d, 0xbb, 0xfd, 0x7f, 0x05, 0xa2, 0x67, 0x41, 0xb8, 0x56, 0xe1, 0x80, 0x52, 0x97, 0x4d, 0xd7, - 0xbe, 0x50, 0x43, 0x66, 0xf9, 0x4d, 0x98, 0x67, 0x50, 0x28, 0x07, 0xe9, 0x8f, 0xf0, 0x05, 0xd5, - 0xc9, 0xfb, 0x8b, 0x96, 0x20, 0x7b, 0xae, 0x77, 0xfa, 0x98, 0x6a, 0x42, 0x1e, 0xde, 0x48, 0xbd, - 0x26, 0x29, 0x1b, 0xb0, 0x16, 0xae, 0x56, 0xd2, 0x7b, 0xfa, 0xa9, 0xd1, 0x31, 0x5c, 0x03, 0x3b, - 0xc1, 0xd6, 0x3f, 0x80, 0xf5, 0x18, 0x3c, 0xb5, 0xc0, 0x3d, 0x98, 0x6b, 0x46, 0xe0, 0xf9, 0x94, - 0xbf, 0x95, 0x7c, 0xb0, 0x15, 0x8e, 0xf3, 0x42, 0x65, 0xa8, 0x95, 0x7f, 0x49, 0x90, 0xe3, 0x49, - 0xd0, 0x3d, 0x98, 0x72, 0xb0, 0x7d, 0x6e, 0x34, 0x89, 0x5d, 0x67, 0xb7, 0x37, 0xe3, 0xa4, 0x15, - 0xea, 0x84, 0x6e, 0x7f, 0x42, 0x0d, 0x58, 0xe4, 0x5f, 0x48, 0x30, 0x45, 0xc1, 0xe8, 0x75, 0xc8, - 0xb8, 0x17, 0x3d, 0x22, 0x66, 0x61, 0xfb, 0xd6, 0x65, 0x62, 0x0a, 0x8d, 0x8b, 0x1e, 0x56, 0x7d, - 0x16, 0xe5, 0x3d, 0xc8, 0x78, 0x4f, 0x68, 0x16, 0xa6, 0x8e, 0x6b, 0xf7, 0x6b, 0x87, 0xef, 0xd7, - 0x72, 0x13, 0x68, 0x05, 0x50, 0xe9, 0xb0, 0xd6, 0x50, 0x0f, 0xab, 0xd5, 0xb2, 0xaa, 0xd5, 0xcb, - 0xea, 0x49, 0xa5, 0x54, 0xce, 0x49, 0xe8, 0x59, 0xd8, 0x3c, 0x39, 0xac, 0x1e, 0x1f, 0x94, 0xb5, - 0x62, 0xa9, 0x54, 0xae, 0xd7, 0x2b, 0x3b, 0x95, 0x6a, 0xa5, 0xf1, 0x40, 0x2b, 0x1d, 0xd6, 0xea, - 0x0d, 0xb5, 0x58, 0xa9, 0x35, 0xea, 0xb9, 0xd4, 0xce, 0x24, 0xd1, 0x46, 0x59, 0x80, 0xb9, 0x23, - 0xdb, 0x3a, 0xc5, 0x81, 0x8d, 0x8b, 0x30, 0x4f, 0x9f, 0xa9, 0x4d, 0x5f, 0x82, 0xac, 0x8d, 0xf5, - 0xd6, 0x05, 0xdd, 0xbe, 0x5c, 0x20, 0x7e, 0x5b, 0x08, 0xfc, 0xb6, 0xb0, 0x63, 0x59, 0x9d, 0x13, - 0xef, 0x0c, 0x55, 0x42, 0xa8, 0x7c, 0x9e, 0x85, 0xc5, 0x92, 0x8d, 0x75, 0x17, 0x9f, 0x58, 0x9d, - 0x7e, 0x37, 0x10, 0x2d, 0xf4, 0xcf, 0x7b, 0xb0, 0xe0, 0x9d, 0x41, 0xd3, 0x70, 0x2f, 0x34, 0x5b, - 0x37, 0xdb, 0xc4, 0x2b, 0x66, 0xb7, 0x97, 0x03, 0xf3, 0x94, 0x28, 0x56, 0xf5, 0x90, 0xea, 0x7c, - 0x33, 0xfa, 0x88, 0x2a, 0xb0, 0x78, 0xee, 0x2f, 0xa1, 0x31, 0xc7, 0x9e, 0x66, 0x8f, 0x9d, 0x68, - 0x11, 0x39, 0x76, 0x74, 0xce, 0x42, 0x0c, 0xec, 0xa0, 0xfb, 0x00, 0x3d, 0xdd, 0xd6, 0xbb, 0xd8, - 0xc5, 0xb6, 0x93, 0xcf, 0xb0, 0x31, 0x20, 0xd8, 0x4d, 0xe1, 0x28, 0xa4, 0x26, 0x31, 0x10, 0x61, - 0x47, 0x2e, 0x5c, 0xf3, 0x32, 0x82, 0x6d, 0x75, 0x3a, 0xd8, 0xd6, 0x9a, 0x3e, 0xb7, 0xe6, 0xe0, - 0xa6, 0x8d, 0x5d, 0x27, 0x9f, 0xf5, 0x65, 0xbf, 0x96, 0x24, 0xbb, 0x14, 0x32, 0x13, 0x6c, 0x9d, - 0xb0, 0x92, 0x85, 0xae, 0x36, 0xc5, 0x58, 0x74, 0x08, 0xcb, 0x81, 0x35, 0x2c, 0xd3, 0xc5, 0xa6, - 0xab, 0x39, 0x56, 0xdf, 0x6e, 0xe2, 0xfc, 0xa4, 0x6f, 0xd2, 0x55, 0xce, 0x1e, 0x84, 0xa6, 0xee, - 0x93, 0xa8, 0xd4, 0x8e, 0x0c, 0x10, 0x3d, 0x04, 0x59, 0x6f, 0x36, 0xb1, 0xe3, 0x18, 0xc4, 0x70, - 0x9a, 0x8d, 0x3f, 0xee, 0x1b, 0x36, 0xee, 0x62, 0xd3, 0x75, 0xf2, 0x53, 0xac, 0xd4, 0x86, 0xd5, - 0xb3, 0x3a, 0x56, 0xfb, 0x42, 0x1d, 0xd0, 0xa8, 0xd7, 0x18, 0xf6, 0x08, 0xc6, 0x91, 0xdf, 0x82, - 0x67, 0x38, 0x0b, 0x8e, 0x93, 0x2a, 0xe4, 0x77, 0x61, 0x2d, 0xc9, 0x48, 0x63, 0xa5, 0x9d, 0x7f, - 0x4a, 0xb0, 0x28, 0xb0, 0x09, 0xda, 0x87, 0x69, 0xc7, 0xd4, 0x7b, 0xce, 0x23, 0xcb, 0xa5, 0xce, - 0x7f, 0x27, 0xc1, 0x84, 0x85, 0x3a, 0xa5, 0x25, 0x8f, 0xfb, 0x13, 0x6a, 0xc8, 0x8d, 0x76, 0x60, - 0x92, 0xd8, 0x97, 0x7a, 0xf7, 0xed, 0x24, 0x39, 0x04, 0x16, 0x4a, 0xa1, 0x9c, 0xf2, 0x26, 0x2c, - 0xb0, 0x2b, 0xa0, 0x05, 0x48, 0x19, 0x2d, 0xba, 0xc5, 0x94, 0xd1, 0x92, 0x37, 0x60, 0x2e, 0xca, - 0xcb, 0xe3, 0xc3, 0x90, 0x7f, 0x1b, 0x96, 0x58, 0xa7, 0xa3, 0x91, 0xfe, 0x5c, 0xa8, 0x25, 0xd9, - 0xed, 0x02, 0xab, 0x65, 0xa0, 0x89, 0xf2, 0xeb, 0x0c, 0xe4, 0xf8, 0x98, 0x42, 0xf7, 0x20, 0x7b, - 0xda, 0xb1, 0x9a, 0x1f, 0x51, 0xde, 0x67, 0xe3, 0x82, 0xaf, 0xb0, 0xe3, 0x51, 0x11, 0xe8, 0xfe, - 0x84, 0x4a, 0x98, 0x3c, 0xee, 0xae, 0xd5, 0x37, 0x5d, 0x6a, 0x9f, 0x78, 0xee, 0x03, 0x8f, 0x6a, - 0xc0, 0xed, 0x33, 0xa1, 0x5d, 0x98, 0x25, 0x8e, 0xa6, 0x75, 0xad, 0x16, 0xce, 0xa7, 0x7d, 0x19, - 0x37, 0x63, 0x65, 0x14, 0x7d, 0xda, 0x03, 0xab, 0x85, 0x55, 0xd0, 0xc3, 0xff, 0xf2, 0x3c, 0xcc, - 0x46, 0x74, 0x93, 0xf7, 0x60, 0x36, 0xb2, 0x18, 0xba, 0x0a, 0x53, 0x67, 0x8e, 0x16, 0x26, 0xf0, - 0x19, 0x75, 0xf2, 0xcc, 0xf1, 0x73, 0xf2, 0x75, 0x98, 0xf5, 0xb5, 0xd0, 0xce, 0x3a, 0x7a, 0x9b, - 0x5c, 0x39, 0x33, 0x2a, 0xf8, 0xa0, 0x77, 0x3c, 0x88, 0xfc, 0x0f, 0x09, 0x60, 0xb0, 0x24, 0xba, - 0x07, 0x19, 0x5f, 0x4b, 0x72, 0x0d, 0xdc, 0x1e, 0x41, 0xcb, 0x82, 0xaf, 0xaa, 0xcf, 0xa5, 0x7c, - 0x2a, 0x41, 0xc6, 0x17, 0xc3, 0x5f, 0x05, 0xf5, 0x4a, 0x6d, 0xaf, 0x5a, 0xd6, 0x6a, 0x87, 0xbb, - 0x65, 0xed, 0x7d, 0xb5, 0xd2, 0x28, 0xab, 0x39, 0x09, 0xad, 0xc2, 0xd5, 0x28, 0x5c, 0x2d, 0x17, - 0x77, 0xcb, 0xaa, 0x76, 0x58, 0xab, 0x3e, 0xc8, 0xa5, 0x90, 0x0c, 0x2b, 0x07, 0xc7, 0xd5, 0x46, - 0x65, 0x18, 0x97, 0x46, 0x6b, 0x90, 0x8f, 0xe0, 0xa8, 0x0c, 0x2a, 0x36, 0xe3, 0x89, 0x8d, 0x60, - 0xc9, 0x5f, 0x8a, 0xcc, 0xee, 0xcc, 0x87, 0x87, 0xe1, 0x3b, 0xdb, 0xfb, 0x30, 0xcf, 0xa4, 0x70, - 0xaf, 0x22, 0xa1, 0x69, 0xa4, 0xa5, 0x9d, 0x5e, 0xb8, 0xd8, 0xf1, 0x2d, 0x91, 0x56, 0xe7, 0x03, - 0xe8, 0x8e, 0x07, 0xf4, 0xcc, 0xda, 0x31, 0xba, 0x86, 0x4b, 0x69, 0x52, 0x3e, 0x0d, 0xf8, 0x20, - 0x9f, 0x40, 0xf9, 0x53, 0x0a, 0x26, 0xe9, 0xd9, 0xdc, 0x8a, 0x5c, 0x22, 0x8c, 0xc8, 0x00, 0x4a, - 0x44, 0x92, 0x78, 0x48, 0x05, 0xf1, 0x80, 0xde, 0x06, 0xd0, 0x5d, 0xd7, 0x36, 0x4e, 0xfb, 0x6e, - 0x78, 0x69, 0x6c, 0xb0, 0xe7, 0x51, 0x28, 0x86, 0x04, 0x34, 0xcb, 0x0f, 0x38, 0xd0, 0x0e, 0x2c, - 0x70, 0x89, 0x36, 0x73, 0x79, 0xa2, 0x9d, 0x6f, 0x32, 0x39, 0xa6, 0x08, 0x8b, 0x41, 0x8e, 0xec, - 0x60, 0xcd, 0xa5, 0x39, 0x94, 0xde, 0x11, 0xb9, 0xa1, 0xdc, 0x8a, 0x06, 0xc4, 0x01, 0xcc, 0xcb, - 0xa4, 0x9c, 0x96, 0x63, 0x65, 0xbf, 0x3e, 0x2c, 0x0a, 0x52, 0x37, 0x2a, 0xc0, 0x8c, 0x7f, 0x20, - 0x8e, 0xe1, 0x7a, 0xbe, 0x2a, 0x56, 0x67, 0x40, 0xe2, 0xd1, 0xf7, 0x6c, 0x7c, 0x86, 0x6d, 0x1b, - 0xb7, 0x68, 0xdd, 0x25, 0xa0, 0x0f, 0x49, 0x94, 0x1f, 0x4b, 0x30, 0x1d, 0xc0, 0xd1, 0x1b, 0x30, - 0xed, 0xe0, 0x36, 0xb9, 0x56, 0x24, 0xf6, 0x1c, 0x02, 0x9a, 0x42, 0x9d, 0x12, 0xd0, 0x8a, 0x33, - 0xa0, 0xf7, 0x2a, 0x4e, 0x06, 0x35, 0xd6, 0xe6, 0xbf, 0x94, 0x60, 0x71, 0x17, 0x77, 0x30, 0x5f, - 0xaa, 0xac, 0xc2, 0x0c, 0xbd, 0x4a, 0xc3, 0x0c, 0x3a, 0x4d, 0x00, 0x95, 0x16, 0x77, 0xbb, 0xb7, - 0x7c, 0xf6, 0xf0, 0x76, 0x4f, 0xb1, 0xb7, 0xbb, 0x40, 0x78, 0xe4, 0x76, 0x27, 0xd8, 0xb8, 0xdb, - 0x9d, 0xc1, 0xb2, 0x37, 0xde, 0x30, 0xe3, 0x58, 0xdb, 0x5e, 0x81, 0x25, 0x56, 0x31, 0x72, 0x03, - 0x28, 0x7f, 0xc8, 0xc0, 0xc6, 0x60, 0x91, 0xa3, 0xfe, 0x69, 0xc7, 0x70, 0x1e, 0x8d, 0x61, 0x99, - 0xab, 0x30, 0x65, 0x5a, 0x2d, 0x1f, 0x45, 0xd6, 0x9c, 0xf4, 0x1e, 0x2b, 0x2d, 0x54, 0x86, 0x2b, - 0x7c, 0xa1, 0x76, 0x41, 0xf3, 0x74, 0x7c, 0x99, 0x96, 0x3b, 0xe7, 0x2f, 0x19, 0x19, 0xa6, 0xbd, - 0x12, 0xd3, 0x32, 0x3b, 0x17, 0x7e, 0xac, 0x4d, 0xab, 0xe1, 0x33, 0xfa, 0x91, 0x04, 0x72, 0xe4, - 0x58, 0x7a, 0x44, 0x79, 0xae, 0xea, 0xda, 0x0d, 0xab, 0xae, 0xc4, 0x5d, 0x0e, 0xa3, 0x99, 0x33, - 0xca, 0x37, 0x63, 0xd0, 0xc8, 0x08, 0xf7, 0x19, 0xc9, 0x2c, 0x93, 0xfe, 0xd2, 0xf7, 0x46, 0x5c, - 0x9a, 0x3c, 0xf1, 0x79, 0x87, 0xda, 0x62, 0x00, 0x96, 0xef, 0xc3, 0x7a, 0xa2, 0x96, 0x63, 0x95, - 0x53, 0x25, 0x58, 0x16, 0xae, 0x3b, 0x96, 0x57, 0xfd, 0x51, 0x82, 0xeb, 0xb1, 0x9b, 0xa3, 0x35, - 0xc6, 0x77, 0x61, 0x2e, 0x38, 0x19, 0xc3, 0x3c, 0xb3, 0x68, 0xb4, 0xbf, 0x76, 0xa9, 0x6d, 0x68, - 0xdb, 0x49, 0xa1, 0x5e, 0x2b, 0x4a, 0xec, 0x32, 0xdb, 0x1b, 0x40, 0xe4, 0xb7, 0x21, 0xc7, 0x13, - 0x8c, 0xb5, 0x81, 0xdf, 0xa5, 0x60, 0x73, 0xa0, 0xc1, 0xb1, 0xd9, 0x7b, 0x7a, 0x01, 0xf0, 0x33, - 0x09, 0xd6, 0x22, 0xde, 0xd9, 0x37, 0x79, 0xff, 0x24, 0xd7, 0xcf, 0xfe, 0xb0, 0x21, 0xc4, 0x6a, - 0x88, 0x08, 0x18, 0x1f, 0x8d, 0xc4, 0x02, 0x4f, 0x20, 0x1f, 0x44, 0xcf, 0x49, 0xc8, 0x3e, 0x96, - 0xd9, 0x6e, 0xc2, 0x8d, 0x04, 0x75, 0x69, 0x6a, 0xf9, 0x22, 0x0b, 0x37, 0x4e, 0xf4, 0x8e, 0xd1, - 0x0a, 0xeb, 0x4e, 0x41, 0x87, 0x9f, 0x6c, 0xdc, 0x8e, 0x28, 0xb8, 0x48, 0xbe, 0xfd, 0x76, 0x98, - 0x44, 0x2e, 0x5b, 0x62, 0xd4, 0xf8, 0x7a, 0x9a, 0xbd, 0xe5, 0x03, 0x41, 0x6f, 0xf9, 0xfa, 0xe8, - 0x1a, 0x27, 0x75, 0x9a, 0x3f, 0x95, 0x60, 0x35, 0xe2, 0x57, 0xe7, 0x54, 0x18, 0x97, 0xf6, 0xf6, - 0x47, 0x5f, 0x6c, 0x70, 0x92, 0x01, 0x2d, 0xe3, 0x56, 0x91, 0x9b, 0x8f, 0xc3, 0x3f, 0x95, 0x1c, - 0xf2, 0xa4, 0x6d, 0x61, 0x35, 0x7a, 0x7f, 0x89, 0x36, 0x30, 0x96, 0x63, 0xff, 0x39, 0x03, 0x4a, - 0x92, 0xc5, 0x68, 0x4e, 0x53, 0x61, 0xa6, 0x69, 0x99, 0x67, 0x86, 0xdd, 0xc5, 0x2d, 0xda, 0xfe, - 0xbc, 0x3c, 0x8a, 0xc1, 0x69, 0x4e, 0x2b, 0x05, 0xbc, 0xea, 0x40, 0x0c, 0xca, 0xc3, 0x54, 0x17, - 0x3b, 0x8e, 0xde, 0x0e, 0xd4, 0x0a, 0x1e, 0xe5, 0xdf, 0xa7, 0x61, 0x26, 0x64, 0x41, 0x9f, 0x88, - 0x62, 0x82, 0x24, 0xd5, 0x77, 0xbf, 0x8a, 0x0e, 0x4f, 0x1a, 0x1e, 0xa9, 0xaf, 0x10, 0x1e, 0x2d, - 0x26, 0x3c, 0xd2, 0xec, 0x45, 0x3d, 0x96, 0xf2, 0x09, 0x91, 0xf2, 0x4d, 0x70, 0x4f, 0xe5, 0x7b, - 0x80, 0xaa, 0x86, 0x43, 0x5b, 0xca, 0x30, 0xe9, 0x79, 0x1d, 0xa4, 0xfe, 0x58, 0xc3, 0xa6, 0x6b, - 0x1b, 0xb4, 0x77, 0xc9, 0xaa, 0xd0, 0xd5, 0x1f, 0x97, 0x09, 0xc4, 0xeb, 0x6f, 0x1c, 0x57, 0xb7, - 0x5d, 0xc3, 0x6c, 0x6b, 0xae, 0xf5, 0x11, 0x0e, 0x87, 0xb8, 0x01, 0xb4, 0xe1, 0x01, 0x95, 0xcf, - 0x24, 0x58, 0x64, 0xc4, 0x53, 0xff, 0x7c, 0x13, 0xa6, 0x06, 0xb2, 0x3d, 0xe3, 0xde, 0x08, 0x8c, - 0x2b, 0xa0, 0x2e, 0x10, 0xcb, 0x05, 0x1c, 0x68, 0x1d, 0xc0, 0xc4, 0x8f, 0x5d, 0x66, 0xdd, 0x19, - 0x0f, 0xe2, 0xaf, 0x29, 0x6f, 0x41, 0x96, 0x98, 0x61, 0xd4, 0xe1, 0xc1, 0xe7, 0x29, 0x40, 0x7b, - 0xd8, 0x0d, 0x7b, 0x42, 0x6a, 0x83, 0x18, 0x77, 0x92, 0xbe, 0x82, 0x3b, 0xbd, 0xcb, 0xb8, 0x13, - 0x71, 0xc8, 0x3b, 0x91, 0x69, 0x36, 0xb7, 0x74, 0x62, 0x7a, 0x8d, 0x69, 0xcf, 0x48, 0xe5, 0x3a, - 0x72, 0x7b, 0xf6, 0x24, 0x2e, 0xb3, 0x0b, 0x8b, 0x8c, 0xce, 0xf4, 0x4c, 0xef, 0x02, 0xd2, 0xcf, - 0x75, 0xa3, 0xa3, 0x7b, 0x7a, 0x05, 0x6d, 0x2e, 0x6d, 0x7b, 0xaf, 0x84, 0x98, 0x80, 0x4d, 0x51, - 0xa2, 0x85, 0x0d, 0x95, 0xc7, 0x4f, 0xd7, 0x3b, 0xd1, 0x6b, 0x7c, 0x88, 0x86, 0xae, 0xbb, 0x27, - 0x9c, 0xb0, 0xdf, 0x1c, 0x2e, 0x5b, 0xe8, 0x14, 0x3b, 0x76, 0xd8, 0xfe, 0xf7, 0x14, 0xac, 0x26, - 0x50, 0xa3, 0x37, 0x21, 0x6d, 0xf7, 0x9a, 0xd4, 0x99, 0x9e, 0x1f, 0x41, 0x7e, 0x41, 0x3d, 0x2a, - 0xed, 0x4f, 0xa8, 0x1e, 0x97, 0xfc, 0x1f, 0x09, 0xd2, 0xea, 0x51, 0x09, 0x7d, 0x87, 0x19, 0xb9, - 0xbf, 0x38, 0xa2, 0x94, 0xe8, 0xe4, 0xfd, 0x0b, 0x49, 0x34, 0x7a, 0xcf, 0xc3, 0x52, 0x49, 0x2d, - 0x17, 0x1b, 0x65, 0x6d, 0xb7, 0x5c, 0x2d, 0x37, 0xca, 0x1a, 0x19, 0xb8, 0xe7, 0x24, 0xb4, 0x06, - 0xf9, 0xa3, 0xe3, 0x9d, 0x6a, 0xa5, 0xbe, 0xaf, 0x1d, 0xd7, 0x82, 0x7f, 0x14, 0x9b, 0x42, 0x39, - 0x98, 0xab, 0x56, 0xea, 0x0d, 0x0a, 0xa8, 0xe7, 0xd2, 0x1e, 0x64, 0xaf, 0xdc, 0xd0, 0x4a, 0xc5, - 0xa3, 0x62, 0xa9, 0xd2, 0x78, 0x90, 0xcb, 0x20, 0x19, 0x56, 0x58, 0xd9, 0xf5, 0x5a, 0xf1, 0xa8, - 0xbe, 0x7f, 0xd8, 0xc8, 0x65, 0x11, 0x82, 0x05, 0x9f, 0x3f, 0x00, 0xd5, 0x73, 0x93, 0x9e, 0x84, - 0x52, 0xf5, 0xb0, 0x16, 0xea, 0x30, 0x15, 0xce, 0xf9, 0x3e, 0x4d, 0xc3, 0x32, 0x1d, 0x8d, 0xd2, - 0xc1, 0x61, 0x10, 0x6d, 0xb7, 0x21, 0x47, 0x26, 0x16, 0x1a, 0x5f, 0x6d, 0x2d, 0x10, 0xf8, 0x49, - 0x50, 0x73, 0x05, 0x33, 0xfb, 0x54, 0x64, 0x66, 0xdf, 0x83, 0xab, 0xc1, 0x48, 0x9b, 0xca, 0xe5, - 0xaa, 0x58, 0x6e, 0xb6, 0xcd, 0xad, 0xce, 0x41, 0x99, 0xf2, 0x62, 0xb9, 0x29, 0xc2, 0xa1, 0x03, - 0x41, 0x01, 0x75, 0x37, 0x79, 0x91, 0xa4, 0xab, 0x60, 0x1f, 0xe4, 0x78, 0x1d, 0xbe, 0xce, 0xfb, - 0xe0, 0x1d, 0x58, 0xe1, 0xb5, 0xa7, 0x71, 0xf6, 0xe2, 0xd0, 0xec, 0x39, 0xcc, 0x36, 0x21, 0x6d, - 0x48, 0xa1, 0xfc, 0x52, 0x82, 0xe9, 0x00, 0xec, 0x65, 0x6c, 0xc7, 0xf8, 0x01, 0x66, 0x26, 0x61, - 0x33, 0x1e, 0x44, 0x3c, 0x05, 0x13, 0xf9, 0x42, 0x5a, 0xe8, 0x0b, 0xeb, 0x00, 0xe4, 0x78, 0x5a, - 0x9a, 0xee, 0xfa, 0xfd, 0x77, 0x5a, 0x9d, 0xa1, 0x90, 0xa2, 0x8b, 0x36, 0x61, 0xce, 0x7f, 0xff, - 0xa3, 0xb9, 0x96, 0xd6, 0x77, 0x70, 0x3e, 0xeb, 0x37, 0xe8, 0xe0, 0xc3, 0x1a, 0xd6, 0xb1, 0x83, - 0x95, 0x2f, 0x25, 0x58, 0xa6, 0x93, 0x0b, 0xce, 0x21, 0xaf, 0xc3, 0x6c, 0xe8, 0x4b, 0xa1, 0x2f, - 0x42, 0x00, 0xaa, 0xb4, 0x3c, 0x9f, 0x0b, 0x06, 0x2d, 0xbc, 0xcf, 0x09, 0x27, 0x2e, 0xbc, 0x3b, - 0xb0, 0x50, 0xd6, 0xe7, 0x5a, 0x22, 0x9c, 0xe7, 0x24, 0xf1, 0x4c, 0x63, 0x9d, 0x72, 0x1e, 0x56, - 0x78, 0xa5, 0x68, 0x53, 0xf4, 0x2b, 0x09, 0x96, 0xbc, 0x3b, 0x38, 0x40, 0x3c, 0xed, 0x92, 0x60, - 0x8c, 0xc3, 0xe5, 0x4e, 0x20, 0xc3, 0x9f, 0x80, 0xf2, 0x1b, 0x09, 0x96, 0x39, 0x5d, 0xa9, 0xaf, - 0xbe, 0xc5, 0xd7, 0x17, 0x37, 0xa3, 0xf5, 0xc5, 0x10, 0xfd, 0x98, 0x15, 0xc6, 0x2b, 0x41, 0x85, - 0x31, 0x5e, 0x48, 0xfc, 0x3c, 0x0b, 0x2b, 0x35, 0xab, 0x85, 0xeb, 0xae, 0xde, 0x1e, 0x67, 0xb8, - 0xa7, 0x72, 0x03, 0x0a, 0xe2, 0x5d, 0x5b, 0xc1, 0x4a, 0x62, 0x91, 0xc9, 0x73, 0x09, 0x54, 0x80, - 0x45, 0xc7, 0xd5, 0xdb, 0xfe, 0x59, 0xe9, 0x76, 0x1b, 0xbb, 0x5a, 0x4f, 0x77, 0x1f, 0xd1, 0x83, - 0xb8, 0x42, 0x51, 0x0d, 0x1f, 0x73, 0xa4, 0xbb, 0x8f, 0xc4, 0xd3, 0xb2, 0xcc, 0xd8, 0xd3, 0xb2, - 0x53, 0x40, 0xfe, 0x30, 0xc2, 0x5b, 0x80, 0xef, 0x08, 0x5f, 0xbe, 0x64, 0x43, 0x21, 0x98, 0x09, - 0x95, 0x9c, 0xc9, 0x81, 0x91, 0x1e, 0x3f, 0xf0, 0xba, 0x6c, 0x89, 0x51, 0x07, 0x5d, 0x4f, 0x38, - 0xd5, 0xf1, 0x0a, 0x7f, 0xe1, 0x6e, 0xbe, 0xfe, 0x01, 0xd9, 0x35, 0xb8, 0x3a, 0x64, 0x0b, 0x9a, - 0x09, 0xda, 0x90, 0xf7, 0x50, 0xc7, 0xa6, 0x33, 0xa6, 0xbf, 0xc6, 0xf8, 0x56, 0x2a, 0xc6, 0xb7, - 0x94, 0x55, 0xb8, 0x26, 0x58, 0x88, 0x6a, 0xf1, 0xd7, 0x2c, 0x51, 0x63, 0xfc, 0xc9, 0x6f, 0x43, - 0x18, 0x36, 0xff, 0x1f, 0x75, 0x01, 0xe1, 0xb4, 0xf3, 0xe9, 0x06, 0xce, 0x75, 0x98, 0x8d, 0xd2, - 0xd1, 0x24, 0xe6, 0x5e, 0x12, 0x59, 0xd9, 0x27, 0x9a, 0x43, 0x4f, 0x72, 0x73, 0xe8, 0xef, 0xc3, - 0x92, 0x1f, 0x75, 0xfc, 0x80, 0x6f, 0x8a, 0xbd, 0xa6, 0x62, 0x2d, 0x12, 0x41, 0x30, 0xb1, 0xe7, - 0xc7, 0x32, 0x37, 0x6e, 0x6e, 0x8a, 0xa2, 0x6f, 0xda, 0x5f, 0xe8, 0xd5, 0x4b, 0x17, 0xfa, 0xba, - 0xe2, 0xaf, 0x4c, 0xbc, 0xfe, 0x1b, 0x31, 0xa2, 0xa6, 0xde, 0x2f, 0x1c, 0x2e, 0x2b, 0x0f, 0x41, - 0x26, 0xa1, 0x31, 0xfe, 0xdc, 0x97, 0x73, 0xbc, 0x14, 0xef, 0x78, 0xca, 0x3a, 0xac, 0x0a, 0x65, - 0xd3, 0xa5, 0x1f, 0x10, 0xbd, 0xf6, 0x30, 0x6d, 0xc7, 0xeb, 0xae, 0xee, 0x3a, 0xa3, 0xae, 0x4c, - 0x91, 0xd1, 0x95, 0x09, 0xc8, 0x5f, 0x79, 0x8f, 0xec, 0x8a, 0x17, 0x4d, 0xef, 0xee, 0x17, 0x20, - 0xdb, 0xf7, 0xa7, 0x4c, 0xe4, 0xe6, 0x5e, 0x64, 0x83, 0xe0, 0xd8, 0x43, 0xa9, 0x84, 0x42, 0xf9, - 0xad, 0x04, 0xb3, 0x11, 0x30, 0x5a, 0x83, 0x99, 0xb0, 0xd1, 0x0c, 0xca, 0xcc, 0x10, 0xe0, 0x9d, - 0x81, 0x6b, 0xb9, 0x7a, 0x87, 0xbe, 0xb9, 0x25, 0x0f, 0x5e, 0x3b, 0xd1, 0x77, 0x30, 0xa9, 0x41, - 0xd2, 0xaa, 0xff, 0x1f, 0xbd, 0x08, 0x99, 0xbe, 0x69, 0x90, 0x82, 0x72, 0x81, 0x0f, 0x43, 0x7f, - 0xa9, 0xc2, 0xb1, 0x69, 0xb8, 0xaa, 0x4f, 0xa5, 0xdc, 0x81, 0x8c, 0xf7, 0xc4, 0xf6, 0x63, 0x33, - 0x90, 0xdd, 0x79, 0xd0, 0x28, 0xd7, 0x73, 0x12, 0x02, 0x98, 0xac, 0xd4, 0x0e, 0x77, 0xcb, 0xf5, - 0x5c, 0x4a, 0x59, 0x0b, 0xb7, 0x2e, 0xea, 0x77, 0x3f, 0x24, 0x47, 0x12, 0xd7, 0xe9, 0x16, 0xb9, - 0x4e, 0x97, 0x18, 0x68, 0x9d, 0xb9, 0xd4, 0x2e, 0xe9, 0x71, 0xff, 0x26, 0xd1, 0xab, 0x67, 0xa8, - 0xbb, 0x7d, 0x25, 0xda, 0xdd, 0xde, 0x48, 0x94, 0x19, 0xed, 0x6b, 0x7f, 0x42, 0xfb, 0xda, 0x37, - 0x98, 0xbe, 0xf6, 0xb9, 0x4b, 0xf9, 0xa3, 0x1d, 0x6d, 0x29, 0xa6, 0xa1, 0xad, 0x37, 0x8a, 0x7b, - 0x65, 0xed, 0xb8, 0x46, 0x7e, 0xc3, 0x86, 0x76, 0x09, 0x72, 0x5e, 0x83, 0x4a, 0xbf, 0x28, 0xab, - 0x37, 0x8a, 0xcc, 0xd7, 0x63, 0x4b, 0x80, 0xa8, 0x0d, 0xa3, 0x9f, 0x28, 0x7e, 0x26, 0xc1, 0x22, - 0x03, 0xa6, 0x26, 0x8d, 0xbc, 0x1d, 0x91, 0x98, 0xb7, 0x23, 0x5b, 0xb0, 0xe4, 0x95, 0xbb, 0xc4, - 0x6b, 0x1d, 0xad, 0x87, 0x6d, 0xcd, 0xc3, 0x50, 0xdf, 0xb9, 0xd2, 0xd5, 0x1f, 0xd3, 0x29, 0xd5, - 0x11, 0xb6, 0x3d, 0xc1, 0x4f, 0x61, 0x2e, 0xb3, 0xfd, 0x6f, 0x09, 0xa6, 0x2b, 0x2d, 0x6c, 0xba, - 0xde, 0x79, 0xd4, 0x60, 0x9e, 0xf9, 0xce, 0x11, 0xad, 0xc5, 0x7c, 0xfe, 0xe8, 0x6f, 0x50, 0x5e, - 0x4f, 0xfc, 0x38, 0x52, 0x99, 0x40, 0x67, 0x91, 0x6f, 0x34, 0x99, 0xe1, 0xd4, 0xb3, 0x43, 0x9c, - 0x02, 0xd7, 0x94, 0x6f, 0x5d, 0x42, 0x15, 0xae, 0xf3, 0x2a, 0x64, 0xfd, 0xaf, 0xf5, 0xd0, 0x52, - 0xf8, 0x39, 0x61, 0xe4, 0x63, 0x3e, 0x79, 0x99, 0x83, 0x06, 0x7c, 0xdb, 0xff, 0x9d, 0x02, 0x18, - 0x4c, 0x41, 0xd0, 0x7d, 0x98, 0x8b, 0x7e, 0x11, 0x84, 0x56, 0x13, 0x3e, 0x4e, 0x93, 0xd7, 0xc4, - 0xc8, 0x50, 0xa7, 0xfb, 0x30, 0x17, 0x7d, 0xb9, 0x3c, 0x10, 0x26, 0x78, 0x17, 0x3e, 0x10, 0x26, - 0x7c, 0x1f, 0x3d, 0x81, 0x3a, 0x70, 0x35, 0xe6, 0x9d, 0x20, 0x7a, 0x6e, 0xb4, 0x17, 0xaa, 0xf2, - 0xf3, 0x23, 0xbe, 0x5c, 0x54, 0x26, 0x90, 0x0d, 0xd7, 0x62, 0xdf, 0x64, 0xa1, 0xdb, 0xa3, 0xbe, - 0x9b, 0x93, 0x5f, 0x18, 0x81, 0x32, 0x5c, 0xb3, 0x0f, 0x72, 0xfc, 0x8c, 0x1b, 0xbd, 0x30, 0xf2, - 0x9b, 0x1b, 0xf9, 0xce, 0xe8, 0x23, 0x73, 0x65, 0x02, 0xed, 0xc3, 0x6c, 0x64, 0xfa, 0x8b, 0x64, - 0xe1, 0x48, 0x98, 0x08, 0x5e, 0x4d, 0x18, 0x17, 0x13, 0x49, 0x91, 0x09, 0xe5, 0x40, 0xd2, 0xf0, - 0xa8, 0x75, 0x20, 0x49, 0x30, 0xd2, 0xe4, 0xcd, 0xcf, 0xe5, 0x65, 0x91, 0xf9, 0xc5, 0x89, 0x5d, - 0x64, 0xfe, 0x98, 0x24, 0xaf, 0x4c, 0xa0, 0xf7, 0x60, 0x81, 0x1d, 0xc1, 0xa0, 0xf5, 0xc4, 0xc1, - 0x92, 0xbc, 0x11, 0x87, 0x8e, 0x8a, 0x64, 0xfb, 0xfd, 0x81, 0x48, 0xe1, 0x70, 0x62, 0x20, 0x32, - 0x66, 0x4c, 0x30, 0xe1, 0xe5, 0x27, 0xa6, 0x97, 0x1e, 0xe4, 0x27, 0xd1, 0xf8, 0x60, 0x90, 0x9f, - 0x84, 0x0d, 0xb8, 0x32, 0xb1, 0xfd, 0xc3, 0x2c, 0x64, 0xfc, 0x44, 0xda, 0x80, 0x67, 0xb8, 0x96, - 0x04, 0x6d, 0x24, 0xf7, 0x6d, 0xf2, 0xf5, 0x58, 0x7c, 0xa8, 0xee, 0x43, 0xb8, 0x32, 0xd4, 0x64, - 0xa0, 0xcd, 0x28, 0x9f, 0xa8, 0xd1, 0x91, 0x6f, 0x24, 0x50, 0xf0, 0xb2, 0xd9, 0x5c, 0xb0, 0x79, - 0x59, 0xb5, 0xcb, 0xca, 0x8e, 0x8b, 0xff, 0x0f, 0xc9, 0xbd, 0xc5, 0x47, 0xbe, 0xc2, 0xea, 0x25, - 0x8c, 0xf9, 0x9b, 0x89, 0x34, 0xe1, 0x0a, 0x1f, 0x84, 0x17, 0x66, 0xa4, 0x1a, 0x43, 0x8c, 0x72, - 0xc2, 0x22, 0x50, 0x56, 0x92, 0x48, 0xf8, 0x0d, 0xf0, 0xb1, 0xc3, 0x33, 0x8b, 0xa2, 0xe6, 0x66, - 0x22, 0x4d, 0x34, 0xda, 0x23, 0x57, 0xfb, 0x20, 0xda, 0x87, 0xcb, 0x80, 0x41, 0xb4, 0x0b, 0x6a, - 0x01, 0x65, 0x62, 0x27, 0xfb, 0x30, 0xdd, 0x74, 0x8c, 0xd3, 0x49, 0xff, 0x43, 0xf2, 0x6f, 0xfd, - 0x2f, 0x00, 0x00, 0xff, 0xff, 0xe2, 0x0d, 0x77, 0xe9, 0x4f, 0x31, 0x00, 0x00, + proto.RegisterFile("github.com/container-storage-interface/spec/csi.proto", fileDescriptor_csi_520428d604abb6cb) +} + +var fileDescriptor_csi_520428d604abb6cb = []byte{ + // 3165 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x3a, 0x4b, 0x6f, 0x23, 0xc7, + 0xd1, 0x1a, 0x3e, 0xf4, 0x28, 0x3d, 0xcc, 0x6d, 0x3d, 0x96, 0x3b, 0x7a, 0xac, 0x76, 0xd6, 0x6b, + 0xaf, 0xf7, 0xf3, 0x52, 0xfe, 0x14, 0xdb, 0xf0, 0x63, 0xed, 0x84, 0xa2, 0x68, 0x89, 0x5e, 0x89, + 0x92, 0x87, 0x94, 0x8c, 0xdd, 0xc4, 0x18, 0x8f, 0xc8, 0x16, 0x77, 0x62, 0x6a, 0x86, 0x9e, 0x19, + 0xca, 0xab, 0xdc, 0x92, 0x00, 0x41, 0x90, 0x9b, 0x4f, 0x39, 0x1a, 0x30, 0x72, 0x49, 0x10, 0x23, + 0x08, 0x90, 0x4b, 0x10, 0x20, 0xb7, 0x20, 0xb7, 0x9c, 0x73, 0x4a, 0xfe, 0x40, 0x72, 0x09, 0x8c, + 0x1c, 0x02, 0x04, 0x08, 0xa6, 0xbb, 0x67, 0x38, 0xdd, 0xec, 0xa1, 0x48, 0xef, 0xc2, 0xf0, 0x89, + 0x9c, 0xaa, 0xea, 0xaa, 0xea, 0xea, 0xaa, 0xea, 0xaa, 0x9a, 0x81, 0x57, 0x5a, 0x96, 0xff, 0xa8, + 0x7b, 0x52, 0x68, 0x38, 0x67, 0x1b, 0x0d, 0xc7, 0xf6, 0x4d, 0xcb, 0xc6, 0xee, 0x5d, 0xcf, 0x77, + 0x5c, 0xb3, 0x85, 0xef, 0x5a, 0xb6, 0x8f, 0xdd, 0x53, 0xb3, 0x81, 0x37, 0xbc, 0x0e, 0x6e, 0x6c, + 0x34, 0x3c, 0xab, 0xd0, 0x71, 0x1d, 0xdf, 0x41, 0xe3, 0xc1, 0xdf, 0xf3, 0x97, 0xd4, 0xb5, 0x96, + 0xe3, 0xb4, 0xda, 0x78, 0x83, 0x40, 0x4f, 0xba, 0xa7, 0x1b, 0x9f, 0xb8, 0x66, 0xa7, 0x83, 0x5d, + 0x8f, 0xd2, 0x69, 0x4b, 0xb0, 0xb0, 0x83, 0xfd, 0xc3, 0x76, 0xb7, 0x65, 0xd9, 0x15, 0xfb, 0xd4, + 0xd1, 0xf1, 0xc7, 0x5d, 0xec, 0xf9, 0xda, 0x5f, 0x15, 0x58, 0x14, 0x10, 0x5e, 0xc7, 0xb1, 0x3d, + 0x8c, 0x10, 0x64, 0x6c, 0xf3, 0x0c, 0xe7, 0x95, 0x75, 0xe5, 0xf6, 0x94, 0x4e, 0xfe, 0xa3, 0x5b, + 0x30, 0x77, 0x8e, 0xed, 0xa6, 0xe3, 0x1a, 0xe7, 0xd8, 0xf5, 0x2c, 0xc7, 0xce, 0xa7, 0x08, 0x76, + 0x96, 0x42, 0x8f, 0x29, 0x10, 0xed, 0xc0, 0xe4, 0x99, 0x69, 0x5b, 0xa7, 0xd8, 0xf3, 0xf3, 0xe9, + 0xf5, 0xf4, 0xed, 0xe9, 0xcd, 0xff, 0x2b, 0x50, 0x3d, 0x0b, 0x52, 0x59, 0x85, 0x7d, 0x46, 0x5d, + 0xb6, 0x7d, 0xf7, 0x42, 0x8f, 0x16, 0xab, 0x6f, 0xc2, 0x2c, 0x87, 0x42, 0x39, 0x48, 0x7f, 0x84, + 0x2f, 0x98, 0x4e, 0xc1, 0x5f, 0xb4, 0x00, 0xd9, 0x73, 0xb3, 0xdd, 0xc5, 0x4c, 0x13, 0xfa, 0xf0, + 0x46, 0xea, 0x35, 0x45, 0x5b, 0x83, 0x95, 0x48, 0x5a, 0xc9, 0xec, 0x98, 0x27, 0x56, 0xdb, 0xf2, + 0x2d, 0xec, 0x85, 0x5b, 0xff, 0x00, 0x56, 0x13, 0xf0, 0xcc, 0x02, 0xf7, 0x60, 0xa6, 0x11, 0x83, + 0xe7, 0x53, 0x64, 0x2b, 0xf9, 0x70, 0x2b, 0xc2, 0xca, 0x0b, 0x9d, 0xa3, 0xd6, 0xfe, 0xa5, 0x40, + 0x4e, 0x24, 0x41, 0xf7, 0x60, 0xc2, 0xc3, 0xee, 0xb9, 0xd5, 0xa0, 0x76, 0x9d, 0xde, 0x5c, 0x4f, + 0xe2, 0x56, 0xa8, 0x51, 0xba, 0xdd, 0x31, 0x3d, 0x5c, 0xa2, 0xfe, 0x5c, 0x81, 0x09, 0x06, 0x46, + 0xaf, 0x43, 0xc6, 0xbf, 0xe8, 0x50, 0x36, 0x73, 0x9b, 0xb7, 0x2e, 0x63, 0x53, 0xa8, 0x5f, 0x74, + 0xb0, 0x4e, 0x96, 0x68, 0xef, 0x41, 0x26, 0x78, 0x42, 0xd3, 0x30, 0x71, 0x54, 0xbd, 0x5f, 0x3d, + 0x78, 0xbf, 0x9a, 0x1b, 0x43, 0x4b, 0x80, 0x4a, 0x07, 0xd5, 0xba, 0x7e, 0xb0, 0xb7, 0x57, 0xd6, + 0x8d, 0x5a, 0x59, 0x3f, 0xae, 0x94, 0xca, 0x39, 0x05, 0x3d, 0x0b, 0xeb, 0xc7, 0x07, 0x7b, 0x47, + 0xfb, 0x65, 0xa3, 0x58, 0x2a, 0x95, 0x6b, 0xb5, 0xca, 0x56, 0x65, 0xaf, 0x52, 0x7f, 0x60, 0x94, + 0x0e, 0xaa, 0xb5, 0xba, 0x5e, 0xac, 0x54, 0xeb, 0xb5, 0x5c, 0x6a, 0x6b, 0x9c, 0x6a, 0xa3, 0xcd, + 0xc1, 0xcc, 0xa1, 0xeb, 0x9c, 0xe0, 0xd0, 0xc6, 0x45, 0x98, 0x65, 0xcf, 0xcc, 0xa6, 0x2f, 0x41, + 0xd6, 0xc5, 0x66, 0xf3, 0x82, 0x6d, 0x5f, 0x2d, 0x50, 0xbf, 0x2d, 0x84, 0x7e, 0x5b, 0xd8, 0x72, + 0x9c, 0xf6, 0x71, 0x70, 0x86, 0x3a, 0x25, 0xd4, 0xbe, 0xc8, 0xc2, 0x7c, 0xc9, 0xc5, 0xa6, 0x8f, + 0x8f, 0x9d, 0x76, 0xf7, 0x2c, 0x64, 0x2d, 0xf5, 0xcf, 0x7b, 0x30, 0x17, 0x9c, 0x41, 0xc3, 0xf2, + 0x2f, 0x0c, 0xd7, 0xb4, 0x5b, 0xd4, 0x2b, 0xa6, 0x37, 0x17, 0x43, 0xf3, 0x94, 0x18, 0x56, 0x0f, + 0x90, 0xfa, 0x6c, 0x23, 0xfe, 0x88, 0x2a, 0x30, 0x7f, 0x4e, 0x44, 0x18, 0xdc, 0xb1, 0xa7, 0xf9, + 0x63, 0xa7, 0x5a, 0xc4, 0x8e, 0x1d, 0x9d, 0xf3, 0x10, 0x0b, 0x7b, 0xe8, 0x3e, 0x40, 0xc7, 0x74, + 0xcd, 0x33, 0xec, 0x63, 0xd7, 0xcb, 0x67, 0xf8, 0x18, 0x90, 0xec, 0xa6, 0x70, 0x18, 0x51, 0xd3, + 0x18, 0x88, 0x2d, 0x47, 0x3e, 0x5c, 0x0b, 0x32, 0x82, 0xeb, 0xb4, 0xdb, 0xd8, 0x35, 0x1a, 0x64, + 0xb5, 0xe1, 0xe1, 0x86, 0x8b, 0x7d, 0x2f, 0x9f, 0x25, 0xbc, 0x5f, 0x1b, 0xc4, 0xbb, 0x14, 0x2d, + 0xa6, 0xd8, 0x1a, 0x5d, 0x4a, 0x05, 0x5d, 0x6d, 0xc8, 0xb1, 0xe8, 0x00, 0x16, 0x43, 0x6b, 0x38, + 0xb6, 0x8f, 0x6d, 0xdf, 0xf0, 0x9c, 0xae, 0xdb, 0xc0, 0xf9, 0x71, 0x62, 0xd2, 0x65, 0xc1, 0x1e, + 0x94, 0xa6, 0x46, 0x48, 0x74, 0x66, 0x47, 0x0e, 0x88, 0x1e, 0x82, 0x6a, 0x36, 0x1a, 0xd8, 0xf3, + 0x2c, 0x6a, 0x38, 0xc3, 0xc5, 0x1f, 0x77, 0x2d, 0x17, 0x9f, 0x61, 0xdb, 0xf7, 0xf2, 0x13, 0x3c, + 0xd7, 0xba, 0xd3, 0x71, 0xda, 0x4e, 0xeb, 0x42, 0xef, 0xd1, 0xe8, 0xd7, 0xb8, 0xe5, 0x31, 0x8c, + 0xa7, 0xbe, 0x05, 0xcf, 0x08, 0x16, 0x1c, 0x25, 0x55, 0xa8, 0xef, 0xc2, 0xca, 0x20, 0x23, 0x8d, + 0x94, 0x76, 0xfe, 0xa9, 0xc0, 0xbc, 0xc4, 0x26, 0x68, 0x17, 0x26, 0x3d, 0xdb, 0xec, 0x78, 0x8f, + 0x1c, 0x9f, 0x39, 0xff, 0x9d, 0x01, 0x26, 0x2c, 0xd4, 0x18, 0x2d, 0x7d, 0xdc, 0x1d, 0xd3, 0xa3, + 0xd5, 0x68, 0x0b, 0xc6, 0xa9, 0x7d, 0x99, 0x77, 0xdf, 0x1e, 0xc4, 0x87, 0xc2, 0x22, 0x2e, 0x6c, + 0xa5, 0xba, 0x0e, 0x73, 0xbc, 0x04, 0x34, 0x07, 0x29, 0xab, 0xc9, 0xb6, 0x98, 0xb2, 0x9a, 0xea, + 0x1a, 0xcc, 0xc4, 0xd7, 0x8a, 0xf8, 0x28, 0xe4, 0xdf, 0x86, 0x05, 0xde, 0xe9, 0x58, 0xa4, 0x3f, + 0x17, 0x69, 0x49, 0x77, 0x3b, 0xc7, 0x6b, 0x19, 0x6a, 0xa2, 0xfd, 0x2a, 0x03, 0x39, 0x31, 0xa6, + 0xd0, 0x3d, 0xc8, 0x9e, 0xb4, 0x9d, 0xc6, 0x47, 0x6c, 0xed, 0xb3, 0x49, 0xc1, 0x57, 0xd8, 0x0a, + 0xa8, 0x28, 0x74, 0x77, 0x4c, 0xa7, 0x8b, 0x82, 0xd5, 0x67, 0x4e, 0xd7, 0xf6, 0x99, 0x7d, 0x92, + 0x57, 0xef, 0x07, 0x54, 0xbd, 0xd5, 0x64, 0x11, 0xda, 0x86, 0x69, 0xea, 0x68, 0xc6, 0x99, 0xd3, + 0xc4, 0xf9, 0x34, 0xe1, 0x71, 0x33, 0x91, 0x47, 0x91, 0xd0, 0xee, 0x3b, 0x4d, 0xac, 0x83, 0x19, + 0xfd, 0x57, 0x67, 0x61, 0x3a, 0xa6, 0x9b, 0xba, 0x03, 0xd3, 0x31, 0x61, 0xe8, 0x2a, 0x4c, 0x9c, + 0x7a, 0x46, 0x94, 0xc0, 0xa7, 0xf4, 0xf1, 0x53, 0x8f, 0xe4, 0xe4, 0xeb, 0x30, 0x4d, 0xb4, 0x30, + 0x4e, 0xdb, 0x66, 0x8b, 0x5e, 0x39, 0x53, 0x3a, 0x10, 0xd0, 0x3b, 0x01, 0x44, 0xfd, 0x87, 0x02, + 0xd0, 0x13, 0x89, 0xee, 0x41, 0x86, 0x68, 0x49, 0xaf, 0x81, 0xdb, 0x43, 0x68, 0x59, 0x20, 0xaa, + 0x92, 0x55, 0xda, 0x67, 0x0a, 0x64, 0x08, 0x1b, 0xf1, 0x2a, 0xa8, 0x55, 0xaa, 0x3b, 0x7b, 0x65, + 0xa3, 0x7a, 0xb0, 0x5d, 0x36, 0xde, 0xd7, 0x2b, 0xf5, 0xb2, 0x9e, 0x53, 0xd0, 0x32, 0x5c, 0x8d, + 0xc3, 0xf5, 0x72, 0x71, 0xbb, 0xac, 0x1b, 0x07, 0xd5, 0xbd, 0x07, 0xb9, 0x14, 0x52, 0x61, 0x69, + 0xff, 0x68, 0xaf, 0x5e, 0xe9, 0xc7, 0xa5, 0xd1, 0x0a, 0xe4, 0x63, 0x38, 0xc6, 0x83, 0xb1, 0xcd, + 0x04, 0x6c, 0x63, 0x58, 0xfa, 0x97, 0x21, 0xb3, 0x5b, 0xb3, 0xd1, 0x61, 0x10, 0x67, 0x7b, 0x1f, + 0x66, 0xb9, 0x14, 0x1e, 0x54, 0x24, 0x2c, 0x8d, 0x34, 0x8d, 0x93, 0x0b, 0x1f, 0x7b, 0xc4, 0x12, + 0x69, 0x7d, 0x36, 0x84, 0x6e, 0x05, 0xc0, 0xc0, 0xac, 0x6d, 0xeb, 0xcc, 0xf2, 0x19, 0x4d, 0x8a, + 0xd0, 0x00, 0x01, 0x11, 0x02, 0xed, 0x4f, 0x29, 0x18, 0x67, 0x67, 0x73, 0x2b, 0x76, 0x89, 0x70, + 0x2c, 0x43, 0x28, 0x65, 0x49, 0xe3, 0x21, 0x15, 0xc6, 0x03, 0x7a, 0x1b, 0xc0, 0xf4, 0x7d, 0xd7, + 0x3a, 0xe9, 0xfa, 0xd1, 0xa5, 0xb1, 0xc6, 0x9f, 0x47, 0xa1, 0x18, 0x11, 0xb0, 0x2c, 0xdf, 0x5b, + 0x81, 0xb6, 0x60, 0x4e, 0x48, 0xb4, 0x99, 0xcb, 0x13, 0xed, 0x6c, 0x83, 0xcb, 0x31, 0x45, 0x98, + 0x0f, 0x73, 0x64, 0x1b, 0x1b, 0x3e, 0xcb, 0xa1, 0xec, 0x8e, 0xc8, 0xf5, 0xe5, 0x56, 0xd4, 0x23, + 0x0e, 0x61, 0x41, 0x26, 0x15, 0xb4, 0x1c, 0x29, 0xfb, 0x75, 0x61, 0x5e, 0x92, 0xba, 0x51, 0x01, + 0xa6, 0xc8, 0x81, 0x78, 0x96, 0x1f, 0xf8, 0xaa, 0x5c, 0x9d, 0x1e, 0x49, 0x40, 0xdf, 0x71, 0xf1, + 0x29, 0x76, 0x5d, 0xdc, 0x64, 0x75, 0x97, 0x84, 0x3e, 0x22, 0xd1, 0x7e, 0xac, 0xc0, 0x64, 0x08, + 0x47, 0x6f, 0xc0, 0xa4, 0x87, 0x5b, 0xf4, 0x5a, 0x51, 0xf8, 0x73, 0x08, 0x69, 0x0a, 0x35, 0x46, + 0xc0, 0x2a, 0xce, 0x90, 0x3e, 0xa8, 0x38, 0x39, 0xd4, 0x48, 0x9b, 0xff, 0x52, 0x81, 0xf9, 0x6d, + 0xdc, 0xc6, 0x62, 0xa9, 0xb2, 0x0c, 0x53, 0xec, 0x2a, 0x8d, 0x32, 0xe8, 0x24, 0x05, 0x54, 0x9a, + 0xc2, 0xed, 0xde, 0x24, 0xcb, 0xa3, 0xdb, 0x3d, 0xc5, 0xdf, 0xee, 0x12, 0xe6, 0xb1, 0xdb, 0x9d, + 0x62, 0x93, 0x6e, 0x77, 0x0e, 0xcb, 0xdf, 0x78, 0xfd, 0x0b, 0x47, 0xda, 0xf6, 0x12, 0x2c, 0xf0, + 0x8a, 0xd1, 0x1b, 0x40, 0xfb, 0x43, 0x06, 0xd6, 0x7a, 0x42, 0x0e, 0xbb, 0x27, 0x6d, 0xcb, 0x7b, + 0x34, 0x82, 0x65, 0xae, 0xc2, 0x84, 0xed, 0x34, 0x09, 0x8a, 0xca, 0x1c, 0x0f, 0x1e, 0x2b, 0x4d, + 0x54, 0x86, 0x2b, 0x62, 0xa1, 0x76, 0xc1, 0xf2, 0x74, 0x72, 0x99, 0x96, 0x3b, 0x17, 0x2f, 0x19, + 0x15, 0x26, 0x83, 0x12, 0xd3, 0xb1, 0xdb, 0x17, 0x24, 0xd6, 0x26, 0xf5, 0xe8, 0x19, 0xfd, 0x48, + 0x01, 0x35, 0x76, 0x2c, 0x1d, 0xaa, 0xbc, 0x50, 0x75, 0x6d, 0x47, 0x55, 0xd7, 0xc0, 0x5d, 0xf6, + 0xa3, 0xb9, 0x33, 0xca, 0x37, 0x12, 0xd0, 0xc8, 0x8a, 0xf6, 0x19, 0xcb, 0x2c, 0xe3, 0x44, 0xf4, + 0xbd, 0x21, 0x45, 0xd3, 0x27, 0x31, 0xef, 0x30, 0x5b, 0xf4, 0xc0, 0xea, 0x7d, 0x58, 0x1d, 0xa8, + 0xe5, 0x48, 0xe5, 0x54, 0x09, 0x16, 0xa5, 0x72, 0x47, 0xf2, 0xaa, 0x3f, 0x2a, 0x70, 0x3d, 0x71, + 0x73, 0xac, 0xc6, 0xf8, 0x2e, 0xcc, 0x84, 0x27, 0x63, 0xd9, 0xa7, 0x0e, 0x8b, 0xf6, 0xd7, 0x2e, + 0xb5, 0x0d, 0x6b, 0x3b, 0x19, 0x34, 0x68, 0x45, 0xa9, 0x5d, 0xa6, 0x3b, 0x3d, 0x88, 0xfa, 0x36, + 0xe4, 0x44, 0x82, 0x91, 0x36, 0xf0, 0xbb, 0x14, 0xac, 0xf7, 0x34, 0x38, 0xb2, 0x3b, 0x4f, 0x2f, + 0x00, 0x7e, 0xa6, 0xc0, 0x4a, 0xcc, 0x3b, 0xbb, 0xb6, 0xe8, 0x9f, 0xf4, 0xfa, 0xd9, 0xed, 0x37, + 0x84, 0x5c, 0x0d, 0x19, 0x01, 0xe7, 0xa3, 0xb1, 0x58, 0x10, 0x09, 0xd4, 0xfd, 0xf8, 0x39, 0x49, + 0x97, 0x8f, 0x64, 0xb6, 0x9b, 0x70, 0x63, 0x80, 0xba, 0x2c, 0xb5, 0xfc, 0x36, 0x0b, 0x37, 0x8e, + 0xcd, 0xb6, 0xd5, 0x8c, 0xea, 0x4e, 0x49, 0x87, 0x3f, 0xd8, 0xb8, 0x6d, 0x59, 0x70, 0xd1, 0x7c, + 0xfb, 0xed, 0x28, 0x89, 0x5c, 0x26, 0x62, 0xd8, 0xf8, 0x7a, 0x9a, 0xbd, 0xe5, 0x03, 0x49, 0x6f, + 0xf9, 0xfa, 0xf0, 0x1a, 0x0f, 0xea, 0x34, 0x7f, 0xaa, 0xc0, 0x72, 0xcc, 0xaf, 0xce, 0x19, 0x33, + 0x21, 0xed, 0xed, 0x0e, 0x2f, 0xac, 0x77, 0x92, 0x21, 0x2d, 0xe7, 0x56, 0xb1, 0x9b, 0x4f, 0xc0, + 0x3f, 0x95, 0x1c, 0xf2, 0xa4, 0x6d, 0xe1, 0x5e, 0xfc, 0xfe, 0x92, 0x6d, 0x60, 0x24, 0xc7, 0xfe, + 0x4b, 0x06, 0xb4, 0x41, 0x16, 0x63, 0x39, 0x4d, 0x87, 0xa9, 0x86, 0x63, 0x9f, 0x5a, 0xee, 0x19, + 0x6e, 0xb2, 0xf6, 0xe7, 0xe5, 0x61, 0x0c, 0xce, 0x72, 0x5a, 0x29, 0x5c, 0xab, 0xf7, 0xd8, 0xa0, + 0x3c, 0x4c, 0x9c, 0x61, 0xcf, 0x33, 0x5b, 0xa1, 0x5a, 0xe1, 0xa3, 0xfa, 0xfb, 0x34, 0x4c, 0x45, + 0x4b, 0xd0, 0x27, 0xb2, 0x98, 0xa0, 0x49, 0xf5, 0xdd, 0xaf, 0xa2, 0xc3, 0x93, 0x86, 0x47, 0xea, + 0x2b, 0x84, 0x47, 0x93, 0x0b, 0x8f, 0x34, 0x7f, 0x51, 0x8f, 0xa4, 0xfc, 0x80, 0x48, 0xf9, 0x26, + 0xb8, 0xa7, 0xf6, 0x3d, 0x40, 0x7b, 0x96, 0xc7, 0x5a, 0xca, 0x28, 0xe9, 0x05, 0x1d, 0xa4, 0xf9, + 0xd8, 0xc0, 0xb6, 0xef, 0x5a, 0xac, 0x77, 0xc9, 0xea, 0x70, 0x66, 0x3e, 0x2e, 0x53, 0x48, 0xd0, + 0xdf, 0x78, 0xbe, 0xe9, 0xfa, 0x96, 0xdd, 0x32, 0x7c, 0xe7, 0x23, 0x1c, 0x0d, 0x71, 0x43, 0x68, + 0x3d, 0x00, 0x6a, 0x9f, 0x2b, 0x30, 0xcf, 0xb1, 0x67, 0xfe, 0xf9, 0x26, 0x4c, 0xf4, 0x78, 0x07, + 0xc6, 0xbd, 0x11, 0x1a, 0x57, 0x42, 0x5d, 0xa0, 0x96, 0x0b, 0x57, 0xa0, 0x55, 0x00, 0x1b, 0x3f, + 0xf6, 0x39, 0xb9, 0x53, 0x01, 0x84, 0xc8, 0x54, 0x37, 0x20, 0x4b, 0xcd, 0x30, 0xec, 0xf0, 0xe0, + 0x8b, 0x14, 0xa0, 0x1d, 0xec, 0x47, 0x3d, 0x21, 0xb3, 0x41, 0x82, 0x3b, 0x29, 0x5f, 0xc1, 0x9d, + 0xde, 0xe5, 0xdc, 0x89, 0x3a, 0xe4, 0x9d, 0xd8, 0x34, 0x5b, 0x10, 0x3d, 0x30, 0xbd, 0x26, 0xb4, + 0x67, 0xb4, 0x72, 0x1d, 0xba, 0x3d, 0x7b, 0x12, 0x97, 0xd9, 0x86, 0x79, 0x4e, 0x67, 0x76, 0xa6, + 0x77, 0x01, 0x99, 0xe7, 0xa6, 0xd5, 0x36, 0x03, 0xbd, 0xc2, 0x36, 0x97, 0xb5, 0xbd, 0x57, 0x22, + 0x4c, 0xb8, 0x4c, 0xd3, 0xe2, 0x85, 0x0d, 0xe3, 0x27, 0x4e, 0xd7, 0xdb, 0xf1, 0x6b, 0xbc, 0x8f, + 0x86, 0xc9, 0xdd, 0x91, 0x4e, 0xd8, 0x6f, 0xf6, 0x97, 0x2d, 0x6c, 0x8a, 0x9d, 0x38, 0x6c, 0xff, + 0x77, 0x0a, 0x96, 0x07, 0x50, 0xa3, 0x37, 0x21, 0xed, 0x76, 0x1a, 0xcc, 0x99, 0x9e, 0x1f, 0x82, + 0x7f, 0x41, 0x3f, 0x2c, 0xed, 0x8e, 0xe9, 0xc1, 0x2a, 0xf5, 0xd3, 0x14, 0xa4, 0xf5, 0xc3, 0x12, + 0xfa, 0x0e, 0x37, 0x72, 0x7f, 0x71, 0x48, 0x2e, 0xf1, 0xc9, 0xfb, 0x9f, 0x15, 0xd9, 0xe8, 0x3d, + 0x0f, 0x0b, 0x25, 0xbd, 0x5c, 0xac, 0x97, 0x8d, 0xed, 0xf2, 0x5e, 0xb9, 0x5e, 0x36, 0xe8, 0xc0, + 0x3d, 0xa7, 0xa0, 0x15, 0xc8, 0x1f, 0x1e, 0x6d, 0xed, 0x55, 0x6a, 0xbb, 0xc6, 0x51, 0x35, 0xfc, + 0xc7, 0xb0, 0x29, 0x94, 0x83, 0x99, 0xbd, 0x4a, 0xad, 0xce, 0x00, 0xb5, 0x5c, 0x3a, 0x80, 0xec, + 0x94, 0xeb, 0x46, 0xa9, 0x78, 0x58, 0x2c, 0x55, 0xea, 0x0f, 0x72, 0x19, 0xa4, 0xc2, 0x12, 0xcf, + 0xbb, 0x56, 0x2d, 0x1e, 0xd6, 0x76, 0x0f, 0xea, 0xb9, 0x2c, 0x42, 0x30, 0x47, 0xd6, 0x87, 0xa0, + 0x5a, 0x6e, 0x3c, 0xe0, 0x50, 0xda, 0x3b, 0xa8, 0x46, 0x3a, 0x4c, 0xa0, 0x05, 0xc8, 0x85, 0x92, + 0xf5, 0x72, 0x71, 0x9b, 0x8c, 0x74, 0x26, 0xa3, 0xe9, 0xdf, 0x67, 0x69, 0x58, 0x64, 0x03, 0x53, + 0x36, 0x4e, 0x0c, 0x63, 0xf0, 0x36, 0xe4, 0xe8, 0x1c, 0xc3, 0x10, 0x6b, 0xb0, 0x39, 0x0a, 0x3f, + 0x0e, 0x2b, 0xb1, 0x70, 0x92, 0x9f, 0x8a, 0x4d, 0xf2, 0x3b, 0x70, 0x35, 0x1c, 0x74, 0x33, 0xbe, + 0x42, 0x6d, 0x2b, 0x4c, 0xbc, 0x05, 0xe9, 0x02, 0x94, 0x2b, 0x3a, 0x16, 0x1b, 0x32, 0x1c, 0xda, + 0x97, 0x94, 0x55, 0x77, 0x07, 0x0b, 0x19, 0x74, 0x41, 0xec, 0x82, 0x9a, 0xac, 0xc3, 0xd7, 0x79, + 0x4b, 0xbc, 0x03, 0x4b, 0xa2, 0xf6, 0x2c, 0xfa, 0x5e, 0xec, 0x9b, 0x48, 0x47, 0x39, 0x28, 0xa2, + 0x8d, 0x28, 0xb4, 0x5f, 0x28, 0x30, 0x19, 0x82, 0x83, 0x3c, 0xee, 0x59, 0x3f, 0xc0, 0xdc, 0x7c, + 0x6c, 0x2a, 0x80, 0xc8, 0x67, 0x63, 0x32, 0x5f, 0x48, 0x4b, 0x7d, 0x61, 0x15, 0x80, 0x1e, 0x4f, + 0xd3, 0x30, 0x7d, 0xd2, 0x95, 0xa7, 0xf5, 0x29, 0x06, 0x29, 0xfa, 0x68, 0x1d, 0x66, 0xc8, 0x5b, + 0x21, 0xc3, 0x77, 0x8c, 0xae, 0x87, 0xf3, 0x59, 0xd2, 0xb6, 0x03, 0x81, 0xd5, 0x9d, 0x23, 0x0f, + 0x6b, 0x5f, 0x2a, 0xb0, 0xc8, 0xe6, 0x19, 0x82, 0x43, 0x5e, 0x87, 0xe9, 0xc8, 0x97, 0x22, 0x5f, + 0x84, 0x10, 0x54, 0x69, 0x06, 0x3e, 0x17, 0x8e, 0x5f, 0x44, 0x9f, 0x93, 0xce, 0x61, 0x44, 0x77, + 0xe0, 0xa1, 0xbc, 0xcf, 0x35, 0x65, 0xb8, 0xc0, 0x49, 0x92, 0x17, 0x8d, 0x74, 0xca, 0x79, 0x58, + 0x12, 0x95, 0x62, 0xad, 0xd2, 0x2f, 0x15, 0x58, 0x08, 0x6e, 0xe6, 0x10, 0xf1, 0xb4, 0x0b, 0x85, + 0x11, 0x0e, 0x57, 0x38, 0x81, 0x8c, 0x78, 0x02, 0xda, 0xaf, 0x15, 0x58, 0x14, 0x74, 0x65, 0xbe, + 0xfa, 0x96, 0x58, 0x75, 0xdc, 0x8c, 0x57, 0x1d, 0x7d, 0xf4, 0x23, 0xd6, 0x1d, 0xaf, 0x84, 0x75, + 0xc7, 0x68, 0x21, 0xf1, 0x69, 0x16, 0x96, 0xaa, 0x4e, 0x13, 0xd7, 0x7c, 0xb3, 0x35, 0xca, 0xc8, + 0x4f, 0x17, 0xc6, 0x16, 0xd4, 0xbb, 0x36, 0x42, 0x49, 0x72, 0x96, 0x83, 0xa7, 0x15, 0xa8, 0x00, + 0xf3, 0x9e, 0x6f, 0xb6, 0xc8, 0x59, 0x99, 0x6e, 0x0b, 0xfb, 0x46, 0xc7, 0xf4, 0x1f, 0xb1, 0x83, + 0xb8, 0xc2, 0x50, 0x75, 0x82, 0x39, 0x34, 0xfd, 0x47, 0xf2, 0x19, 0x5a, 0x66, 0xe4, 0x19, 0xda, + 0x09, 0x20, 0x32, 0xa2, 0x08, 0x04, 0x88, 0x7d, 0xe2, 0xcb, 0x97, 0x6c, 0x28, 0x02, 0x73, 0xa1, + 0x92, 0xb3, 0x05, 0x30, 0x32, 0x93, 0xc7, 0x60, 0x97, 0x89, 0x18, 0x76, 0xfc, 0xf5, 0x84, 0xb3, + 0x9e, 0xa0, 0x1d, 0x90, 0xee, 0xe6, 0xeb, 0x1f, 0x9b, 0x5d, 0x83, 0xab, 0x7d, 0xb6, 0x60, 0x99, + 0xa0, 0x05, 0xf9, 0x00, 0x75, 0x64, 0x7b, 0x23, 0xfa, 0x6b, 0x82, 0x6f, 0xa5, 0x12, 0x7c, 0x4b, + 0x5b, 0x86, 0x6b, 0x12, 0x41, 0x4c, 0x8b, 0xbf, 0x65, 0xa9, 0x1a, 0xa3, 0xcf, 0x83, 0xeb, 0xd2, + 0xb0, 0xf9, 0xff, 0xb8, 0x0b, 0x48, 0x67, 0xa0, 0x4f, 0x37, 0x70, 0xae, 0xc3, 0x74, 0x9c, 0x8e, + 0x25, 0x31, 0xff, 0x92, 0xc8, 0xca, 0x3e, 0xd1, 0x74, 0x7a, 0x5c, 0x98, 0x4e, 0x7f, 0x1f, 0x16, + 0x48, 0xd4, 0x89, 0x63, 0xbf, 0x09, 0xfe, 0x9a, 0x4a, 0xb4, 0x48, 0x0c, 0xc1, 0xc5, 0x1e, 0x89, + 0x65, 0x61, 0x08, 0xdd, 0x90, 0x45, 0xdf, 0x24, 0x11, 0xf4, 0xea, 0xa5, 0x82, 0xbe, 0xae, 0xf8, + 0x2b, 0x53, 0xaf, 0xff, 0x46, 0x0c, 0xae, 0x99, 0xf7, 0x4b, 0x47, 0xce, 0xda, 0x43, 0x50, 0x69, + 0x68, 0x8c, 0x3e, 0x0d, 0x16, 0x1c, 0x2f, 0x25, 0x3a, 0x9e, 0xb6, 0x0a, 0xcb, 0x52, 0xde, 0x4c, + 0xf4, 0x03, 0xaa, 0xd7, 0x0e, 0x66, 0x4d, 0x7a, 0xcd, 0x37, 0x7d, 0x6f, 0x58, 0xc9, 0x0c, 0x19, + 0x97, 0x4c, 0x41, 0x44, 0xf2, 0x0e, 0xdd, 0x95, 0xc8, 0x9a, 0xdd, 0xdd, 0x2f, 0x40, 0xb6, 0x4b, + 0x66, 0x4f, 0xf4, 0xe6, 0x9e, 0xe7, 0x83, 0xe0, 0x28, 0x40, 0xe9, 0x94, 0x42, 0xfb, 0x8d, 0x02, + 0xd3, 0x31, 0x30, 0x5a, 0x81, 0xa9, 0xa8, 0xfd, 0x0c, 0xcb, 0xcc, 0x08, 0x10, 0x9c, 0x81, 0xef, + 0xf8, 0x66, 0x9b, 0xbd, 0xcf, 0xa5, 0x0f, 0x41, 0x3b, 0xd1, 0xf5, 0x30, 0xad, 0x41, 0xd2, 0x3a, + 0xf9, 0x8f, 0x5e, 0x84, 0x4c, 0xd7, 0xb6, 0x68, 0x41, 0x39, 0x27, 0x86, 0x21, 0x11, 0x55, 0x38, + 0xb2, 0x2d, 0x5f, 0x27, 0x54, 0xda, 0x1d, 0xc8, 0x04, 0x4f, 0x7c, 0x97, 0x36, 0x05, 0xd9, 0xad, + 0x07, 0xf5, 0x72, 0x2d, 0xa7, 0x20, 0x80, 0xf1, 0x4a, 0xf5, 0x60, 0xbb, 0x5c, 0xcb, 0xa5, 0xb4, + 0x95, 0x68, 0xeb, 0xb2, 0x2e, 0xf8, 0x43, 0x7a, 0x24, 0x49, 0xfd, 0x6f, 0x51, 0xe8, 0x7f, 0xa9, + 0x81, 0x56, 0xb9, 0x4b, 0xed, 0x92, 0xce, 0xf7, 0xef, 0x0a, 0xbb, 0x7a, 0xfa, 0x7a, 0xde, 0x57, + 0xe2, 0x3d, 0xef, 0x8d, 0x81, 0x3c, 0xe3, 0xdd, 0xee, 0x4f, 0x14, 0xda, 0xed, 0xbe, 0xc1, 0x75, + 0xbb, 0xcf, 0x5d, 0xba, 0x3e, 0xde, 0xe7, 0x96, 0x12, 0xda, 0xdc, 0x5a, 0xbd, 0xb8, 0x53, 0x36, + 0x8e, 0xaa, 0xf4, 0x37, 0x6a, 0x73, 0x17, 0x20, 0x17, 0xb4, 0xad, 0xec, 0x3b, 0xb3, 0x5a, 0xbd, + 0xc8, 0x7d, 0x53, 0xb6, 0x00, 0x88, 0xd9, 0x30, 0xfe, 0xe1, 0xe2, 0xe7, 0x0a, 0xcc, 0x73, 0x60, + 0x66, 0xd2, 0xd8, 0x3b, 0x13, 0x85, 0x7b, 0x67, 0xb2, 0x01, 0x0b, 0x41, 0xb9, 0x4b, 0xbd, 0xd6, + 0x33, 0x3a, 0xd8, 0x35, 0x02, 0x0c, 0xf3, 0x9d, 0x2b, 0x67, 0xe6, 0x63, 0x36, 0xbb, 0x3a, 0xc4, + 0x6e, 0xc0, 0xf8, 0x29, 0x4c, 0x6b, 0x36, 0xff, 0xa3, 0xc0, 0x64, 0xa5, 0x89, 0x6d, 0x3f, 0x38, + 0x8f, 0x2a, 0xcc, 0x72, 0x5f, 0x3f, 0xa2, 0x95, 0x84, 0x8f, 0x22, 0xc9, 0x06, 0xd5, 0xd5, 0x81, + 0x9f, 0x4c, 0x6a, 0x63, 0xe8, 0x34, 0xf6, 0xe5, 0x26, 0x37, 0xb2, 0x7a, 0xb6, 0x6f, 0xa5, 0xc4, + 0x35, 0xd5, 0x5b, 0x97, 0x50, 0x45, 0x72, 0x5e, 0x85, 0x2c, 0xf9, 0x86, 0x0f, 0x2d, 0x44, 0x1f, + 0x19, 0xc6, 0x3e, 0xf1, 0x53, 0x17, 0x05, 0x68, 0xb8, 0x6e, 0xf3, 0xbf, 0x13, 0x00, 0xbd, 0xd9, + 0x08, 0xba, 0x0f, 0x33, 0xf1, 0xef, 0x84, 0xd0, 0xf2, 0x80, 0x4f, 0xd6, 0xd4, 0x15, 0x39, 0x32, + 0xd2, 0xe9, 0x3e, 0xcc, 0xc4, 0x5f, 0x39, 0xf7, 0x98, 0x49, 0xde, 0x90, 0xf7, 0x98, 0x49, 0xdf, + 0x52, 0x8f, 0xa1, 0x36, 0x5c, 0x4d, 0x78, 0x53, 0x88, 0x9e, 0x1b, 0xee, 0x35, 0xab, 0xfa, 0xfc, + 0x90, 0xaf, 0x1c, 0xb5, 0x31, 0xe4, 0xc2, 0xb5, 0xc4, 0xf7, 0x5b, 0xe8, 0xf6, 0xb0, 0x6f, 0xec, + 0xd4, 0x17, 0x86, 0xa0, 0x8c, 0x64, 0x76, 0x41, 0x4d, 0x9e, 0x7c, 0xa3, 0x17, 0x86, 0x7e, 0x9f, + 0xa3, 0xde, 0x19, 0x7e, 0x90, 0xae, 0x8d, 0xa1, 0x5d, 0x98, 0x8e, 0xcd, 0x84, 0x91, 0x2a, 0x1d, + 0x14, 0x53, 0xc6, 0xcb, 0x03, 0x86, 0xc8, 0x94, 0x53, 0x6c, 0x6e, 0xd9, 0xe3, 0xd4, 0x3f, 0x80, + 0xed, 0x71, 0x92, 0x0c, 0x3a, 0x45, 0xf3, 0x0b, 0x79, 0x59, 0x66, 0x7e, 0x79, 0x62, 0x97, 0x99, + 0x3f, 0x21, 0xc9, 0x6b, 0x63, 0xe8, 0x3d, 0x98, 0xe3, 0x47, 0x30, 0x68, 0x75, 0xe0, 0x60, 0x49, + 0x5d, 0x4b, 0x42, 0xc7, 0x59, 0xf2, 0xfd, 0x7e, 0x8f, 0xa5, 0x74, 0x38, 0xd1, 0x63, 0x99, 0x30, + 0x26, 0x18, 0x0b, 0xf2, 0x13, 0xd7, 0x4b, 0xf7, 0xf2, 0x93, 0x6c, 0x7c, 0xd0, 0xcb, 0x4f, 0xd2, + 0x06, 0x5c, 0x1b, 0xdb, 0xfc, 0x61, 0x16, 0x32, 0x24, 0x91, 0xd6, 0xe1, 0x19, 0xa1, 0x25, 0x41, + 0x6b, 0x83, 0xfb, 0x36, 0xf5, 0x7a, 0x22, 0x3e, 0x52, 0xf7, 0x21, 0x5c, 0xe9, 0x6b, 0x32, 0xd0, + 0x7a, 0x7c, 0x9d, 0xac, 0xd1, 0x51, 0x6f, 0x0c, 0xa0, 0x10, 0x79, 0xf3, 0xb9, 0x60, 0xfd, 0xb2, + 0x6a, 0x97, 0xe7, 0x9d, 0x14, 0xff, 0x1f, 0xd2, 0x7b, 0x4b, 0x8c, 0x7c, 0x8d, 0xd7, 0x4b, 0x1a, + 0xf3, 0x37, 0x07, 0xd2, 0x44, 0x12, 0x3e, 0x88, 0x2e, 0xcc, 0x58, 0x35, 0x86, 0x38, 0xe5, 0xa4, + 0x45, 0xa0, 0xaa, 0x0d, 0x22, 0x11, 0x37, 0x20, 0xc6, 0x8e, 0xb8, 0x58, 0x16, 0x35, 0x37, 0x07, + 0xd2, 0xc4, 0xa3, 0x3d, 0x76, 0xb5, 0xf7, 0xa2, 0xbd, 0xbf, 0x0c, 0xe8, 0x45, 0xbb, 0xa4, 0x16, + 0xd0, 0xc6, 0xb6, 0xb2, 0x0f, 0xd3, 0x0d, 0xcf, 0x3a, 0x19, 0x27, 0x9f, 0x97, 0x7f, 0xeb, 0x7f, + 0x01, 0x00, 0x00, 0xff, 0xff, 0xc2, 0x51, 0x3d, 0x61, 0x65, 0x31, 0x00, 0x00, } diff --git a/spec.md b/spec.md index 99e3dea3..cfa85971 100644 --- a/spec.md +++ b/spec.md @@ -1089,8 +1089,10 @@ message ControllerPublishVolumeRequest { // This is a REQUIRED field. VolumeCapability volume_capability = 3; - // Whether to publish the volume in readonly mode. This field is - // REQUIRED. + // Whether to publish the volume in readonly mode. + // CO MUST set this field to false if SP does not have the + // PUBLISH_READONLY controller capability. + // This is a REQUIRED field. bool readonly = 4; // Secrets required by plugin to complete controller publish volume @@ -1388,6 +1390,9 @@ message ControllerServiceCapability { // the same plugin. Not all volume sources and parameters // combinations may work. CLONE_VOLUME = 7; + // Indicates the SP supports ControllerPublishVolume.readonly + // field. + PUBLISH_READONLY = 8; } Type type = 1;