diff --git a/csi.proto b/csi.proto index 256e232f..dd113ba7 100644 --- a/csi.proto +++ b/csi.proto @@ -130,13 +130,13 @@ message PluginCapability { // as specific RPCs as indicated by ControllerGetCapabilities. CONTROLLER_SERVICE = 1; - // ACCESSIBILITY_CONSTRAINTS indicates that the volumes for this - // plugin may not be equally accessible by all nodes in the + // VOLUME_ACCESSIBILITY_CONSTRAINTS indicates that the volumes for + // this plugin may not be equally accessible by all nodes in the // cluster. The CO MUST use the topology information returned by // CreateVolumeRequest along with the topology information // returned by NodeGetInfo to ensure that a given volume is // accessible from a given node when scheduling workloads. - ACCESSIBILITY_CONSTRAINTS = 2; + VOLUME_ACCESSIBILITY_CONSTRAINTS = 2; } Type type = 1; } @@ -235,10 +235,10 @@ message CreateVolumeRequest { // topological accessibility information supported by the SP. // This field is OPTIONAL. // This field SHALL NOT be specified unless the SP has the - // ACCESSIBILITY_CONSTRAINTS plugin capability. + // VOLUME_ACCESSIBILITY_CONSTRAINTS plugin capability. // If this field is not specified and the SP has the - // ACCESSIBILITY_CONSTRAINTS plugin capability, the SP MAY choose - // where the provisioned volume is accessible from. + // VOLUME_ACCESSIBILITY_CONSTRAINTS plugin capability, the SP MAY + // choose where the provisioned volume is accessible from. TopologyRequirement accessibility_requirements = 7; } @@ -372,7 +372,7 @@ message Volume { // Specifies where (regions, zones, racks, etc.) the provisioned // volume is accessible from. // A plugin that returns this field MUST also set the - // ACCESSIBILITY_CONSTRAINTS plugin capability. + // VOLUME_ACCESSIBILITY_CONSTRAINTS plugin capability. // An SP MAY specify multiple topologies to indicate the volume is // accessible from multiple locations. // COs MAY use this information along with the topology information @@ -736,7 +736,7 @@ message GetCapacityRequest { // `accessible_topology`. This is the same as the // `accessible_topology` the CO returns in a `CreateVolumeResponse`. // This field is OPTIONAL. This field SHALL NOT be set unless the - // plugin advertises the ACCESSIBILITY_CONSTRAINTS capability. + // plugin advertises the VOLUME_ACCESSIBILITY_CONSTRAINTS capability. Topology accessible_topology = 3; } @@ -1152,7 +1152,7 @@ message NodeGetInfoResponse { // Specifies where (regions, zones, racks, etc.) the node is // accessible from. // A plugin that returns this field MUST also set the - // ACCESSIBILITY_CONSTRAINTS plugin capability. + // VOLUME_ACCESSIBILITY_CONSTRAINTS plugin capability. // COs MAY use this information along with the topology information // returned in CreateVolumeResponse to ensure that a given volume is // accessible from a given node when scheduling workloads. diff --git a/lib/go/csi/v0/csi.pb.go b/lib/go/csi/v0/csi.pb.go index 1194187b..703b8d10 100644 --- a/lib/go/csi/v0/csi.pb.go +++ b/lib/go/csi/v0/csi.pb.go @@ -37,31 +37,31 @@ const ( // attempt to invoke the REQUIRED ControllerService RPCs, as well // as specific RPCs as indicated by ControllerGetCapabilities. PluginCapability_Service_CONTROLLER_SERVICE PluginCapability_Service_Type = 1 - // ACCESSIBILITY_CONSTRAINTS indicates that the volumes for this - // plugin may not be equally accessible by all nodes in the + // VOLUME_ACCESSIBILITY_CONSTRAINTS indicates that the volumes for + // this plugin may not be equally accessible by all nodes in the // cluster. The CO MUST use the topology information returned by // CreateVolumeRequest along with the topology information // returned by NodeGetInfo to ensure that a given volume is // accessible from a given node when scheduling workloads. - PluginCapability_Service_ACCESSIBILITY_CONSTRAINTS PluginCapability_Service_Type = 2 + PluginCapability_Service_VOLUME_ACCESSIBILITY_CONSTRAINTS PluginCapability_Service_Type = 2 ) var PluginCapability_Service_Type_name = map[int32]string{ 0: "UNKNOWN", 1: "CONTROLLER_SERVICE", - 2: "ACCESSIBILITY_CONSTRAINTS", + 2: "VOLUME_ACCESSIBILITY_CONSTRAINTS", } var PluginCapability_Service_Type_value = map[string]int32{ - "UNKNOWN": 0, - "CONTROLLER_SERVICE": 1, - "ACCESSIBILITY_CONSTRAINTS": 2, + "UNKNOWN": 0, + "CONTROLLER_SERVICE": 1, + "VOLUME_ACCESSIBILITY_CONSTRAINTS": 2, } 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_93699fb75407cad8, []int{4, 0, 0} + return fileDescriptor_csi_730fa7ca85491a9b, []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_93699fb75407cad8, []int{10, 2, 0} + return fileDescriptor_csi_730fa7ca85491a9b, []int{10, 2, 0} } type ControllerServiceCapability_RPC_Type int32 @@ -151,7 +151,7 @@ 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_93699fb75407cad8, []int{29, 0, 0} + return fileDescriptor_csi_730fa7ca85491a9b, []int{29, 0, 0} } type SnapshotStatus_Type int32 @@ -193,7 +193,7 @@ func (x SnapshotStatus_Type) String() string { return proto.EnumName(SnapshotStatus_Type_name, int32(x)) } func (SnapshotStatus_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_csi_93699fb75407cad8, []int{33, 0} + return fileDescriptor_csi_730fa7ca85491a9b, []int{33, 0} } type VolumeUsage_Unit int32 @@ -219,7 +219,7 @@ func (x VolumeUsage_Unit) String() string { return proto.EnumName(VolumeUsage_Unit_name, int32(x)) } func (VolumeUsage_Unit) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_csi_93699fb75407cad8, []int{48, 0} + return fileDescriptor_csi_730fa7ca85491a9b, []int{48, 0} } type NodeServiceCapability_RPC_Type int32 @@ -248,7 +248,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_93699fb75407cad8, []int{53, 0, 0} + return fileDescriptor_csi_730fa7ca85491a9b, []int{53, 0, 0} } type GetPluginInfoRequest struct { @@ -261,7 +261,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_93699fb75407cad8, []int{0} + return fileDescriptor_csi_730fa7ca85491a9b, []int{0} } func (m *GetPluginInfoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPluginInfoRequest.Unmarshal(m, b) @@ -303,7 +303,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_93699fb75407cad8, []int{1} + return fileDescriptor_csi_730fa7ca85491a9b, []int{1} } func (m *GetPluginInfoResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPluginInfoResponse.Unmarshal(m, b) @@ -354,7 +354,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_93699fb75407cad8, []int{2} + return fileDescriptor_csi_730fa7ca85491a9b, []int{2} } func (m *GetPluginCapabilitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPluginCapabilitiesRequest.Unmarshal(m, b) @@ -387,7 +387,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_93699fb75407cad8, []int{3} + return fileDescriptor_csi_730fa7ca85491a9b, []int{3} } func (m *GetPluginCapabilitiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPluginCapabilitiesResponse.Unmarshal(m, b) @@ -428,7 +428,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_93699fb75407cad8, []int{4} + return fileDescriptor_csi_730fa7ca85491a9b, []int{4} } func (m *PluginCapability) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PluginCapability.Unmarshal(m, b) @@ -538,7 +538,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_93699fb75407cad8, []int{4, 0} + return fileDescriptor_csi_730fa7ca85491a9b, []int{4, 0} } func (m *PluginCapability_Service) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PluginCapability_Service.Unmarshal(m, b) @@ -575,7 +575,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_93699fb75407cad8, []int{5} + return fileDescriptor_csi_730fa7ca85491a9b, []int{5} } func (m *ProbeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProbeRequest.Unmarshal(m, b) @@ -626,7 +626,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_93699fb75407cad8, []int{6} + return fileDescriptor_csi_730fa7ca85491a9b, []int{6} } func (m *ProbeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProbeResponse.Unmarshal(m, b) @@ -702,10 +702,10 @@ type CreateVolumeRequest struct { // topological accessibility information supported by the SP. // This field is OPTIONAL. // This field SHALL NOT be specified unless the SP has the - // ACCESSIBILITY_CONSTRAINTS plugin capability. + // VOLUME_ACCESSIBILITY_CONSTRAINTS plugin capability. // If this field is not specified and the SP has the - // ACCESSIBILITY_CONSTRAINTS plugin capability, the SP MAY choose - // where the provisioned volume is accessible from. + // VOLUME_ACCESSIBILITY_CONSTRAINTS plugin capability, the SP MAY + // choose where the provisioned volume is accessible from. AccessibilityRequirements *TopologyRequirement `protobuf:"bytes,7,opt,name=accessibility_requirements,json=accessibilityRequirements,proto3" json:"accessibility_requirements,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -716,7 +716,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_93699fb75407cad8, []int{7} + return fileDescriptor_csi_730fa7ca85491a9b, []int{7} } func (m *CreateVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateVolumeRequest.Unmarshal(m, b) @@ -800,7 +800,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_93699fb75407cad8, []int{8} + return fileDescriptor_csi_730fa7ca85491a9b, []int{8} } func (m *VolumeContentSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeContentSource.Unmarshal(m, b) @@ -914,7 +914,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_93699fb75407cad8, []int{8, 0} + return fileDescriptor_csi_730fa7ca85491a9b, []int{8, 0} } func (m *VolumeContentSource_SnapshotSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeContentSource_SnapshotSource.Unmarshal(m, b) @@ -955,7 +955,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_93699fb75407cad8, []int{9} + return fileDescriptor_csi_730fa7ca85491a9b, []int{9} } func (m *CreateVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateVolumeResponse.Unmarshal(m, b) @@ -1002,7 +1002,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_93699fb75407cad8, []int{10} + return fileDescriptor_csi_730fa7ca85491a9b, []int{10} } func (m *VolumeCapability) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeCapability.Unmarshal(m, b) @@ -1151,7 +1151,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_93699fb75407cad8, []int{10, 0} + return fileDescriptor_csi_730fa7ca85491a9b, []int{10, 0} } func (m *VolumeCapability_BlockVolume) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeCapability_BlockVolume.Unmarshal(m, b) @@ -1191,7 +1191,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_93699fb75407cad8, []int{10, 1} + return fileDescriptor_csi_730fa7ca85491a9b, []int{10, 1} } func (m *VolumeCapability_MountVolume) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeCapability_MountVolume.Unmarshal(m, b) @@ -1238,7 +1238,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_93699fb75407cad8, []int{10, 2} + return fileDescriptor_csi_730fa7ca85491a9b, []int{10, 2} } func (m *VolumeCapability_AccessMode) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeCapability_AccessMode.Unmarshal(m, b) @@ -1286,7 +1286,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_93699fb75407cad8, []int{11} + return fileDescriptor_csi_730fa7ca85491a9b, []int{11} } func (m *CapacityRange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CapacityRange.Unmarshal(m, b) @@ -1347,7 +1347,7 @@ type Volume struct { // Specifies where (regions, zones, racks, etc.) the provisioned // volume is accessible from. // A plugin that returns this field MUST also set the - // ACCESSIBILITY_CONSTRAINTS plugin capability. + // VOLUME_ACCESSIBILITY_CONSTRAINTS plugin capability. // An SP MAY specify multiple topologies to indicate the volume is // accessible from multiple locations. // COs MAY use this information along with the topology information @@ -1379,7 +1379,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_93699fb75407cad8, []int{12} + return fileDescriptor_csi_730fa7ca85491a9b, []int{12} } func (m *Volume) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Volume.Unmarshal(m, b) @@ -1571,7 +1571,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_93699fb75407cad8, []int{13} + return fileDescriptor_csi_730fa7ca85491a9b, []int{13} } func (m *TopologyRequirement) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TopologyRequirement.Unmarshal(m, b) @@ -1645,7 +1645,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_93699fb75407cad8, []int{14} + return fileDescriptor_csi_730fa7ca85491a9b, []int{14} } func (m *Topology) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Topology.Unmarshal(m, b) @@ -1689,7 +1689,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_93699fb75407cad8, []int{15} + return fileDescriptor_csi_730fa7ca85491a9b, []int{15} } func (m *DeleteVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteVolumeRequest.Unmarshal(m, b) @@ -1733,7 +1733,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_93699fb75407cad8, []int{16} + return fileDescriptor_csi_730fa7ca85491a9b, []int{16} } func (m *DeleteVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteVolumeResponse.Unmarshal(m, b) @@ -1783,7 +1783,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_93699fb75407cad8, []int{17} + return fileDescriptor_csi_730fa7ca85491a9b, []int{17} } func (m *ControllerPublishVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerPublishVolumeRequest.Unmarshal(m, b) @@ -1860,7 +1860,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_93699fb75407cad8, []int{18} + return fileDescriptor_csi_730fa7ca85491a9b, []int{18} } func (m *ControllerPublishVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerPublishVolumeResponse.Unmarshal(m, b) @@ -1911,7 +1911,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_93699fb75407cad8, []int{19} + return fileDescriptor_csi_730fa7ca85491a9b, []int{19} } func (m *ControllerUnpublishVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerUnpublishVolumeRequest.Unmarshal(m, b) @@ -1962,7 +1962,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_93699fb75407cad8, []int{20} + return fileDescriptor_csi_730fa7ca85491a9b, []int{20} } func (m *ControllerUnpublishVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerUnpublishVolumeResponse.Unmarshal(m, b) @@ -2008,7 +2008,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_93699fb75407cad8, []int{21} + return fileDescriptor_csi_730fa7ca85491a9b, []int{21} } func (m *ValidateVolumeCapabilitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ValidateVolumeCapabilitiesRequest.Unmarshal(m, b) @@ -2086,7 +2086,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_93699fb75407cad8, []int{22} + return fileDescriptor_csi_730fa7ca85491a9b, []int{22} } func (m *ValidateVolumeCapabilitiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ValidateVolumeCapabilitiesResponse.Unmarshal(m, b) @@ -2143,7 +2143,7 @@ func (m *ValidateVolumeCapabilitiesResponse_Confirmed) String() string { } func (*ValidateVolumeCapabilitiesResponse_Confirmed) ProtoMessage() {} func (*ValidateVolumeCapabilitiesResponse_Confirmed) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_93699fb75407cad8, []int{22, 0} + return fileDescriptor_csi_730fa7ca85491a9b, []int{22, 0} } func (m *ValidateVolumeCapabilitiesResponse_Confirmed) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ValidateVolumeCapabilitiesResponse_Confirmed.Unmarshal(m, b) @@ -2208,7 +2208,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_93699fb75407cad8, []int{23} + return fileDescriptor_csi_730fa7ca85491a9b, []int{23} } func (m *ListVolumesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListVolumesRequest.Unmarshal(m, b) @@ -2260,7 +2260,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_93699fb75407cad8, []int{24} + return fileDescriptor_csi_730fa7ca85491a9b, []int{24} } func (m *ListVolumesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListVolumesResponse.Unmarshal(m, b) @@ -2305,7 +2305,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_93699fb75407cad8, []int{24, 0} + return fileDescriptor_csi_730fa7ca85491a9b, []int{24, 0} } func (m *ListVolumesResponse_Entry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListVolumesResponse_Entry.Unmarshal(m, b) @@ -2349,7 +2349,7 @@ type GetCapacityRequest struct { // `accessible_topology`. This is the same as the // `accessible_topology` the CO returns in a `CreateVolumeResponse`. // This field is OPTIONAL. This field SHALL NOT be set unless the - // plugin advertises the ACCESSIBILITY_CONSTRAINTS capability. + // plugin advertises the VOLUME_ACCESSIBILITY_CONSTRAINTS capability. AccessibleTopology *Topology `protobuf:"bytes,3,opt,name=accessible_topology,json=accessibleTopology,proto3" json:"accessible_topology,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -2360,7 +2360,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_93699fb75407cad8, []int{25} + return fileDescriptor_csi_730fa7ca85491a9b, []int{25} } func (m *GetCapacityRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCapacityRequest.Unmarshal(m, b) @@ -2418,7 +2418,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_93699fb75407cad8, []int{26} + return fileDescriptor_csi_730fa7ca85491a9b, []int{26} } func (m *GetCapacityResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCapacityResponse.Unmarshal(m, b) @@ -2455,7 +2455,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_93699fb75407cad8, []int{27} + return fileDescriptor_csi_730fa7ca85491a9b, []int{27} } func (m *ControllerGetCapabilitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerGetCapabilitiesRequest.Unmarshal(m, b) @@ -2488,7 +2488,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_93699fb75407cad8, []int{28} + return fileDescriptor_csi_730fa7ca85491a9b, []int{28} } func (m *ControllerGetCapabilitiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerGetCapabilitiesResponse.Unmarshal(m, b) @@ -2529,7 +2529,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_93699fb75407cad8, []int{29} + return fileDescriptor_csi_730fa7ca85491a9b, []int{29} } func (m *ControllerServiceCapability) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerServiceCapability.Unmarshal(m, b) @@ -2639,7 +2639,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_93699fb75407cad8, []int{29, 0} + return fileDescriptor_csi_730fa7ca85491a9b, []int{29, 0} } func (m *ControllerServiceCapability_RPC) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerServiceCapability_RPC.Unmarshal(m, b) @@ -2701,7 +2701,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_93699fb75407cad8, []int{30} + return fileDescriptor_csi_730fa7ca85491a9b, []int{30} } func (m *CreateSnapshotRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateSnapshotRequest.Unmarshal(m, b) @@ -2763,7 +2763,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_93699fb75407cad8, []int{31} + return fileDescriptor_csi_730fa7ca85491a9b, []int{31} } func (m *CreateSnapshotResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateSnapshotResponse.Unmarshal(m, b) @@ -2826,7 +2826,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_93699fb75407cad8, []int{32} + return fileDescriptor_csi_730fa7ca85491a9b, []int{32} } func (m *Snapshot) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Snapshot.Unmarshal(m, b) @@ -2897,7 +2897,7 @@ func (m *SnapshotStatus) Reset() { *m = SnapshotStatus{} } func (m *SnapshotStatus) String() string { return proto.CompactTextString(m) } func (*SnapshotStatus) ProtoMessage() {} func (*SnapshotStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_93699fb75407cad8, []int{33} + return fileDescriptor_csi_730fa7ca85491a9b, []int{33} } func (m *SnapshotStatus) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SnapshotStatus.Unmarshal(m, b) @@ -2948,7 +2948,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_93699fb75407cad8, []int{34} + return fileDescriptor_csi_730fa7ca85491a9b, []int{34} } func (m *DeleteSnapshotRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteSnapshotRequest.Unmarshal(m, b) @@ -2992,7 +2992,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_93699fb75407cad8, []int{35} + return fileDescriptor_csi_730fa7ca85491a9b, []int{35} } func (m *DeleteSnapshotResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteSnapshotResponse.Unmarshal(m, b) @@ -3046,7 +3046,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_93699fb75407cad8, []int{36} + return fileDescriptor_csi_730fa7ca85491a9b, []int{36} } func (m *ListSnapshotsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSnapshotsRequest.Unmarshal(m, b) @@ -3112,7 +3112,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_93699fb75407cad8, []int{37} + return fileDescriptor_csi_730fa7ca85491a9b, []int{37} } func (m *ListSnapshotsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSnapshotsResponse.Unmarshal(m, b) @@ -3157,7 +3157,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_93699fb75407cad8, []int{37, 0} + return fileDescriptor_csi_730fa7ca85491a9b, []int{37, 0} } func (m *ListSnapshotsResponse_Entry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSnapshotsResponse_Entry.Unmarshal(m, b) @@ -3219,7 +3219,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_93699fb75407cad8, []int{38} + return fileDescriptor_csi_730fa7ca85491a9b, []int{38} } func (m *NodeStageVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeStageVolumeRequest.Unmarshal(m, b) @@ -3291,7 +3291,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_93699fb75407cad8, []int{39} + return fileDescriptor_csi_730fa7ca85491a9b, []int{39} } func (m *NodeStageVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeStageVolumeResponse.Unmarshal(m, b) @@ -3327,7 +3327,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_93699fb75407cad8, []int{40} + return fileDescriptor_csi_730fa7ca85491a9b, []int{40} } func (m *NodeUnstageVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeUnstageVolumeRequest.Unmarshal(m, b) @@ -3371,7 +3371,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_93699fb75407cad8, []int{41} + return fileDescriptor_csi_730fa7ca85491a9b, []int{41} } func (m *NodeUnstageVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeUnstageVolumeResponse.Unmarshal(m, b) @@ -3437,7 +3437,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_93699fb75407cad8, []int{42} + return fileDescriptor_csi_730fa7ca85491a9b, []int{42} } func (m *NodePublishVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodePublishVolumeRequest.Unmarshal(m, b) @@ -3523,7 +3523,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_93699fb75407cad8, []int{43} + return fileDescriptor_csi_730fa7ca85491a9b, []int{43} } func (m *NodePublishVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodePublishVolumeResponse.Unmarshal(m, b) @@ -3559,7 +3559,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_93699fb75407cad8, []int{44} + return fileDescriptor_csi_730fa7ca85491a9b, []int{44} } func (m *NodeUnpublishVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeUnpublishVolumeRequest.Unmarshal(m, b) @@ -3603,7 +3603,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_93699fb75407cad8, []int{45} + return fileDescriptor_csi_730fa7ca85491a9b, []int{45} } func (m *NodeUnpublishVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeUnpublishVolumeResponse.Unmarshal(m, b) @@ -3641,7 +3641,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_93699fb75407cad8, []int{46} + return fileDescriptor_csi_730fa7ca85491a9b, []int{46} } func (m *NodeGetVolumeStatsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetVolumeStatsRequest.Unmarshal(m, b) @@ -3687,7 +3687,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_93699fb75407cad8, []int{47} + return fileDescriptor_csi_730fa7ca85491a9b, []int{47} } func (m *NodeGetVolumeStatsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetVolumeStatsResponse.Unmarshal(m, b) @@ -3735,7 +3735,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_93699fb75407cad8, []int{48} + return fileDescriptor_csi_730fa7ca85491a9b, []int{48} } func (m *VolumeUsage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeUsage.Unmarshal(m, b) @@ -3793,7 +3793,7 @@ func (m *NodeGetIdRequest) Reset() { *m = NodeGetIdRequest{} } func (m *NodeGetIdRequest) String() string { return proto.CompactTextString(m) } func (*NodeGetIdRequest) ProtoMessage() {} func (*NodeGetIdRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_93699fb75407cad8, []int{49} + return fileDescriptor_csi_730fa7ca85491a9b, []int{49} } func (m *NodeGetIdRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetIdRequest.Unmarshal(m, b) @@ -3827,7 +3827,7 @@ func (m *NodeGetIdResponse) Reset() { *m = NodeGetIdResponse{} } func (m *NodeGetIdResponse) String() string { return proto.CompactTextString(m) } func (*NodeGetIdResponse) ProtoMessage() {} func (*NodeGetIdResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_93699fb75407cad8, []int{50} + return fileDescriptor_csi_730fa7ca85491a9b, []int{50} } func (m *NodeGetIdResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetIdResponse.Unmarshal(m, b) @@ -3864,7 +3864,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_93699fb75407cad8, []int{51} + return fileDescriptor_csi_730fa7ca85491a9b, []int{51} } func (m *NodeGetCapabilitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetCapabilitiesRequest.Unmarshal(m, b) @@ -3897,7 +3897,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_93699fb75407cad8, []int{52} + return fileDescriptor_csi_730fa7ca85491a9b, []int{52} } func (m *NodeGetCapabilitiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetCapabilitiesResponse.Unmarshal(m, b) @@ -3938,7 +3938,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_93699fb75407cad8, []int{53} + return fileDescriptor_csi_730fa7ca85491a9b, []int{53} } func (m *NodeServiceCapability) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeServiceCapability.Unmarshal(m, b) @@ -4048,7 +4048,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_93699fb75407cad8, []int{53, 0} + return fileDescriptor_csi_730fa7ca85491a9b, []int{53, 0} } func (m *NodeServiceCapability_RPC) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeServiceCapability_RPC.Unmarshal(m, b) @@ -4085,7 +4085,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_93699fb75407cad8, []int{54} + return fileDescriptor_csi_730fa7ca85491a9b, []int{54} } func (m *NodeGetInfoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetInfoRequest.Unmarshal(m, b) @@ -4119,7 +4119,7 @@ type NodeGetInfoResponse struct { // Specifies where (regions, zones, racks, etc.) the node is // accessible from. // A plugin that returns this field MUST also set the - // ACCESSIBILITY_CONSTRAINTS plugin capability. + // VOLUME_ACCESSIBILITY_CONSTRAINTS plugin capability. // COs MAY use this information along with the topology information // returned in CreateVolumeResponse to ensure that a given volume is // accessible from a given node when scheduling workloads. @@ -4143,7 +4143,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_93699fb75407cad8, []int{55} + return fileDescriptor_csi_730fa7ca85491a9b, []int{55} } func (m *NodeGetInfoResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetInfoResponse.Unmarshal(m, b) @@ -5125,210 +5125,211 @@ var _Node_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("github.com/container-storage-interface/spec/csi.proto", fileDescriptor_csi_93699fb75407cad8) -} - -var fileDescriptor_csi_93699fb75407cad8 = []byte{ - // 3211 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x1a, 0x4d, 0x6f, 0xe3, 0xd6, - 0xd1, 0xd4, 0x87, 0x6d, 0x8d, 0xd7, 0x8e, 0xf6, 0xf9, 0x4b, 0xa6, 0xed, 0x5d, 0x2f, 0x37, 0x9b, - 0x6c, 0xb6, 0xbb, 0x72, 0xea, 0x26, 0x41, 0x3e, 0x36, 0x69, 0x65, 0x99, 0xb1, 0xb5, 0x6b, 0xcb, - 0x2e, 0x25, 0x3b, 0xf0, 0xb6, 0x01, 0x43, 0x4b, 0xcf, 0x5a, 0x36, 0x32, 0xa9, 0x90, 0x94, 0xb3, - 0xee, 0xb1, 0x05, 0x8a, 0xb4, 0xa7, 0xf6, 0x17, 0x04, 0xc8, 0xad, 0x45, 0x83, 0xa2, 0x45, 0x2f, - 0x45, 0x81, 0xde, 0x0a, 0xf4, 0x94, 0x73, 0x4f, 0xed, 0xb9, 0x68, 0x8f, 0x39, 0x15, 0x28, 0x50, - 0x90, 0xef, 0x91, 0xe2, 0x7b, 0x7a, 0x94, 0xa5, 0xec, 0x22, 0xc8, 0x49, 0xe2, 0xcc, 0xbc, 0x99, - 0x79, 0xf3, 0x66, 0xe6, 0xcd, 0x0c, 0x09, 0xaf, 0xb6, 0x4c, 0xef, 0x71, 0xf7, 0xa4, 0xd8, 0xb0, - 0xcf, 0xd6, 0x1b, 0xb6, 0xe5, 0x19, 0xa6, 0x85, 0x9d, 0x7b, 0xae, 0x67, 0x3b, 0x46, 0x0b, 0xdf, - 0x33, 0x2d, 0x0f, 0x3b, 0xa7, 0x46, 0x03, 0xaf, 0xbb, 0x1d, 0xdc, 0x58, 0x6f, 0xb8, 0x66, 0xb1, - 0xe3, 0xd8, 0x9e, 0x8d, 0xc6, 0xfd, 0xbf, 0xe7, 0x2f, 0xcb, 0xd7, 0x5a, 0xb6, 0xdd, 0x6a, 0xe3, - 0xf5, 0x00, 0x7a, 0xd2, 0x3d, 0x5d, 0xff, 0xd8, 0x31, 0x3a, 0x1d, 0xec, 0xb8, 0x84, 0x4e, 0x59, - 0x80, 0xb9, 0x6d, 0xec, 0x1d, 0xb4, 0xbb, 0x2d, 0xd3, 0xaa, 0x58, 0xa7, 0xb6, 0x86, 0x3f, 0xea, - 0x62, 0xd7, 0x53, 0xfe, 0x2e, 0xc1, 0x3c, 0x87, 0x70, 0x3b, 0xb6, 0xe5, 0x62, 0x84, 0x20, 0x63, - 0x19, 0x67, 0xb8, 0x20, 0xad, 0x49, 0xb7, 0x73, 0x5a, 0xf0, 0x1f, 0xdd, 0x82, 0x99, 0x73, 0x6c, - 0x35, 0x6d, 0x47, 0x3f, 0xc7, 0x8e, 0x6b, 0xda, 0x56, 0x21, 0x15, 0x60, 0xa7, 0x09, 0xf4, 0x88, - 0x00, 0xd1, 0x36, 0x4c, 0x9e, 0x19, 0x96, 0x79, 0x8a, 0x5d, 0xaf, 0x90, 0x5e, 0x4b, 0xdf, 0x9e, - 0xda, 0xf8, 0x56, 0x91, 0xe8, 0x59, 0x14, 0xca, 0x2a, 0xee, 0x51, 0x6a, 0xd5, 0xf2, 0x9c, 0x0b, - 0x2d, 0x5a, 0x2c, 0xbf, 0x05, 0xd3, 0x0c, 0x0a, 0xe5, 0x21, 0xfd, 0x21, 0xbe, 0xa0, 0x3a, 0xf9, - 0x7f, 0xd1, 0x1c, 0x64, 0xcf, 0x8d, 0x76, 0x17, 0x53, 0x4d, 0xc8, 0xc3, 0x9b, 0xa9, 0xd7, 0x25, - 0xe5, 0x1a, 0xac, 0x44, 0xd2, 0xca, 0x46, 0xc7, 0x38, 0x31, 0xdb, 0xa6, 0x67, 0x62, 0x37, 0xdc, - 0xfa, 0xfb, 0xb0, 0x9a, 0x80, 0xa7, 0x16, 0xb8, 0x0f, 0x57, 0x1a, 0x31, 0x78, 0x21, 0x15, 0x6c, - 0xa5, 0x10, 0x6e, 0x85, 0x5b, 0x79, 0xa1, 0x31, 0xd4, 0xca, 0xbf, 0x25, 0xc8, 0xf3, 0x24, 0xe8, - 0x3e, 0x4c, 0xb8, 0xd8, 0x39, 0x37, 0x1b, 0xc4, 0xae, 0x53, 0x1b, 0x6b, 0x49, 0xdc, 0x8a, 0x35, - 0x42, 0xb7, 0x33, 0xa6, 0x85, 0x4b, 0xe4, 0x5f, 0x4a, 0x30, 0x41, 0xc1, 0xe8, 0x0d, 0xc8, 0x78, - 0x17, 0x1d, 0xc2, 0x66, 0x66, 0xe3, 0xd6, 0x65, 0x6c, 0x8a, 0xf5, 0x8b, 0x0e, 0xd6, 0x82, 0x25, - 0xca, 0x03, 0xc8, 0xf8, 0x4f, 0x68, 0x0a, 0x26, 0x0e, 0xab, 0x0f, 0xab, 0xfb, 0xef, 0x55, 0xf3, - 0x63, 0x68, 0x01, 0x50, 0x79, 0xbf, 0x5a, 0xd7, 0xf6, 0x77, 0x77, 0x55, 0x4d, 0xaf, 0xa9, 0xda, - 0x51, 0xa5, 0xac, 0xe6, 0x25, 0xb4, 0x0a, 0x4b, 0xa5, 0x72, 0x59, 0xad, 0xd5, 0x2a, 0x9b, 0x95, - 0xdd, 0x4a, 0xfd, 0x58, 0x2f, 0xef, 0x57, 0x6b, 0x75, 0xad, 0x54, 0xa9, 0xd6, 0x6b, 0xf9, 0xd4, - 0xe6, 0x38, 0x51, 0x43, 0x99, 0x81, 0x2b, 0x07, 0x8e, 0x7d, 0x82, 0x43, 0xe3, 0x96, 0x60, 0x9a, - 0x3e, 0x53, 0x63, 0xbe, 0x0c, 0x59, 0x07, 0x1b, 0xcd, 0x0b, 0xba, 0x6f, 0xb9, 0x48, 0x1c, 0xb6, - 0x18, 0x3a, 0x6c, 0x71, 0xd3, 0xb6, 0xdb, 0x47, 0xfe, 0xe1, 0x69, 0x84, 0x50, 0xf9, 0x3c, 0x0b, - 0xb3, 0x65, 0x07, 0x1b, 0x1e, 0x3e, 0xb2, 0xdb, 0xdd, 0xb3, 0x90, 0xb5, 0xd0, 0x31, 0xef, 0xc3, - 0x8c, 0x6f, 0xfc, 0x86, 0xe9, 0x5d, 0xe8, 0x8e, 0x61, 0xb5, 0x88, 0x3b, 0x4c, 0x6d, 0xcc, 0x87, - 0x76, 0x29, 0x53, 0xac, 0xe6, 0x23, 0xb5, 0xe9, 0x46, 0xfc, 0x11, 0x55, 0x60, 0xf6, 0x3c, 0x10, - 0xa1, 0x33, 0xe7, 0x9d, 0x66, 0xcf, 0x9b, 0x68, 0x11, 0x3b, 0x6f, 0x74, 0xce, 0x42, 0x4c, 0xec, - 0xa2, 0x87, 0x00, 0x1d, 0xc3, 0x31, 0xce, 0xb0, 0x87, 0x1d, 0xb7, 0x90, 0x61, 0x9d, 0x5f, 0xb0, - 0x9b, 0xe2, 0x41, 0x44, 0x4d, 0x9c, 0x3f, 0xb6, 0x1c, 0x79, 0xb0, 0xe4, 0xa7, 0x02, 0xc7, 0x6e, - 0xb7, 0xb1, 0xa3, 0x37, 0x82, 0xd5, 0xba, 0x8b, 0x1b, 0x0e, 0xf6, 0xdc, 0x42, 0x36, 0xe0, 0xfd, - 0xfa, 0x20, 0xde, 0xe5, 0x68, 0x31, 0xc1, 0xd6, 0xc8, 0x52, 0x22, 0x68, 0xb1, 0x21, 0xc6, 0xa2, - 0x7d, 0x98, 0x0f, 0xad, 0x61, 0x5b, 0x1e, 0xb6, 0x3c, 0xdd, 0xb5, 0xbb, 0x4e, 0x03, 0x17, 0xc6, - 0x03, 0x93, 0x2e, 0x73, 0xf6, 0x20, 0x34, 0xb5, 0x80, 0x44, 0xa3, 0x76, 0x64, 0x80, 0xe8, 0x11, - 0xc8, 0x46, 0xa3, 0x81, 0x5d, 0xd7, 0x24, 0x86, 0xd3, 0x1d, 0xfc, 0x51, 0xd7, 0x74, 0xf0, 0x19, - 0xb6, 0x3c, 0xb7, 0x30, 0xc1, 0x72, 0xad, 0xdb, 0x1d, 0xbb, 0x6d, 0xb7, 0x2e, 0xb4, 0x1e, 0x8d, - 0xb6, 0xc4, 0x2c, 0x8f, 0x61, 0x5c, 0xf9, 0x6d, 0x78, 0x8e, 0xb3, 0xe0, 0x28, 0x39, 0x42, 0x7e, - 0x00, 0x2b, 0x83, 0x8c, 0x34, 0x52, 0xbe, 0xf9, 0xb9, 0x04, 0xb3, 0x02, 0x9b, 0xa0, 0x1d, 0x98, - 0x74, 0x2d, 0xa3, 0xe3, 0x3e, 0xb6, 0x3d, 0xea, 0xfc, 0x77, 0x06, 0x98, 0xb0, 0x58, 0xa3, 0xb4, - 0xe4, 0x71, 0x67, 0x4c, 0x8b, 0x56, 0xcb, 0x6b, 0x30, 0xc3, 0x62, 0xd1, 0x0c, 0xa4, 0xcc, 0x26, - 0x55, 0x2f, 0x65, 0x36, 0xa3, 0x70, 0x7c, 0x07, 0xe6, 0x58, 0x87, 0xa0, 0x51, 0xf8, 0x02, 0x8c, - 0x93, 0x13, 0xa2, 0x9a, 0xcc, 0xb0, 0x9a, 0x68, 0x14, 0xab, 0xfc, 0x26, 0x03, 0x79, 0xde, 0xdf, - 0xd1, 0x7d, 0xc8, 0x9e, 0xb4, 0xed, 0xc6, 0x87, 0x74, 0xed, 0xf3, 0x49, 0x81, 0x51, 0xdc, 0xf4, - 0xa9, 0x08, 0x74, 0x67, 0x4c, 0x23, 0x8b, 0xfc, 0xd5, 0x67, 0x76, 0xd7, 0xf2, 0x68, 0x64, 0x26, - 0xaf, 0xde, 0xf3, 0xa9, 0x7a, 0xab, 0x83, 0x45, 0x68, 0x0b, 0xa6, 0x88, 0x13, 0xe8, 0x67, 0x76, - 0x13, 0x17, 0xd2, 0x01, 0x8f, 0x9b, 0x89, 0x3c, 0x4a, 0x01, 0xed, 0x9e, 0xdd, 0xc4, 0x1a, 0x18, - 0xd1, 0x7f, 0x79, 0x1a, 0xa6, 0x62, 0xba, 0xc9, 0xdb, 0x30, 0x15, 0x13, 0x86, 0x16, 0x61, 0xe2, - 0xd4, 0xd5, 0xa3, 0xac, 0x9a, 0xd3, 0xc6, 0x4f, 0xdd, 0x20, 0x51, 0x5e, 0x87, 0xa9, 0x40, 0x0b, - 0xfd, 0xb4, 0x6d, 0xb4, 0xc8, 0x3d, 0x90, 0xd3, 0x20, 0x00, 0xbd, 0xeb, 0x43, 0xe4, 0xff, 0x48, - 0x00, 0x3d, 0x91, 0xe8, 0x3e, 0x64, 0x02, 0x2d, 0x49, 0x6e, 0xbe, 0x3d, 0x84, 0x96, 0xc5, 0x40, - 0xd5, 0x60, 0x95, 0xf2, 0xa9, 0x04, 0x99, 0x80, 0x0d, 0x9f, 0x9f, 0x6b, 0x95, 0xea, 0xf6, 0xae, - 0xaa, 0x57, 0xf7, 0xb7, 0x54, 0xfd, 0x3d, 0xad, 0x52, 0x57, 0xb5, 0xbc, 0x84, 0x96, 0x61, 0x31, - 0x0e, 0xd7, 0xd4, 0xd2, 0x96, 0xaa, 0xe9, 0xfb, 0xd5, 0xdd, 0xe3, 0x7c, 0x0a, 0xc9, 0xb0, 0xb0, - 0x77, 0xb8, 0x5b, 0xaf, 0xf4, 0xe3, 0xd2, 0x68, 0x05, 0x0a, 0x31, 0x1c, 0xe5, 0x41, 0xd9, 0x66, - 0x7c, 0xb6, 0x31, 0x2c, 0xf9, 0x4b, 0x91, 0xd9, 0xcd, 0xe9, 0xe8, 0x30, 0x02, 0x67, 0x7b, 0x0f, - 0xa6, 0x99, 0xf4, 0xea, 0x97, 0x09, 0x34, 0xc4, 0x9b, 0xfa, 0xc9, 0x85, 0x87, 0xdd, 0xc0, 0x12, - 0x69, 0x6d, 0x3a, 0x84, 0x6e, 0xfa, 0x40, 0xdf, 0xac, 0x6d, 0xf3, 0xcc, 0xf4, 0x28, 0x4d, 0x2a, - 0xa0, 0x81, 0x00, 0x14, 0x10, 0x28, 0x7f, 0x4d, 0xc1, 0x38, 0x3d, 0x9b, 0x5b, 0xb1, 0x04, 0xcf, - 0xb0, 0x0c, 0xa1, 0x84, 0x25, 0x89, 0x87, 0x54, 0x18, 0x0f, 0xe8, 0x1d, 0x00, 0xc3, 0xf3, 0x1c, - 0xf3, 0xa4, 0xeb, 0x45, 0x09, 0xfd, 0x1a, 0x7b, 0x1e, 0xc5, 0x52, 0x44, 0x40, 0x33, 0x70, 0x6f, - 0x05, 0xda, 0x84, 0x19, 0x2e, 0x09, 0x66, 0x2e, 0x4f, 0x82, 0xd3, 0x0d, 0x26, 0xfe, 0x4b, 0x30, - 0x1b, 0xe6, 0xaf, 0x36, 0xd6, 0x3d, 0x9a, 0xdf, 0x68, 0xfe, 0xce, 0xf7, 0xe5, 0x3d, 0xd4, 0x23, - 0x0e, 0x61, 0x7e, 0x96, 0xe3, 0xb4, 0x1c, 0x29, 0x33, 0x75, 0x61, 0x56, 0x90, 0x56, 0x51, 0x11, - 0x72, 0xc1, 0x81, 0xb8, 0xa6, 0xe7, 0xfb, 0xaa, 0x58, 0x9d, 0x1e, 0x89, 0x4f, 0xdf, 0x71, 0xf0, - 0x29, 0x76, 0x1c, 0xdc, 0xa4, 0xc5, 0x90, 0x80, 0x3e, 0x22, 0x51, 0x7e, 0x2a, 0xc1, 0x64, 0x08, - 0x47, 0x6f, 0xc2, 0xa4, 0x8b, 0x5b, 0x24, 0xe5, 0x4b, 0xec, 0x39, 0x84, 0x34, 0xc5, 0x1a, 0x25, - 0xa0, 0x65, 0x60, 0x48, 0xef, 0x97, 0x81, 0x0c, 0x6a, 0xa4, 0xcd, 0x7f, 0x29, 0xc1, 0xec, 0x16, - 0x6e, 0x63, 0xbe, 0x8c, 0x58, 0x86, 0x1c, 0xbd, 0xe6, 0xa2, 0x0c, 0x3a, 0x49, 0x00, 0x95, 0x26, - 0x77, 0xf3, 0x36, 0x83, 0xe5, 0xd1, 0xcd, 0x9b, 0x62, 0x6f, 0x5e, 0x01, 0xf3, 0xd8, 0xcd, 0x4b, - 0xb0, 0x49, 0x37, 0x2f, 0x83, 0x65, 0x6f, 0xa3, 0xfe, 0x85, 0x23, 0x6d, 0x7b, 0x01, 0xe6, 0x58, - 0xc5, 0xc8, 0x0d, 0xa0, 0xfc, 0x39, 0x03, 0xd7, 0x7a, 0x42, 0x0e, 0xba, 0x27, 0x6d, 0xd3, 0x7d, - 0x3c, 0x82, 0x65, 0x16, 0x61, 0xc2, 0xb2, 0x9b, 0x01, 0x8a, 0xc8, 0x1c, 0xf7, 0x1f, 0x2b, 0x4d, - 0xa4, 0xc2, 0x55, 0xbe, 0x88, 0xba, 0xa0, 0x79, 0x3a, 0xb9, 0x84, 0xca, 0x9f, 0xf3, 0x97, 0x8c, - 0x0c, 0x93, 0x7e, 0xf9, 0x67, 0x5b, 0xed, 0x8b, 0x20, 0xd6, 0x26, 0xb5, 0xe8, 0x19, 0xfd, 0x44, - 0x02, 0x39, 0x76, 0x2c, 0x1d, 0xa2, 0x3c, 0x57, 0x11, 0x6d, 0x45, 0x15, 0xd1, 0xc0, 0x5d, 0xf6, - 0xa3, 0x99, 0x33, 0x2a, 0x34, 0x12, 0xd0, 0xc8, 0x8c, 0xf6, 0x19, 0xcb, 0x2c, 0xe3, 0x81, 0xe8, - 0xfb, 0x43, 0x8a, 0x26, 0x4f, 0x7c, 0xde, 0xa1, 0xb6, 0xe8, 0x81, 0xe5, 0x87, 0xb0, 0x3a, 0x50, - 0xcb, 0x91, 0x4a, 0x9d, 0x32, 0xcc, 0x0b, 0xe5, 0x8e, 0xe4, 0x55, 0x7f, 0x91, 0xe0, 0x7a, 0xe2, - 0xe6, 0x68, 0x8d, 0xf1, 0x03, 0xb8, 0x12, 0x9e, 0x8c, 0x69, 0x9d, 0xda, 0x34, 0xda, 0x5f, 0xbf, - 0xd4, 0x36, 0xb4, 0x17, 0xa4, 0x50, 0xbf, 0x3f, 0x24, 0x76, 0x99, 0xea, 0xf4, 0x20, 0xf2, 0x3b, - 0x90, 0xe7, 0x09, 0x46, 0xda, 0xc0, 0x1f, 0x53, 0xb0, 0xd6, 0xd3, 0xe0, 0xd0, 0xea, 0x3c, 0xbb, - 0x00, 0xf8, 0x85, 0x04, 0x2b, 0x31, 0xef, 0xec, 0x5a, 0xbc, 0x7f, 0x92, 0xeb, 0x67, 0xa7, 0xdf, - 0x10, 0x62, 0x35, 0x44, 0x04, 0x8c, 0x8f, 0xc6, 0x62, 0x81, 0x27, 0x90, 0xf7, 0xe2, 0xe7, 0x24, - 0x5c, 0x3e, 0x92, 0xd9, 0x6e, 0xc2, 0x8d, 0x01, 0xea, 0xd2, 0xd4, 0xf2, 0xfb, 0x2c, 0xdc, 0x38, - 0x32, 0xda, 0x66, 0x33, 0xaa, 0x3b, 0x05, 0x6d, 0xf7, 0x60, 0xe3, 0xb6, 0x45, 0xc1, 0x45, 0xf2, - 0xed, 0x77, 0xa3, 0x24, 0x72, 0x99, 0x88, 0x61, 0xe3, 0xeb, 0x59, 0xf6, 0x7d, 0xc7, 0x82, 0xbe, - 0xef, 0x8d, 0xe1, 0x35, 0x1e, 0xd4, 0x05, 0x7e, 0x22, 0xc1, 0x72, 0xcc, 0xaf, 0xce, 0x29, 0x33, - 0x2e, 0xed, 0xed, 0x0c, 0x2f, 0xac, 0x77, 0x92, 0x21, 0x2d, 0xe3, 0x56, 0xb1, 0x9b, 0x8f, 0xc3, - 0x3f, 0x93, 0x1c, 0xf2, 0xb4, 0x2d, 0xdb, 0x6e, 0xfc, 0xfe, 0x12, 0x6d, 0x60, 0x24, 0xc7, 0xfe, - 0x22, 0x03, 0xca, 0x20, 0x8b, 0xd1, 0x9c, 0xa6, 0x41, 0xae, 0x61, 0x5b, 0xa7, 0xa6, 0x73, 0x86, - 0x9b, 0xb4, 0xfd, 0x79, 0x65, 0x18, 0x83, 0xd3, 0x9c, 0x56, 0x0e, 0xd7, 0x6a, 0x3d, 0x36, 0xa8, - 0x00, 0x13, 0x67, 0xd8, 0x75, 0x8d, 0x56, 0xa8, 0x56, 0xf8, 0x28, 0xff, 0x29, 0x0d, 0xb9, 0x68, - 0x09, 0xfa, 0x58, 0x14, 0x13, 0x24, 0xa9, 0x3e, 0xf8, 0x2a, 0x3a, 0x3c, 0x6d, 0x78, 0xa4, 0xbe, - 0x42, 0x78, 0x34, 0x99, 0xf0, 0x48, 0xb3, 0x17, 0xf5, 0x48, 0xca, 0x0f, 0x88, 0x94, 0x6f, 0x82, - 0x7b, 0x2a, 0x3f, 0x04, 0xb4, 0x6b, 0xba, 0xb4, 0xa5, 0x8c, 0x92, 0x9e, 0xdf, 0x41, 0x1a, 0x4f, - 0x74, 0x6c, 0x79, 0x8e, 0x49, 0x7b, 0x97, 0xac, 0x06, 0x67, 0xc6, 0x13, 0x95, 0x40, 0xfc, 0xfe, - 0xc6, 0xf5, 0x0c, 0xc7, 0x33, 0xad, 0x96, 0xee, 0xd9, 0x1f, 0xe2, 0x68, 0xb2, 0x1a, 0x42, 0xeb, - 0x3e, 0x50, 0xf9, 0x4c, 0x82, 0x59, 0x86, 0x3d, 0xf5, 0xcf, 0xb7, 0x60, 0xa2, 0xc7, 0xdb, 0x37, - 0xee, 0x8d, 0xd0, 0xb8, 0x02, 0xea, 0x22, 0xb1, 0x5c, 0xb8, 0x02, 0xad, 0x02, 0x58, 0xf8, 0x89, - 0xc7, 0xc8, 0xcd, 0xf9, 0x90, 0x40, 0xa6, 0xbc, 0x0e, 0x59, 0x62, 0x86, 0x61, 0x87, 0x07, 0x9f, - 0xa7, 0x00, 0x6d, 0x63, 0x2f, 0xea, 0x09, 0xa9, 0x0d, 0x12, 0xdc, 0x49, 0xfa, 0x0a, 0xee, 0xf4, - 0x80, 0x71, 0x27, 0xe2, 0x90, 0x77, 0x62, 0x23, 0x66, 0x4e, 0xf4, 0xc0, 0xf4, 0x9a, 0xd0, 0x9e, - 0x91, 0xca, 0x75, 0xe8, 0xf6, 0xec, 0x69, 0x5c, 0x66, 0x0b, 0x66, 0x19, 0x9d, 0xe9, 0x99, 0xde, - 0x03, 0x64, 0x9c, 0x1b, 0x66, 0xdb, 0xf0, 0xf5, 0x0a, 0xdb, 0x5c, 0xda, 0xf6, 0x5e, 0x8d, 0x30, - 0xe1, 0x32, 0x45, 0x89, 0x17, 0x36, 0x94, 0x1f, 0x3f, 0xf2, 0x6e, 0xc7, 0xaf, 0xf1, 0x3e, 0x1a, - 0x2a, 0x77, 0x5b, 0x38, 0xf6, 0xbe, 0xd9, 0x5f, 0xb6, 0xd0, 0xd1, 0x72, 0xe2, 0x04, 0xfc, 0x8b, - 0x14, 0x2c, 0x0f, 0xa0, 0x46, 0x6f, 0x41, 0xda, 0xe9, 0x34, 0xa8, 0x33, 0xbd, 0x38, 0x04, 0xff, - 0xa2, 0x76, 0x50, 0xde, 0x19, 0xd3, 0xfc, 0x55, 0xf2, 0xbf, 0x24, 0x48, 0x6b, 0x07, 0x65, 0xf4, - 0x3d, 0x66, 0x0e, 0x7e, 0x77, 0x48, 0x2e, 0xf1, 0x71, 0xf8, 0xa7, 0x92, 0x68, 0x1e, 0x5e, 0x80, - 0xb9, 0xb2, 0xa6, 0x96, 0xea, 0xaa, 0xbe, 0xa5, 0xee, 0xaa, 0x75, 0x55, 0x3f, 0xda, 0xdf, 0x3d, - 0xdc, 0x53, 0xf3, 0x12, 0x5a, 0x81, 0xc2, 0xc1, 0xe1, 0xe6, 0x6e, 0xa5, 0xb6, 0xa3, 0x1f, 0x56, - 0xc3, 0x7f, 0x14, 0x9b, 0x42, 0x79, 0xb8, 0xb2, 0x5b, 0xa9, 0xd5, 0x29, 0xa0, 0x96, 0x4f, 0xfb, - 0x90, 0x6d, 0xb5, 0xae, 0x97, 0x4b, 0x07, 0xa5, 0x72, 0xa5, 0x7e, 0x9c, 0xcf, 0x20, 0x19, 0x16, - 0x58, 0xde, 0xb5, 0x6a, 0xe9, 0xa0, 0xb6, 0xb3, 0x5f, 0xcf, 0x67, 0x11, 0x82, 0x99, 0x60, 0x7d, - 0x08, 0xaa, 0xe5, 0xc7, 0xa3, 0xa9, 0xde, 0xa7, 0x69, 0x98, 0xa7, 0x43, 0x4a, 0x3a, 0x06, 0x0c, - 0x63, 0xeb, 0x36, 0xe4, 0xc9, 0x7c, 0x42, 0xe7, 0x6b, 0xab, 0x19, 0x02, 0x3f, 0x0a, 0x2b, 0xac, - 0x70, 0x7a, 0x9e, 0x8a, 0x4d, 0xcf, 0x3b, 0xb0, 0x18, 0x0e, 0x97, 0x29, 0x5f, 0xae, 0x66, 0xe5, - 0xa6, 0xcc, 0x9c, 0x74, 0x0e, 0xca, 0x14, 0x13, 0xf3, 0x0d, 0x11, 0x0e, 0xed, 0x09, 0xca, 0xa5, - 0x7b, 0x83, 0x85, 0x0c, 0x4a, 0xfc, 0x3b, 0x20, 0x27, 0xeb, 0xf0, 0x75, 0x66, 0xff, 0x77, 0x61, - 0x81, 0xd7, 0x9e, 0x46, 0xd5, 0xdd, 0xbe, 0x29, 0x70, 0x94, 0x5b, 0x22, 0xda, 0x88, 0x42, 0xf9, - 0x83, 0x04, 0x93, 0x21, 0xd8, 0xcf, 0xcf, 0xae, 0xf9, 0x63, 0xcc, 0xcc, 0xbd, 0x72, 0x3e, 0x44, - 0x3c, 0xf3, 0x12, 0xf9, 0x42, 0x5a, 0xe8, 0x0b, 0xab, 0x00, 0xe4, 0x78, 0x9a, 0xba, 0xe1, 0x05, - 0xdd, 0x76, 0x5a, 0xcb, 0x51, 0x48, 0xc9, 0x43, 0x45, 0x18, 0x77, 0x3d, 0xc3, 0xeb, 0xfa, 0x25, - 0xa6, 0xaf, 0xf0, 0x02, 0xaf, 0x70, 0x2d, 0xc0, 0x6a, 0x94, 0xca, 0x0f, 0xa4, 0x19, 0x16, 0x85, - 0xd6, 0x99, 0xe8, 0x5c, 0x16, 0x33, 0x88, 0x05, 0xa3, 0x5f, 0x14, 0x35, 0xb1, 0x67, 0x98, 0x6d, - 0x37, 0x2c, 0x8a, 0xe8, 0xa3, 0xb2, 0x29, 0x8a, 0xd2, 0x1c, 0x64, 0x35, 0xb5, 0xb4, 0x75, 0x9c, - 0x97, 0xd0, 0x34, 0xe4, 0x0e, 0x0f, 0x76, 0xf7, 0x4b, 0x5b, 0x95, 0xea, 0x76, 0x3e, 0x85, 0x66, - 0xe1, 0x39, 0x55, 0xd3, 0xf6, 0x35, 0xbd, 0x07, 0x4c, 0x2b, 0x5f, 0x4a, 0x30, 0x4f, 0xe7, 0x2a, - 0x5c, 0x00, 0x5d, 0x87, 0xa9, 0xc8, 0xf7, 0xa3, 0xd8, 0x81, 0x10, 0x54, 0x69, 0xfa, 0x31, 0x12, - 0x8e, 0x81, 0xf8, 0x18, 0x11, 0xce, 0x83, 0x78, 0xf7, 0x65, 0xa1, 0x6c, 0x8c, 0x34, 0x45, 0x38, - 0xdf, 0xa9, 0x93, 0x17, 0x8d, 0xe4, 0x95, 0x05, 0x58, 0xe0, 0x95, 0xa2, 0x2d, 0xdb, 0xaf, 0x25, - 0x98, 0xf3, 0x2b, 0x84, 0x10, 0xf1, 0xac, 0x0b, 0x96, 0x11, 0x9c, 0x91, 0x3b, 0x81, 0x0c, 0x7f, - 0x02, 0xca, 0x6f, 0x25, 0x98, 0xe7, 0x74, 0xa5, 0xb1, 0xf5, 0x36, 0x5f, 0xfd, 0xdc, 0x8c, 0x57, - 0x3f, 0x7d, 0xf4, 0x23, 0xd6, 0x3f, 0xaf, 0x86, 0xf5, 0xcf, 0x68, 0x21, 0xfc, 0xab, 0x2c, 0x2c, - 0x54, 0xed, 0x26, 0xae, 0x79, 0x46, 0x6b, 0x94, 0xd1, 0xa3, 0xc6, 0x8d, 0x4f, 0x88, 0x77, 0xad, - 0x87, 0x92, 0xc4, 0x2c, 0x07, 0x4f, 0x4d, 0x50, 0x11, 0x66, 0x5d, 0xcf, 0x68, 0x05, 0x67, 0x65, - 0x38, 0x2d, 0xec, 0xe9, 0x1d, 0xc3, 0x7b, 0x4c, 0x0f, 0xe2, 0x2a, 0x45, 0xd5, 0x03, 0xcc, 0x81, - 0xe1, 0x3d, 0x16, 0xcf, 0xf2, 0x32, 0x23, 0xcf, 0xf2, 0x4e, 0x00, 0x05, 0xa3, 0x12, 0x5f, 0x00, - 0xdf, 0xaf, 0xbe, 0x72, 0xc9, 0x86, 0x22, 0x30, 0x13, 0x2a, 0x79, 0x8b, 0x03, 0x23, 0x23, 0x79, - 0x1c, 0x77, 0x99, 0x88, 0x61, 0xc7, 0x70, 0x4f, 0x39, 0x73, 0xf2, 0xdb, 0x12, 0xe1, 0x6e, 0xbe, - 0xfe, 0xf1, 0xdd, 0x12, 0x2c, 0xf6, 0xd9, 0x82, 0x66, 0x82, 0x16, 0x14, 0x7c, 0xd4, 0xa1, 0xe5, - 0x8e, 0xe8, 0xaf, 0x09, 0xbe, 0x95, 0x4a, 0xf0, 0x2d, 0x65, 0x19, 0x96, 0x04, 0x82, 0xa8, 0x16, - 0xff, 0xc8, 0x12, 0x35, 0x46, 0x9f, 0x4b, 0xd7, 0x85, 0x61, 0xf3, 0xed, 0xb8, 0x0b, 0x08, 0x67, - 0xb1, 0xcf, 0x36, 0x70, 0xae, 0xc3, 0x54, 0x9c, 0x8e, 0x26, 0x31, 0xef, 0x92, 0xc8, 0xca, 0x3e, - 0xd5, 0x94, 0x7c, 0x9c, 0x9b, 0x92, 0xff, 0x08, 0xe6, 0x82, 0xa8, 0xe3, 0xc7, 0x8f, 0x13, 0xec, - 0x35, 0x95, 0x68, 0x91, 0x18, 0x82, 0x89, 0xbd, 0x20, 0x96, 0xb9, 0x61, 0x78, 0x43, 0x14, 0x7d, - 0x93, 0x81, 0xa0, 0xd7, 0x2e, 0x15, 0xf4, 0x75, 0xc5, 0x9f, 0x4a, 0xbc, 0xfe, 0x1b, 0x31, 0x40, - 0xa7, 0xde, 0x2f, 0x1c, 0x7d, 0x2b, 0x8f, 0x40, 0x26, 0xa1, 0x31, 0xfa, 0x54, 0x9a, 0x73, 0xbc, - 0x14, 0xef, 0x78, 0xca, 0x2a, 0x2c, 0x0b, 0x79, 0x53, 0xd1, 0xc7, 0x44, 0xaf, 0x6d, 0x4c, 0x87, - 0x05, 0x7e, 0x65, 0xe6, 0x0e, 0x2b, 0x99, 0x22, 0xe3, 0x92, 0x09, 0x28, 0x90, 0xbc, 0x4d, 0x76, - 0xc5, 0xb3, 0xa6, 0x77, 0xf7, 0x4b, 0x90, 0xed, 0x06, 0x33, 0x30, 0x72, 0x73, 0xcf, 0xb2, 0x41, - 0x70, 0xe8, 0xa3, 0x34, 0x42, 0xa1, 0xfc, 0x4e, 0x82, 0xa9, 0x18, 0x18, 0xad, 0x40, 0x2e, 0x6a, - 0x83, 0xc3, 0xb2, 0x38, 0x02, 0xf8, 0x67, 0xe0, 0xd9, 0x9e, 0xd1, 0xa6, 0xef, 0x95, 0xc9, 0x83, - 0xdf, 0xfe, 0x74, 0x5d, 0x4c, 0x6a, 0x90, 0xb4, 0x16, 0xfc, 0x47, 0x77, 0x21, 0xd3, 0xb5, 0x4c, - 0x52, 0x00, 0xcf, 0xf0, 0x61, 0x18, 0x88, 0x2a, 0x1e, 0x5a, 0xa6, 0xa7, 0x05, 0x54, 0xca, 0x1d, - 0xc8, 0xf8, 0x4f, 0x7d, 0x75, 0xe8, 0xe6, 0x71, 0x5d, 0xad, 0xe5, 0x25, 0x04, 0x30, 0x5e, 0xa9, - 0xee, 0x6f, 0xa9, 0xb5, 0x7c, 0x4a, 0x41, 0x90, 0xa7, 0x5b, 0xaf, 0x34, 0xc3, 0x1e, 0xfc, 0x2e, - 0x5c, 0x8d, 0xc1, 0xa8, 0x15, 0x62, 0x2f, 0x15, 0xa4, 0xf8, 0x4b, 0x05, 0x65, 0x25, 0x32, 0x9e, - 0xa8, 0x9f, 0xff, 0x80, 0x1c, 0x6a, 0x52, 0x27, 0x5f, 0xe2, 0x3a, 0x79, 0x62, 0xe2, 0x55, 0xe6, - 0x5a, 0xbc, 0xa4, 0x87, 0xff, 0xa7, 0x44, 0x2f, 0xaf, 0xbe, 0xee, 0xfd, 0xd5, 0x78, 0xf7, 0x7e, - 0x63, 0x20, 0xcf, 0x78, 0xdf, 0xfe, 0x33, 0xda, 0xb7, 0xbf, 0xc9, 0x74, 0x06, 0x2f, 0x5c, 0xba, - 0x3e, 0xde, 0xb1, 0x97, 0x13, 0x1a, 0xf6, 0x5a, 0xbd, 0xb4, 0xad, 0xea, 0x87, 0x55, 0xf2, 0x1b, - 0x35, 0xec, 0x73, 0x90, 0xf7, 0x1b, 0x70, 0xf2, 0xac, 0xd7, 0xea, 0x25, 0xe6, 0xcb, 0xb5, 0x39, - 0x40, 0xe1, 0x79, 0xc4, 0xbe, 0x8b, 0xfc, 0x4c, 0x82, 0x59, 0x06, 0x7c, 0xc9, 0x41, 0xa1, 0x75, - 0x98, 0xf3, 0x0b, 0x66, 0xe2, 0xf7, 0xae, 0xde, 0xc1, 0x8e, 0xee, 0x63, 0xa8, 0xf7, 0x5d, 0x3d, - 0x33, 0x9e, 0xd0, 0x29, 0xdc, 0x01, 0x76, 0x7c, 0xc6, 0xcf, 0x60, 0xee, 0xb4, 0xf1, 0x5f, 0x09, - 0x26, 0x2b, 0x4d, 0x6c, 0x79, 0xfe, 0x79, 0x54, 0x61, 0x9a, 0xf9, 0xb8, 0x12, 0xad, 0x24, 0x7c, - 0x73, 0x19, 0x6c, 0x50, 0x5e, 0x1d, 0xf8, 0x45, 0xa6, 0x32, 0x86, 0x4e, 0x63, 0x1f, 0x86, 0x32, - 0xc3, 0xb7, 0xe7, 0xfb, 0x56, 0x0a, 0x5c, 0x53, 0xbe, 0x75, 0x09, 0x55, 0x24, 0xe7, 0x35, 0xc8, - 0x06, 0x5f, 0x0a, 0xa2, 0xb9, 0xe8, 0x1b, 0xc6, 0xd8, 0x87, 0x84, 0xf2, 0x3c, 0x07, 0x0d, 0xd7, - 0x6d, 0xfc, 0x6f, 0x02, 0xa0, 0x37, 0xe5, 0x41, 0x0f, 0xe1, 0x4a, 0xfc, 0x8b, 0x27, 0xb4, 0x3c, - 0xe0, 0xc3, 0x38, 0x79, 0x45, 0x8c, 0x8c, 0x74, 0x7a, 0x08, 0x57, 0xe2, 0x2f, 0xcf, 0x7b, 0xcc, - 0x04, 0xef, 0xfa, 0x7b, 0xcc, 0x84, 0xef, 0xdb, 0xc7, 0x50, 0x1b, 0x16, 0x13, 0xde, 0x79, 0xa2, - 0x17, 0x86, 0x7b, 0x61, 0x2c, 0xbf, 0x38, 0xe4, 0xcb, 0x53, 0x65, 0x0c, 0x39, 0xb0, 0x94, 0xf8, - 0xa6, 0x0e, 0xdd, 0x1e, 0xf6, 0xdd, 0xa3, 0xfc, 0xd2, 0x10, 0x94, 0x91, 0xcc, 0x2e, 0xc8, 0xc9, - 0x33, 0x7c, 0xf4, 0xd2, 0xd0, 0x6f, 0xa6, 0xe4, 0x3b, 0xc3, 0xbf, 0x12, 0x50, 0xc6, 0xd0, 0x0e, - 0x4c, 0xc5, 0xa6, 0xdb, 0x48, 0x16, 0x8e, 0xbc, 0x09, 0xe3, 0xe5, 0x01, 0xe3, 0x70, 0xc2, 0x29, - 0x36, 0x81, 0xed, 0x71, 0xea, 0x1f, 0x25, 0xf7, 0x38, 0x09, 0x46, 0xb6, 0xbc, 0xf9, 0xb9, 0xbc, - 0x2c, 0x32, 0xbf, 0x38, 0xb1, 0x8b, 0xcc, 0x9f, 0x90, 0xe4, 0x95, 0x31, 0xf4, 0x7d, 0x98, 0x61, - 0x87, 0x4e, 0x68, 0x75, 0xe0, 0x28, 0x4d, 0xbe, 0x96, 0x84, 0x8e, 0xb3, 0x64, 0x27, 0x06, 0x3d, - 0x96, 0xc2, 0xf1, 0x46, 0x8f, 0x65, 0xc2, 0xa0, 0x61, 0xcc, 0xcf, 0x4f, 0x4c, 0x37, 0xde, 0xcb, - 0x4f, 0xa2, 0x01, 0x44, 0x2f, 0x3f, 0x09, 0x5b, 0x78, 0x65, 0x6c, 0xe3, 0x6f, 0x59, 0xc8, 0x04, - 0x89, 0xb4, 0x0e, 0xcf, 0x71, 0x4d, 0x0d, 0xba, 0x36, 0xb8, 0xf3, 0x93, 0xaf, 0x27, 0xe2, 0x23, - 0x75, 0x1f, 0x91, 0x6b, 0x9a, 0x69, 0x53, 0xd0, 0x5a, 0x7c, 0x9d, 0xa8, 0x55, 0x92, 0x6f, 0x0c, - 0xa0, 0xe0, 0x79, 0xb3, 0xb9, 0x60, 0xed, 0xb2, 0x7a, 0x99, 0xe5, 0x9d, 0x14, 0xff, 0x1f, 0x90, - 0x7b, 0x8b, 0x8f, 0x7c, 0x85, 0xd5, 0x4b, 0x18, 0xf3, 0x37, 0x07, 0xd2, 0x44, 0x12, 0xde, 0x8f, - 0x2e, 0xcc, 0x58, 0x3d, 0x87, 0x18, 0xe5, 0x84, 0x65, 0xa4, 0xac, 0x0c, 0x22, 0x89, 0xd8, 0xab, - 0x90, 0x8b, 0xea, 0x23, 0x54, 0xe0, 0x96, 0x44, 0x65, 0x94, 0xbc, 0x24, 0xc0, 0x50, 0x1e, 0xe9, - 0x4f, 0x52, 0x52, 0x68, 0x07, 0x3e, 0x04, 0x79, 0x1d, 0x44, 0xc1, 0x77, 0x73, 0x20, 0x4d, 0x3c, - 0x69, 0xc4, 0x2a, 0x84, 0x5e, 0xd2, 0xe8, 0xaf, 0x26, 0x7a, 0x49, 0x43, 0x50, 0x52, 0x28, 0x63, - 0x9b, 0xd9, 0x47, 0xe9, 0x86, 0x6b, 0x9e, 0x8c, 0x07, 0xdf, 0xc2, 0x7f, 0xe7, 0xff, 0x01, 0x00, - 0x00, 0xff, 0xff, 0x3c, 0x81, 0x38, 0xe8, 0x0b, 0x32, 0x00, 0x00, + proto.RegisterFile("github.com/container-storage-interface/spec/csi.proto", fileDescriptor_csi_730fa7ca85491a9b) +} + +var fileDescriptor_csi_730fa7ca85491a9b = []byte{ + // 3219 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x3a, 0x4d, 0x6c, 0x1b, 0xd7, + 0xd1, 0x5a, 0xfe, 0x48, 0xe2, 0xc8, 0x52, 0xe8, 0xa7, 0x1f, 0xd3, 0x2b, 0xc9, 0x96, 0xd7, 0x71, + 0xe2, 0xf8, 0xb3, 0xa9, 0x7c, 0xfe, 0x92, 0x20, 0x3f, 0x4e, 0xbe, 0x8f, 0xa2, 0x18, 0x89, 0xb1, + 0x44, 0x29, 0x4b, 0x4a, 0x81, 0xfc, 0x35, 0xd8, 0xac, 0xc8, 0x27, 0x7a, 0x1b, 0x6a, 0x97, 0xd9, + 0x5d, 0x2a, 0x56, 0x8f, 0x2d, 0x50, 0xa4, 0xbd, 0xf5, 0xd4, 0x63, 0x80, 0xdc, 0x5a, 0x34, 0x28, + 0x5a, 0xf4, 0x52, 0x14, 0xe8, 0xad, 0x40, 0x4f, 0x39, 0xf7, 0xd4, 0x9e, 0x0b, 0xf4, 0x54, 0xe4, + 0x54, 0xa0, 0x40, 0xf1, 0xf6, 0xbd, 0x5d, 0xee, 0x7b, 0x7c, 0x4b, 0x91, 0xb1, 0x11, 0xe4, 0x44, + 0xee, 0xcc, 0xbc, 0x99, 0x79, 0xf3, 0x66, 0xe6, 0xcd, 0xcc, 0x2e, 0xbc, 0xda, 0xb6, 0xfc, 0xc7, + 0xbd, 0xe3, 0x62, 0xd3, 0x39, 0x5d, 0x6f, 0x3a, 0xb6, 0x6f, 0x5a, 0x36, 0x76, 0xef, 0x79, 0xbe, + 0xe3, 0x9a, 0x6d, 0x7c, 0xcf, 0xb2, 0x7d, 0xec, 0x9e, 0x98, 0x4d, 0xbc, 0xee, 0x75, 0x71, 0x73, + 0xbd, 0xe9, 0x59, 0xc5, 0xae, 0xeb, 0xf8, 0x0e, 0x9a, 0x24, 0x7f, 0xcf, 0x5e, 0x56, 0xaf, 0xb5, + 0x1d, 0xa7, 0xdd, 0xc1, 0xeb, 0x01, 0xf4, 0xb8, 0x77, 0xb2, 0xfe, 0xa9, 0x6b, 0x76, 0xbb, 0xd8, + 0xf5, 0x28, 0x9d, 0xb6, 0x04, 0x0b, 0x5b, 0xd8, 0xdf, 0xef, 0xf4, 0xda, 0x96, 0x5d, 0xb5, 0x4f, + 0x1c, 0x1d, 0x7f, 0xd2, 0xc3, 0x9e, 0xaf, 0xfd, 0x45, 0x81, 0x45, 0x01, 0xe1, 0x75, 0x1d, 0xdb, + 0xc3, 0x08, 0x41, 0xc6, 0x36, 0x4f, 0x71, 0x41, 0x59, 0x53, 0x6e, 0xe7, 0xf4, 0xe0, 0x3f, 0xba, + 0x05, 0x73, 0x67, 0xd8, 0x6e, 0x39, 0xae, 0x71, 0x86, 0x5d, 0xcf, 0x72, 0xec, 0x42, 0x2a, 0xc0, + 0xce, 0x52, 0xe8, 0x21, 0x05, 0xa2, 0x2d, 0x98, 0x3e, 0x35, 0x6d, 0xeb, 0x04, 0x7b, 0x7e, 0x21, + 0xbd, 0x96, 0xbe, 0x3d, 0x73, 0xff, 0xbf, 0x8a, 0x54, 0xcf, 0xa2, 0x54, 0x56, 0x71, 0x97, 0x51, + 0x57, 0x6c, 0xdf, 0x3d, 0xd7, 0xa3, 0xc5, 0xea, 0x5b, 0x30, 0xcb, 0xa1, 0x50, 0x1e, 0xd2, 0x1f, + 0xe3, 0x73, 0xa6, 0x13, 0xf9, 0x8b, 0x16, 0x20, 0x7b, 0x66, 0x76, 0x7a, 0x98, 0x69, 0x42, 0x1f, + 0xde, 0x4c, 0xbd, 0xae, 0x68, 0xd7, 0x60, 0x25, 0x92, 0x56, 0x36, 0xbb, 0xe6, 0xb1, 0xd5, 0xb1, + 0x7c, 0x0b, 0x7b, 0xe1, 0xd6, 0x3f, 0x84, 0xd5, 0x04, 0x3c, 0xb3, 0xc0, 0x03, 0xb8, 0xd4, 0x8c, + 0xc1, 0x0b, 0xa9, 0x60, 0x2b, 0x85, 0x70, 0x2b, 0xc2, 0xca, 0x73, 0x9d, 0xa3, 0xd6, 0xfe, 0xa9, + 0x40, 0x5e, 0x24, 0x41, 0x0f, 0x60, 0xca, 0xc3, 0xee, 0x99, 0xd5, 0xa4, 0x76, 0x9d, 0xb9, 0xbf, + 0x96, 0xc4, 0xad, 0x58, 0xa7, 0x74, 0xdb, 0x13, 0x7a, 0xb8, 0x44, 0xfd, 0xb9, 0x02, 0x53, 0x0c, + 0x8c, 0xde, 0x80, 0x8c, 0x7f, 0xde, 0xa5, 0x6c, 0xe6, 0xee, 0xdf, 0xba, 0x88, 0x4d, 0xb1, 0x71, + 0xde, 0xc5, 0x7a, 0xb0, 0x44, 0x7b, 0x1f, 0x32, 0xe4, 0x09, 0xcd, 0xc0, 0xd4, 0x41, 0xed, 0x61, + 0x6d, 0xef, 0x83, 0x5a, 0x7e, 0x02, 0x2d, 0x01, 0x2a, 0xef, 0xd5, 0x1a, 0xfa, 0xde, 0xce, 0x4e, + 0x45, 0x37, 0xea, 0x15, 0xfd, 0xb0, 0x5a, 0xae, 0xe4, 0x15, 0xf4, 0x3c, 0xac, 0x1d, 0xee, 0xed, + 0x1c, 0xec, 0x56, 0x8c, 0x52, 0xb9, 0x5c, 0xa9, 0xd7, 0xab, 0x1b, 0xd5, 0x9d, 0x6a, 0xe3, 0xc8, + 0x28, 0xef, 0xd5, 0xea, 0x0d, 0xbd, 0x54, 0xad, 0x35, 0xea, 0xf9, 0xd4, 0xc6, 0x24, 0xd5, 0x46, + 0x9b, 0x83, 0x4b, 0xfb, 0xae, 0x73, 0x8c, 0x43, 0x1b, 0x97, 0x60, 0x96, 0x3d, 0x33, 0x9b, 0xbe, + 0x0c, 0x59, 0x17, 0x9b, 0xad, 0x73, 0xb6, 0x7d, 0xb5, 0x48, 0xfd, 0xb6, 0x18, 0xfa, 0x6d, 0x71, + 0xc3, 0x71, 0x3a, 0x87, 0xe4, 0x0c, 0x75, 0x4a, 0xa8, 0x7d, 0x99, 0x85, 0xf9, 0xb2, 0x8b, 0x4d, + 0x1f, 0x1f, 0x3a, 0x9d, 0xde, 0x69, 0xc8, 0x5a, 0xea, 0x9f, 0x0f, 0x60, 0x8e, 0x9c, 0x41, 0xd3, + 0xf2, 0xcf, 0x0d, 0xd7, 0xb4, 0xdb, 0xd4, 0x2b, 0x66, 0xee, 0x2f, 0x86, 0xe6, 0x29, 0x33, 0xac, + 0x4e, 0x90, 0xfa, 0x6c, 0x33, 0xfe, 0x88, 0xaa, 0x30, 0x7f, 0x16, 0x88, 0x30, 0xb8, 0x63, 0x4f, + 0xf3, 0xc7, 0x4e, 0xb5, 0x88, 0x1d, 0x3b, 0x3a, 0xe3, 0x21, 0x16, 0xf6, 0xd0, 0x43, 0x80, 0xae, + 0xe9, 0x9a, 0xa7, 0xd8, 0xc7, 0xae, 0x57, 0xc8, 0xf0, 0x31, 0x20, 0xd9, 0x4d, 0x71, 0x3f, 0xa2, + 0xa6, 0x31, 0x10, 0x5b, 0x8e, 0x7c, 0xb8, 0x4a, 0x32, 0x82, 0xeb, 0x74, 0x3a, 0xd8, 0x35, 0x9a, + 0xc1, 0x6a, 0xc3, 0xc3, 0x4d, 0x17, 0xfb, 0x5e, 0x21, 0x1b, 0xf0, 0x7e, 0x7d, 0x18, 0xef, 0x72, + 0xb4, 0x98, 0x62, 0xeb, 0x74, 0x29, 0x15, 0x74, 0xa5, 0x29, 0xc7, 0xa2, 0x3d, 0x58, 0x0c, 0xad, + 0xe1, 0xd8, 0x3e, 0xb6, 0x7d, 0xc3, 0x73, 0x7a, 0x6e, 0x13, 0x17, 0x26, 0x03, 0x93, 0x2e, 0x0b, + 0xf6, 0xa0, 0x34, 0xf5, 0x80, 0x44, 0x67, 0x76, 0xe4, 0x80, 0xe8, 0x11, 0xa8, 0x66, 0xb3, 0x89, + 0x3d, 0xcf, 0xa2, 0x86, 0x33, 0x5c, 0xfc, 0x49, 0xcf, 0x72, 0xf1, 0x29, 0xb6, 0x7d, 0xaf, 0x30, + 0xc5, 0x73, 0x6d, 0x38, 0x5d, 0xa7, 0xe3, 0xb4, 0xcf, 0xf5, 0x3e, 0x8d, 0x7e, 0x95, 0x5b, 0x1e, + 0xc3, 0x78, 0xea, 0xdb, 0xf0, 0x9c, 0x60, 0xc1, 0x71, 0x52, 0x85, 0xfa, 0x1e, 0xac, 0x0c, 0x33, + 0xd2, 0x58, 0x69, 0xe7, 0x27, 0x0a, 0xcc, 0x4b, 0x6c, 0x82, 0xb6, 0x61, 0xda, 0xb3, 0xcd, 0xae, + 0xf7, 0xd8, 0xf1, 0x99, 0xf3, 0xdf, 0x19, 0x62, 0xc2, 0x62, 0x9d, 0xd1, 0xd2, 0xc7, 0xed, 0x09, + 0x3d, 0x5a, 0xad, 0xae, 0xc1, 0x1c, 0x8f, 0x45, 0x73, 0x90, 0xb2, 0x5a, 0x4c, 0xbd, 0x94, 0xd5, + 0x8a, 0xc2, 0xf1, 0x1d, 0x58, 0xe0, 0x1d, 0x82, 0x45, 0xe1, 0x0b, 0x30, 0x49, 0x4f, 0x88, 0x69, + 0x32, 0xc7, 0x6b, 0xa2, 0x33, 0xac, 0xf6, 0xcb, 0x0c, 0xe4, 0x45, 0x7f, 0x47, 0x0f, 0x20, 0x7b, + 0xdc, 0x71, 0x9a, 0x1f, 0xb3, 0xb5, 0xcf, 0x27, 0x05, 0x46, 0x71, 0x83, 0x50, 0x51, 0xe8, 0xf6, + 0x84, 0x4e, 0x17, 0x91, 0xd5, 0xa7, 0x4e, 0xcf, 0xf6, 0x59, 0x64, 0x26, 0xaf, 0xde, 0x25, 0x54, + 0xfd, 0xd5, 0xc1, 0x22, 0xb4, 0x09, 0x33, 0xd4, 0x09, 0x8c, 0x53, 0xa7, 0x85, 0x0b, 0xe9, 0x80, + 0xc7, 0xcd, 0x44, 0x1e, 0xa5, 0x80, 0x76, 0xd7, 0x69, 0x61, 0x1d, 0xcc, 0xe8, 0xbf, 0x3a, 0x0b, + 0x33, 0x31, 0xdd, 0xd4, 0x2d, 0x98, 0x89, 0x09, 0x43, 0x57, 0x60, 0xea, 0xc4, 0x33, 0xa2, 0xe4, + 0x9a, 0xd3, 0x27, 0x4f, 0xbc, 0x20, 0x5f, 0x5e, 0x87, 0x99, 0x40, 0x0b, 0xe3, 0xa4, 0x63, 0xb6, + 0xe9, 0x75, 0x90, 0xd3, 0x21, 0x00, 0xbd, 0x4b, 0x20, 0xea, 0x3f, 0x14, 0x80, 0xbe, 0x48, 0xf4, + 0x00, 0x32, 0x81, 0x96, 0x34, 0x45, 0xdf, 0x1e, 0x41, 0xcb, 0x62, 0xa0, 0x6a, 0xb0, 0x4a, 0xfb, + 0x5c, 0x81, 0x4c, 0xc0, 0x46, 0x4c, 0xd3, 0xf5, 0x6a, 0x6d, 0x6b, 0xa7, 0x62, 0xd4, 0xf6, 0x36, + 0x2b, 0xc6, 0x07, 0x7a, 0xb5, 0x51, 0xd1, 0xf3, 0x0a, 0x5a, 0x86, 0x2b, 0x71, 0xb8, 0x5e, 0x29, + 0x6d, 0x56, 0x74, 0x63, 0xaf, 0xb6, 0x73, 0x94, 0x4f, 0x21, 0x15, 0x96, 0x76, 0x0f, 0x76, 0x1a, + 0xd5, 0x41, 0x5c, 0x1a, 0xad, 0x40, 0x21, 0x86, 0x63, 0x3c, 0x18, 0xdb, 0x0c, 0x61, 0x1b, 0xc3, + 0xd2, 0xbf, 0x0c, 0x99, 0xdd, 0x98, 0x8d, 0x0e, 0x23, 0x70, 0xb6, 0x0f, 0x60, 0x96, 0x4b, 0xaf, + 0xa4, 0x5a, 0x60, 0x21, 0xde, 0x32, 0x8e, 0xcf, 0x7d, 0xec, 0x05, 0x96, 0x48, 0xeb, 0xb3, 0x21, + 0x74, 0x83, 0x00, 0x89, 0x59, 0x3b, 0xd6, 0xa9, 0xe5, 0x33, 0x9a, 0x54, 0x40, 0x03, 0x01, 0x28, + 0x20, 0xd0, 0xfe, 0x94, 0x82, 0x49, 0x76, 0x36, 0xb7, 0x62, 0x09, 0x9e, 0x63, 0x19, 0x42, 0x29, + 0x4b, 0x1a, 0x0f, 0xa9, 0x30, 0x1e, 0xd0, 0x3b, 0x00, 0xa6, 0xef, 0xbb, 0xd6, 0x71, 0xcf, 0x8f, + 0x12, 0xfa, 0x35, 0xfe, 0x3c, 0x8a, 0xa5, 0x88, 0x80, 0x65, 0xe0, 0xfe, 0x0a, 0xb4, 0x01, 0x73, + 0x42, 0x12, 0xcc, 0x5c, 0x9c, 0x04, 0x67, 0x9b, 0x5c, 0xfc, 0x97, 0x60, 0x3e, 0xcc, 0x5f, 0x1d, + 0x6c, 0xf8, 0x2c, 0xbf, 0xb1, 0xfc, 0x9d, 0x1f, 0xc8, 0x7b, 0xa8, 0x4f, 0x1c, 0xc2, 0x48, 0x96, + 0x13, 0xb4, 0x1c, 0x2b, 0x33, 0xf5, 0x60, 0x5e, 0x92, 0x56, 0x51, 0x11, 0x72, 0xc1, 0x81, 0x78, + 0x96, 0x4f, 0x7c, 0x55, 0xae, 0x4e, 0x9f, 0x84, 0xd0, 0x77, 0x5d, 0x7c, 0x82, 0x5d, 0x17, 0xb7, + 0x58, 0x4d, 0x24, 0xa1, 0x8f, 0x48, 0xb4, 0x1f, 0x29, 0x30, 0x1d, 0xc2, 0xd1, 0x9b, 0x30, 0xed, + 0xe1, 0x36, 0x4d, 0xf9, 0x0a, 0x7f, 0x0e, 0x21, 0x4d, 0xb1, 0xce, 0x08, 0x58, 0x35, 0x18, 0xd2, + 0x93, 0x6a, 0x90, 0x43, 0x8d, 0xb5, 0xf9, 0xaf, 0x15, 0x98, 0xdf, 0xc4, 0x1d, 0x2c, 0x96, 0x11, + 0xcb, 0x90, 0x63, 0xd7, 0x5c, 0x94, 0x41, 0xa7, 0x29, 0xa0, 0xda, 0x12, 0x6e, 0xde, 0x56, 0xb0, + 0x3c, 0xba, 0x79, 0x53, 0xfc, 0xcd, 0x2b, 0x61, 0x1e, 0xbb, 0x79, 0x29, 0x36, 0xe9, 0xe6, 0xe5, + 0xb0, 0xfc, 0x6d, 0x34, 0xb8, 0x70, 0xac, 0x6d, 0x2f, 0xc1, 0x02, 0xaf, 0x18, 0xbd, 0x01, 0xb4, + 0x3f, 0x64, 0xe0, 0x5a, 0x5f, 0xc8, 0x7e, 0xef, 0xb8, 0x63, 0x79, 0x8f, 0xc7, 0xb0, 0xcc, 0x15, + 0x98, 0xb2, 0x9d, 0x56, 0x80, 0xa2, 0x32, 0x27, 0xc9, 0x63, 0xb5, 0x85, 0x2a, 0x70, 0x59, 0x2c, + 0xa2, 0xce, 0x59, 0x9e, 0x4e, 0x2e, 0xa1, 0xf2, 0x67, 0xe2, 0x25, 0xa3, 0xc2, 0x34, 0x29, 0xff, + 0x1c, 0xbb, 0x73, 0x1e, 0xc4, 0xda, 0xb4, 0x1e, 0x3d, 0xa3, 0x1f, 0x2a, 0xa0, 0xc6, 0x8e, 0xa5, + 0x4b, 0x95, 0x17, 0x2a, 0xa2, 0xcd, 0xa8, 0x22, 0x1a, 0xba, 0xcb, 0x41, 0x34, 0x77, 0x46, 0x85, + 0x66, 0x02, 0x1a, 0x59, 0xd1, 0x3e, 0x63, 0x99, 0x65, 0x32, 0x10, 0xfd, 0x60, 0x44, 0xd1, 0xf4, + 0x49, 0xcc, 0x3b, 0xcc, 0x16, 0x7d, 0xb0, 0xfa, 0x10, 0x56, 0x87, 0x6a, 0x39, 0x56, 0xa9, 0x53, + 0x86, 0x45, 0xa9, 0xdc, 0xb1, 0xbc, 0xea, 0x8f, 0x0a, 0x5c, 0x4f, 0xdc, 0x1c, 0xab, 0x31, 0xfe, + 0x1f, 0x2e, 0x85, 0x27, 0x63, 0xd9, 0x27, 0x0e, 0x8b, 0xf6, 0xd7, 0x2f, 0xb4, 0x0d, 0x6b, 0x09, + 0x19, 0x94, 0xb4, 0x89, 0xd4, 0x2e, 0x33, 0xdd, 0x3e, 0x44, 0x7d, 0x07, 0xf2, 0x22, 0xc1, 0x58, + 0x1b, 0xf8, 0x5d, 0x0a, 0xd6, 0xfa, 0x1a, 0x1c, 0xd8, 0xdd, 0x67, 0x17, 0x00, 0x3f, 0x55, 0x60, + 0x25, 0xe6, 0x9d, 0x3d, 0x5b, 0xf4, 0x4f, 0x7a, 0xfd, 0x6c, 0x0f, 0x1a, 0x42, 0xae, 0x86, 0x8c, + 0x80, 0xf3, 0xd1, 0x58, 0x2c, 0x88, 0x04, 0xea, 0x6e, 0xfc, 0x9c, 0xa4, 0xcb, 0xc7, 0x32, 0xdb, + 0x4d, 0xb8, 0x31, 0x44, 0x5d, 0x96, 0x5a, 0x7e, 0x93, 0x85, 0x1b, 0x87, 0x66, 0xc7, 0x6a, 0x45, + 0x75, 0xa7, 0xa4, 0xfb, 0x1e, 0x6e, 0xdc, 0x8e, 0x2c, 0xb8, 0x68, 0xbe, 0xfd, 0xdf, 0x28, 0x89, + 0x5c, 0x24, 0x62, 0xd4, 0xf8, 0x7a, 0x96, 0x7d, 0xdf, 0x91, 0xa4, 0xef, 0x7b, 0x63, 0x74, 0x8d, + 0x87, 0x75, 0x81, 0x9f, 0x29, 0xb0, 0x1c, 0xf3, 0xab, 0x33, 0xc6, 0x4c, 0x48, 0x7b, 0xdb, 0xa3, + 0x0b, 0xeb, 0x9f, 0x64, 0x48, 0xcb, 0xb9, 0x55, 0xec, 0xe6, 0x13, 0xf0, 0xcf, 0x24, 0x87, 0x3c, + 0x6d, 0xcb, 0xb6, 0x13, 0xbf, 0xbf, 0x64, 0x1b, 0x18, 0xcb, 0xb1, 0xbf, 0xca, 0x80, 0x36, 0xcc, + 0x62, 0x2c, 0xa7, 0xe9, 0x90, 0x6b, 0x3a, 0xf6, 0x89, 0xe5, 0x9e, 0xe2, 0x16, 0x6b, 0x7f, 0x5e, + 0x19, 0xc5, 0xe0, 0x2c, 0xa7, 0x95, 0xc3, 0xb5, 0x7a, 0x9f, 0x0d, 0x2a, 0xc0, 0xd4, 0x29, 0xf6, + 0x3c, 0xb3, 0x1d, 0xaa, 0x15, 0x3e, 0xaa, 0xbf, 0x4f, 0x43, 0x2e, 0x5a, 0x82, 0x3e, 0x95, 0xc5, + 0x04, 0x4d, 0xaa, 0xef, 0x7d, 0x13, 0x1d, 0x9e, 0x36, 0x3c, 0x52, 0xdf, 0x20, 0x3c, 0x5a, 0x5c, + 0x78, 0xa4, 0xf9, 0x8b, 0x7a, 0x2c, 0xe5, 0x87, 0x44, 0xca, 0x77, 0xc1, 0x3d, 0xb5, 0xef, 0x01, + 0xda, 0xb1, 0x3c, 0xd6, 0x52, 0x46, 0x49, 0x8f, 0x74, 0x90, 0xe6, 0x13, 0x03, 0xdb, 0xbe, 0x6b, + 0xb1, 0xde, 0x25, 0xab, 0xc3, 0xa9, 0xf9, 0xa4, 0x42, 0x21, 0xa4, 0xbf, 0xf1, 0x7c, 0xd3, 0xf5, + 0x2d, 0xbb, 0x6d, 0xf8, 0xce, 0xc7, 0x38, 0x1a, 0xb0, 0x86, 0xd0, 0x06, 0x01, 0x6a, 0x5f, 0x28, + 0x30, 0xcf, 0xb1, 0x67, 0xfe, 0xf9, 0x16, 0x4c, 0xf5, 0x79, 0x13, 0xe3, 0xde, 0x08, 0x8d, 0x2b, + 0xa1, 0x2e, 0x52, 0xcb, 0x85, 0x2b, 0xd0, 0x2a, 0x80, 0x8d, 0x9f, 0xf8, 0x9c, 0xdc, 0x1c, 0x81, + 0x04, 0x32, 0xd5, 0x75, 0xc8, 0x52, 0x33, 0x8c, 0x3a, 0x3c, 0xf8, 0x32, 0x05, 0x68, 0x0b, 0xfb, + 0x51, 0x4f, 0xc8, 0x6c, 0x90, 0xe0, 0x4e, 0xca, 0x37, 0x70, 0xa7, 0xf7, 0x38, 0x77, 0xa2, 0x0e, + 0x79, 0x27, 0x36, 0x69, 0x16, 0x44, 0x0f, 0x4d, 0xaf, 0x09, 0xed, 0x19, 0xad, 0x5c, 0x47, 0x6e, + 0xcf, 0x9e, 0xc6, 0x65, 0x36, 0x61, 0x9e, 0xd3, 0x99, 0x9d, 0xe9, 0x3d, 0x40, 0xe6, 0x99, 0x69, + 0x75, 0x4c, 0xa2, 0x57, 0xd8, 0xe6, 0xb2, 0xb6, 0xf7, 0x72, 0x84, 0x09, 0x97, 0x69, 0x5a, 0xbc, + 0xb0, 0x61, 0xfc, 0xc4, 0xc9, 0x77, 0x27, 0x7e, 0x8d, 0x0f, 0xd0, 0x30, 0xb9, 0x5b, 0xd2, 0xe9, + 0xf7, 0xcd, 0xc1, 0xb2, 0x85, 0x4d, 0x98, 0x13, 0x07, 0xe1, 0x5f, 0xa5, 0x60, 0x79, 0x08, 0x35, + 0x7a, 0x0b, 0xd2, 0x6e, 0xb7, 0xc9, 0x9c, 0xe9, 0xc5, 0x11, 0xf8, 0x17, 0xf5, 0xfd, 0xf2, 0xf6, + 0x84, 0x4e, 0x56, 0xa9, 0x7f, 0x57, 0x20, 0xad, 0xef, 0x97, 0xd1, 0xff, 0x71, 0xe3, 0xf0, 0xbb, + 0x23, 0x72, 0x89, 0x4f, 0xc5, 0x3f, 0x57, 0x64, 0x63, 0xf1, 0x02, 0x2c, 0x94, 0xf5, 0x4a, 0xa9, + 0x51, 0x31, 0x36, 0x2b, 0x3b, 0x95, 0x46, 0xc5, 0xa0, 0xc3, 0xf0, 0xbc, 0x82, 0x56, 0xa0, 0xb0, + 0x7f, 0xb0, 0xb1, 0x53, 0xad, 0x6f, 0x1b, 0x07, 0xb5, 0xf0, 0x1f, 0xc3, 0xa6, 0x50, 0x1e, 0x2e, + 0xed, 0x54, 0xeb, 0x0d, 0x06, 0xa8, 0xe7, 0xd3, 0x04, 0xb2, 0x55, 0x69, 0x18, 0xe5, 0xd2, 0x7e, + 0xa9, 0x5c, 0x6d, 0x1c, 0xe5, 0x33, 0x48, 0x85, 0x25, 0x9e, 0x77, 0xbd, 0x56, 0xda, 0xaf, 0x6f, + 0xef, 0x35, 0xf2, 0x59, 0x84, 0x60, 0x2e, 0x58, 0x1f, 0x82, 0xea, 0xf9, 0xc9, 0x68, 0xaa, 0xf7, + 0x79, 0x1a, 0x16, 0xd9, 0x90, 0x92, 0x8d, 0x01, 0xc3, 0xd8, 0xba, 0x0d, 0x79, 0x3a, 0x9f, 0x30, + 0xc4, 0xda, 0x6a, 0x8e, 0xc2, 0x0f, 0xc3, 0x0a, 0x2b, 0x9c, 0x9e, 0xa7, 0x62, 0xd3, 0xf3, 0x2e, + 0x5c, 0x09, 0x87, 0xcb, 0x8c, 0xaf, 0x50, 0xb3, 0x0a, 0x53, 0x66, 0x41, 0xba, 0x00, 0xe5, 0x8a, + 0x89, 0xc5, 0xa6, 0x0c, 0x87, 0x76, 0x25, 0xe5, 0xd2, 0xbd, 0xe1, 0x42, 0x86, 0x25, 0xfe, 0x6d, + 0x50, 0x93, 0x75, 0xf8, 0x36, 0xb3, 0xff, 0xbb, 0xb0, 0x24, 0x6a, 0xcf, 0xa2, 0xea, 0xee, 0xc0, + 0x14, 0x38, 0xca, 0x2d, 0x11, 0x6d, 0x44, 0xa1, 0xfd, 0x56, 0x81, 0xe9, 0x10, 0x4c, 0xf2, 0xb3, + 0x67, 0xfd, 0x00, 0x73, 0x73, 0xaf, 0x1c, 0x81, 0xc8, 0x67, 0x5e, 0x32, 0x5f, 0x48, 0x4b, 0x7d, + 0x61, 0x15, 0x80, 0x1e, 0x4f, 0xcb, 0x30, 0xfd, 0xa0, 0xdb, 0x4e, 0xeb, 0x39, 0x06, 0x29, 0xf9, + 0xa8, 0x08, 0x93, 0x9e, 0x6f, 0xfa, 0x3d, 0x52, 0x62, 0x12, 0x85, 0x97, 0x44, 0x85, 0xeb, 0x01, + 0x56, 0x67, 0x54, 0x24, 0x90, 0xe6, 0x78, 0x14, 0x5a, 0xe7, 0xa2, 0x73, 0x59, 0xce, 0x20, 0x16, + 0x8c, 0xa4, 0x28, 0x6a, 0x61, 0xdf, 0xb4, 0x3a, 0x5e, 0x58, 0x14, 0xb1, 0x47, 0x6d, 0x43, 0x16, + 0xa5, 0x39, 0xc8, 0xea, 0x95, 0xd2, 0xe6, 0x51, 0x5e, 0x41, 0xb3, 0x90, 0x3b, 0xd8, 0xdf, 0xd9, + 0x2b, 0x6d, 0x56, 0x6b, 0x5b, 0xf9, 0x14, 0x9a, 0x87, 0xe7, 0x2a, 0xba, 0xbe, 0xa7, 0x1b, 0x7d, + 0x60, 0x5a, 0xfb, 0x5a, 0x81, 0x45, 0x36, 0x57, 0x11, 0x02, 0xe8, 0x3a, 0xcc, 0x44, 0xbe, 0x1f, + 0xc5, 0x0e, 0x84, 0xa0, 0x6a, 0x8b, 0xc4, 0x48, 0x38, 0x06, 0x12, 0x63, 0x44, 0x3a, 0x0f, 0x12, + 0xdd, 0x97, 0x87, 0xf2, 0x31, 0xd2, 0x92, 0xe1, 0x88, 0x53, 0x27, 0x2f, 0x1a, 0xcb, 0x2b, 0x0b, + 0xb0, 0x24, 0x2a, 0xc5, 0x5a, 0xb6, 0x5f, 0x28, 0xb0, 0x40, 0x2a, 0x84, 0x10, 0xf1, 0xac, 0x0b, + 0x96, 0x31, 0x9c, 0x51, 0x38, 0x81, 0x8c, 0x78, 0x02, 0xda, 0xaf, 0x14, 0x58, 0x14, 0x74, 0x65, + 0xb1, 0xf5, 0xb6, 0x58, 0xfd, 0xdc, 0x8c, 0x57, 0x3f, 0x03, 0xf4, 0x63, 0xd6, 0x3f, 0xaf, 0x86, + 0xf5, 0xcf, 0x78, 0x21, 0xfc, 0xb3, 0x2c, 0x2c, 0xd5, 0x9c, 0x16, 0xae, 0xfb, 0x66, 0x7b, 0x9c, + 0xd1, 0xa3, 0x2e, 0x8c, 0x4f, 0xa8, 0x77, 0xad, 0x87, 0x92, 0xe4, 0x2c, 0x87, 0x4f, 0x4d, 0x50, + 0x11, 0xe6, 0x3d, 0xdf, 0x6c, 0x07, 0x67, 0x65, 0xba, 0x6d, 0xec, 0x1b, 0x5d, 0xd3, 0x7f, 0xcc, + 0x0e, 0xe2, 0x32, 0x43, 0x35, 0x02, 0xcc, 0xbe, 0xe9, 0x3f, 0x96, 0xcf, 0xf2, 0x32, 0x63, 0xcf, + 0xf2, 0x8e, 0x01, 0x05, 0xa3, 0x12, 0x22, 0x40, 0xec, 0x57, 0x5f, 0xb9, 0x60, 0x43, 0x11, 0x98, + 0x0b, 0x95, 0xbc, 0x2d, 0x80, 0x91, 0x99, 0x3c, 0x8e, 0xbb, 0x48, 0xc4, 0xa8, 0x63, 0xb8, 0xa7, + 0x9c, 0x39, 0x91, 0xb6, 0x44, 0xba, 0x9b, 0x6f, 0x7f, 0x7c, 0x77, 0x15, 0xae, 0x0c, 0xd8, 0x82, + 0x65, 0x82, 0x36, 0x14, 0x08, 0xea, 0xc0, 0xf6, 0xc6, 0xf4, 0xd7, 0x04, 0xdf, 0x4a, 0x25, 0xf8, + 0x96, 0xb6, 0x0c, 0x57, 0x25, 0x82, 0x98, 0x16, 0x7f, 0xcd, 0x52, 0x35, 0xc6, 0x9f, 0x4b, 0x37, + 0xa4, 0x61, 0xf3, 0xdf, 0x71, 0x17, 0x90, 0xce, 0x62, 0x9f, 0x6d, 0xe0, 0x5c, 0x87, 0x99, 0x38, + 0x1d, 0x4b, 0x62, 0xfe, 0x05, 0x91, 0x95, 0x7d, 0xaa, 0x29, 0xf9, 0xa4, 0x30, 0x25, 0xff, 0x3e, + 0x2c, 0x04, 0x51, 0x27, 0x8e, 0x1f, 0xa7, 0xf8, 0x6b, 0x2a, 0xd1, 0x22, 0x31, 0x04, 0x17, 0x7b, + 0x41, 0x2c, 0x0b, 0xc3, 0xf0, 0xa6, 0x2c, 0xfa, 0xa6, 0x03, 0x41, 0xaf, 0x5d, 0x28, 0xe8, 0xdb, + 0x8a, 0xbf, 0x0a, 0xf5, 0xfa, 0xef, 0xc4, 0x00, 0x9d, 0x79, 0xbf, 0x74, 0xf4, 0xad, 0x3d, 0x02, + 0x95, 0x86, 0xc6, 0xf8, 0x53, 0x69, 0xc1, 0xf1, 0x52, 0xa2, 0xe3, 0x69, 0xab, 0xb0, 0x2c, 0xe5, + 0xcd, 0x44, 0x1f, 0x51, 0xbd, 0xb6, 0x30, 0x1b, 0x16, 0x90, 0xca, 0xcc, 0x1b, 0x55, 0x32, 0x43, + 0xc6, 0x25, 0x53, 0x50, 0x20, 0x79, 0x8b, 0xee, 0x4a, 0x64, 0xcd, 0xee, 0xee, 0x97, 0x20, 0xdb, + 0x0b, 0x66, 0x60, 0xf4, 0xe6, 0x9e, 0xe7, 0x83, 0xe0, 0x80, 0xa0, 0x74, 0x4a, 0xa1, 0xfd, 0x5a, + 0x81, 0x99, 0x18, 0x18, 0xad, 0x40, 0x2e, 0x6a, 0x83, 0xc3, 0xb2, 0x38, 0x02, 0x90, 0x33, 0xf0, + 0x1d, 0xdf, 0xec, 0xb0, 0xf7, 0xca, 0xf4, 0x81, 0xb4, 0x3f, 0x3d, 0x0f, 0xd3, 0x1a, 0x24, 0xad, + 0x07, 0xff, 0xd1, 0x5d, 0xc8, 0xf4, 0x6c, 0x8b, 0x16, 0xc0, 0x73, 0x62, 0x18, 0x06, 0xa2, 0x8a, + 0x07, 0xb6, 0xe5, 0xeb, 0x01, 0x95, 0x76, 0x07, 0x32, 0xe4, 0x69, 0xa0, 0x0e, 0xdd, 0x38, 0x6a, + 0x54, 0xea, 0x79, 0x05, 0x01, 0x4c, 0x56, 0x6b, 0x7b, 0x9b, 0x95, 0x7a, 0x3e, 0xa5, 0x21, 0xc8, + 0xb3, 0xad, 0x57, 0x5b, 0x61, 0x0f, 0x7e, 0x17, 0x2e, 0xc7, 0x60, 0xcc, 0x0a, 0xb1, 0x97, 0x0a, + 0x4a, 0xfc, 0xa5, 0x82, 0xb6, 0x12, 0x19, 0x4f, 0xd6, 0xcf, 0x7f, 0x44, 0x0f, 0x35, 0xa9, 0x93, + 0x2f, 0x09, 0x9d, 0x3c, 0x35, 0xf1, 0x2a, 0x77, 0x2d, 0x5e, 0xd0, 0xc3, 0xff, 0x4d, 0x61, 0x97, + 0xd7, 0x40, 0xf7, 0xfe, 0x6a, 0xbc, 0x7b, 0xbf, 0x31, 0x94, 0x67, 0xbc, 0x6f, 0xff, 0x31, 0xeb, + 0xdb, 0xdf, 0xe4, 0x3a, 0x83, 0x17, 0x2e, 0x5c, 0x1f, 0xef, 0xd8, 0xcb, 0x09, 0x0d, 0x7b, 0xbd, + 0x51, 0xda, 0xaa, 0x18, 0x07, 0x35, 0xfa, 0x1b, 0x35, 0xec, 0x0b, 0x90, 0x27, 0x0d, 0x38, 0xfb, + 0x9a, 0xad, 0xde, 0x28, 0x71, 0x5f, 0xae, 0x2d, 0x00, 0x0a, 0xcf, 0x23, 0xf6, 0x79, 0xe4, 0x17, + 0x0a, 0xcc, 0x73, 0xe0, 0x0b, 0x0e, 0x0a, 0xad, 0xc3, 0x02, 0x29, 0x98, 0xa9, 0xdf, 0x7b, 0x46, + 0x17, 0xbb, 0x06, 0xc1, 0x30, 0xef, 0xbb, 0x7c, 0x6a, 0x3e, 0x61, 0x53, 0xb8, 0x7d, 0xec, 0x12, + 0xc6, 0xcf, 0x60, 0xee, 0x74, 0xff, 0x5f, 0x0a, 0x4c, 0x57, 0x5b, 0xd8, 0xf6, 0xc9, 0x79, 0xd4, + 0x60, 0x96, 0xfb, 0xc6, 0x12, 0xad, 0x24, 0x7c, 0x7a, 0x19, 0x6c, 0x50, 0x5d, 0x1d, 0xfa, 0x61, + 0xa6, 0x36, 0x81, 0x4e, 0x62, 0xdf, 0x87, 0x72, 0xc3, 0xb7, 0xe7, 0x07, 0x56, 0x4a, 0x5c, 0x53, + 0xbd, 0x75, 0x01, 0x55, 0x24, 0xe7, 0x35, 0xc8, 0x06, 0x5f, 0x0a, 0xa2, 0x85, 0xe8, 0x53, 0xc6, + 0xd8, 0x87, 0x84, 0xea, 0xa2, 0x00, 0x0d, 0xd7, 0xdd, 0xff, 0xf7, 0x14, 0x40, 0x7f, 0xca, 0x83, + 0x1e, 0xc2, 0xa5, 0xf8, 0x17, 0x4f, 0x68, 0x79, 0xc8, 0x87, 0x71, 0xea, 0x8a, 0x1c, 0x19, 0xe9, + 0xf4, 0x10, 0x2e, 0xc5, 0x5f, 0x9e, 0xf7, 0x99, 0x49, 0xde, 0xf5, 0xf7, 0x99, 0x49, 0xdf, 0xb7, + 0x4f, 0xa0, 0x0e, 0x5c, 0x49, 0x78, 0xe7, 0x89, 0x5e, 0x18, 0xed, 0x85, 0xb1, 0xfa, 0xe2, 0x88, + 0x2f, 0x4f, 0xb5, 0x09, 0xe4, 0xc2, 0xd5, 0xc4, 0x37, 0x75, 0xe8, 0xf6, 0xa8, 0xef, 0x1e, 0xd5, + 0x97, 0x46, 0xa0, 0x8c, 0x64, 0xf6, 0x40, 0x4d, 0x9e, 0xe1, 0xa3, 0x97, 0x46, 0x7e, 0x33, 0xa5, + 0xde, 0x19, 0xfd, 0x95, 0x80, 0x36, 0x81, 0xb6, 0x61, 0x26, 0x36, 0xdd, 0x46, 0xaa, 0x74, 0xe4, + 0x4d, 0x19, 0x2f, 0x0f, 0x19, 0x87, 0x53, 0x4e, 0xb1, 0x09, 0x6c, 0x9f, 0xd3, 0xe0, 0x28, 0xb9, + 0xcf, 0x49, 0x32, 0xb2, 0x15, 0xcd, 0x2f, 0xe4, 0x65, 0x99, 0xf9, 0xe5, 0x89, 0x5d, 0x66, 0xfe, + 0x84, 0x24, 0xaf, 0x4d, 0xa0, 0xf7, 0x61, 0x8e, 0x1f, 0x3a, 0xa1, 0xd5, 0xa1, 0xa3, 0x34, 0xf5, + 0x5a, 0x12, 0x3a, 0xce, 0x92, 0x9f, 0x18, 0xf4, 0x59, 0x4a, 0xc7, 0x1b, 0x7d, 0x96, 0x09, 0x83, + 0x86, 0x09, 0x92, 0x9f, 0xb8, 0x6e, 0xbc, 0x9f, 0x9f, 0x64, 0x03, 0x88, 0x7e, 0x7e, 0x92, 0xb6, + 0xf0, 0xda, 0xc4, 0xfd, 0x3f, 0x67, 0x21, 0x13, 0x24, 0xd2, 0x06, 0x3c, 0x27, 0x34, 0x35, 0xe8, + 0xda, 0xf0, 0xce, 0x4f, 0xbd, 0x9e, 0x88, 0x8f, 0xd4, 0x7d, 0x44, 0xaf, 0x69, 0xae, 0x4d, 0x41, + 0x6b, 0xf1, 0x75, 0xb2, 0x56, 0x49, 0xbd, 0x31, 0x84, 0x42, 0xe4, 0xcd, 0xe7, 0x82, 0xb5, 0x8b, + 0xea, 0x65, 0x9e, 0x77, 0x52, 0xfc, 0x7f, 0x44, 0xef, 0x2d, 0x31, 0xf2, 0x35, 0x5e, 0x2f, 0x69, + 0xcc, 0xdf, 0x1c, 0x4a, 0x13, 0x49, 0xf8, 0x30, 0xba, 0x30, 0x63, 0xf5, 0x1c, 0xe2, 0x94, 0x93, + 0x96, 0x91, 0xaa, 0x36, 0x8c, 0x24, 0x62, 0x5f, 0x81, 0x5c, 0x54, 0x1f, 0xa1, 0x82, 0xb0, 0x24, + 0x2a, 0xa3, 0xd4, 0xab, 0x12, 0x0c, 0xe3, 0x91, 0xfe, 0x2c, 0xa5, 0x84, 0x76, 0x10, 0x43, 0x50, + 0xd4, 0x41, 0x16, 0x7c, 0x37, 0x87, 0xd2, 0xc4, 0x93, 0x46, 0xac, 0x42, 0xe8, 0x27, 0x8d, 0xc1, + 0x6a, 0xa2, 0x9f, 0x34, 0x24, 0x25, 0x85, 0x36, 0xb1, 0x91, 0x7d, 0x94, 0x6e, 0x7a, 0xd6, 0xf1, + 0x64, 0xf0, 0x2d, 0xfc, 0xff, 0xfc, 0x27, 0x00, 0x00, 0xff, 0xff, 0xd6, 0x0e, 0xa0, 0x56, 0x12, + 0x32, 0x00, 0x00, } diff --git a/spec.md b/spec.md index 147c9519..61a58d67 100644 --- a/spec.md +++ b/spec.md @@ -527,13 +527,13 @@ message PluginCapability { // as specific RPCs as indicated by ControllerGetCapabilities. CONTROLLER_SERVICE = 1; - // ACCESSIBILITY_CONSTRAINTS indicates that the volumes for this - // plugin may not be equally accessible by all nodes in the + // VOLUME_ACCESSIBILITY_CONSTRAINTS indicates that the volumes for + // this plugin may not be equally accessible by all nodes in the // cluster. The CO MUST use the topology information returned by // CreateVolumeRequest along with the topology information // returned by NodeGetInfo to ensure that a given volume is // accessible from a given node when scheduling workloads. - ACCESSIBILITY_CONSTRAINTS = 2; + VOLUME_ACCESSIBILITY_CONSTRAINTS = 2; } Type type = 1; } @@ -680,10 +680,10 @@ message CreateVolumeRequest { // topological accessibility information supported by the SP. // This field is OPTIONAL. // This field SHALL NOT be specified unless the SP has the - // ACCESSIBILITY_CONSTRAINTS plugin capability. + // VOLUME_ACCESSIBILITY_CONSTRAINTS plugin capability. // If this field is not specified and the SP has the - // ACCESSIBILITY_CONSTRAINTS plugin capability, the SP MAY choose - // where the provisioned volume is accessible from. + // VOLUME_ACCESSIBILITY_CONSTRAINTS plugin capability, the SP MAY + // choose where the provisioned volume is accessible from. TopologyRequirement accessibility_requirements = 7; } @@ -817,7 +817,7 @@ message Volume { // Specifies where (regions, zones, racks, etc.) the provisioned // volume is accessible from. // A plugin that returns this field MUST also set the - // ACCESSIBILITY_CONSTRAINTS plugin capability. + // VOLUME_ACCESSIBILITY_CONSTRAINTS plugin capability. // An SP MAY specify multiple topologies to indicate the volume is // accessible from multiple locations. // COs MAY use this information along with the topology information @@ -1330,7 +1330,7 @@ message GetCapacityRequest { // `accessible_topology`. This is the same as the // `accessible_topology` the CO returns in a `CreateVolumeResponse`. // This field is OPTIONAL. This field SHALL NOT be set unless the - // plugin advertises the ACCESSIBILITY_CONSTRAINTS capability. + // plugin advertises the VOLUME_ACCESSIBILITY_CONSTRAINTS capability. Topology accessible_topology = 3; } @@ -2104,7 +2104,7 @@ message NodeGetInfoResponse { // Specifies where (regions, zones, racks, etc.) the node is // accessible from. // A plugin that returns this field MUST also set the - // ACCESSIBILITY_CONSTRAINTS plugin capability. + // VOLUME_ACCESSIBILITY_CONSTRAINTS plugin capability. // COs MAY use this information along with the topology information // returned in CreateVolumeResponse to ensure that a given volume is // accessible from a given node when scheduling workloads.