From 2502098835d00ebbfba1b4eee9755eae3a179205 Mon Sep 17 00:00:00 2001 From: James DeFelice Date: Tue, 13 Nov 2018 23:39:48 +0000 Subject: [PATCH 1/2] spec: created_at is a Timestamp. Fixes #330 --- csi.proto | 8 +- lib/go/csi/csi.pb.go | 543 +++++++++++++++++++++---------------------- spec.md | 8 +- 3 files changed, 277 insertions(+), 282 deletions(-) diff --git a/csi.proto b/csi.proto index 77a84e69..1f8597e3 100644 --- a/csi.proto +++ b/csi.proto @@ -3,6 +3,7 @@ syntax = "proto3"; package csi.v1; import "google/protobuf/descriptor.proto"; +import "google/protobuf/timestamp.proto"; import "google/protobuf/wrappers.proto"; option go_package = "csi"; @@ -900,11 +901,8 @@ message Snapshot { string source_volume_id = 3; // Timestamp when the point-in-time snapshot is taken on the storage - // system. The format of this field SHOULD be a Unix nanoseconds time - // encoded as an int64. On Unix, the command `date +%s%N` returns the - // current time in nanoseconds since 1970-01-01 00:00:00 UTC. This - // field is REQUIRED. - int64 created_at = 4; + // system. This field is REQUIRED. + .google.protobuf.Timestamp created_at = 4; // Indicates if a snapshot is ready to use as a // `volume_content_source` in a `CreateVolumeRequest`. The default diff --git a/lib/go/csi/csi.pb.go b/lib/go/csi/csi.pb.go index d2c767a5..89e5b22f 100644 --- a/lib/go/csi/csi.pb.go +++ b/lib/go/csi/csi.pb.go @@ -7,6 +7,7 @@ import proto "github.com/golang/protobuf/proto" import fmt "fmt" import math "math" import descriptor "github.com/golang/protobuf/protoc-gen-go/descriptor" +import timestamp "github.com/golang/protobuf/ptypes/timestamp" import wrappers "github.com/golang/protobuf/ptypes/wrappers" import ( @@ -62,7 +63,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_3a7342410f29e7f5, []int{4, 0, 0} + return fileDescriptor_csi_1ae6f08ed040695e, []int{4, 0, 0} } type VolumeCapability_AccessMode_Mode int32 @@ -106,7 +107,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_3a7342410f29e7f5, []int{10, 2, 0} + return fileDescriptor_csi_1ae6f08ed040695e, []int{10, 2, 0} } type ControllerServiceCapability_RPC_Type int32 @@ -160,7 +161,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_3a7342410f29e7f5, []int{29, 0, 0} + return fileDescriptor_csi_1ae6f08ed040695e, []int{29, 0, 0} } type VolumeUsage_Unit int32 @@ -186,7 +187,7 @@ func (x VolumeUsage_Unit) String() string { return proto.EnumName(VolumeUsage_Unit_name, int32(x)) } func (VolumeUsage_Unit) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_csi_3a7342410f29e7f5, []int{47, 0} + return fileDescriptor_csi_1ae6f08ed040695e, []int{47, 0} } type NodeServiceCapability_RPC_Type int32 @@ -215,7 +216,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_3a7342410f29e7f5, []int{50, 0, 0} + return fileDescriptor_csi_1ae6f08ed040695e, []int{50, 0, 0} } type GetPluginInfoRequest struct { @@ -228,7 +229,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_3a7342410f29e7f5, []int{0} + return fileDescriptor_csi_1ae6f08ed040695e, []int{0} } func (m *GetPluginInfoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPluginInfoRequest.Unmarshal(m, b) @@ -270,7 +271,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_3a7342410f29e7f5, []int{1} + return fileDescriptor_csi_1ae6f08ed040695e, []int{1} } func (m *GetPluginInfoResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPluginInfoResponse.Unmarshal(m, b) @@ -321,7 +322,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_3a7342410f29e7f5, []int{2} + return fileDescriptor_csi_1ae6f08ed040695e, []int{2} } func (m *GetPluginCapabilitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPluginCapabilitiesRequest.Unmarshal(m, b) @@ -354,7 +355,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_3a7342410f29e7f5, []int{3} + return fileDescriptor_csi_1ae6f08ed040695e, []int{3} } func (m *GetPluginCapabilitiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPluginCapabilitiesResponse.Unmarshal(m, b) @@ -395,7 +396,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_3a7342410f29e7f5, []int{4} + return fileDescriptor_csi_1ae6f08ed040695e, []int{4} } func (m *PluginCapability) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PluginCapability.Unmarshal(m, b) @@ -505,7 +506,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_3a7342410f29e7f5, []int{4, 0} + return fileDescriptor_csi_1ae6f08ed040695e, []int{4, 0} } func (m *PluginCapability_Service) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PluginCapability_Service.Unmarshal(m, b) @@ -542,7 +543,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_3a7342410f29e7f5, []int{5} + return fileDescriptor_csi_1ae6f08ed040695e, []int{5} } func (m *ProbeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProbeRequest.Unmarshal(m, b) @@ -593,7 +594,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_3a7342410f29e7f5, []int{6} + return fileDescriptor_csi_1ae6f08ed040695e, []int{6} } func (m *ProbeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProbeResponse.Unmarshal(m, b) @@ -702,7 +703,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_3a7342410f29e7f5, []int{7} + return fileDescriptor_csi_1ae6f08ed040695e, []int{7} } func (m *CreateVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateVolumeRequest.Unmarshal(m, b) @@ -787,7 +788,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_3a7342410f29e7f5, []int{8} + return fileDescriptor_csi_1ae6f08ed040695e, []int{8} } func (m *VolumeContentSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeContentSource.Unmarshal(m, b) @@ -933,7 +934,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_3a7342410f29e7f5, []int{8, 0} + return fileDescriptor_csi_1ae6f08ed040695e, []int{8, 0} } func (m *VolumeContentSource_SnapshotSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeContentSource_SnapshotSource.Unmarshal(m, b) @@ -974,7 +975,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_3a7342410f29e7f5, []int{8, 1} + return fileDescriptor_csi_1ae6f08ed040695e, []int{8, 1} } func (m *VolumeContentSource_VolumeSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeContentSource_VolumeSource.Unmarshal(m, b) @@ -1015,7 +1016,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_3a7342410f29e7f5, []int{9} + return fileDescriptor_csi_1ae6f08ed040695e, []int{9} } func (m *CreateVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateVolumeResponse.Unmarshal(m, b) @@ -1062,7 +1063,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_3a7342410f29e7f5, []int{10} + return fileDescriptor_csi_1ae6f08ed040695e, []int{10} } func (m *VolumeCapability) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeCapability.Unmarshal(m, b) @@ -1211,7 +1212,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_3a7342410f29e7f5, []int{10, 0} + return fileDescriptor_csi_1ae6f08ed040695e, []int{10, 0} } func (m *VolumeCapability_BlockVolume) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeCapability_BlockVolume.Unmarshal(m, b) @@ -1251,7 +1252,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_3a7342410f29e7f5, []int{10, 1} + return fileDescriptor_csi_1ae6f08ed040695e, []int{10, 1} } func (m *VolumeCapability_MountVolume) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeCapability_MountVolume.Unmarshal(m, b) @@ -1298,7 +1299,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_3a7342410f29e7f5, []int{10, 2} + return fileDescriptor_csi_1ae6f08ed040695e, []int{10, 2} } func (m *VolumeCapability_AccessMode) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeCapability_AccessMode.Unmarshal(m, b) @@ -1346,7 +1347,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_3a7342410f29e7f5, []int{11} + return fileDescriptor_csi_1ae6f08ed040695e, []int{11} } func (m *CapacityRange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CapacityRange.Unmarshal(m, b) @@ -1451,7 +1452,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_3a7342410f29e7f5, []int{12} + return fileDescriptor_csi_1ae6f08ed040695e, []int{12} } func (m *Volume) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Volume.Unmarshal(m, b) @@ -1643,7 +1644,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_3a7342410f29e7f5, []int{13} + return fileDescriptor_csi_1ae6f08ed040695e, []int{13} } func (m *TopologyRequirement) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TopologyRequirement.Unmarshal(m, b) @@ -1717,7 +1718,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_3a7342410f29e7f5, []int{14} + return fileDescriptor_csi_1ae6f08ed040695e, []int{14} } func (m *Topology) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Topology.Unmarshal(m, b) @@ -1761,7 +1762,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_3a7342410f29e7f5, []int{15} + return fileDescriptor_csi_1ae6f08ed040695e, []int{15} } func (m *DeleteVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteVolumeRequest.Unmarshal(m, b) @@ -1805,7 +1806,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_3a7342410f29e7f5, []int{16} + return fileDescriptor_csi_1ae6f08ed040695e, []int{16} } func (m *DeleteVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteVolumeResponse.Unmarshal(m, b) @@ -1859,7 +1860,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_3a7342410f29e7f5, []int{17} + return fileDescriptor_csi_1ae6f08ed040695e, []int{17} } func (m *ControllerPublishVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerPublishVolumeRequest.Unmarshal(m, b) @@ -1945,7 +1946,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_3a7342410f29e7f5, []int{18} + return fileDescriptor_csi_1ae6f08ed040695e, []int{18} } func (m *ControllerPublishVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerPublishVolumeResponse.Unmarshal(m, b) @@ -1996,7 +1997,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_3a7342410f29e7f5, []int{19} + return fileDescriptor_csi_1ae6f08ed040695e, []int{19} } func (m *ControllerUnpublishVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerUnpublishVolumeRequest.Unmarshal(m, b) @@ -2047,7 +2048,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_3a7342410f29e7f5, []int{20} + return fileDescriptor_csi_1ae6f08ed040695e, []int{20} } func (m *ControllerUnpublishVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerUnpublishVolumeResponse.Unmarshal(m, b) @@ -2094,7 +2095,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_3a7342410f29e7f5, []int{21} + return fileDescriptor_csi_1ae6f08ed040695e, []int{21} } func (m *ValidateVolumeCapabilitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ValidateVolumeCapabilitiesRequest.Unmarshal(m, b) @@ -2172,7 +2173,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_3a7342410f29e7f5, []int{22} + return fileDescriptor_csi_1ae6f08ed040695e, []int{22} } func (m *ValidateVolumeCapabilitiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ValidateVolumeCapabilitiesResponse.Unmarshal(m, b) @@ -2229,7 +2230,7 @@ func (m *ValidateVolumeCapabilitiesResponse_Confirmed) String() string { } func (*ValidateVolumeCapabilitiesResponse_Confirmed) ProtoMessage() {} func (*ValidateVolumeCapabilitiesResponse_Confirmed) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_3a7342410f29e7f5, []int{22, 0} + return fileDescriptor_csi_1ae6f08ed040695e, []int{22, 0} } func (m *ValidateVolumeCapabilitiesResponse_Confirmed) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ValidateVolumeCapabilitiesResponse_Confirmed.Unmarshal(m, b) @@ -2294,7 +2295,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_3a7342410f29e7f5, []int{23} + return fileDescriptor_csi_1ae6f08ed040695e, []int{23} } func (m *ListVolumesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListVolumesRequest.Unmarshal(m, b) @@ -2346,7 +2347,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_3a7342410f29e7f5, []int{24} + return fileDescriptor_csi_1ae6f08ed040695e, []int{24} } func (m *ListVolumesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListVolumesResponse.Unmarshal(m, b) @@ -2391,7 +2392,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_3a7342410f29e7f5, []int{24, 0} + return fileDescriptor_csi_1ae6f08ed040695e, []int{24, 0} } func (m *ListVolumesResponse_Entry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListVolumesResponse_Entry.Unmarshal(m, b) @@ -2446,7 +2447,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_3a7342410f29e7f5, []int{25} + return fileDescriptor_csi_1ae6f08ed040695e, []int{25} } func (m *GetCapacityRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCapacityRequest.Unmarshal(m, b) @@ -2504,7 +2505,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_3a7342410f29e7f5, []int{26} + return fileDescriptor_csi_1ae6f08ed040695e, []int{26} } func (m *GetCapacityResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCapacityResponse.Unmarshal(m, b) @@ -2541,7 +2542,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_3a7342410f29e7f5, []int{27} + return fileDescriptor_csi_1ae6f08ed040695e, []int{27} } func (m *ControllerGetCapabilitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerGetCapabilitiesRequest.Unmarshal(m, b) @@ -2574,7 +2575,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_3a7342410f29e7f5, []int{28} + return fileDescriptor_csi_1ae6f08ed040695e, []int{28} } func (m *ControllerGetCapabilitiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerGetCapabilitiesResponse.Unmarshal(m, b) @@ -2615,7 +2616,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_3a7342410f29e7f5, []int{29} + return fileDescriptor_csi_1ae6f08ed040695e, []int{29} } func (m *ControllerServiceCapability) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerServiceCapability.Unmarshal(m, b) @@ -2725,7 +2726,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_3a7342410f29e7f5, []int{29, 0} + return fileDescriptor_csi_1ae6f08ed040695e, []int{29, 0} } func (m *ControllerServiceCapability_RPC) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerServiceCapability_RPC.Unmarshal(m, b) @@ -2787,7 +2788,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_3a7342410f29e7f5, []int{30} + return fileDescriptor_csi_1ae6f08ed040695e, []int{30} } func (m *CreateSnapshotRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateSnapshotRequest.Unmarshal(m, b) @@ -2849,7 +2850,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_3a7342410f29e7f5, []int{31} + return fileDescriptor_csi_1ae6f08ed040695e, []int{31} } func (m *CreateSnapshotResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateSnapshotResponse.Unmarshal(m, b) @@ -2901,11 +2902,8 @@ type Snapshot struct { // be a volume. This field is REQUIRED. SourceVolumeId string `protobuf:"bytes,3,opt,name=source_volume_id,json=sourceVolumeId,proto3" json:"source_volume_id,omitempty"` // Timestamp when the point-in-time snapshot is taken on the storage - // system. The format of this field SHOULD be a Unix nanoseconds time - // encoded as an int64. On Unix, the command `date +%s%N` returns the - // current time in nanoseconds since 1970-01-01 00:00:00 UTC. This - // field is REQUIRED. - CreatedAt int64 `protobuf:"varint,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` + // system. This field is REQUIRED. + CreatedAt *timestamp.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // Indicates if a snapshot is ready to use as a // `volume_content_source` in a `CreateVolumeRequest`. The default // value is false. This field is REQUIRED. @@ -2919,7 +2917,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_3a7342410f29e7f5, []int{32} + return fileDescriptor_csi_1ae6f08ed040695e, []int{32} } func (m *Snapshot) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Snapshot.Unmarshal(m, b) @@ -2960,11 +2958,11 @@ func (m *Snapshot) GetSourceVolumeId() string { return "" } -func (m *Snapshot) GetCreatedAt() int64 { +func (m *Snapshot) GetCreatedAt() *timestamp.Timestamp { if m != nil { return m.CreatedAt } - return 0 + return nil } func (m *Snapshot) GetReadyToUse() bool { @@ -2991,7 +2989,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_3a7342410f29e7f5, []int{33} + return fileDescriptor_csi_1ae6f08ed040695e, []int{33} } func (m *DeleteSnapshotRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteSnapshotRequest.Unmarshal(m, b) @@ -3035,7 +3033,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_3a7342410f29e7f5, []int{34} + return fileDescriptor_csi_1ae6f08ed040695e, []int{34} } func (m *DeleteSnapshotResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteSnapshotResponse.Unmarshal(m, b) @@ -3090,7 +3088,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_3a7342410f29e7f5, []int{35} + return fileDescriptor_csi_1ae6f08ed040695e, []int{35} } func (m *ListSnapshotsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSnapshotsRequest.Unmarshal(m, b) @@ -3156,7 +3154,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_3a7342410f29e7f5, []int{36} + return fileDescriptor_csi_1ae6f08ed040695e, []int{36} } func (m *ListSnapshotsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSnapshotsResponse.Unmarshal(m, b) @@ -3201,7 +3199,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_3a7342410f29e7f5, []int{36, 0} + return fileDescriptor_csi_1ae6f08ed040695e, []int{36, 0} } func (m *ListSnapshotsResponse_Entry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSnapshotsResponse_Entry.Unmarshal(m, b) @@ -3268,7 +3266,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_3a7342410f29e7f5, []int{37} + return fileDescriptor_csi_1ae6f08ed040695e, []int{37} } func (m *NodeStageVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeStageVolumeRequest.Unmarshal(m, b) @@ -3340,7 +3338,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_3a7342410f29e7f5, []int{38} + return fileDescriptor_csi_1ae6f08ed040695e, []int{38} } func (m *NodeStageVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeStageVolumeResponse.Unmarshal(m, b) @@ -3376,7 +3374,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_3a7342410f29e7f5, []int{39} + return fileDescriptor_csi_1ae6f08ed040695e, []int{39} } func (m *NodeUnstageVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeUnstageVolumeRequest.Unmarshal(m, b) @@ -3420,7 +3418,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_3a7342410f29e7f5, []int{40} + return fileDescriptor_csi_1ae6f08ed040695e, []int{40} } func (m *NodeUnstageVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeUnstageVolumeResponse.Unmarshal(m, b) @@ -3489,7 +3487,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_3a7342410f29e7f5, []int{41} + return fileDescriptor_csi_1ae6f08ed040695e, []int{41} } func (m *NodePublishVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodePublishVolumeRequest.Unmarshal(m, b) @@ -3575,7 +3573,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_3a7342410f29e7f5, []int{42} + return fileDescriptor_csi_1ae6f08ed040695e, []int{42} } func (m *NodePublishVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodePublishVolumeResponse.Unmarshal(m, b) @@ -3611,7 +3609,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_3a7342410f29e7f5, []int{43} + return fileDescriptor_csi_1ae6f08ed040695e, []int{43} } func (m *NodeUnpublishVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeUnpublishVolumeRequest.Unmarshal(m, b) @@ -3655,7 +3653,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_3a7342410f29e7f5, []int{44} + return fileDescriptor_csi_1ae6f08ed040695e, []int{44} } func (m *NodeUnpublishVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeUnpublishVolumeResponse.Unmarshal(m, b) @@ -3693,7 +3691,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_3a7342410f29e7f5, []int{45} + return fileDescriptor_csi_1ae6f08ed040695e, []int{45} } func (m *NodeGetVolumeStatsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetVolumeStatsRequest.Unmarshal(m, b) @@ -3739,7 +3737,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_3a7342410f29e7f5, []int{46} + return fileDescriptor_csi_1ae6f08ed040695e, []int{46} } func (m *NodeGetVolumeStatsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetVolumeStatsResponse.Unmarshal(m, b) @@ -3787,7 +3785,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_3a7342410f29e7f5, []int{47} + return fileDescriptor_csi_1ae6f08ed040695e, []int{47} } func (m *VolumeUsage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeUsage.Unmarshal(m, b) @@ -3845,7 +3843,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_3a7342410f29e7f5, []int{48} + return fileDescriptor_csi_1ae6f08ed040695e, []int{48} } func (m *NodeGetCapabilitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetCapabilitiesRequest.Unmarshal(m, b) @@ -3878,7 +3876,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_3a7342410f29e7f5, []int{49} + return fileDescriptor_csi_1ae6f08ed040695e, []int{49} } func (m *NodeGetCapabilitiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetCapabilitiesResponse.Unmarshal(m, b) @@ -3919,7 +3917,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_3a7342410f29e7f5, []int{50} + return fileDescriptor_csi_1ae6f08ed040695e, []int{50} } func (m *NodeServiceCapability) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeServiceCapability.Unmarshal(m, b) @@ -4029,7 +4027,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_3a7342410f29e7f5, []int{50, 0} + return fileDescriptor_csi_1ae6f08ed040695e, []int{50, 0} } func (m *NodeServiceCapability_RPC) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeServiceCapability_RPC.Unmarshal(m, b) @@ -4066,7 +4064,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_3a7342410f29e7f5, []int{51} + return fileDescriptor_csi_1ae6f08ed040695e, []int{51} } func (m *NodeGetInfoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetInfoRequest.Unmarshal(m, b) @@ -4129,7 +4127,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_3a7342410f29e7f5, []int{52} + return fileDescriptor_csi_1ae6f08ed040695e, []int{52} } func (m *NodeGetInfoResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetInfoResponse.Unmarshal(m, b) @@ -5072,200 +5070,201 @@ var _Node_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("github.com/container-storage-interface/spec/csi.proto", fileDescriptor_csi_3a7342410f29e7f5) -} - -var fileDescriptor_csi_3a7342410f29e7f5 = []byte{ - // 3049 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x3a, 0xcd, 0x6f, 0x1b, 0xc7, - 0xf5, 0x5a, 0x7e, 0xe8, 0xe3, 0x49, 0x62, 0xe8, 0xd1, 0x87, 0xe9, 0x95, 0x64, 0xcb, 0xeb, 0x38, - 0x51, 0x9c, 0x98, 0xfa, 0x45, 0x89, 0x83, 0x5f, 0x6c, 0xa7, 0x08, 0x49, 0x31, 0x12, 0x63, 0x9a, - 0x52, 0x96, 0x94, 0x52, 0xbb, 0x0d, 0x36, 0x2b, 0x72, 0x44, 0x2f, 0x42, 0xee, 0x32, 0xbb, 0x4b, - 0xd5, 0xea, 0xad, 0x28, 0xd0, 0x4b, 0x4f, 0x3d, 0xb5, 0xb7, 0x02, 0xe9, 0xa9, 0x45, 0x83, 0x9e, - 0x82, 0x1e, 0x0b, 0xf4, 0x52, 0xa0, 0x7f, 0x41, 0x6f, 0xb9, 0x07, 0x2d, 0x10, 0xf4, 0xd0, 0x43, - 0x81, 0x02, 0xc5, 0xce, 0xcc, 0x2e, 0x77, 0x96, 0xbb, 0x4b, 0xd2, 0x72, 0xe0, 0x43, 0x4f, 0xe4, - 0xbe, 0x79, 0x5f, 0xf3, 0xe6, 0xbd, 0x37, 0xef, 0xbd, 0x5d, 0xb8, 0xd3, 0xd6, 0xec, 0x27, 0xfd, - 0x93, 0x7c, 0xd3, 0xe8, 0x6e, 0x37, 0x0d, 0xdd, 0x56, 0x35, 0x1d, 0x9b, 0xb7, 0x2d, 0xdb, 0x30, - 0xd5, 0x36, 0xbe, 0xad, 0xe9, 0x36, 0x36, 0x4f, 0xd5, 0x26, 0xde, 0xb6, 0x7a, 0xb8, 0xb9, 0xdd, - 0xb4, 0xb4, 0x7c, 0xcf, 0x34, 0x6c, 0x03, 0x4d, 0x3b, 0x7f, 0xcf, 0xde, 0x14, 0x37, 0xdb, 0x86, - 0xd1, 0xee, 0xe0, 0x6d, 0x02, 0x3d, 0xe9, 0x9f, 0x6e, 0xb7, 0xb0, 0xd5, 0x34, 0xb5, 0x9e, 0x6d, - 0x98, 0x14, 0x53, 0xbc, 0x1a, 0xc4, 0xf8, 0x91, 0xa9, 0xf6, 0x7a, 0xd8, 0xb4, 0xe8, 0xba, 0xb4, - 0x0a, 0xcb, 0x7b, 0xd8, 0x3e, 0xec, 0xf4, 0xdb, 0x9a, 0x5e, 0xd1, 0x4f, 0x0d, 0x19, 0x7f, 0xde, - 0xc7, 0x96, 0x2d, 0xfd, 0x4d, 0x80, 0x95, 0xc0, 0x82, 0xd5, 0x33, 0x74, 0x0b, 0x23, 0x04, 0x29, - 0x5d, 0xed, 0xe2, 0x9c, 0xb0, 0x29, 0x6c, 0xcd, 0xc9, 0xe4, 0x3f, 0xba, 0x09, 0x99, 0x33, 0xac, - 0xb7, 0x0c, 0x53, 0x39, 0xc3, 0xa6, 0xa5, 0x19, 0x7a, 0x2e, 0x41, 0x56, 0x17, 0x29, 0xf4, 0x98, - 0x02, 0xd1, 0x1e, 0xcc, 0x76, 0x55, 0x5d, 0x3b, 0xc5, 0x96, 0x9d, 0x4b, 0x6e, 0x26, 0xb7, 0xe6, - 0x77, 0x5e, 0xcf, 0xd3, 0x9d, 0xe4, 0x43, 0x65, 0xe5, 0x1f, 0x32, 0xec, 0xb2, 0x6e, 0x9b, 0xe7, - 0xb2, 0x47, 0x2c, 0xde, 0x83, 0x45, 0x6e, 0x09, 0x65, 0x21, 0xf9, 0x19, 0x3e, 0x67, 0x3a, 0x39, - 0x7f, 0xd1, 0x32, 0xa4, 0xcf, 0xd4, 0x4e, 0x1f, 0x33, 0x4d, 0xe8, 0xc3, 0xdd, 0xc4, 0xff, 0x0b, - 0xd2, 0x55, 0x58, 0xf7, 0xa4, 0x95, 0xd4, 0x9e, 0x7a, 0xa2, 0x75, 0x34, 0x5b, 0xc3, 0x96, 0xbb, - 0xf5, 0x4f, 0x60, 0x23, 0x62, 0x9d, 0x59, 0xe0, 0x3e, 0x2c, 0x34, 0x7d, 0xf0, 0x9c, 0x40, 0xb6, - 0x92, 0x73, 0xb7, 0x12, 0xa0, 0x3c, 0x97, 0x39, 0x6c, 0xe9, 0x9f, 0x02, 0x64, 0x83, 0x28, 0xe8, - 0x3e, 0xcc, 0x58, 0xd8, 0x3c, 0xd3, 0x9a, 0xd4, 0xae, 0xf3, 0x3b, 0x9b, 0x51, 0xdc, 0xf2, 0x75, - 0x8a, 0xb7, 0x3f, 0x25, 0xbb, 0x24, 0xe2, 0x2f, 0x05, 0x98, 0x61, 0x60, 0xf4, 0x2e, 0xa4, 0xec, - 0xf3, 0x1e, 0x65, 0x93, 0xd9, 0xb9, 0x39, 0x8a, 0x4d, 0xbe, 0x71, 0xde, 0xc3, 0x32, 0x21, 0x91, - 0x3e, 0x82, 0x94, 0xf3, 0x84, 0xe6, 0x61, 0xe6, 0xa8, 0xf6, 0xa0, 0x76, 0xf0, 0x71, 0x2d, 0x3b, - 0x85, 0x56, 0x01, 0x95, 0x0e, 0x6a, 0x0d, 0xf9, 0xa0, 0x5a, 0x2d, 0xcb, 0x4a, 0xbd, 0x2c, 0x1f, - 0x57, 0x4a, 0xe5, 0xac, 0x80, 0x5e, 0x86, 0xcd, 0xe3, 0x83, 0xea, 0xd1, 0xc3, 0xb2, 0x52, 0x28, - 0x95, 0xca, 0xf5, 0x7a, 0xa5, 0x58, 0xa9, 0x56, 0x1a, 0x8f, 0x94, 0xd2, 0x41, 0xad, 0xde, 0x90, - 0x0b, 0x95, 0x5a, 0xa3, 0x9e, 0x4d, 0x14, 0xa7, 0xa9, 0x36, 0x52, 0x06, 0x16, 0x0e, 0x4d, 0xe3, - 0x04, 0xbb, 0x36, 0x2e, 0xc0, 0x22, 0x7b, 0x66, 0x36, 0xfd, 0x3f, 0x48, 0x9b, 0x58, 0x6d, 0x9d, - 0xb3, 0xed, 0x8b, 0x79, 0xea, 0xb7, 0x79, 0xd7, 0x6f, 0xf3, 0x45, 0xc3, 0xe8, 0x1c, 0x3b, 0x67, - 0x28, 0x53, 0x44, 0xe9, 0xdb, 0x14, 0x2c, 0x95, 0x4c, 0xac, 0xda, 0xf8, 0xd8, 0xe8, 0xf4, 0xbb, - 0x2e, 0xeb, 0x50, 0xff, 0xbc, 0x0f, 0x19, 0xe7, 0x0c, 0x9a, 0x9a, 0x7d, 0xae, 0x98, 0xaa, 0xde, - 0xa6, 0x5e, 0x31, 0xbf, 0xb3, 0xe2, 0x9a, 0xa7, 0xc4, 0x56, 0x65, 0x67, 0x51, 0x5e, 0x6c, 0xfa, - 0x1f, 0x51, 0x05, 0x96, 0xce, 0x88, 0x08, 0x85, 0x3b, 0xf6, 0x24, 0x7f, 0xec, 0x54, 0x0b, 0xdf, - 0xb1, 0xa3, 0x33, 0x1e, 0xa2, 0x61, 0x0b, 0x3d, 0x00, 0xe8, 0xa9, 0xa6, 0xda, 0xc5, 0x36, 0x36, - 0xad, 0x5c, 0x8a, 0x8f, 0x81, 0x90, 0xdd, 0xe4, 0x0f, 0x3d, 0x6c, 0x1a, 0x03, 0x3e, 0x72, 0xb4, - 0xe7, 0x38, 0x4d, 0xd3, 0xc4, 0xb6, 0x95, 0x4b, 0x13, 0x4e, 0x5b, 0x71, 0x9c, 0xea, 0x14, 0x95, - 0xb0, 0x29, 0x26, 0x7f, 0x55, 0x14, 0x64, 0x97, 0x1a, 0x1d, 0xc0, 0x8a, 0xbb, 0x41, 0x43, 0xb7, - 0xb1, 0x6e, 0x2b, 0x96, 0xd1, 0x37, 0x9b, 0x38, 0x37, 0x4d, 0xac, 0xb4, 0x16, 0xd8, 0x22, 0xc5, - 0xa9, 0x13, 0x14, 0x99, 0x99, 0x86, 0x03, 0xa2, 0xc7, 0x20, 0xaa, 0xcd, 0x26, 0xb6, 0x2c, 0x8d, - 0xda, 0x42, 0x31, 0xf1, 0xe7, 0x7d, 0xcd, 0xc4, 0x5d, 0xac, 0xdb, 0x56, 0x6e, 0x86, 0xe7, 0xda, - 0x30, 0x7a, 0x46, 0xc7, 0x68, 0x9f, 0xcb, 0x03, 0x1c, 0xf9, 0x0a, 0x47, 0xee, 0x5b, 0xb1, 0xc4, - 0xf7, 0xe0, 0xa5, 0x80, 0x51, 0x26, 0x89, 0x7e, 0xf1, 0x2e, 0x2c, 0xf8, 0x2d, 0x31, 0x51, 0xe6, - 0xf8, 0x79, 0x02, 0x96, 0x42, 0x6c, 0x80, 0xf6, 0x61, 0xd6, 0xd2, 0xd5, 0x9e, 0xf5, 0xc4, 0xb0, - 0x99, 0xff, 0xde, 0x8a, 0x31, 0x59, 0xbe, 0xce, 0x70, 0xe9, 0xe3, 0xfe, 0x94, 0xec, 0x51, 0xa3, - 0x22, 0x4c, 0x53, 0x7b, 0x32, 0x07, 0xdd, 0x8a, 0xe3, 0x43, 0x61, 0x1e, 0x17, 0x46, 0x29, 0xbe, - 0x09, 0x19, 0x5e, 0x02, 0xba, 0x06, 0xf3, 0xae, 0x04, 0x45, 0x6b, 0xb1, 0xbd, 0x82, 0x0b, 0xaa, - 0xb4, 0xc4, 0xd7, 0x61, 0xc1, 0xcf, 0x0c, 0xad, 0xc1, 0x1c, 0x73, 0x08, 0x0f, 0x7d, 0x96, 0x02, - 0x2a, 0x2d, 0x2f, 0xa6, 0xbf, 0x07, 0xcb, 0xbc, 0x9f, 0xb1, 0x50, 0x7e, 0xc5, 0xdb, 0x03, 0xb5, - 0x45, 0x86, 0xdf, 0x83, 0xab, 0xa7, 0xf4, 0xbb, 0x14, 0x64, 0x83, 0x41, 0x83, 0xee, 0x43, 0xfa, - 0xa4, 0x63, 0x34, 0x3f, 0x63, 0xb4, 0x2f, 0x47, 0x45, 0x57, 0xbe, 0xe8, 0x60, 0x51, 0xe8, 0xfe, - 0x94, 0x4c, 0x89, 0x1c, 0xea, 0xae, 0xd1, 0xd7, 0x6d, 0x66, 0xbd, 0x68, 0xea, 0x87, 0x0e, 0xd6, - 0x80, 0x9a, 0x10, 0xa1, 0x5d, 0x98, 0xa7, 0x6e, 0xa7, 0x74, 0x8d, 0x16, 0xce, 0x25, 0x09, 0x8f, - 0x1b, 0x91, 0x3c, 0x0a, 0x04, 0xf7, 0xa1, 0xd1, 0xc2, 0x32, 0xa8, 0xde, 0x7f, 0x71, 0x11, 0xe6, - 0x7d, 0xba, 0x89, 0x7b, 0x30, 0xef, 0x13, 0x86, 0x2e, 0xc3, 0xcc, 0xa9, 0xa5, 0x78, 0x19, 0x7a, - 0x4e, 0x9e, 0x3e, 0xb5, 0x48, 0xd2, 0xbd, 0x06, 0xf3, 0x44, 0x0b, 0xe5, 0xb4, 0xa3, 0xb6, 0xad, - 0x5c, 0x62, 0x33, 0xe9, 0x9c, 0x11, 0x01, 0x7d, 0xe0, 0x40, 0xc4, 0xbf, 0x0b, 0x00, 0x03, 0x91, - 0xe8, 0x3e, 0xa4, 0x88, 0x96, 0x34, 0xcf, 0x6f, 0x8d, 0xa1, 0x65, 0x9e, 0xa8, 0x4a, 0xa8, 0xa4, - 0x5f, 0x0b, 0x90, 0x22, 0x6c, 0x82, 0xb9, 0xbe, 0x5e, 0xa9, 0xed, 0x55, 0xcb, 0x4a, 0xed, 0x60, - 0xb7, 0xac, 0x7c, 0x2c, 0x57, 0x1a, 0x65, 0x39, 0x2b, 0xa0, 0x35, 0xb8, 0xec, 0x87, 0xcb, 0xe5, - 0xc2, 0x6e, 0x59, 0x56, 0x0e, 0x6a, 0xd5, 0x47, 0xd9, 0x04, 0x12, 0x61, 0xf5, 0xe1, 0x51, 0xb5, - 0x51, 0x19, 0x5e, 0x4b, 0xa2, 0x75, 0xc8, 0xf9, 0xd6, 0x18, 0x0f, 0xc6, 0x36, 0xe5, 0xb0, 0xf5, - 0xad, 0xd2, 0xbf, 0x6c, 0x31, 0x5d, 0x5c, 0xf4, 0x0e, 0x83, 0x38, 0xdb, 0xc7, 0xb0, 0xc8, 0xe5, - 0x68, 0xa7, 0xe4, 0x60, 0x49, 0xa5, 0xa5, 0x9c, 0x9c, 0xdb, 0xe4, 0x1a, 0x16, 0xb6, 0x92, 0xf2, - 0xa2, 0x0b, 0x2d, 0x3a, 0x40, 0xc7, 0xac, 0x1d, 0xad, 0xab, 0xd9, 0x0c, 0x27, 0x41, 0x70, 0x80, - 0x80, 0x08, 0x82, 0xf4, 0x75, 0x02, 0xa6, 0xd9, 0xd9, 0xdc, 0xf4, 0xdd, 0x12, 0x1c, 0x4b, 0x17, - 0x4a, 0x59, 0x72, 0xc1, 0x91, 0xe0, 0x83, 0x03, 0xed, 0x43, 0xc6, 0x9f, 0x4a, 0x9f, 0xba, 0x85, - 0xce, 0x75, 0xfe, 0x80, 0xfc, 0xf1, 0xfc, 0x94, 0x95, 0x37, 0x8b, 0x67, 0x7e, 0x18, 0x2a, 0x42, - 0x26, 0x90, 0x8d, 0x53, 0xa3, 0xb3, 0xf1, 0x62, 0x93, 0x4b, 0x4c, 0x05, 0x58, 0x72, 0x13, 0x69, - 0x07, 0x2b, 0x36, 0x4b, 0xb4, 0xec, 0xb6, 0xc8, 0x0e, 0x25, 0x60, 0x34, 0x40, 0x76, 0x61, 0xe2, - 0xfb, 0x80, 0x86, 0x75, 0x9d, 0x28, 0x6b, 0xf6, 0x61, 0x29, 0x24, 0xc5, 0xa3, 0x3c, 0xcc, 0x91, - 0xa3, 0xb2, 0x34, 0x1b, 0xb3, 0x12, 0x6a, 0x58, 0xa3, 0x01, 0x8a, 0x83, 0xdf, 0x33, 0xf1, 0x29, - 0x36, 0x4d, 0xdc, 0x22, 0xe1, 0x11, 0x8a, 0xef, 0xa1, 0x48, 0x3f, 0x15, 0x60, 0xd6, 0x85, 0xa3, - 0xbb, 0x30, 0x6b, 0xe1, 0x36, 0xbd, 0x7e, 0xa8, 0xac, 0xab, 0x41, 0xda, 0x7c, 0x9d, 0x21, 0xb0, - 0x62, 0xd3, 0xc5, 0x77, 0x8a, 0x4d, 0x6e, 0x69, 0xa2, 0xcd, 0xff, 0x51, 0x80, 0xa5, 0x5d, 0xdc, - 0xc1, 0xc1, 0x2a, 0x25, 0x2e, 0xc3, 0xfa, 0x2f, 0xf6, 0x04, 0x7f, 0xb1, 0x87, 0xb0, 0x8a, 0xb9, - 0xd8, 0x2f, 0x74, 0xd9, 0xad, 0xc2, 0x32, 0x2f, 0x8d, 0xa6, 0x77, 0xe9, 0x1f, 0x49, 0xb8, 0xea, - 0xf8, 0x82, 0x69, 0x74, 0x3a, 0xd8, 0x3c, 0xec, 0x9f, 0x74, 0x34, 0xeb, 0xc9, 0x04, 0x9b, 0xbb, - 0x0c, 0x33, 0xba, 0xd1, 0xf2, 0x05, 0xcf, 0xb4, 0xf3, 0x58, 0x69, 0xa1, 0x32, 0x5c, 0x0a, 0x96, - 0x59, 0xe7, 0x2c, 0x09, 0x47, 0x17, 0x59, 0xd9, 0xb3, 0xe0, 0x0d, 0x22, 0xc2, 0xac, 0x53, 0x20, - 0x1a, 0x7a, 0xe7, 0x9c, 0x44, 0xcc, 0xac, 0xec, 0x3d, 0x23, 0x39, 0x58, 0x31, 0xbd, 0xe5, 0x55, - 0x4c, 0xb1, 0x3b, 0x8a, 0x2b, 0x9e, 0x3e, 0x1d, 0x8a, 0xf8, 0x69, 0xc2, 0xfa, 0xdd, 0x31, 0x59, - 0x8f, 0xcc, 0x04, 0x17, 0x39, 0xc5, 0xe7, 0x10, 0xbe, 0x7f, 0x15, 0xe0, 0x5a, 0xe4, 0x16, 0xd8, - 0x95, 0xdf, 0x82, 0x97, 0x7a, 0x74, 0xc1, 0x33, 0x02, 0x8d, 0xb2, 0x7b, 0x23, 0x8d, 0xc0, 0x3a, - 0x3d, 0x06, 0xe5, 0xcc, 0x90, 0xe9, 0x71, 0x40, 0xb1, 0x00, 0x4b, 0x21, 0x68, 0x13, 0x6d, 0xe6, - 0x1b, 0x01, 0x36, 0x07, 0xaa, 0x1c, 0xe9, 0xbd, 0xe7, 0xe7, 0xbe, 0x8d, 0x81, 0x6f, 0xd1, 0x94, - 0x7f, 0x67, 0x78, 0xef, 0xe1, 0x02, 0xbf, 0xab, 0x08, 0xbe, 0x01, 0xd7, 0x63, 0x44, 0xb3, 0x70, - 0xfe, 0x3a, 0x05, 0xd7, 0x8f, 0xd5, 0x8e, 0xd6, 0xf2, 0x0a, 0xb9, 0x90, 0x9e, 0x38, 0xde, 0x24, - 0xcd, 0xa1, 0x08, 0xa0, 0x59, 0xeb, 0xbe, 0x17, 0xb5, 0xa3, 0xf8, 0x8f, 0x71, 0x1d, 0x3e, 0xc7, - 0x26, 0xec, 0x51, 0x48, 0x13, 0xf6, 0xee, 0xf8, 0xba, 0xc6, 0xb5, 0x64, 0x47, 0xc1, 0x04, 0xf3, - 0xce, 0xf8, 0x7c, 0x63, 0xbc, 0xe0, 0xc2, 0x51, 0xfc, 0x22, 0xbb, 0xa6, 0x3f, 0xa7, 0x40, 0x8a, - 0xdb, 0x3d, 0xcb, 0x21, 0x32, 0xcc, 0x35, 0x0d, 0xfd, 0x54, 0x33, 0xbb, 0xb8, 0xc5, 0xaa, 0xff, - 0xb7, 0xc7, 0x31, 0x1e, 0x4b, 0x20, 0x25, 0x97, 0x56, 0x1e, 0xb0, 0x41, 0x39, 0x98, 0xe9, 0x62, - 0xcb, 0x52, 0xdb, 0xae, 0x5a, 0xee, 0xa3, 0xf8, 0x65, 0x12, 0xe6, 0x3c, 0x12, 0xa4, 0x0f, 0x79, - 0x30, 0x4d, 0x5f, 0x7b, 0xcf, 0xa2, 0xc0, 0xb3, 0x3b, 0x73, 0xe2, 0x19, 0x9c, 0xb9, 0xc5, 0x39, - 0x33, 0x0d, 0x87, 0xdd, 0x67, 0x52, 0x3b, 0xc6, 0xaf, 0x5f, 0xb8, 0x03, 0x4a, 0x3f, 0x04, 0x54, - 0xd5, 0x2c, 0xd6, 0x45, 0x79, 0x69, 0xc9, 0x69, 0x9a, 0xd4, 0xa7, 0x0a, 0xd6, 0x6d, 0x53, 0x63, - 0xe5, 0x7a, 0x5a, 0x86, 0xae, 0xfa, 0xb4, 0x4c, 0x21, 0x4e, 0x49, 0x6f, 0xd9, 0xaa, 0x69, 0x6b, - 0x7a, 0x5b, 0xb1, 0x8d, 0xcf, 0xb0, 0x37, 0x98, 0x74, 0xa1, 0x0d, 0x07, 0x28, 0x7d, 0x21, 0xc0, - 0x12, 0xc7, 0x9e, 0xf9, 0xe4, 0x3d, 0x98, 0x19, 0xf0, 0xe6, 0xca, 0xf8, 0x10, 0xec, 0x3c, 0x35, - 0x9b, 0x4b, 0x81, 0x36, 0x00, 0x74, 0xfc, 0xd4, 0xe6, 0xe4, 0xce, 0x39, 0x10, 0x22, 0x53, 0xdc, - 0x86, 0x34, 0x35, 0xc3, 0xb8, 0xfd, 0xf2, 0x97, 0x09, 0x40, 0x7b, 0xd8, 0xf6, 0xda, 0x20, 0x66, - 0x83, 0x08, 0x5f, 0x12, 0x9e, 0xc1, 0x97, 0x3e, 0xe4, 0x7c, 0x89, 0x7a, 0xe3, 0x2d, 0xdf, 0x84, - 0x36, 0x20, 0x3a, 0x36, 0x13, 0x46, 0xb4, 0x1e, 0xb4, 0x9e, 0x1b, 0xaf, 0xf5, 0xb8, 0xa0, 0xcb, - 0xec, 0xc2, 0x12, 0xa7, 0x33, 0x3b, 0xd3, 0xdb, 0x80, 0xd4, 0x33, 0x55, 0xeb, 0xa8, 0x8e, 0x5e, - 0x6e, 0x67, 0xc7, 0x3a, 0xbd, 0x4b, 0xde, 0x8a, 0x4b, 0x26, 0x49, 0xfe, 0x82, 0x81, 0xf1, 0x0b, - 0x4e, 0x8c, 0x3b, 0xfe, 0x8b, 0x76, 0x08, 0x87, 0xc9, 0xdd, 0x0b, 0x9d, 0x1a, 0xdf, 0x18, 0x2e, - 0x12, 0xd8, 0x64, 0x36, 0x72, 0x80, 0xfc, 0xaf, 0x04, 0xac, 0xc5, 0x60, 0xa3, 0x7b, 0x90, 0x34, - 0x7b, 0x4d, 0xe6, 0x4c, 0xaf, 0x8e, 0xc1, 0x3f, 0x2f, 0x1f, 0x96, 0xf6, 0xa7, 0x64, 0x87, 0x4a, - 0xfc, 0x45, 0x02, 0x92, 0xf2, 0x61, 0x09, 0xbd, 0xcf, 0x8d, 0x91, 0xdf, 0x18, 0x93, 0x8b, 0x7f, - 0x9a, 0xfc, 0x17, 0x21, 0x6c, 0x9c, 0x9c, 0x83, 0xe5, 0x92, 0x5c, 0x2e, 0x34, 0xca, 0xca, 0x6e, - 0xb9, 0x5a, 0x6e, 0x94, 0x15, 0x3a, 0x44, 0xce, 0x0a, 0x68, 0x1d, 0x72, 0x87, 0x47, 0xc5, 0x6a, - 0xa5, 0xbe, 0xaf, 0x1c, 0xd5, 0xdc, 0x7f, 0x6c, 0x35, 0x81, 0xb2, 0xb0, 0x50, 0xad, 0xd4, 0x1b, - 0x0c, 0x50, 0xcf, 0x26, 0x1d, 0xc8, 0x5e, 0xb9, 0xa1, 0x94, 0x0a, 0x87, 0x85, 0x52, 0xa5, 0xf1, - 0x28, 0x9b, 0x42, 0x22, 0xac, 0xf2, 0xbc, 0xeb, 0xb5, 0xc2, 0x61, 0x7d, 0xff, 0xa0, 0x91, 0x4d, - 0x23, 0x04, 0x19, 0x42, 0xef, 0x82, 0xea, 0xd9, 0x69, 0x87, 0x43, 0xa9, 0x7a, 0x50, 0xf3, 0x74, - 0x98, 0x41, 0xcb, 0x90, 0x75, 0x25, 0xcb, 0xe5, 0xc2, 0x2e, 0x99, 0x62, 0xcc, 0x7a, 0x03, 0xaf, - 0x6f, 0x12, 0xb0, 0x42, 0x27, 0x5e, 0xee, 0x7c, 0xcd, 0x8d, 0xc1, 0x2d, 0xc8, 0xd2, 0x1e, 0x5d, - 0x09, 0x56, 0x49, 0x19, 0x0a, 0x3f, 0x76, 0x6b, 0x25, 0x77, 0x3a, 0x9d, 0xf0, 0x4d, 0xa7, 0x2b, - 0xc1, 0xca, 0xf1, 0x16, 0x3f, 0xc7, 0x0d, 0x48, 0x8b, 0x6b, 0x46, 0x1e, 0x86, 0x94, 0x36, 0xb7, - 0xe3, 0xb9, 0xc5, 0xa5, 0xfd, 0x8b, 0x74, 0x1e, 0x17, 0x8c, 0xde, 0x0f, 0x60, 0x35, 0xa8, 0x2f, - 0x0b, 0xa4, 0x37, 0x86, 0xa6, 0xad, 0x5e, 0x3a, 0xf1, 0x70, 0x3d, 0x0c, 0xe9, 0x2b, 0x01, 0x66, - 0x5d, 0xb0, 0x93, 0x92, 0x2d, 0xed, 0xc7, 0x98, 0x9b, 0xee, 0xcc, 0x39, 0x10, 0x6f, 0x58, 0xe4, - 0x9f, 0x93, 0x26, 0x82, 0x73, 0xd2, 0xd0, 0x73, 0x4e, 0x86, 0x9e, 0xf3, 0x06, 0x40, 0x93, 0xa8, - 0xdf, 0x52, 0x54, 0x9b, 0xf4, 0xa1, 0x49, 0x79, 0x8e, 0x41, 0x0a, 0x36, 0xda, 0x84, 0x05, 0xf2, - 0x16, 0x43, 0xb1, 0x0d, 0xa5, 0x6f, 0xe1, 0x5c, 0x9a, 0x34, 0xaa, 0x40, 0x60, 0x0d, 0xe3, 0xc8, - 0xc2, 0xd2, 0x9f, 0x04, 0x58, 0xa1, 0xfd, 0x77, 0xd0, 0xd9, 0x46, 0x4d, 0x73, 0xfd, 0xfe, 0x14, - 0xc8, 0xe1, 0xa1, 0x0c, 0xbf, 0xab, 0xf6, 0x23, 0x07, 0xab, 0x41, 0x79, 0xac, 0xe7, 0xf8, 0xad, - 0x00, 0xcb, 0xce, 0x05, 0xea, 0x2e, 0x3c, 0xef, 0xfb, 0x7c, 0x82, 0x73, 0x0a, 0x18, 0x33, 0x15, - 0x34, 0xa6, 0xf4, 0x7b, 0x01, 0x56, 0x02, 0xba, 0x32, 0x3f, 0x7c, 0x2f, 0x58, 0x1c, 0xdc, 0xf0, - 0x17, 0x07, 0x43, 0xf8, 0x13, 0x96, 0x07, 0x77, 0xdc, 0xf2, 0x60, 0x32, 0x77, 0xff, 0x36, 0x05, - 0xab, 0x35, 0xa3, 0x85, 0xeb, 0xb6, 0xda, 0x9e, 0x64, 0xe4, 0xf4, 0x83, 0xe1, 0x0e, 0x9e, 0xfa, - 0xce, 0x8e, 0x2b, 0x2c, 0x9c, 0xeb, 0x38, 0x8d, 0x3b, 0xca, 0xc3, 0x92, 0x65, 0xab, 0x6d, 0x72, - 0x68, 0xaa, 0xd9, 0xc6, 0xb6, 0xd2, 0x53, 0xed, 0x27, 0xec, 0x44, 0x2e, 0xb1, 0xa5, 0x06, 0x59, - 0x39, 0x54, 0xed, 0x27, 0xe1, 0x93, 0xa0, 0xd4, 0xc4, 0x93, 0xa0, 0x0f, 0x83, 0xcd, 0xd8, 0xeb, - 0x23, 0xf6, 0x12, 0x93, 0x58, 0xbf, 0x1f, 0x31, 0xe5, 0x79, 0x73, 0x04, 0xcb, 0xd1, 0xd3, 0x9d, - 0x8b, 0x4f, 0x35, 0x5e, 0xf0, 0x80, 0xe8, 0x0a, 0x5c, 0x1e, 0xda, 0x3c, 0x0b, 0xf4, 0x36, 0xe4, - 0x9c, 0xa5, 0x23, 0xdd, 0x9a, 0xd0, 0x1d, 0x23, 0x3c, 0x26, 0x11, 0xe1, 0x31, 0xd2, 0x1a, 0x5c, - 0x09, 0x11, 0xc4, 0xb4, 0xf8, 0x2a, 0x4d, 0xd5, 0x98, 0x7c, 0x56, 0xf9, 0x49, 0x54, 0x54, 0xbc, - 0xed, 0x3f, 0xf6, 0xd0, 0xb1, 0xde, 0x77, 0x11, 0x17, 0xd7, 0x60, 0xde, 0x8f, 0xc7, 0x92, 0x95, - 0x3d, 0x22, 0x70, 0xd2, 0x17, 0x1a, 0xa1, 0x4e, 0x07, 0x46, 0xa8, 0xd5, 0x41, 0x50, 0xcd, 0xf0, - 0xe5, 0x45, 0xa4, 0x29, 0x62, 0xc2, 0xea, 0xf1, 0x50, 0x58, 0xcd, 0xf2, 0x73, 0xd9, 0x48, 0xa6, - 0xff, 0x03, 0x81, 0xc5, 0x9c, 0x3a, 0x74, 0x60, 0x2a, 0x3d, 0x06, 0x91, 0x7a, 0xfc, 0xe4, 0x23, - 0xcc, 0x80, 0x1b, 0x25, 0x82, 0x6e, 0x24, 0x6d, 0xc0, 0x5a, 0x28, 0x6f, 0x26, 0xfa, 0x11, 0xd5, - 0x6b, 0x0f, 0xb3, 0x0e, 0xb8, 0x6e, 0xab, 0xb6, 0x35, 0xae, 0x64, 0xb6, 0xe8, 0x97, 0x4c, 0x41, - 0x44, 0xf2, 0x1e, 0xdd, 0x55, 0x90, 0x35, 0xbb, 0x71, 0x5f, 0x83, 0x74, 0x9f, 0x0c, 0x73, 0xe8, - 0x7d, 0xbb, 0xc4, 0xbb, 0xf4, 0x91, 0xb3, 0x24, 0x53, 0x0c, 0xe9, 0x0f, 0x02, 0xcc, 0xfb, 0xc0, - 0x68, 0x1d, 0xe6, 0xbc, 0xde, 0xce, 0x2d, 0xfc, 0x3c, 0x80, 0x73, 0x06, 0xb6, 0x61, 0xab, 0x1d, - 0xf6, 0x7e, 0x90, 0x3e, 0x38, 0xb5, 0x7a, 0xdf, 0xc2, 0xb4, 0x72, 0x48, 0xca, 0xe4, 0x3f, 0x7a, - 0x03, 0x52, 0x7d, 0x5d, 0xa3, 0x15, 0x5d, 0x26, 0x18, 0x54, 0x44, 0x54, 0xfe, 0x48, 0xd7, 0x6c, - 0x99, 0x60, 0x49, 0xb7, 0x20, 0xe5, 0x3c, 0xf1, 0x2d, 0xd0, 0x1c, 0xa4, 0x8b, 0x8f, 0x1a, 0xe5, - 0x7a, 0x56, 0x40, 0x00, 0xd3, 0x95, 0xda, 0xc1, 0x6e, 0xb9, 0x9e, 0x4d, 0x48, 0xeb, 0xde, 0xd6, - 0xc3, 0x5a, 0xcc, 0x4f, 0xe9, 0x91, 0x44, 0x35, 0x97, 0x85, 0xd0, 0xe6, 0x72, 0x83, 0xbb, 0x9c, - 0x46, 0xb4, 0x95, 0x5f, 0x0b, 0xb0, 0x12, 0x8a, 0x87, 0xee, 0xf8, 0x1b, 0xca, 0xeb, 0xb1, 0x3c, - 0xfd, 0xad, 0xe4, 0xcf, 0x04, 0xda, 0x4a, 0xde, 0xe5, 0x5a, 0xc9, 0x57, 0x46, 0xd2, 0xfb, 0x9b, - 0xc8, 0x52, 0x44, 0x0f, 0x59, 0x6f, 0x14, 0xf6, 0xca, 0xca, 0x51, 0x8d, 0xfe, 0x7a, 0x3d, 0xe4, - 0x32, 0x64, 0x9d, 0x9e, 0x90, 0x7d, 0x98, 0x54, 0x6f, 0x14, 0xb8, 0x8f, 0x90, 0x96, 0x01, 0x31, - 0x1b, 0xfa, 0xbf, 0x74, 0xfb, 0x42, 0x80, 0x25, 0x0e, 0xcc, 0x4c, 0xea, 0x1b, 0xf4, 0x0b, 0xdc, - 0xa0, 0x7f, 0x1b, 0x96, 0x9d, 0x22, 0x95, 0x7a, 0xad, 0xa5, 0xf4, 0xb0, 0xa9, 0x38, 0x2b, 0xcc, - 0x77, 0x2e, 0x75, 0xd5, 0xa7, 0x6c, 0x30, 0x74, 0x88, 0x4d, 0x87, 0xf1, 0x73, 0x18, 0x85, 0xec, - 0xfc, 0x5b, 0x80, 0xd9, 0x4a, 0x0b, 0xeb, 0xb6, 0x73, 0x1e, 0x35, 0x58, 0xe4, 0x3e, 0x97, 0x43, - 0xeb, 0x11, 0x5f, 0xd1, 0x91, 0x0d, 0x8a, 0x1b, 0xb1, 0xdf, 0xd8, 0x49, 0x53, 0xe8, 0xd4, 0xf7, - 0xa9, 0x1f, 0x37, 0x0f, 0x7a, 0x79, 0x88, 0x32, 0xc4, 0x35, 0xc5, 0x9b, 0x23, 0xb0, 0x3c, 0x39, - 0xef, 0x40, 0x9a, 0x7c, 0xf4, 0x85, 0x96, 0xbd, 0xaf, 0xd2, 0x7c, 0xdf, 0x84, 0x89, 0x2b, 0x01, - 0xa8, 0x4b, 0xb7, 0xf3, 0x9f, 0x19, 0x80, 0xc1, 0xe0, 0x01, 0x3d, 0x80, 0x05, 0xff, 0x77, 0x27, - 0x68, 0x2d, 0xe6, 0xab, 0x27, 0x71, 0x3d, 0x7c, 0xd1, 0xd3, 0xe9, 0x01, 0x2c, 0xf8, 0xdf, 0x72, - 0x0e, 0x98, 0x85, 0xbc, 0x69, 0x1d, 0x30, 0x0b, 0x7d, 0x31, 0x3a, 0x85, 0x3a, 0x70, 0x39, 0xe2, - 0x3d, 0x17, 0x7a, 0x65, 0xbc, 0xb7, 0x81, 0xe2, 0xab, 0x63, 0xbe, 0x30, 0x93, 0xa6, 0x90, 0x09, - 0x57, 0x22, 0x5f, 0xef, 0xa0, 0xad, 0x71, 0x5f, 0x3e, 0x89, 0xaf, 0x8d, 0x81, 0xe9, 0xc9, 0xec, - 0x83, 0x18, 0x3d, 0x53, 0x46, 0xaf, 0x8d, 0xfd, 0xb2, 0x43, 0xbc, 0x35, 0xfe, 0x88, 0x5a, 0x9a, - 0x42, 0xfb, 0x30, 0xef, 0x1b, 0xb8, 0x22, 0x31, 0x74, 0x0a, 0x4b, 0x19, 0xaf, 0xc5, 0x4c, 0x68, - 0x29, 0x27, 0xdf, 0x50, 0x70, 0xc0, 0x69, 0x78, 0xba, 0x39, 0xe0, 0x14, 0x32, 0x45, 0x0c, 0x9a, - 0x3f, 0x90, 0x97, 0xc3, 0xcc, 0x1f, 0x9e, 0xd8, 0xc3, 0xcc, 0x1f, 0x91, 0xe4, 0xa5, 0x29, 0xf4, - 0x11, 0x64, 0xf8, 0xa1, 0x08, 0xda, 0x88, 0x1d, 0xee, 0x88, 0x57, 0xa3, 0x96, 0xfd, 0x2c, 0xf9, - 0x2e, 0x7d, 0xc0, 0x32, 0x74, 0x5a, 0x30, 0x60, 0x19, 0xd1, 0xdc, 0x4f, 0x39, 0xf9, 0x89, 0xeb, - 0x80, 0x07, 0xf9, 0x29, 0xac, 0xe9, 0x1f, 0xe4, 0xa7, 0xd0, 0xb6, 0x59, 0x9a, 0xda, 0xf9, 0x49, - 0x1a, 0x52, 0x24, 0x91, 0x36, 0xe0, 0xa5, 0x40, 0xa7, 0x81, 0xae, 0xc6, 0xf7, 0x5f, 0xe2, 0xb5, - 0xc8, 0x75, 0x4f, 0xdd, 0xc7, 0x70, 0x69, 0xa8, 0x77, 0x40, 0x9b, 0x7e, 0xba, 0xb0, 0xfe, 0x45, - 0xbc, 0x1e, 0x83, 0x11, 0xe4, 0xcd, 0xe7, 0x82, 0xcd, 0x51, 0xc5, 0x2d, 0xcf, 0x3b, 0x2a, 0xfe, - 0x3f, 0xa5, 0xf7, 0x56, 0x30, 0xf2, 0x25, 0x5e, 0xaf, 0xd0, 0x98, 0xbf, 0x11, 0x8b, 0xe3, 0x49, - 0xf8, 0xc4, 0xbb, 0x30, 0x7d, 0xd5, 0x18, 0xe2, 0x94, 0x0b, 0x2d, 0x02, 0x45, 0x29, 0x0e, 0x25, - 0xb8, 0x81, 0x60, 0xec, 0x04, 0x89, 0xc3, 0xa2, 0xe6, 0x46, 0x2c, 0x8e, 0x3f, 0xda, 0x7d, 0x57, - 0xfb, 0x20, 0xda, 0x87, 0xcb, 0x80, 0x41, 0xb4, 0x87, 0xd4, 0x02, 0xd2, 0xd4, 0xdd, 0xf7, 0x00, - 0x9a, 0x96, 0xa6, 0xd0, 0xbe, 0x05, 0x6d, 0x0c, 0x7d, 0x9e, 0xfc, 0x81, 0x86, 0x3b, 0xad, 0x83, - 0x9e, 0xad, 0x19, 0xba, 0x95, 0xfb, 0xcd, 0x2c, 0x69, 0x9a, 0xe6, 0x9a, 0x96, 0x46, 0xdb, 0x87, - 0x62, 0xfa, 0x71, 0xb2, 0x69, 0x69, 0x27, 0xd3, 0x04, 0xff, 0xad, 0xff, 0x06, 0x00, 0x00, 0xff, - 0xff, 0xc0, 0x4a, 0x2c, 0x66, 0xf7, 0x2f, 0x00, 0x00, + proto.RegisterFile("github.com/container-storage-interface/spec/csi.proto", fileDescriptor_csi_1ae6f08ed040695e) +} + +var fileDescriptor_csi_1ae6f08ed040695e = []byte{ + // 3067 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x3a, 0x4d, 0x6c, 0xe3, 0xc6, + 0xd5, 0xa6, 0x7e, 0xfc, 0xf3, 0x6c, 0x2b, 0xda, 0xf1, 0xcf, 0x6a, 0x69, 0x7b, 0xd7, 0xcb, 0xcd, + 0x26, 0xce, 0x26, 0x2b, 0x7f, 0x71, 0xb2, 0xc1, 0xb7, 0x3f, 0x29, 0x22, 0xc9, 0x8a, 0xad, 0xac, + 0x56, 0x76, 0x28, 0xd9, 0xe9, 0x6e, 0x1b, 0x30, 0xb4, 0x34, 0xd6, 0x12, 0x91, 0x48, 0x85, 0x1c, + 0xb9, 0xeb, 0xde, 0x8a, 0x02, 0xbd, 0xf4, 0xd4, 0x53, 0x7b, 0x2b, 0x90, 0x9e, 0x5a, 0x34, 0xe8, + 0xa9, 0xe8, 0xb1, 0x40, 0x2f, 0x05, 0x7a, 0xeb, 0xad, 0xb7, 0xdc, 0x83, 0x16, 0x08, 0x7a, 0xe8, + 0xa1, 0x40, 0x81, 0x82, 0x9c, 0x21, 0xc5, 0xa1, 0x48, 0x4a, 0x5a, 0x6f, 0x90, 0x43, 0x4f, 0x12, + 0xdf, 0xbc, 0xbf, 0x79, 0xf3, 0xde, 0x9b, 0xf7, 0x1e, 0x09, 0x77, 0xda, 0x1a, 0x79, 0xda, 0x3f, + 0xc9, 0x37, 0x8d, 0xee, 0x76, 0xd3, 0xd0, 0x89, 0xaa, 0xe9, 0xd8, 0xbc, 0x6d, 0x11, 0xc3, 0x54, + 0xdb, 0xf8, 0xb6, 0xa6, 0x13, 0x6c, 0x9e, 0xaa, 0x4d, 0xbc, 0x6d, 0xf5, 0x70, 0x73, 0xbb, 0x69, + 0x69, 0xf9, 0x9e, 0x69, 0x10, 0x03, 0x4d, 0xdb, 0x7f, 0xcf, 0xde, 0x14, 0x37, 0xdb, 0x86, 0xd1, + 0xee, 0xe0, 0x6d, 0x07, 0x7a, 0xd2, 0x3f, 0xdd, 0x6e, 0x61, 0xab, 0x69, 0x6a, 0x3d, 0x62, 0x98, + 0x14, 0x53, 0xbc, 0x16, 0xc4, 0x20, 0x5a, 0x17, 0x5b, 0x44, 0xed, 0xf6, 0x18, 0xc2, 0xd5, 0x20, + 0xc2, 0x0f, 0x4c, 0xb5, 0xd7, 0xc3, 0xa6, 0x45, 0xd7, 0xa5, 0x55, 0x58, 0xde, 0xc3, 0xe4, 0xb0, + 0xd3, 0x6f, 0x6b, 0x7a, 0x45, 0x3f, 0x35, 0x64, 0xfc, 0x59, 0x1f, 0x5b, 0x44, 0xfa, 0x9b, 0x00, + 0x2b, 0x81, 0x05, 0xab, 0x67, 0xe8, 0x16, 0x46, 0x08, 0x52, 0xba, 0xda, 0xc5, 0x39, 0x61, 0x53, + 0xd8, 0x9a, 0x93, 0x9d, 0xff, 0xe8, 0x26, 0x64, 0xce, 0xb0, 0xde, 0x32, 0x4c, 0xe5, 0x0c, 0x9b, + 0x96, 0x66, 0xe8, 0xb9, 0x84, 0xb3, 0xba, 0x48, 0xa1, 0xc7, 0x14, 0x88, 0xf6, 0x60, 0xb6, 0xab, + 0xea, 0xda, 0x29, 0xb6, 0x48, 0x2e, 0xb9, 0x99, 0xdc, 0x9a, 0xdf, 0x79, 0x3d, 0x4f, 0xb7, 0x9a, + 0x0f, 0x95, 0x95, 0x7f, 0xc4, 0xb0, 0xcb, 0x3a, 0x31, 0xcf, 0x65, 0x8f, 0x58, 0xbc, 0x0f, 0x8b, + 0xdc, 0x12, 0xca, 0x42, 0xf2, 0x53, 0x7c, 0xce, 0x74, 0xb2, 0xff, 0xa2, 0x65, 0x48, 0x9f, 0xa9, + 0x9d, 0x3e, 0x66, 0x9a, 0xd0, 0x87, 0x7b, 0x89, 0xff, 0x17, 0xa4, 0xab, 0xb0, 0xee, 0x49, 0x2b, + 0xa9, 0x3d, 0xf5, 0x44, 0xeb, 0x68, 0x44, 0xc3, 0x96, 0xbb, 0xf5, 0x8f, 0x61, 0x23, 0x62, 0x9d, + 0x59, 0xe0, 0x01, 0x2c, 0x34, 0x7d, 0xf0, 0x9c, 0xe0, 0x6c, 0x25, 0xe7, 0x6e, 0x25, 0x40, 0x79, + 0x2e, 0x73, 0xd8, 0xd2, 0x3f, 0x05, 0xc8, 0x06, 0x51, 0xd0, 0x03, 0x98, 0xb1, 0xb0, 0x79, 0xa6, + 0x35, 0xa9, 0x5d, 0xe7, 0x77, 0x36, 0xa3, 0xb8, 0xe5, 0xeb, 0x14, 0x6f, 0x7f, 0x4a, 0x76, 0x49, + 0xc4, 0x9f, 0x0b, 0x30, 0xc3, 0xc0, 0xe8, 0x2e, 0xa4, 0xc8, 0x79, 0x8f, 0xb2, 0xc9, 0xec, 0xdc, + 0x1c, 0xc5, 0x26, 0xdf, 0x38, 0xef, 0x61, 0xd9, 0x21, 0x91, 0x3e, 0x84, 0x94, 0xfd, 0x84, 0xe6, + 0x61, 0xe6, 0xa8, 0xf6, 0xb0, 0x76, 0xf0, 0x51, 0x2d, 0x3b, 0x85, 0x56, 0x01, 0x95, 0x0e, 0x6a, + 0x0d, 0xf9, 0xa0, 0x5a, 0x2d, 0xcb, 0x4a, 0xbd, 0x2c, 0x1f, 0x57, 0x4a, 0xe5, 0xac, 0x80, 0x5e, + 0x86, 0xcd, 0xe3, 0x83, 0xea, 0xd1, 0xa3, 0xb2, 0x52, 0x28, 0x95, 0xca, 0xf5, 0x7a, 0xa5, 0x58, + 0xa9, 0x56, 0x1a, 0x8f, 0x95, 0xd2, 0x41, 0xad, 0xde, 0x90, 0x0b, 0x95, 0x5a, 0xa3, 0x9e, 0x4d, + 0x14, 0xa7, 0xa9, 0x36, 0x52, 0x06, 0x16, 0x0e, 0x4d, 0xe3, 0x04, 0xbb, 0x36, 0x2e, 0xc0, 0x22, + 0x7b, 0x66, 0x36, 0xfd, 0x3f, 0x48, 0x9b, 0x58, 0x6d, 0x9d, 0xb3, 0xed, 0x8b, 0x79, 0xea, 0xb7, + 0x79, 0xd7, 0x6f, 0xf3, 0x45, 0xc3, 0xe8, 0x1c, 0xdb, 0x67, 0x28, 0x53, 0x44, 0xe9, 0xeb, 0x14, + 0x2c, 0x95, 0x4c, 0xac, 0x12, 0x7c, 0x6c, 0x74, 0xfa, 0x5d, 0x97, 0x75, 0xa8, 0x7f, 0x3e, 0x80, + 0x8c, 0x7d, 0x06, 0x4d, 0x8d, 0x9c, 0x2b, 0xa6, 0xaa, 0xb7, 0xa9, 0x57, 0xcc, 0xef, 0xac, 0xb8, + 0xe6, 0x29, 0xb1, 0x55, 0xd9, 0x5e, 0x94, 0x17, 0x9b, 0xfe, 0x47, 0x54, 0x81, 0xa5, 0x33, 0x47, + 0x84, 0xc2, 0x1d, 0x7b, 0x92, 0x3f, 0x76, 0xaa, 0x85, 0xef, 0xd8, 0xd1, 0x19, 0x0f, 0xd1, 0xb0, + 0x85, 0x1e, 0x02, 0xf4, 0x54, 0x53, 0xed, 0x62, 0x82, 0x4d, 0x2b, 0x97, 0xe2, 0x63, 0x20, 0x64, + 0x37, 0xf9, 0x43, 0x0f, 0x9b, 0xc6, 0x80, 0x8f, 0x1c, 0xed, 0xd9, 0x4e, 0xd3, 0x34, 0x31, 0xb1, + 0x72, 0x69, 0x87, 0xd3, 0x56, 0x1c, 0xa7, 0x3a, 0x45, 0x75, 0xd8, 0x14, 0x93, 0xbf, 0x28, 0x0a, + 0xb2, 0x4b, 0x8d, 0x0e, 0x60, 0xc5, 0xdd, 0xa0, 0xa1, 0x13, 0xac, 0x13, 0xc5, 0x32, 0xfa, 0x66, + 0x13, 0xe7, 0xa6, 0x1d, 0x2b, 0xad, 0x05, 0xb6, 0x48, 0x71, 0xea, 0x0e, 0x8a, 0xcc, 0x4c, 0xc3, + 0x01, 0xd1, 0x13, 0x10, 0xd5, 0x66, 0x13, 0x5b, 0x96, 0x46, 0x6d, 0xa1, 0x98, 0xf8, 0xb3, 0xbe, + 0x66, 0xe2, 0x2e, 0xd6, 0x89, 0x95, 0x9b, 0xe1, 0xb9, 0x36, 0x8c, 0x9e, 0xd1, 0x31, 0xda, 0xe7, + 0xf2, 0x00, 0x47, 0xbe, 0xc2, 0x91, 0xfb, 0x56, 0x2c, 0xf1, 0x5d, 0x78, 0x29, 0x60, 0x94, 0x49, + 0xa2, 0x5f, 0xbc, 0x07, 0x0b, 0x7e, 0x4b, 0x4c, 0x94, 0x39, 0x7e, 0x9a, 0x80, 0xa5, 0x10, 0x1b, + 0xa0, 0x7d, 0x98, 0xb5, 0x74, 0xb5, 0x67, 0x3d, 0x35, 0x08, 0xf3, 0xdf, 0x5b, 0x31, 0x26, 0xcb, + 0xd7, 0x19, 0x2e, 0x7d, 0xdc, 0x9f, 0x92, 0x3d, 0x6a, 0x54, 0x84, 0x69, 0x6a, 0x4f, 0xe6, 0xa0, + 0x5b, 0x71, 0x7c, 0x28, 0xcc, 0xe3, 0xc2, 0x28, 0xc5, 0x37, 0x21, 0xc3, 0x4b, 0x40, 0xd7, 0x60, + 0xde, 0x95, 0xa0, 0x68, 0x2d, 0xb6, 0x57, 0x70, 0x41, 0x95, 0x96, 0xf8, 0x3a, 0x2c, 0xf8, 0x99, + 0xa1, 0x35, 0x98, 0x63, 0x0e, 0xe1, 0xa1, 0xcf, 0x52, 0x40, 0xa5, 0xe5, 0xc5, 0xf4, 0x77, 0x60, + 0x99, 0xf7, 0x33, 0x16, 0xca, 0xaf, 0x78, 0x7b, 0xa0, 0xb6, 0xc8, 0xf0, 0x7b, 0x70, 0xf5, 0x94, + 0x7e, 0x93, 0x82, 0x6c, 0x30, 0x68, 0xd0, 0x03, 0x48, 0x9f, 0x74, 0x8c, 0xe6, 0xa7, 0x8c, 0xf6, + 0xe5, 0xa8, 0xe8, 0xca, 0x17, 0x6d, 0x2c, 0x0a, 0xdd, 0x9f, 0x92, 0x29, 0x91, 0x4d, 0xdd, 0x35, + 0xfa, 0x3a, 0x61, 0xd6, 0x8b, 0xa6, 0x7e, 0x64, 0x63, 0x0d, 0xa8, 0x1d, 0x22, 0xb4, 0x0b, 0xf3, + 0xd4, 0xed, 0x94, 0xae, 0xd1, 0xc2, 0xb9, 0xa4, 0xc3, 0xe3, 0x46, 0x24, 0x8f, 0x82, 0x83, 0xfb, + 0xc8, 0x68, 0x61, 0x19, 0x54, 0xef, 0xbf, 0xb8, 0x08, 0xf3, 0x3e, 0xdd, 0xc4, 0x3d, 0x98, 0xf7, + 0x09, 0x43, 0x97, 0x61, 0xe6, 0xd4, 0x52, 0xbc, 0x0c, 0x3d, 0x27, 0x4f, 0x9f, 0x5a, 0x4e, 0xd2, + 0xbd, 0x06, 0xf3, 0x8e, 0x16, 0xca, 0x69, 0x47, 0x6d, 0x5b, 0xb9, 0xc4, 0x66, 0xd2, 0x3e, 0x23, + 0x07, 0xf4, 0xbe, 0x0d, 0x11, 0xff, 0x2e, 0x00, 0x0c, 0x44, 0xa2, 0x07, 0x90, 0x72, 0xb4, 0xa4, + 0x79, 0x7e, 0x6b, 0x0c, 0x2d, 0xf3, 0x8e, 0xaa, 0x0e, 0x95, 0xf4, 0x4b, 0x01, 0x52, 0x0e, 0x9b, + 0x60, 0xae, 0xaf, 0x57, 0x6a, 0x7b, 0xd5, 0xb2, 0x52, 0x3b, 0xd8, 0x2d, 0x2b, 0x1f, 0xc9, 0x95, + 0x46, 0x59, 0xce, 0x0a, 0x68, 0x0d, 0x2e, 0xfb, 0xe1, 0x72, 0xb9, 0xb0, 0x5b, 0x96, 0x95, 0x83, + 0x5a, 0xf5, 0x71, 0x36, 0x81, 0x44, 0x58, 0x7d, 0x74, 0x54, 0x6d, 0x54, 0x86, 0xd7, 0x92, 0x68, + 0x1d, 0x72, 0xbe, 0x35, 0xc6, 0x83, 0xb1, 0x4d, 0xd9, 0x6c, 0x7d, 0xab, 0xf4, 0x2f, 0x5b, 0x4c, + 0x17, 0x17, 0xbd, 0xc3, 0x70, 0x9c, 0xed, 0x23, 0x58, 0xe4, 0x72, 0xb4, 0x5d, 0x72, 0xb0, 0xa4, + 0xd2, 0x52, 0x4e, 0xce, 0x89, 0x73, 0x0d, 0x0b, 0x5b, 0x49, 0x79, 0xd1, 0x85, 0x16, 0x6d, 0xa0, + 0x6d, 0xd6, 0x8e, 0xd6, 0xd5, 0x08, 0xc3, 0x49, 0x38, 0x38, 0xe0, 0x80, 0x1c, 0x04, 0xe9, 0xcb, + 0x04, 0x4c, 0xb3, 0xb3, 0xb9, 0xe9, 0xbb, 0x25, 0x38, 0x96, 0x2e, 0x94, 0xb2, 0xe4, 0x82, 0x23, + 0xc1, 0x07, 0x07, 0xda, 0x87, 0x8c, 0x3f, 0x95, 0x3e, 0x73, 0x0b, 0x9d, 0xeb, 0xfc, 0x01, 0xf9, + 0xe3, 0xf9, 0x19, 0x2b, 0x6f, 0x16, 0xcf, 0xfc, 0x30, 0x54, 0x84, 0x4c, 0x20, 0x1b, 0xa7, 0x46, + 0x67, 0xe3, 0xc5, 0x26, 0x97, 0x98, 0x0a, 0xb0, 0xe4, 0x26, 0xd2, 0x0e, 0x56, 0x08, 0x4b, 0xb4, + 0xec, 0xb6, 0xc8, 0x0e, 0x25, 0x60, 0x34, 0x40, 0x76, 0x61, 0xe2, 0x7b, 0x80, 0x86, 0x75, 0x9d, + 0x28, 0x6b, 0xf6, 0x61, 0x29, 0x24, 0xc5, 0xa3, 0x3c, 0xcc, 0x39, 0x47, 0x65, 0x69, 0x04, 0xb3, + 0x12, 0x6a, 0x58, 0xa3, 0x01, 0x8a, 0x8d, 0xdf, 0x33, 0xf1, 0x29, 0x36, 0x4d, 0xdc, 0x72, 0xc2, + 0x23, 0x14, 0xdf, 0x43, 0x91, 0x7e, 0x2c, 0xc0, 0xac, 0x0b, 0x47, 0xf7, 0x60, 0xd6, 0xc2, 0x6d, + 0x7a, 0xfd, 0x50, 0x59, 0x57, 0x83, 0xb4, 0xf9, 0x3a, 0x43, 0x60, 0xc5, 0xa6, 0x8b, 0x6f, 0x17, + 0x9b, 0xdc, 0xd2, 0x44, 0x9b, 0xff, 0x83, 0x00, 0x4b, 0xbb, 0xb8, 0x83, 0x83, 0x55, 0x4a, 0x5c, + 0x86, 0xf5, 0x5f, 0xec, 0x09, 0xfe, 0x62, 0x0f, 0x61, 0x15, 0x73, 0xb1, 0x5f, 0xe8, 0xb2, 0x5b, + 0x85, 0x65, 0x5e, 0x1a, 0x4d, 0xef, 0xd2, 0x3f, 0x92, 0x70, 0xd5, 0xf6, 0x05, 0xd3, 0xe8, 0x74, + 0xb0, 0x79, 0xd8, 0x3f, 0xe9, 0x68, 0xd6, 0xd3, 0x09, 0x36, 0x77, 0x19, 0x66, 0x74, 0xa3, 0xe5, + 0x0b, 0x9e, 0x69, 0xfb, 0xb1, 0xd2, 0x42, 0x65, 0xb8, 0x14, 0x2c, 0xb3, 0xce, 0x59, 0x12, 0x8e, + 0x2e, 0xb2, 0xb2, 0x67, 0xc1, 0x1b, 0x44, 0x84, 0x59, 0xbb, 0x40, 0x34, 0xf4, 0xce, 0xb9, 0x13, + 0x31, 0xb3, 0xb2, 0xf7, 0x8c, 0xe4, 0x60, 0xc5, 0xf4, 0x96, 0x57, 0x31, 0xc5, 0xee, 0x28, 0xae, + 0x78, 0xfa, 0x64, 0x28, 0xe2, 0xa7, 0x1d, 0xd6, 0x77, 0xc7, 0x64, 0x3d, 0x32, 0x13, 0x5c, 0xe4, + 0x14, 0x5f, 0x40, 0xf8, 0xfe, 0x45, 0x80, 0x6b, 0x91, 0x5b, 0x60, 0x57, 0x7e, 0x0b, 0x5e, 0xea, + 0xd1, 0x05, 0xcf, 0x08, 0x34, 0xca, 0xee, 0x8f, 0x34, 0x02, 0xeb, 0xf4, 0x18, 0x94, 0x33, 0x43, + 0xa6, 0xc7, 0x01, 0xc5, 0x02, 0x2c, 0x85, 0xa0, 0x4d, 0xb4, 0x99, 0xaf, 0x04, 0xd8, 0x1c, 0xa8, + 0x72, 0xa4, 0xf7, 0x5e, 0x9c, 0xfb, 0x36, 0x06, 0xbe, 0x45, 0x53, 0xfe, 0x9d, 0xe1, 0xbd, 0x87, + 0x0b, 0xfc, 0xa6, 0x22, 0xf8, 0x06, 0x5c, 0x8f, 0x11, 0xcd, 0xc2, 0xf9, 0xcb, 0x14, 0x5c, 0x3f, + 0x56, 0x3b, 0x5a, 0xcb, 0x2b, 0xe4, 0x42, 0x7a, 0xe2, 0x78, 0x93, 0x34, 0x87, 0x22, 0x80, 0x66, + 0xad, 0x07, 0x5e, 0xd4, 0x8e, 0xe2, 0x3f, 0xc6, 0x75, 0xf8, 0x02, 0x9b, 0xb0, 0xc7, 0x21, 0x4d, + 0xd8, 0xdd, 0xf1, 0x75, 0x8d, 0x6b, 0xc9, 0x8e, 0x82, 0x09, 0xe6, 0x9d, 0xf1, 0xf9, 0xc6, 0x78, + 0xc1, 0x85, 0xa3, 0xf8, 0xdb, 0xec, 0x9a, 0xfe, 0x94, 0x02, 0x29, 0x6e, 0xf7, 0x2c, 0x87, 0xc8, + 0x30, 0xd7, 0x34, 0xf4, 0x53, 0xcd, 0xec, 0xe2, 0x16, 0xab, 0xfe, 0xdf, 0x1e, 0xc7, 0x78, 0x2c, + 0x81, 0x94, 0x5c, 0x5a, 0x79, 0xc0, 0x06, 0xe5, 0x60, 0xa6, 0x8b, 0x2d, 0x4b, 0x6d, 0xbb, 0x6a, + 0xb9, 0x8f, 0xe2, 0x17, 0x49, 0x98, 0xf3, 0x48, 0x90, 0x3e, 0xe4, 0xc1, 0x34, 0x7d, 0xed, 0x3d, + 0x8f, 0x02, 0xcf, 0xef, 0xcc, 0x89, 0xe7, 0x70, 0xe6, 0x16, 0xe7, 0xcc, 0x34, 0x1c, 0x76, 0x9f, + 0x4b, 0xed, 0x18, 0xbf, 0xfe, 0xd6, 0x1d, 0x50, 0xfa, 0x3e, 0xa0, 0xaa, 0x66, 0xb1, 0x2e, 0xca, + 0x4b, 0x4b, 0x76, 0xd3, 0xa4, 0x3e, 0x53, 0xb0, 0x4e, 0x4c, 0x8d, 0x95, 0xeb, 0x69, 0x19, 0xba, + 0xea, 0xb3, 0x32, 0x85, 0xd8, 0x25, 0xbd, 0x45, 0x54, 0x93, 0x68, 0x7a, 0x5b, 0x21, 0xc6, 0xa7, + 0xd8, 0x1b, 0x4c, 0xba, 0xd0, 0x86, 0x0d, 0x94, 0x3e, 0x17, 0x60, 0x89, 0x63, 0xcf, 0x7c, 0xf2, + 0x3e, 0xcc, 0x0c, 0x78, 0x73, 0x65, 0x7c, 0x08, 0x76, 0x9e, 0x9a, 0xcd, 0xa5, 0x40, 0x1b, 0x00, + 0x3a, 0x7e, 0x46, 0x38, 0xb9, 0x73, 0x36, 0xc4, 0x91, 0x29, 0x6e, 0x43, 0x9a, 0x9a, 0x61, 0xdc, + 0x7e, 0xf9, 0x8b, 0x04, 0xa0, 0x3d, 0x4c, 0xbc, 0x36, 0x88, 0xd9, 0x20, 0xc2, 0x97, 0x84, 0xe7, + 0xf0, 0xa5, 0x0f, 0x38, 0x5f, 0xa2, 0xde, 0x78, 0xcb, 0x37, 0xa1, 0x0d, 0x88, 0x8e, 0xcd, 0x84, + 0x11, 0xad, 0x07, 0xad, 0xe7, 0xc6, 0x6b, 0x3d, 0x2e, 0xe8, 0x32, 0xbb, 0xb0, 0xc4, 0xe9, 0xcc, + 0xce, 0xf4, 0x36, 0x20, 0xf5, 0x4c, 0xd5, 0x3a, 0xaa, 0xad, 0x97, 0xdb, 0xd9, 0xb1, 0x4e, 0xef, + 0x92, 0xb7, 0xe2, 0x92, 0x49, 0x92, 0xbf, 0x60, 0x60, 0xfc, 0x82, 0x13, 0xe3, 0x8e, 0xff, 0xa2, + 0x1d, 0xc2, 0x61, 0x72, 0xf7, 0x42, 0xa7, 0xc6, 0x37, 0x86, 0x8b, 0x04, 0x36, 0x99, 0x8d, 0x1c, + 0x20, 0xff, 0x2b, 0x01, 0x6b, 0x31, 0xd8, 0xe8, 0x3e, 0x24, 0xcd, 0x5e, 0x93, 0x39, 0xd3, 0xab, + 0x63, 0xf0, 0xcf, 0xcb, 0x87, 0xa5, 0xfd, 0x29, 0xd9, 0xa6, 0x12, 0x7f, 0x96, 0x80, 0xa4, 0x7c, + 0x58, 0x42, 0xef, 0x71, 0x63, 0xe4, 0x37, 0xc6, 0xe4, 0xe2, 0x9f, 0x26, 0xff, 0x59, 0x08, 0x1b, + 0x27, 0xe7, 0x60, 0xb9, 0x24, 0x97, 0x0b, 0x8d, 0xb2, 0xb2, 0x5b, 0xae, 0x96, 0x1b, 0x65, 0x85, + 0x0e, 0x91, 0xb3, 0x02, 0x5a, 0x87, 0xdc, 0xe1, 0x51, 0xb1, 0x5a, 0xa9, 0xef, 0x2b, 0x47, 0x35, + 0xf7, 0x1f, 0x5b, 0x4d, 0xa0, 0x2c, 0x2c, 0x54, 0x2b, 0xf5, 0x06, 0x03, 0xd4, 0xb3, 0x49, 0x1b, + 0xb2, 0x57, 0x6e, 0x28, 0xa5, 0xc2, 0x61, 0xa1, 0x54, 0x69, 0x3c, 0xce, 0xa6, 0x90, 0x08, 0xab, + 0x3c, 0xef, 0x7a, 0xad, 0x70, 0x58, 0xdf, 0x3f, 0x68, 0x64, 0xd3, 0x08, 0x41, 0xc6, 0xa1, 0x77, + 0x41, 0xf5, 0xec, 0xb4, 0xcd, 0xa1, 0x54, 0x3d, 0xa8, 0x79, 0x3a, 0xcc, 0xa0, 0x65, 0xc8, 0xba, + 0x92, 0xe5, 0x72, 0x61, 0xd7, 0x99, 0x62, 0xcc, 0x7a, 0x03, 0xaf, 0xaf, 0x12, 0xb0, 0x42, 0x27, + 0x5e, 0xee, 0x7c, 0xcd, 0x8d, 0xc1, 0x2d, 0xc8, 0xd2, 0x1e, 0x5d, 0x09, 0x56, 0x49, 0x19, 0x0a, + 0x3f, 0x76, 0x6b, 0x25, 0x77, 0x3a, 0x9d, 0xf0, 0x4d, 0xa7, 0x2b, 0xc1, 0xca, 0xf1, 0x16, 0x3f, + 0xc7, 0x0d, 0x48, 0x8b, 0x6b, 0x46, 0x1e, 0x85, 0x94, 0x36, 0xb7, 0xe3, 0xb9, 0xc5, 0xa5, 0xfd, + 0x8b, 0x74, 0x1e, 0x17, 0x8c, 0xde, 0xf7, 0x61, 0x35, 0xa8, 0x2f, 0x0b, 0xa4, 0x37, 0x86, 0xa6, + 0xad, 0x5e, 0x3a, 0xf1, 0x70, 0x3d, 0x0c, 0xe9, 0xaf, 0x02, 0xcc, 0xba, 0x60, 0x3b, 0x25, 0x5b, + 0xda, 0x0f, 0x31, 0x37, 0xdd, 0x99, 0xb3, 0x21, 0xde, 0xb0, 0xc8, 0x3f, 0x27, 0x4d, 0x04, 0xe7, + 0xa4, 0xa1, 0xe7, 0x9c, 0x0c, 0x3d, 0xe7, 0xbb, 0x00, 0x4d, 0x47, 0xfd, 0x96, 0xa2, 0x12, 0x36, + 0xb9, 0x19, 0x7e, 0xa9, 0xd1, 0x70, 0xdf, 0xd6, 0xc9, 0x73, 0x0c, 0xbb, 0x40, 0xd0, 0x26, 0x2c, + 0x38, 0x6f, 0x38, 0x14, 0x62, 0x28, 0x7d, 0x0b, 0xe7, 0xd2, 0x4e, 0x13, 0x0b, 0x0e, 0xac, 0x61, + 0x1c, 0x59, 0x58, 0xfa, 0xa3, 0x00, 0x2b, 0xb4, 0x37, 0x0f, 0x3a, 0xe2, 0xa8, 0x49, 0xaf, 0xdf, + 0xd7, 0x02, 0xf9, 0x3d, 0x94, 0xe1, 0x37, 0xd5, 0x9a, 0xe4, 0x60, 0x35, 0x28, 0x8f, 0xf5, 0x23, + 0xbf, 0x16, 0x60, 0xd9, 0xbe, 0x5c, 0xdd, 0x85, 0x17, 0x7d, 0xd7, 0x4f, 0x70, 0x86, 0x01, 0x63, + 0xa6, 0x82, 0xc6, 0x94, 0x7e, 0x2b, 0xc0, 0x4a, 0x40, 0x57, 0xe6, 0xa3, 0xef, 0x06, 0x0b, 0x87, + 0x1b, 0xfe, 0xc2, 0x61, 0x08, 0x7f, 0xc2, 0xd2, 0xe1, 0x8e, 0x5b, 0x3a, 0x4c, 0x16, 0x0a, 0x5f, + 0xa7, 0x60, 0xb5, 0x66, 0xb4, 0x70, 0x9d, 0xa8, 0xed, 0x49, 0xc6, 0x51, 0xdf, 0x1b, 0xee, 0xee, + 0xa9, 0xef, 0xec, 0xb8, 0xc2, 0xc2, 0xb9, 0x8e, 0xd3, 0xd4, 0xa3, 0x3c, 0x2c, 0x59, 0x44, 0x6d, + 0x3b, 0x87, 0xa6, 0x9a, 0x6d, 0x4c, 0x94, 0x9e, 0x4a, 0x9e, 0xb2, 0x13, 0xb9, 0xc4, 0x96, 0x1a, + 0xce, 0xca, 0xa1, 0x4a, 0x9e, 0x86, 0x4f, 0x89, 0x52, 0x13, 0x4f, 0x89, 0x3e, 0x08, 0x36, 0x6a, + 0xaf, 0x8f, 0xd8, 0x4b, 0x4c, 0xd2, 0xfd, 0x6e, 0xc4, 0x04, 0xe8, 0xcd, 0x11, 0x2c, 0x47, 0x4f, + 0x7e, 0x2e, 0x3e, 0xf1, 0xf8, 0x96, 0x87, 0x47, 0x57, 0xe0, 0xf2, 0xd0, 0xe6, 0x59, 0xa0, 0xb7, + 0x21, 0x67, 0x2f, 0x1d, 0xe9, 0xd6, 0x84, 0xee, 0x18, 0xe1, 0x31, 0x89, 0x08, 0x8f, 0x91, 0xd6, + 0xe0, 0x4a, 0x88, 0x20, 0xa6, 0xc5, 0xef, 0xd3, 0x54, 0x8d, 0xc9, 0xe7, 0x98, 0x1f, 0x47, 0x45, + 0xc5, 0xdb, 0xfe, 0x63, 0x0f, 0x1d, 0xf9, 0x7d, 0x13, 0x71, 0x71, 0x0d, 0xe6, 0xfd, 0x78, 0x2c, + 0x59, 0x91, 0x11, 0x81, 0x93, 0xbe, 0xd0, 0x78, 0x75, 0x3a, 0x30, 0x5e, 0xad, 0x0e, 0x82, 0x6a, + 0x86, 0x2f, 0x3d, 0x22, 0x4d, 0x11, 0x13, 0x56, 0x4f, 0x86, 0xc2, 0x6a, 0x96, 0x9f, 0xd9, 0x46, + 0x32, 0xfd, 0x1f, 0x08, 0x2c, 0xe6, 0xd4, 0xa1, 0xc3, 0x54, 0xe9, 0x09, 0x88, 0xd4, 0xe3, 0x27, + 0x1f, 0x6f, 0x06, 0xdc, 0x28, 0x11, 0x74, 0x23, 0x69, 0x03, 0xd6, 0x42, 0x79, 0x33, 0xd1, 0x8f, + 0xa9, 0x5e, 0x7b, 0x98, 0x75, 0xc7, 0x75, 0xa2, 0x12, 0x6b, 0x5c, 0xc9, 0x6c, 0xd1, 0x2f, 0x99, + 0x82, 0x1c, 0xc9, 0x7b, 0x74, 0x57, 0x41, 0xd6, 0xec, 0xc6, 0x7d, 0x0d, 0xd2, 0x7d, 0x67, 0xd0, + 0x43, 0xef, 0xdb, 0x25, 0xde, 0xa5, 0x8f, 0xec, 0x25, 0x99, 0x62, 0x48, 0xbf, 0x13, 0x60, 0xde, + 0x07, 0x46, 0xeb, 0x30, 0xe7, 0xf5, 0x7d, 0x6e, 0x51, 0xe8, 0x01, 0xec, 0x33, 0x20, 0x06, 0x51, + 0x3b, 0xec, 0xdd, 0x21, 0x7d, 0xb0, 0xeb, 0xf8, 0xbe, 0x85, 0x69, 0xe5, 0x90, 0x94, 0x9d, 0xff, + 0xe8, 0x0d, 0x48, 0xf5, 0x75, 0x8d, 0x56, 0x7b, 0x99, 0x60, 0x50, 0x39, 0xa2, 0xf2, 0x47, 0xba, + 0x46, 0x64, 0x07, 0x4b, 0xba, 0x05, 0x29, 0xfb, 0x89, 0x6f, 0x8f, 0xe6, 0x20, 0x5d, 0x7c, 0xdc, + 0x28, 0xd7, 0xb3, 0x02, 0x02, 0x98, 0xae, 0xd4, 0x0e, 0x76, 0xcb, 0xf5, 0x6c, 0x42, 0x5a, 0xf7, + 0xb6, 0x1e, 0xd6, 0x7e, 0x7e, 0x42, 0x8f, 0x24, 0xaa, 0xf1, 0x2c, 0x84, 0x36, 0x9e, 0x1b, 0xdc, + 0xe5, 0x34, 0xa2, 0xe5, 0xfc, 0x52, 0x80, 0x95, 0x50, 0x3c, 0x74, 0xc7, 0xdf, 0x6c, 0x5e, 0x8f, + 0xe5, 0xe9, 0x6f, 0x33, 0x7f, 0x22, 0xd0, 0x36, 0xf3, 0x1e, 0xd7, 0x66, 0xbe, 0x32, 0x92, 0xde, + 0xdf, 0x60, 0x96, 0x22, 0xfa, 0xcb, 0x7a, 0xa3, 0xb0, 0x57, 0x56, 0x8e, 0x6a, 0xf4, 0xd7, 0xeb, + 0x2f, 0x97, 0x21, 0x6b, 0xf7, 0x8b, 0xec, 0xa3, 0xa5, 0x7a, 0xa3, 0xc0, 0x7d, 0xa0, 0xb4, 0x0c, + 0x88, 0xd9, 0xd0, 0xff, 0x15, 0xdc, 0xe7, 0x02, 0x2c, 0x71, 0x60, 0x66, 0x52, 0xdf, 0x4b, 0x00, + 0x81, 0x7b, 0x09, 0xb0, 0x0d, 0xcb, 0x76, 0x91, 0x4a, 0xbd, 0xd6, 0x52, 0x7a, 0xd8, 0x54, 0xec, + 0x15, 0xe6, 0x3b, 0x97, 0xba, 0xea, 0x33, 0x36, 0x34, 0x3a, 0xc4, 0xa6, 0xcd, 0xf8, 0x05, 0x8c, + 0x49, 0x76, 0xfe, 0x2d, 0xc0, 0x6c, 0xa5, 0x85, 0x75, 0x62, 0x9f, 0x47, 0x0d, 0x16, 0xb9, 0x4f, + 0xe9, 0xd0, 0x7a, 0xc4, 0x17, 0x76, 0xce, 0x06, 0xc5, 0x8d, 0xd8, 0xef, 0xef, 0xa4, 0x29, 0x74, + 0xea, 0xfb, 0x0c, 0x90, 0x9b, 0x15, 0xbd, 0x3c, 0x44, 0x19, 0xe2, 0x9a, 0xe2, 0xcd, 0x11, 0x58, + 0x9e, 0x9c, 0x77, 0x20, 0xed, 0x7c, 0x10, 0x86, 0x96, 0xbd, 0x2f, 0xd6, 0x7c, 0xdf, 0x8b, 0x89, + 0x2b, 0x01, 0xa8, 0x4b, 0xb7, 0xf3, 0x9f, 0x19, 0x80, 0xc1, 0x50, 0x02, 0x3d, 0x84, 0x05, 0xff, + 0x37, 0x29, 0x68, 0x2d, 0xe6, 0x8b, 0x28, 0x71, 0x3d, 0x7c, 0xd1, 0xd3, 0xe9, 0x21, 0x2c, 0xf8, + 0xdf, 0x80, 0x0e, 0x98, 0x85, 0xbc, 0x85, 0x1d, 0x30, 0x0b, 0x7d, 0x69, 0x3a, 0x85, 0x3a, 0x70, + 0x39, 0xe2, 0x1d, 0x18, 0x7a, 0x65, 0xbc, 0x37, 0x85, 0xe2, 0xab, 0x63, 0xbe, 0x4c, 0x93, 0xa6, + 0x90, 0x09, 0x57, 0x22, 0x5f, 0xfd, 0xa0, 0xad, 0x71, 0x5f, 0x4c, 0x89, 0xaf, 0x8d, 0x81, 0xe9, + 0xc9, 0xec, 0x83, 0x18, 0x3d, 0x6f, 0x46, 0xaf, 0x8d, 0xfd, 0x22, 0x44, 0xbc, 0x35, 0xfe, 0xf8, + 0x5a, 0x9a, 0x42, 0xfb, 0x30, 0xef, 0x1b, 0xc6, 0x22, 0x31, 0x74, 0x42, 0x4b, 0x19, 0xaf, 0xc5, + 0x4c, 0x6f, 0x29, 0x27, 0xdf, 0xc0, 0x70, 0xc0, 0x69, 0x78, 0xf2, 0x39, 0xe0, 0x14, 0x32, 0x61, + 0x0c, 0x9a, 0x3f, 0x90, 0x97, 0xc3, 0xcc, 0x1f, 0x9e, 0xd8, 0xc3, 0xcc, 0x1f, 0x91, 0xe4, 0xa5, + 0x29, 0xf4, 0x21, 0x64, 0xf8, 0x81, 0x09, 0xda, 0x88, 0x1d, 0xfc, 0x88, 0x57, 0xa3, 0x96, 0xfd, + 0x2c, 0xf9, 0x2e, 0x7d, 0xc0, 0x32, 0x74, 0x5a, 0x30, 0x60, 0x19, 0xd1, 0xdc, 0x4f, 0xd9, 0xf9, + 0x89, 0xeb, 0x80, 0x07, 0xf9, 0x29, 0xac, 0xe9, 0x1f, 0xe4, 0xa7, 0xd0, 0xb6, 0x59, 0x9a, 0xda, + 0xf9, 0x51, 0x1a, 0x52, 0x4e, 0x22, 0x6d, 0xc0, 0x4b, 0x81, 0x4e, 0x03, 0x5d, 0x8d, 0xef, 0xbf, + 0xc4, 0x6b, 0x91, 0xeb, 0x9e, 0xba, 0x4f, 0xe0, 0xd2, 0x50, 0xef, 0x80, 0x36, 0xfd, 0x74, 0x61, + 0xfd, 0x8b, 0x78, 0x3d, 0x06, 0x23, 0xc8, 0x9b, 0xcf, 0x05, 0x9b, 0xa3, 0x8a, 0x5b, 0x9e, 0x77, + 0x54, 0xfc, 0x7f, 0x42, 0xef, 0xad, 0x60, 0xe4, 0x4b, 0xbc, 0x5e, 0xa1, 0x31, 0x7f, 0x23, 0x16, + 0xc7, 0x93, 0xf0, 0xb1, 0x77, 0x61, 0xfa, 0xaa, 0x31, 0xc4, 0x29, 0x17, 0x5a, 0x04, 0x8a, 0x52, + 0x1c, 0x4a, 0x70, 0x03, 0xc1, 0xd8, 0x09, 0x12, 0x87, 0x45, 0xcd, 0x8d, 0x58, 0x1c, 0x7f, 0xb4, + 0xfb, 0xae, 0xf6, 0x41, 0xb4, 0x0f, 0x97, 0x01, 0x83, 0x68, 0x0f, 0xa9, 0x05, 0xa4, 0xa9, 0x7b, + 0xef, 0x02, 0x34, 0x2d, 0x4d, 0xa1, 0x7d, 0x0b, 0xda, 0x18, 0x9a, 0xf2, 0xbd, 0xaf, 0xe1, 0x4e, + 0xeb, 0xa0, 0x47, 0x34, 0x43, 0xb7, 0x72, 0xbf, 0x9a, 0x75, 0x9a, 0xa6, 0xb9, 0xa6, 0xa5, 0xd1, + 0xf6, 0xa1, 0x98, 0x7e, 0x92, 0x6c, 0x5a, 0xda, 0xc9, 0xb4, 0x83, 0xff, 0xd6, 0x7f, 0x03, 0x00, + 0x00, 0xff, 0xff, 0xe2, 0x63, 0x32, 0x5a, 0x34, 0x30, 0x00, 0x00, } diff --git a/spec.md b/spec.md index 47be18af..b5630b74 100644 --- a/spec.md +++ b/spec.md @@ -275,6 +275,7 @@ syntax = "proto3"; package csi.v1; import "google/protobuf/descriptor.proto"; +import "google/protobuf/timestamp.proto"; import "google/protobuf/wrappers.proto"; option go_package = "csi"; @@ -1575,11 +1576,8 @@ message Snapshot { string source_volume_id = 3; // Timestamp when the point-in-time snapshot is taken on the storage - // system. The format of this field SHOULD be a Unix nanoseconds time - // encoded as an int64. On Unix, the command `date +%s%N` returns the - // current time in nanoseconds since 1970-01-01 00:00:00 UTC. This - // field is REQUIRED. - int64 created_at = 4; + // system. This field is REQUIRED. + .google.protobuf.Timestamp created_at = 4; // Indicates if a snapshot is ready to use as a // `volume_content_source` in a `CreateVolumeRequest`. The default From 988b75c91f0479363e9420b1810c8c55fa3afa11 Mon Sep 17 00:00:00 2001 From: James DeFelice Date: Wed, 14 Nov 2018 02:54:01 +0000 Subject: [PATCH 2/2] spec: s/created_at/creation_time/ --- csi.proto | 2 +- lib/go/csi/csi.pb.go | 538 +++++++++++++++++++++---------------------- spec.md | 2 +- 3 files changed, 271 insertions(+), 271 deletions(-) diff --git a/csi.proto b/csi.proto index 1f8597e3..d240b668 100644 --- a/csi.proto +++ b/csi.proto @@ -902,7 +902,7 @@ message Snapshot { // Timestamp when the point-in-time snapshot is taken on the storage // system. This field is REQUIRED. - .google.protobuf.Timestamp created_at = 4; + .google.protobuf.Timestamp creation_time = 4; // Indicates if a snapshot is ready to use as a // `volume_content_source` in a `CreateVolumeRequest`. The default diff --git a/lib/go/csi/csi.pb.go b/lib/go/csi/csi.pb.go index 89e5b22f..5eef7203 100644 --- a/lib/go/csi/csi.pb.go +++ b/lib/go/csi/csi.pb.go @@ -63,7 +63,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_1ae6f08ed040695e, []int{4, 0, 0} + return fileDescriptor_csi_3932febea60d5a27, []int{4, 0, 0} } type VolumeCapability_AccessMode_Mode int32 @@ -107,7 +107,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_1ae6f08ed040695e, []int{10, 2, 0} + return fileDescriptor_csi_3932febea60d5a27, []int{10, 2, 0} } type ControllerServiceCapability_RPC_Type int32 @@ -161,7 +161,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_1ae6f08ed040695e, []int{29, 0, 0} + return fileDescriptor_csi_3932febea60d5a27, []int{29, 0, 0} } type VolumeUsage_Unit int32 @@ -187,7 +187,7 @@ func (x VolumeUsage_Unit) String() string { return proto.EnumName(VolumeUsage_Unit_name, int32(x)) } func (VolumeUsage_Unit) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_csi_1ae6f08ed040695e, []int{47, 0} + return fileDescriptor_csi_3932febea60d5a27, []int{47, 0} } type NodeServiceCapability_RPC_Type int32 @@ -216,7 +216,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_1ae6f08ed040695e, []int{50, 0, 0} + return fileDescriptor_csi_3932febea60d5a27, []int{50, 0, 0} } type GetPluginInfoRequest struct { @@ -229,7 +229,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_1ae6f08ed040695e, []int{0} + return fileDescriptor_csi_3932febea60d5a27, []int{0} } func (m *GetPluginInfoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPluginInfoRequest.Unmarshal(m, b) @@ -271,7 +271,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_1ae6f08ed040695e, []int{1} + return fileDescriptor_csi_3932febea60d5a27, []int{1} } func (m *GetPluginInfoResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPluginInfoResponse.Unmarshal(m, b) @@ -322,7 +322,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_1ae6f08ed040695e, []int{2} + return fileDescriptor_csi_3932febea60d5a27, []int{2} } func (m *GetPluginCapabilitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPluginCapabilitiesRequest.Unmarshal(m, b) @@ -355,7 +355,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_1ae6f08ed040695e, []int{3} + return fileDescriptor_csi_3932febea60d5a27, []int{3} } func (m *GetPluginCapabilitiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPluginCapabilitiesResponse.Unmarshal(m, b) @@ -396,7 +396,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_1ae6f08ed040695e, []int{4} + return fileDescriptor_csi_3932febea60d5a27, []int{4} } func (m *PluginCapability) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PluginCapability.Unmarshal(m, b) @@ -506,7 +506,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_1ae6f08ed040695e, []int{4, 0} + return fileDescriptor_csi_3932febea60d5a27, []int{4, 0} } func (m *PluginCapability_Service) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PluginCapability_Service.Unmarshal(m, b) @@ -543,7 +543,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_1ae6f08ed040695e, []int{5} + return fileDescriptor_csi_3932febea60d5a27, []int{5} } func (m *ProbeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProbeRequest.Unmarshal(m, b) @@ -594,7 +594,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_1ae6f08ed040695e, []int{6} + return fileDescriptor_csi_3932febea60d5a27, []int{6} } func (m *ProbeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProbeResponse.Unmarshal(m, b) @@ -703,7 +703,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_1ae6f08ed040695e, []int{7} + return fileDescriptor_csi_3932febea60d5a27, []int{7} } func (m *CreateVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateVolumeRequest.Unmarshal(m, b) @@ -788,7 +788,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_1ae6f08ed040695e, []int{8} + return fileDescriptor_csi_3932febea60d5a27, []int{8} } func (m *VolumeContentSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeContentSource.Unmarshal(m, b) @@ -934,7 +934,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_1ae6f08ed040695e, []int{8, 0} + return fileDescriptor_csi_3932febea60d5a27, []int{8, 0} } func (m *VolumeContentSource_SnapshotSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeContentSource_SnapshotSource.Unmarshal(m, b) @@ -975,7 +975,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_1ae6f08ed040695e, []int{8, 1} + return fileDescriptor_csi_3932febea60d5a27, []int{8, 1} } func (m *VolumeContentSource_VolumeSource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeContentSource_VolumeSource.Unmarshal(m, b) @@ -1016,7 +1016,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_1ae6f08ed040695e, []int{9} + return fileDescriptor_csi_3932febea60d5a27, []int{9} } func (m *CreateVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateVolumeResponse.Unmarshal(m, b) @@ -1063,7 +1063,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_1ae6f08ed040695e, []int{10} + return fileDescriptor_csi_3932febea60d5a27, []int{10} } func (m *VolumeCapability) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeCapability.Unmarshal(m, b) @@ -1212,7 +1212,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_1ae6f08ed040695e, []int{10, 0} + return fileDescriptor_csi_3932febea60d5a27, []int{10, 0} } func (m *VolumeCapability_BlockVolume) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeCapability_BlockVolume.Unmarshal(m, b) @@ -1252,7 +1252,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_1ae6f08ed040695e, []int{10, 1} + return fileDescriptor_csi_3932febea60d5a27, []int{10, 1} } func (m *VolumeCapability_MountVolume) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeCapability_MountVolume.Unmarshal(m, b) @@ -1299,7 +1299,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_1ae6f08ed040695e, []int{10, 2} + return fileDescriptor_csi_3932febea60d5a27, []int{10, 2} } func (m *VolumeCapability_AccessMode) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeCapability_AccessMode.Unmarshal(m, b) @@ -1347,7 +1347,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_1ae6f08ed040695e, []int{11} + return fileDescriptor_csi_3932febea60d5a27, []int{11} } func (m *CapacityRange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CapacityRange.Unmarshal(m, b) @@ -1452,7 +1452,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_1ae6f08ed040695e, []int{12} + return fileDescriptor_csi_3932febea60d5a27, []int{12} } func (m *Volume) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Volume.Unmarshal(m, b) @@ -1644,7 +1644,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_1ae6f08ed040695e, []int{13} + return fileDescriptor_csi_3932febea60d5a27, []int{13} } func (m *TopologyRequirement) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TopologyRequirement.Unmarshal(m, b) @@ -1718,7 +1718,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_1ae6f08ed040695e, []int{14} + return fileDescriptor_csi_3932febea60d5a27, []int{14} } func (m *Topology) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Topology.Unmarshal(m, b) @@ -1762,7 +1762,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_1ae6f08ed040695e, []int{15} + return fileDescriptor_csi_3932febea60d5a27, []int{15} } func (m *DeleteVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteVolumeRequest.Unmarshal(m, b) @@ -1806,7 +1806,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_1ae6f08ed040695e, []int{16} + return fileDescriptor_csi_3932febea60d5a27, []int{16} } func (m *DeleteVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteVolumeResponse.Unmarshal(m, b) @@ -1860,7 +1860,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_1ae6f08ed040695e, []int{17} + return fileDescriptor_csi_3932febea60d5a27, []int{17} } func (m *ControllerPublishVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerPublishVolumeRequest.Unmarshal(m, b) @@ -1946,7 +1946,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_1ae6f08ed040695e, []int{18} + return fileDescriptor_csi_3932febea60d5a27, []int{18} } func (m *ControllerPublishVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerPublishVolumeResponse.Unmarshal(m, b) @@ -1997,7 +1997,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_1ae6f08ed040695e, []int{19} + return fileDescriptor_csi_3932febea60d5a27, []int{19} } func (m *ControllerUnpublishVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerUnpublishVolumeRequest.Unmarshal(m, b) @@ -2048,7 +2048,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_1ae6f08ed040695e, []int{20} + return fileDescriptor_csi_3932febea60d5a27, []int{20} } func (m *ControllerUnpublishVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerUnpublishVolumeResponse.Unmarshal(m, b) @@ -2095,7 +2095,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_1ae6f08ed040695e, []int{21} + return fileDescriptor_csi_3932febea60d5a27, []int{21} } func (m *ValidateVolumeCapabilitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ValidateVolumeCapabilitiesRequest.Unmarshal(m, b) @@ -2173,7 +2173,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_1ae6f08ed040695e, []int{22} + return fileDescriptor_csi_3932febea60d5a27, []int{22} } func (m *ValidateVolumeCapabilitiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ValidateVolumeCapabilitiesResponse.Unmarshal(m, b) @@ -2230,7 +2230,7 @@ func (m *ValidateVolumeCapabilitiesResponse_Confirmed) String() string { } func (*ValidateVolumeCapabilitiesResponse_Confirmed) ProtoMessage() {} func (*ValidateVolumeCapabilitiesResponse_Confirmed) Descriptor() ([]byte, []int) { - return fileDescriptor_csi_1ae6f08ed040695e, []int{22, 0} + return fileDescriptor_csi_3932febea60d5a27, []int{22, 0} } func (m *ValidateVolumeCapabilitiesResponse_Confirmed) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ValidateVolumeCapabilitiesResponse_Confirmed.Unmarshal(m, b) @@ -2295,7 +2295,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_1ae6f08ed040695e, []int{23} + return fileDescriptor_csi_3932febea60d5a27, []int{23} } func (m *ListVolumesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListVolumesRequest.Unmarshal(m, b) @@ -2347,7 +2347,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_1ae6f08ed040695e, []int{24} + return fileDescriptor_csi_3932febea60d5a27, []int{24} } func (m *ListVolumesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListVolumesResponse.Unmarshal(m, b) @@ -2392,7 +2392,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_1ae6f08ed040695e, []int{24, 0} + return fileDescriptor_csi_3932febea60d5a27, []int{24, 0} } func (m *ListVolumesResponse_Entry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListVolumesResponse_Entry.Unmarshal(m, b) @@ -2447,7 +2447,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_1ae6f08ed040695e, []int{25} + return fileDescriptor_csi_3932febea60d5a27, []int{25} } func (m *GetCapacityRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCapacityRequest.Unmarshal(m, b) @@ -2505,7 +2505,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_1ae6f08ed040695e, []int{26} + return fileDescriptor_csi_3932febea60d5a27, []int{26} } func (m *GetCapacityResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCapacityResponse.Unmarshal(m, b) @@ -2542,7 +2542,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_1ae6f08ed040695e, []int{27} + return fileDescriptor_csi_3932febea60d5a27, []int{27} } func (m *ControllerGetCapabilitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerGetCapabilitiesRequest.Unmarshal(m, b) @@ -2575,7 +2575,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_1ae6f08ed040695e, []int{28} + return fileDescriptor_csi_3932febea60d5a27, []int{28} } func (m *ControllerGetCapabilitiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerGetCapabilitiesResponse.Unmarshal(m, b) @@ -2616,7 +2616,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_1ae6f08ed040695e, []int{29} + return fileDescriptor_csi_3932febea60d5a27, []int{29} } func (m *ControllerServiceCapability) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerServiceCapability.Unmarshal(m, b) @@ -2726,7 +2726,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_1ae6f08ed040695e, []int{29, 0} + return fileDescriptor_csi_3932febea60d5a27, []int{29, 0} } func (m *ControllerServiceCapability_RPC) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ControllerServiceCapability_RPC.Unmarshal(m, b) @@ -2788,7 +2788,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_1ae6f08ed040695e, []int{30} + return fileDescriptor_csi_3932febea60d5a27, []int{30} } func (m *CreateSnapshotRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateSnapshotRequest.Unmarshal(m, b) @@ -2850,7 +2850,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_1ae6f08ed040695e, []int{31} + return fileDescriptor_csi_3932febea60d5a27, []int{31} } func (m *CreateSnapshotResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateSnapshotResponse.Unmarshal(m, b) @@ -2903,7 +2903,7 @@ type Snapshot struct { SourceVolumeId string `protobuf:"bytes,3,opt,name=source_volume_id,json=sourceVolumeId,proto3" json:"source_volume_id,omitempty"` // Timestamp when the point-in-time snapshot is taken on the storage // system. This field is REQUIRED. - CreatedAt *timestamp.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` + CreationTime *timestamp.Timestamp `protobuf:"bytes,4,opt,name=creation_time,json=creationTime,proto3" json:"creation_time,omitempty"` // Indicates if a snapshot is ready to use as a // `volume_content_source` in a `CreateVolumeRequest`. The default // value is false. This field is REQUIRED. @@ -2917,7 +2917,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_1ae6f08ed040695e, []int{32} + return fileDescriptor_csi_3932febea60d5a27, []int{32} } func (m *Snapshot) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Snapshot.Unmarshal(m, b) @@ -2958,9 +2958,9 @@ func (m *Snapshot) GetSourceVolumeId() string { return "" } -func (m *Snapshot) GetCreatedAt() *timestamp.Timestamp { +func (m *Snapshot) GetCreationTime() *timestamp.Timestamp { if m != nil { - return m.CreatedAt + return m.CreationTime } return nil } @@ -2989,7 +2989,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_1ae6f08ed040695e, []int{33} + return fileDescriptor_csi_3932febea60d5a27, []int{33} } func (m *DeleteSnapshotRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteSnapshotRequest.Unmarshal(m, b) @@ -3033,7 +3033,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_1ae6f08ed040695e, []int{34} + return fileDescriptor_csi_3932febea60d5a27, []int{34} } func (m *DeleteSnapshotResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteSnapshotResponse.Unmarshal(m, b) @@ -3088,7 +3088,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_1ae6f08ed040695e, []int{35} + return fileDescriptor_csi_3932febea60d5a27, []int{35} } func (m *ListSnapshotsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSnapshotsRequest.Unmarshal(m, b) @@ -3154,7 +3154,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_1ae6f08ed040695e, []int{36} + return fileDescriptor_csi_3932febea60d5a27, []int{36} } func (m *ListSnapshotsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSnapshotsResponse.Unmarshal(m, b) @@ -3199,7 +3199,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_1ae6f08ed040695e, []int{36, 0} + return fileDescriptor_csi_3932febea60d5a27, []int{36, 0} } func (m *ListSnapshotsResponse_Entry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSnapshotsResponse_Entry.Unmarshal(m, b) @@ -3266,7 +3266,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_1ae6f08ed040695e, []int{37} + return fileDescriptor_csi_3932febea60d5a27, []int{37} } func (m *NodeStageVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeStageVolumeRequest.Unmarshal(m, b) @@ -3338,7 +3338,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_1ae6f08ed040695e, []int{38} + return fileDescriptor_csi_3932febea60d5a27, []int{38} } func (m *NodeStageVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeStageVolumeResponse.Unmarshal(m, b) @@ -3374,7 +3374,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_1ae6f08ed040695e, []int{39} + return fileDescriptor_csi_3932febea60d5a27, []int{39} } func (m *NodeUnstageVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeUnstageVolumeRequest.Unmarshal(m, b) @@ -3418,7 +3418,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_1ae6f08ed040695e, []int{40} + return fileDescriptor_csi_3932febea60d5a27, []int{40} } func (m *NodeUnstageVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeUnstageVolumeResponse.Unmarshal(m, b) @@ -3487,7 +3487,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_1ae6f08ed040695e, []int{41} + return fileDescriptor_csi_3932febea60d5a27, []int{41} } func (m *NodePublishVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodePublishVolumeRequest.Unmarshal(m, b) @@ -3573,7 +3573,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_1ae6f08ed040695e, []int{42} + return fileDescriptor_csi_3932febea60d5a27, []int{42} } func (m *NodePublishVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodePublishVolumeResponse.Unmarshal(m, b) @@ -3609,7 +3609,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_1ae6f08ed040695e, []int{43} + return fileDescriptor_csi_3932febea60d5a27, []int{43} } func (m *NodeUnpublishVolumeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeUnpublishVolumeRequest.Unmarshal(m, b) @@ -3653,7 +3653,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_1ae6f08ed040695e, []int{44} + return fileDescriptor_csi_3932febea60d5a27, []int{44} } func (m *NodeUnpublishVolumeResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeUnpublishVolumeResponse.Unmarshal(m, b) @@ -3691,7 +3691,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_1ae6f08ed040695e, []int{45} + return fileDescriptor_csi_3932febea60d5a27, []int{45} } func (m *NodeGetVolumeStatsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetVolumeStatsRequest.Unmarshal(m, b) @@ -3737,7 +3737,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_1ae6f08ed040695e, []int{46} + return fileDescriptor_csi_3932febea60d5a27, []int{46} } func (m *NodeGetVolumeStatsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetVolumeStatsResponse.Unmarshal(m, b) @@ -3785,7 +3785,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_1ae6f08ed040695e, []int{47} + return fileDescriptor_csi_3932febea60d5a27, []int{47} } func (m *VolumeUsage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VolumeUsage.Unmarshal(m, b) @@ -3843,7 +3843,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_1ae6f08ed040695e, []int{48} + return fileDescriptor_csi_3932febea60d5a27, []int{48} } func (m *NodeGetCapabilitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetCapabilitiesRequest.Unmarshal(m, b) @@ -3876,7 +3876,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_1ae6f08ed040695e, []int{49} + return fileDescriptor_csi_3932febea60d5a27, []int{49} } func (m *NodeGetCapabilitiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetCapabilitiesResponse.Unmarshal(m, b) @@ -3917,7 +3917,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_1ae6f08ed040695e, []int{50} + return fileDescriptor_csi_3932febea60d5a27, []int{50} } func (m *NodeServiceCapability) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeServiceCapability.Unmarshal(m, b) @@ -4027,7 +4027,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_1ae6f08ed040695e, []int{50, 0} + return fileDescriptor_csi_3932febea60d5a27, []int{50, 0} } func (m *NodeServiceCapability_RPC) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeServiceCapability_RPC.Unmarshal(m, b) @@ -4064,7 +4064,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_1ae6f08ed040695e, []int{51} + return fileDescriptor_csi_3932febea60d5a27, []int{51} } func (m *NodeGetInfoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetInfoRequest.Unmarshal(m, b) @@ -4127,7 +4127,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_1ae6f08ed040695e, []int{52} + return fileDescriptor_csi_3932febea60d5a27, []int{52} } func (m *NodeGetInfoResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NodeGetInfoResponse.Unmarshal(m, b) @@ -5070,201 +5070,201 @@ var _Node_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("github.com/container-storage-interface/spec/csi.proto", fileDescriptor_csi_1ae6f08ed040695e) -} - -var fileDescriptor_csi_1ae6f08ed040695e = []byte{ - // 3067 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x3a, 0x4d, 0x6c, 0xe3, 0xc6, - 0xd5, 0xa6, 0x7e, 0xfc, 0xf3, 0x6c, 0x2b, 0xda, 0xf1, 0xcf, 0x6a, 0x69, 0x7b, 0xd7, 0xcb, 0xcd, - 0x26, 0xce, 0x26, 0x2b, 0x7f, 0x71, 0xb2, 0xc1, 0xb7, 0x3f, 0x29, 0x22, 0xc9, 0x8a, 0xad, 0xac, - 0x56, 0x76, 0x28, 0xd9, 0xe9, 0x6e, 0x1b, 0x30, 0xb4, 0x34, 0xd6, 0x12, 0x91, 0x48, 0x85, 0x1c, - 0xb9, 0xeb, 0xde, 0x8a, 0x02, 0xbd, 0xf4, 0xd4, 0x53, 0x7b, 0x2b, 0x90, 0x9e, 0x5a, 0x34, 0xe8, - 0xa9, 0xe8, 0xb1, 0x40, 0x2f, 0x05, 0x7a, 0xeb, 0xad, 0xb7, 0xdc, 0x83, 0x16, 0x08, 0x7a, 0xe8, - 0xa1, 0x40, 0x81, 0x82, 0x9c, 0x21, 0xc5, 0xa1, 0x48, 0x4a, 0x5a, 0x6f, 0x90, 0x43, 0x4f, 0x12, - 0xdf, 0xbc, 0xbf, 0x79, 0xf3, 0xde, 0x9b, 0xf7, 0x1e, 0x09, 0x77, 0xda, 0x1a, 0x79, 0xda, 0x3f, - 0xc9, 0x37, 0x8d, 0xee, 0x76, 0xd3, 0xd0, 0x89, 0xaa, 0xe9, 0xd8, 0xbc, 0x6d, 0x11, 0xc3, 0x54, - 0xdb, 0xf8, 0xb6, 0xa6, 0x13, 0x6c, 0x9e, 0xaa, 0x4d, 0xbc, 0x6d, 0xf5, 0x70, 0x73, 0xbb, 0x69, - 0x69, 0xf9, 0x9e, 0x69, 0x10, 0x03, 0x4d, 0xdb, 0x7f, 0xcf, 0xde, 0x14, 0x37, 0xdb, 0x86, 0xd1, - 0xee, 0xe0, 0x6d, 0x07, 0x7a, 0xd2, 0x3f, 0xdd, 0x6e, 0x61, 0xab, 0x69, 0x6a, 0x3d, 0x62, 0x98, - 0x14, 0x53, 0xbc, 0x16, 0xc4, 0x20, 0x5a, 0x17, 0x5b, 0x44, 0xed, 0xf6, 0x18, 0xc2, 0xd5, 0x20, - 0xc2, 0x0f, 0x4c, 0xb5, 0xd7, 0xc3, 0xa6, 0x45, 0xd7, 0xa5, 0x55, 0x58, 0xde, 0xc3, 0xe4, 0xb0, - 0xd3, 0x6f, 0x6b, 0x7a, 0x45, 0x3f, 0x35, 0x64, 0xfc, 0x59, 0x1f, 0x5b, 0x44, 0xfa, 0x9b, 0x00, - 0x2b, 0x81, 0x05, 0xab, 0x67, 0xe8, 0x16, 0x46, 0x08, 0x52, 0xba, 0xda, 0xc5, 0x39, 0x61, 0x53, - 0xd8, 0x9a, 0x93, 0x9d, 0xff, 0xe8, 0x26, 0x64, 0xce, 0xb0, 0xde, 0x32, 0x4c, 0xe5, 0x0c, 0x9b, - 0x96, 0x66, 0xe8, 0xb9, 0x84, 0xb3, 0xba, 0x48, 0xa1, 0xc7, 0x14, 0x88, 0xf6, 0x60, 0xb6, 0xab, - 0xea, 0xda, 0x29, 0xb6, 0x48, 0x2e, 0xb9, 0x99, 0xdc, 0x9a, 0xdf, 0x79, 0x3d, 0x4f, 0xb7, 0x9a, - 0x0f, 0x95, 0x95, 0x7f, 0xc4, 0xb0, 0xcb, 0x3a, 0x31, 0xcf, 0x65, 0x8f, 0x58, 0xbc, 0x0f, 0x8b, - 0xdc, 0x12, 0xca, 0x42, 0xf2, 0x53, 0x7c, 0xce, 0x74, 0xb2, 0xff, 0xa2, 0x65, 0x48, 0x9f, 0xa9, - 0x9d, 0x3e, 0x66, 0x9a, 0xd0, 0x87, 0x7b, 0x89, 0xff, 0x17, 0xa4, 0xab, 0xb0, 0xee, 0x49, 0x2b, - 0xa9, 0x3d, 0xf5, 0x44, 0xeb, 0x68, 0x44, 0xc3, 0x96, 0xbb, 0xf5, 0x8f, 0x61, 0x23, 0x62, 0x9d, - 0x59, 0xe0, 0x01, 0x2c, 0x34, 0x7d, 0xf0, 0x9c, 0xe0, 0x6c, 0x25, 0xe7, 0x6e, 0x25, 0x40, 0x79, - 0x2e, 0x73, 0xd8, 0xd2, 0x3f, 0x05, 0xc8, 0x06, 0x51, 0xd0, 0x03, 0x98, 0xb1, 0xb0, 0x79, 0xa6, - 0x35, 0xa9, 0x5d, 0xe7, 0x77, 0x36, 0xa3, 0xb8, 0xe5, 0xeb, 0x14, 0x6f, 0x7f, 0x4a, 0x76, 0x49, - 0xc4, 0x9f, 0x0b, 0x30, 0xc3, 0xc0, 0xe8, 0x2e, 0xa4, 0xc8, 0x79, 0x8f, 0xb2, 0xc9, 0xec, 0xdc, - 0x1c, 0xc5, 0x26, 0xdf, 0x38, 0xef, 0x61, 0xd9, 0x21, 0x91, 0x3e, 0x84, 0x94, 0xfd, 0x84, 0xe6, - 0x61, 0xe6, 0xa8, 0xf6, 0xb0, 0x76, 0xf0, 0x51, 0x2d, 0x3b, 0x85, 0x56, 0x01, 0x95, 0x0e, 0x6a, - 0x0d, 0xf9, 0xa0, 0x5a, 0x2d, 0xcb, 0x4a, 0xbd, 0x2c, 0x1f, 0x57, 0x4a, 0xe5, 0xac, 0x80, 0x5e, - 0x86, 0xcd, 0xe3, 0x83, 0xea, 0xd1, 0xa3, 0xb2, 0x52, 0x28, 0x95, 0xca, 0xf5, 0x7a, 0xa5, 0x58, - 0xa9, 0x56, 0x1a, 0x8f, 0x95, 0xd2, 0x41, 0xad, 0xde, 0x90, 0x0b, 0x95, 0x5a, 0xa3, 0x9e, 0x4d, - 0x14, 0xa7, 0xa9, 0x36, 0x52, 0x06, 0x16, 0x0e, 0x4d, 0xe3, 0x04, 0xbb, 0x36, 0x2e, 0xc0, 0x22, - 0x7b, 0x66, 0x36, 0xfd, 0x3f, 0x48, 0x9b, 0x58, 0x6d, 0x9d, 0xb3, 0xed, 0x8b, 0x79, 0xea, 0xb7, - 0x79, 0xd7, 0x6f, 0xf3, 0x45, 0xc3, 0xe8, 0x1c, 0xdb, 0x67, 0x28, 0x53, 0x44, 0xe9, 0xeb, 0x14, - 0x2c, 0x95, 0x4c, 0xac, 0x12, 0x7c, 0x6c, 0x74, 0xfa, 0x5d, 0x97, 0x75, 0xa8, 0x7f, 0x3e, 0x80, - 0x8c, 0x7d, 0x06, 0x4d, 0x8d, 0x9c, 0x2b, 0xa6, 0xaa, 0xb7, 0xa9, 0x57, 0xcc, 0xef, 0xac, 0xb8, - 0xe6, 0x29, 0xb1, 0x55, 0xd9, 0x5e, 0x94, 0x17, 0x9b, 0xfe, 0x47, 0x54, 0x81, 0xa5, 0x33, 0x47, - 0x84, 0xc2, 0x1d, 0x7b, 0x92, 0x3f, 0x76, 0xaa, 0x85, 0xef, 0xd8, 0xd1, 0x19, 0x0f, 0xd1, 0xb0, - 0x85, 0x1e, 0x02, 0xf4, 0x54, 0x53, 0xed, 0x62, 0x82, 0x4d, 0x2b, 0x97, 0xe2, 0x63, 0x20, 0x64, - 0x37, 0xf9, 0x43, 0x0f, 0x9b, 0xc6, 0x80, 0x8f, 0x1c, 0xed, 0xd9, 0x4e, 0xd3, 0x34, 0x31, 0xb1, - 0x72, 0x69, 0x87, 0xd3, 0x56, 0x1c, 0xa7, 0x3a, 0x45, 0x75, 0xd8, 0x14, 0x93, 0xbf, 0x28, 0x0a, - 0xb2, 0x4b, 0x8d, 0x0e, 0x60, 0xc5, 0xdd, 0xa0, 0xa1, 0x13, 0xac, 0x13, 0xc5, 0x32, 0xfa, 0x66, - 0x13, 0xe7, 0xa6, 0x1d, 0x2b, 0xad, 0x05, 0xb6, 0x48, 0x71, 0xea, 0x0e, 0x8a, 0xcc, 0x4c, 0xc3, - 0x01, 0xd1, 0x13, 0x10, 0xd5, 0x66, 0x13, 0x5b, 0x96, 0x46, 0x6d, 0xa1, 0x98, 0xf8, 0xb3, 0xbe, - 0x66, 0xe2, 0x2e, 0xd6, 0x89, 0x95, 0x9b, 0xe1, 0xb9, 0x36, 0x8c, 0x9e, 0xd1, 0x31, 0xda, 0xe7, - 0xf2, 0x00, 0x47, 0xbe, 0xc2, 0x91, 0xfb, 0x56, 0x2c, 0xf1, 0x5d, 0x78, 0x29, 0x60, 0x94, 0x49, - 0xa2, 0x5f, 0xbc, 0x07, 0x0b, 0x7e, 0x4b, 0x4c, 0x94, 0x39, 0x7e, 0x9a, 0x80, 0xa5, 0x10, 0x1b, - 0xa0, 0x7d, 0x98, 0xb5, 0x74, 0xb5, 0x67, 0x3d, 0x35, 0x08, 0xf3, 0xdf, 0x5b, 0x31, 0x26, 0xcb, - 0xd7, 0x19, 0x2e, 0x7d, 0xdc, 0x9f, 0x92, 0x3d, 0x6a, 0x54, 0x84, 0x69, 0x6a, 0x4f, 0xe6, 0xa0, - 0x5b, 0x71, 0x7c, 0x28, 0xcc, 0xe3, 0xc2, 0x28, 0xc5, 0x37, 0x21, 0xc3, 0x4b, 0x40, 0xd7, 0x60, - 0xde, 0x95, 0xa0, 0x68, 0x2d, 0xb6, 0x57, 0x70, 0x41, 0x95, 0x96, 0xf8, 0x3a, 0x2c, 0xf8, 0x99, - 0xa1, 0x35, 0x98, 0x63, 0x0e, 0xe1, 0xa1, 0xcf, 0x52, 0x40, 0xa5, 0xe5, 0xc5, 0xf4, 0x77, 0x60, - 0x99, 0xf7, 0x33, 0x16, 0xca, 0xaf, 0x78, 0x7b, 0xa0, 0xb6, 0xc8, 0xf0, 0x7b, 0x70, 0xf5, 0x94, - 0x7e, 0x93, 0x82, 0x6c, 0x30, 0x68, 0xd0, 0x03, 0x48, 0x9f, 0x74, 0x8c, 0xe6, 0xa7, 0x8c, 0xf6, - 0xe5, 0xa8, 0xe8, 0xca, 0x17, 0x6d, 0x2c, 0x0a, 0xdd, 0x9f, 0x92, 0x29, 0x91, 0x4d, 0xdd, 0x35, - 0xfa, 0x3a, 0x61, 0xd6, 0x8b, 0xa6, 0x7e, 0x64, 0x63, 0x0d, 0xa8, 0x1d, 0x22, 0xb4, 0x0b, 0xf3, - 0xd4, 0xed, 0x94, 0xae, 0xd1, 0xc2, 0xb9, 0xa4, 0xc3, 0xe3, 0x46, 0x24, 0x8f, 0x82, 0x83, 0xfb, - 0xc8, 0x68, 0x61, 0x19, 0x54, 0xef, 0xbf, 0xb8, 0x08, 0xf3, 0x3e, 0xdd, 0xc4, 0x3d, 0x98, 0xf7, - 0x09, 0x43, 0x97, 0x61, 0xe6, 0xd4, 0x52, 0xbc, 0x0c, 0x3d, 0x27, 0x4f, 0x9f, 0x5a, 0x4e, 0xd2, - 0xbd, 0x06, 0xf3, 0x8e, 0x16, 0xca, 0x69, 0x47, 0x6d, 0x5b, 0xb9, 0xc4, 0x66, 0xd2, 0x3e, 0x23, - 0x07, 0xf4, 0xbe, 0x0d, 0x11, 0xff, 0x2e, 0x00, 0x0c, 0x44, 0xa2, 0x07, 0x90, 0x72, 0xb4, 0xa4, - 0x79, 0x7e, 0x6b, 0x0c, 0x2d, 0xf3, 0x8e, 0xaa, 0x0e, 0x95, 0xf4, 0x4b, 0x01, 0x52, 0x0e, 0x9b, - 0x60, 0xae, 0xaf, 0x57, 0x6a, 0x7b, 0xd5, 0xb2, 0x52, 0x3b, 0xd8, 0x2d, 0x2b, 0x1f, 0xc9, 0x95, - 0x46, 0x59, 0xce, 0x0a, 0x68, 0x0d, 0x2e, 0xfb, 0xe1, 0x72, 0xb9, 0xb0, 0x5b, 0x96, 0x95, 0x83, - 0x5a, 0xf5, 0x71, 0x36, 0x81, 0x44, 0x58, 0x7d, 0x74, 0x54, 0x6d, 0x54, 0x86, 0xd7, 0x92, 0x68, - 0x1d, 0x72, 0xbe, 0x35, 0xc6, 0x83, 0xb1, 0x4d, 0xd9, 0x6c, 0x7d, 0xab, 0xf4, 0x2f, 0x5b, 0x4c, - 0x17, 0x17, 0xbd, 0xc3, 0x70, 0x9c, 0xed, 0x23, 0x58, 0xe4, 0x72, 0xb4, 0x5d, 0x72, 0xb0, 0xa4, - 0xd2, 0x52, 0x4e, 0xce, 0x89, 0x73, 0x0d, 0x0b, 0x5b, 0x49, 0x79, 0xd1, 0x85, 0x16, 0x6d, 0xa0, - 0x6d, 0xd6, 0x8e, 0xd6, 0xd5, 0x08, 0xc3, 0x49, 0x38, 0x38, 0xe0, 0x80, 0x1c, 0x04, 0xe9, 0xcb, - 0x04, 0x4c, 0xb3, 0xb3, 0xb9, 0xe9, 0xbb, 0x25, 0x38, 0x96, 0x2e, 0x94, 0xb2, 0xe4, 0x82, 0x23, - 0xc1, 0x07, 0x07, 0xda, 0x87, 0x8c, 0x3f, 0x95, 0x3e, 0x73, 0x0b, 0x9d, 0xeb, 0xfc, 0x01, 0xf9, - 0xe3, 0xf9, 0x19, 0x2b, 0x6f, 0x16, 0xcf, 0xfc, 0x30, 0x54, 0x84, 0x4c, 0x20, 0x1b, 0xa7, 0x46, - 0x67, 0xe3, 0xc5, 0x26, 0x97, 0x98, 0x0a, 0xb0, 0xe4, 0x26, 0xd2, 0x0e, 0x56, 0x08, 0x4b, 0xb4, - 0xec, 0xb6, 0xc8, 0x0e, 0x25, 0x60, 0x34, 0x40, 0x76, 0x61, 0xe2, 0x7b, 0x80, 0x86, 0x75, 0x9d, - 0x28, 0x6b, 0xf6, 0x61, 0x29, 0x24, 0xc5, 0xa3, 0x3c, 0xcc, 0x39, 0x47, 0x65, 0x69, 0x04, 0xb3, - 0x12, 0x6a, 0x58, 0xa3, 0x01, 0x8a, 0x8d, 0xdf, 0x33, 0xf1, 0x29, 0x36, 0x4d, 0xdc, 0x72, 0xc2, - 0x23, 0x14, 0xdf, 0x43, 0x91, 0x7e, 0x2c, 0xc0, 0xac, 0x0b, 0x47, 0xf7, 0x60, 0xd6, 0xc2, 0x6d, - 0x7a, 0xfd, 0x50, 0x59, 0x57, 0x83, 0xb4, 0xf9, 0x3a, 0x43, 0x60, 0xc5, 0xa6, 0x8b, 0x6f, 0x17, - 0x9b, 0xdc, 0xd2, 0x44, 0x9b, 0xff, 0x83, 0x00, 0x4b, 0xbb, 0xb8, 0x83, 0x83, 0x55, 0x4a, 0x5c, - 0x86, 0xf5, 0x5f, 0xec, 0x09, 0xfe, 0x62, 0x0f, 0x61, 0x15, 0x73, 0xb1, 0x5f, 0xe8, 0xb2, 0x5b, - 0x85, 0x65, 0x5e, 0x1a, 0x4d, 0xef, 0xd2, 0x3f, 0x92, 0x70, 0xd5, 0xf6, 0x05, 0xd3, 0xe8, 0x74, - 0xb0, 0x79, 0xd8, 0x3f, 0xe9, 0x68, 0xd6, 0xd3, 0x09, 0x36, 0x77, 0x19, 0x66, 0x74, 0xa3, 0xe5, - 0x0b, 0x9e, 0x69, 0xfb, 0xb1, 0xd2, 0x42, 0x65, 0xb8, 0x14, 0x2c, 0xb3, 0xce, 0x59, 0x12, 0x8e, - 0x2e, 0xb2, 0xb2, 0x67, 0xc1, 0x1b, 0x44, 0x84, 0x59, 0xbb, 0x40, 0x34, 0xf4, 0xce, 0xb9, 0x13, - 0x31, 0xb3, 0xb2, 0xf7, 0x8c, 0xe4, 0x60, 0xc5, 0xf4, 0x96, 0x57, 0x31, 0xc5, 0xee, 0x28, 0xae, - 0x78, 0xfa, 0x64, 0x28, 0xe2, 0xa7, 0x1d, 0xd6, 0x77, 0xc7, 0x64, 0x3d, 0x32, 0x13, 0x5c, 0xe4, - 0x14, 0x5f, 0x40, 0xf8, 0xfe, 0x45, 0x80, 0x6b, 0x91, 0x5b, 0x60, 0x57, 0x7e, 0x0b, 0x5e, 0xea, - 0xd1, 0x05, 0xcf, 0x08, 0x34, 0xca, 0xee, 0x8f, 0x34, 0x02, 0xeb, 0xf4, 0x18, 0x94, 0x33, 0x43, - 0xa6, 0xc7, 0x01, 0xc5, 0x02, 0x2c, 0x85, 0xa0, 0x4d, 0xb4, 0x99, 0xaf, 0x04, 0xd8, 0x1c, 0xa8, - 0x72, 0xa4, 0xf7, 0x5e, 0x9c, 0xfb, 0x36, 0x06, 0xbe, 0x45, 0x53, 0xfe, 0x9d, 0xe1, 0xbd, 0x87, - 0x0b, 0xfc, 0xa6, 0x22, 0xf8, 0x06, 0x5c, 0x8f, 0x11, 0xcd, 0xc2, 0xf9, 0xcb, 0x14, 0x5c, 0x3f, - 0x56, 0x3b, 0x5a, 0xcb, 0x2b, 0xe4, 0x42, 0x7a, 0xe2, 0x78, 0x93, 0x34, 0x87, 0x22, 0x80, 0x66, - 0xad, 0x07, 0x5e, 0xd4, 0x8e, 0xe2, 0x3f, 0xc6, 0x75, 0xf8, 0x02, 0x9b, 0xb0, 0xc7, 0x21, 0x4d, - 0xd8, 0xdd, 0xf1, 0x75, 0x8d, 0x6b, 0xc9, 0x8e, 0x82, 0x09, 0xe6, 0x9d, 0xf1, 0xf9, 0xc6, 0x78, - 0xc1, 0x85, 0xa3, 0xf8, 0xdb, 0xec, 0x9a, 0xfe, 0x94, 0x02, 0x29, 0x6e, 0xf7, 0x2c, 0x87, 0xc8, - 0x30, 0xd7, 0x34, 0xf4, 0x53, 0xcd, 0xec, 0xe2, 0x16, 0xab, 0xfe, 0xdf, 0x1e, 0xc7, 0x78, 0x2c, - 0x81, 0x94, 0x5c, 0x5a, 0x79, 0xc0, 0x06, 0xe5, 0x60, 0xa6, 0x8b, 0x2d, 0x4b, 0x6d, 0xbb, 0x6a, - 0xb9, 0x8f, 0xe2, 0x17, 0x49, 0x98, 0xf3, 0x48, 0x90, 0x3e, 0xe4, 0xc1, 0x34, 0x7d, 0xed, 0x3d, - 0x8f, 0x02, 0xcf, 0xef, 0xcc, 0x89, 0xe7, 0x70, 0xe6, 0x16, 0xe7, 0xcc, 0x34, 0x1c, 0x76, 0x9f, - 0x4b, 0xed, 0x18, 0xbf, 0xfe, 0xd6, 0x1d, 0x50, 0xfa, 0x3e, 0xa0, 0xaa, 0x66, 0xb1, 0x2e, 0xca, - 0x4b, 0x4b, 0x76, 0xd3, 0xa4, 0x3e, 0x53, 0xb0, 0x4e, 0x4c, 0x8d, 0x95, 0xeb, 0x69, 0x19, 0xba, - 0xea, 0xb3, 0x32, 0x85, 0xd8, 0x25, 0xbd, 0x45, 0x54, 0x93, 0x68, 0x7a, 0x5b, 0x21, 0xc6, 0xa7, - 0xd8, 0x1b, 0x4c, 0xba, 0xd0, 0x86, 0x0d, 0x94, 0x3e, 0x17, 0x60, 0x89, 0x63, 0xcf, 0x7c, 0xf2, - 0x3e, 0xcc, 0x0c, 0x78, 0x73, 0x65, 0x7c, 0x08, 0x76, 0x9e, 0x9a, 0xcd, 0xa5, 0x40, 0x1b, 0x00, - 0x3a, 0x7e, 0x46, 0x38, 0xb9, 0x73, 0x36, 0xc4, 0x91, 0x29, 0x6e, 0x43, 0x9a, 0x9a, 0x61, 0xdc, - 0x7e, 0xf9, 0x8b, 0x04, 0xa0, 0x3d, 0x4c, 0xbc, 0x36, 0x88, 0xd9, 0x20, 0xc2, 0x97, 0x84, 0xe7, - 0xf0, 0xa5, 0x0f, 0x38, 0x5f, 0xa2, 0xde, 0x78, 0xcb, 0x37, 0xa1, 0x0d, 0x88, 0x8e, 0xcd, 0x84, - 0x11, 0xad, 0x07, 0xad, 0xe7, 0xc6, 0x6b, 0x3d, 0x2e, 0xe8, 0x32, 0xbb, 0xb0, 0xc4, 0xe9, 0xcc, - 0xce, 0xf4, 0x36, 0x20, 0xf5, 0x4c, 0xd5, 0x3a, 0xaa, 0xad, 0x97, 0xdb, 0xd9, 0xb1, 0x4e, 0xef, - 0x92, 0xb7, 0xe2, 0x92, 0x49, 0x92, 0xbf, 0x60, 0x60, 0xfc, 0x82, 0x13, 0xe3, 0x8e, 0xff, 0xa2, - 0x1d, 0xc2, 0x61, 0x72, 0xf7, 0x42, 0xa7, 0xc6, 0x37, 0x86, 0x8b, 0x04, 0x36, 0x99, 0x8d, 0x1c, - 0x20, 0xff, 0x2b, 0x01, 0x6b, 0x31, 0xd8, 0xe8, 0x3e, 0x24, 0xcd, 0x5e, 0x93, 0x39, 0xd3, 0xab, - 0x63, 0xf0, 0xcf, 0xcb, 0x87, 0xa5, 0xfd, 0x29, 0xd9, 0xa6, 0x12, 0x7f, 0x96, 0x80, 0xa4, 0x7c, - 0x58, 0x42, 0xef, 0x71, 0x63, 0xe4, 0x37, 0xc6, 0xe4, 0xe2, 0x9f, 0x26, 0xff, 0x59, 0x08, 0x1b, - 0x27, 0xe7, 0x60, 0xb9, 0x24, 0x97, 0x0b, 0x8d, 0xb2, 0xb2, 0x5b, 0xae, 0x96, 0x1b, 0x65, 0x85, - 0x0e, 0x91, 0xb3, 0x02, 0x5a, 0x87, 0xdc, 0xe1, 0x51, 0xb1, 0x5a, 0xa9, 0xef, 0x2b, 0x47, 0x35, - 0xf7, 0x1f, 0x5b, 0x4d, 0xa0, 0x2c, 0x2c, 0x54, 0x2b, 0xf5, 0x06, 0x03, 0xd4, 0xb3, 0x49, 0x1b, - 0xb2, 0x57, 0x6e, 0x28, 0xa5, 0xc2, 0x61, 0xa1, 0x54, 0x69, 0x3c, 0xce, 0xa6, 0x90, 0x08, 0xab, - 0x3c, 0xef, 0x7a, 0xad, 0x70, 0x58, 0xdf, 0x3f, 0x68, 0x64, 0xd3, 0x08, 0x41, 0xc6, 0xa1, 0x77, - 0x41, 0xf5, 0xec, 0xb4, 0xcd, 0xa1, 0x54, 0x3d, 0xa8, 0x79, 0x3a, 0xcc, 0xa0, 0x65, 0xc8, 0xba, - 0x92, 0xe5, 0x72, 0x61, 0xd7, 0x99, 0x62, 0xcc, 0x7a, 0x03, 0xaf, 0xaf, 0x12, 0xb0, 0x42, 0x27, - 0x5e, 0xee, 0x7c, 0xcd, 0x8d, 0xc1, 0x2d, 0xc8, 0xd2, 0x1e, 0x5d, 0x09, 0x56, 0x49, 0x19, 0x0a, - 0x3f, 0x76, 0x6b, 0x25, 0x77, 0x3a, 0x9d, 0xf0, 0x4d, 0xa7, 0x2b, 0xc1, 0xca, 0xf1, 0x16, 0x3f, - 0xc7, 0x0d, 0x48, 0x8b, 0x6b, 0x46, 0x1e, 0x85, 0x94, 0x36, 0xb7, 0xe3, 0xb9, 0xc5, 0xa5, 0xfd, - 0x8b, 0x74, 0x1e, 0x17, 0x8c, 0xde, 0xf7, 0x61, 0x35, 0xa8, 0x2f, 0x0b, 0xa4, 0x37, 0x86, 0xa6, - 0xad, 0x5e, 0x3a, 0xf1, 0x70, 0x3d, 0x0c, 0xe9, 0xaf, 0x02, 0xcc, 0xba, 0x60, 0x3b, 0x25, 0x5b, - 0xda, 0x0f, 0x31, 0x37, 0xdd, 0x99, 0xb3, 0x21, 0xde, 0xb0, 0xc8, 0x3f, 0x27, 0x4d, 0x04, 0xe7, - 0xa4, 0xa1, 0xe7, 0x9c, 0x0c, 0x3d, 0xe7, 0xbb, 0x00, 0x4d, 0x47, 0xfd, 0x96, 0xa2, 0x12, 0x36, - 0xb9, 0x19, 0x7e, 0xa9, 0xd1, 0x70, 0xdf, 0xd6, 0xc9, 0x73, 0x0c, 0xbb, 0x40, 0xd0, 0x26, 0x2c, - 0x38, 0x6f, 0x38, 0x14, 0x62, 0x28, 0x7d, 0x0b, 0xe7, 0xd2, 0x4e, 0x13, 0x0b, 0x0e, 0xac, 0x61, - 0x1c, 0x59, 0x58, 0xfa, 0xa3, 0x00, 0x2b, 0xb4, 0x37, 0x0f, 0x3a, 0xe2, 0xa8, 0x49, 0xaf, 0xdf, - 0xd7, 0x02, 0xf9, 0x3d, 0x94, 0xe1, 0x37, 0xd5, 0x9a, 0xe4, 0x60, 0x35, 0x28, 0x8f, 0xf5, 0x23, - 0xbf, 0x16, 0x60, 0xd9, 0xbe, 0x5c, 0xdd, 0x85, 0x17, 0x7d, 0xd7, 0x4f, 0x70, 0x86, 0x01, 0x63, - 0xa6, 0x82, 0xc6, 0x94, 0x7e, 0x2b, 0xc0, 0x4a, 0x40, 0x57, 0xe6, 0xa3, 0xef, 0x06, 0x0b, 0x87, - 0x1b, 0xfe, 0xc2, 0x61, 0x08, 0x7f, 0xc2, 0xd2, 0xe1, 0x8e, 0x5b, 0x3a, 0x4c, 0x16, 0x0a, 0x5f, - 0xa7, 0x60, 0xb5, 0x66, 0xb4, 0x70, 0x9d, 0xa8, 0xed, 0x49, 0xc6, 0x51, 0xdf, 0x1b, 0xee, 0xee, - 0xa9, 0xef, 0xec, 0xb8, 0xc2, 0xc2, 0xb9, 0x8e, 0xd3, 0xd4, 0xa3, 0x3c, 0x2c, 0x59, 0x44, 0x6d, - 0x3b, 0x87, 0xa6, 0x9a, 0x6d, 0x4c, 0x94, 0x9e, 0x4a, 0x9e, 0xb2, 0x13, 0xb9, 0xc4, 0x96, 0x1a, - 0xce, 0xca, 0xa1, 0x4a, 0x9e, 0x86, 0x4f, 0x89, 0x52, 0x13, 0x4f, 0x89, 0x3e, 0x08, 0x36, 0x6a, - 0xaf, 0x8f, 0xd8, 0x4b, 0x4c, 0xd2, 0xfd, 0x6e, 0xc4, 0x04, 0xe8, 0xcd, 0x11, 0x2c, 0x47, 0x4f, - 0x7e, 0x2e, 0x3e, 0xf1, 0xf8, 0x96, 0x87, 0x47, 0x57, 0xe0, 0xf2, 0xd0, 0xe6, 0x59, 0xa0, 0xb7, - 0x21, 0x67, 0x2f, 0x1d, 0xe9, 0xd6, 0x84, 0xee, 0x18, 0xe1, 0x31, 0x89, 0x08, 0x8f, 0x91, 0xd6, - 0xe0, 0x4a, 0x88, 0x20, 0xa6, 0xc5, 0xef, 0xd3, 0x54, 0x8d, 0xc9, 0xe7, 0x98, 0x1f, 0x47, 0x45, - 0xc5, 0xdb, 0xfe, 0x63, 0x0f, 0x1d, 0xf9, 0x7d, 0x13, 0x71, 0x71, 0x0d, 0xe6, 0xfd, 0x78, 0x2c, - 0x59, 0x91, 0x11, 0x81, 0x93, 0xbe, 0xd0, 0x78, 0x75, 0x3a, 0x30, 0x5e, 0xad, 0x0e, 0x82, 0x6a, - 0x86, 0x2f, 0x3d, 0x22, 0x4d, 0x11, 0x13, 0x56, 0x4f, 0x86, 0xc2, 0x6a, 0x96, 0x9f, 0xd9, 0x46, - 0x32, 0xfd, 0x1f, 0x08, 0x2c, 0xe6, 0xd4, 0xa1, 0xc3, 0x54, 0xe9, 0x09, 0x88, 0xd4, 0xe3, 0x27, - 0x1f, 0x6f, 0x06, 0xdc, 0x28, 0x11, 0x74, 0x23, 0x69, 0x03, 0xd6, 0x42, 0x79, 0x33, 0xd1, 0x8f, - 0xa9, 0x5e, 0x7b, 0x98, 0x75, 0xc7, 0x75, 0xa2, 0x12, 0x6b, 0x5c, 0xc9, 0x6c, 0xd1, 0x2f, 0x99, - 0x82, 0x1c, 0xc9, 0x7b, 0x74, 0x57, 0x41, 0xd6, 0xec, 0xc6, 0x7d, 0x0d, 0xd2, 0x7d, 0x67, 0xd0, - 0x43, 0xef, 0xdb, 0x25, 0xde, 0xa5, 0x8f, 0xec, 0x25, 0x99, 0x62, 0x48, 0xbf, 0x13, 0x60, 0xde, - 0x07, 0x46, 0xeb, 0x30, 0xe7, 0xf5, 0x7d, 0x6e, 0x51, 0xe8, 0x01, 0xec, 0x33, 0x20, 0x06, 0x51, - 0x3b, 0xec, 0xdd, 0x21, 0x7d, 0xb0, 0xeb, 0xf8, 0xbe, 0x85, 0x69, 0xe5, 0x90, 0x94, 0x9d, 0xff, - 0xe8, 0x0d, 0x48, 0xf5, 0x75, 0x8d, 0x56, 0x7b, 0x99, 0x60, 0x50, 0x39, 0xa2, 0xf2, 0x47, 0xba, - 0x46, 0x64, 0x07, 0x4b, 0xba, 0x05, 0x29, 0xfb, 0x89, 0x6f, 0x8f, 0xe6, 0x20, 0x5d, 0x7c, 0xdc, - 0x28, 0xd7, 0xb3, 0x02, 0x02, 0x98, 0xae, 0xd4, 0x0e, 0x76, 0xcb, 0xf5, 0x6c, 0x42, 0x5a, 0xf7, - 0xb6, 0x1e, 0xd6, 0x7e, 0x7e, 0x42, 0x8f, 0x24, 0xaa, 0xf1, 0x2c, 0x84, 0x36, 0x9e, 0x1b, 0xdc, - 0xe5, 0x34, 0xa2, 0xe5, 0xfc, 0x52, 0x80, 0x95, 0x50, 0x3c, 0x74, 0xc7, 0xdf, 0x6c, 0x5e, 0x8f, - 0xe5, 0xe9, 0x6f, 0x33, 0x7f, 0x22, 0xd0, 0x36, 0xf3, 0x1e, 0xd7, 0x66, 0xbe, 0x32, 0x92, 0xde, - 0xdf, 0x60, 0x96, 0x22, 0xfa, 0xcb, 0x7a, 0xa3, 0xb0, 0x57, 0x56, 0x8e, 0x6a, 0xf4, 0xd7, 0xeb, - 0x2f, 0x97, 0x21, 0x6b, 0xf7, 0x8b, 0xec, 0xa3, 0xa5, 0x7a, 0xa3, 0xc0, 0x7d, 0xa0, 0xb4, 0x0c, - 0x88, 0xd9, 0xd0, 0xff, 0x15, 0xdc, 0xe7, 0x02, 0x2c, 0x71, 0x60, 0x66, 0x52, 0xdf, 0x4b, 0x00, - 0x81, 0x7b, 0x09, 0xb0, 0x0d, 0xcb, 0x76, 0x91, 0x4a, 0xbd, 0xd6, 0x52, 0x7a, 0xd8, 0x54, 0xec, - 0x15, 0xe6, 0x3b, 0x97, 0xba, 0xea, 0x33, 0x36, 0x34, 0x3a, 0xc4, 0xa6, 0xcd, 0xf8, 0x05, 0x8c, - 0x49, 0x76, 0xfe, 0x2d, 0xc0, 0x6c, 0xa5, 0x85, 0x75, 0x62, 0x9f, 0x47, 0x0d, 0x16, 0xb9, 0x4f, - 0xe9, 0xd0, 0x7a, 0xc4, 0x17, 0x76, 0xce, 0x06, 0xc5, 0x8d, 0xd8, 0xef, 0xef, 0xa4, 0x29, 0x74, - 0xea, 0xfb, 0x0c, 0x90, 0x9b, 0x15, 0xbd, 0x3c, 0x44, 0x19, 0xe2, 0x9a, 0xe2, 0xcd, 0x11, 0x58, - 0x9e, 0x9c, 0x77, 0x20, 0xed, 0x7c, 0x10, 0x86, 0x96, 0xbd, 0x2f, 0xd6, 0x7c, 0xdf, 0x8b, 0x89, - 0x2b, 0x01, 0xa8, 0x4b, 0xb7, 0xf3, 0x9f, 0x19, 0x80, 0xc1, 0x50, 0x02, 0x3d, 0x84, 0x05, 0xff, - 0x37, 0x29, 0x68, 0x2d, 0xe6, 0x8b, 0x28, 0x71, 0x3d, 0x7c, 0xd1, 0xd3, 0xe9, 0x21, 0x2c, 0xf8, - 0xdf, 0x80, 0x0e, 0x98, 0x85, 0xbc, 0x85, 0x1d, 0x30, 0x0b, 0x7d, 0x69, 0x3a, 0x85, 0x3a, 0x70, - 0x39, 0xe2, 0x1d, 0x18, 0x7a, 0x65, 0xbc, 0x37, 0x85, 0xe2, 0xab, 0x63, 0xbe, 0x4c, 0x93, 0xa6, - 0x90, 0x09, 0x57, 0x22, 0x5f, 0xfd, 0xa0, 0xad, 0x71, 0x5f, 0x4c, 0x89, 0xaf, 0x8d, 0x81, 0xe9, - 0xc9, 0xec, 0x83, 0x18, 0x3d, 0x6f, 0x46, 0xaf, 0x8d, 0xfd, 0x22, 0x44, 0xbc, 0x35, 0xfe, 0xf8, - 0x5a, 0x9a, 0x42, 0xfb, 0x30, 0xef, 0x1b, 0xc6, 0x22, 0x31, 0x74, 0x42, 0x4b, 0x19, 0xaf, 0xc5, - 0x4c, 0x6f, 0x29, 0x27, 0xdf, 0xc0, 0x70, 0xc0, 0x69, 0x78, 0xf2, 0x39, 0xe0, 0x14, 0x32, 0x61, - 0x0c, 0x9a, 0x3f, 0x90, 0x97, 0xc3, 0xcc, 0x1f, 0x9e, 0xd8, 0xc3, 0xcc, 0x1f, 0x91, 0xe4, 0xa5, - 0x29, 0xf4, 0x21, 0x64, 0xf8, 0x81, 0x09, 0xda, 0x88, 0x1d, 0xfc, 0x88, 0x57, 0xa3, 0x96, 0xfd, - 0x2c, 0xf9, 0x2e, 0x7d, 0xc0, 0x32, 0x74, 0x5a, 0x30, 0x60, 0x19, 0xd1, 0xdc, 0x4f, 0xd9, 0xf9, - 0x89, 0xeb, 0x80, 0x07, 0xf9, 0x29, 0xac, 0xe9, 0x1f, 0xe4, 0xa7, 0xd0, 0xb6, 0x59, 0x9a, 0xda, - 0xf9, 0x51, 0x1a, 0x52, 0x4e, 0x22, 0x6d, 0xc0, 0x4b, 0x81, 0x4e, 0x03, 0x5d, 0x8d, 0xef, 0xbf, - 0xc4, 0x6b, 0x91, 0xeb, 0x9e, 0xba, 0x4f, 0xe0, 0xd2, 0x50, 0xef, 0x80, 0x36, 0xfd, 0x74, 0x61, - 0xfd, 0x8b, 0x78, 0x3d, 0x06, 0x23, 0xc8, 0x9b, 0xcf, 0x05, 0x9b, 0xa3, 0x8a, 0x5b, 0x9e, 0x77, - 0x54, 0xfc, 0x7f, 0x42, 0xef, 0xad, 0x60, 0xe4, 0x4b, 0xbc, 0x5e, 0xa1, 0x31, 0x7f, 0x23, 0x16, - 0xc7, 0x93, 0xf0, 0xb1, 0x77, 0x61, 0xfa, 0xaa, 0x31, 0xc4, 0x29, 0x17, 0x5a, 0x04, 0x8a, 0x52, - 0x1c, 0x4a, 0x70, 0x03, 0xc1, 0xd8, 0x09, 0x12, 0x87, 0x45, 0xcd, 0x8d, 0x58, 0x1c, 0x7f, 0xb4, - 0xfb, 0xae, 0xf6, 0x41, 0xb4, 0x0f, 0x97, 0x01, 0x83, 0x68, 0x0f, 0xa9, 0x05, 0xa4, 0xa9, 0x7b, - 0xef, 0x02, 0x34, 0x2d, 0x4d, 0xa1, 0x7d, 0x0b, 0xda, 0x18, 0x9a, 0xf2, 0xbd, 0xaf, 0xe1, 0x4e, - 0xeb, 0xa0, 0x47, 0x34, 0x43, 0xb7, 0x72, 0xbf, 0x9a, 0x75, 0x9a, 0xa6, 0xb9, 0xa6, 0xa5, 0xd1, - 0xf6, 0xa1, 0x98, 0x7e, 0x92, 0x6c, 0x5a, 0xda, 0xc9, 0xb4, 0x83, 0xff, 0xd6, 0x7f, 0x03, 0x00, - 0x00, 0xff, 0xff, 0xe2, 0x63, 0x32, 0x5a, 0x34, 0x30, 0x00, 0x00, + proto.RegisterFile("github.com/container-storage-interface/spec/csi.proto", fileDescriptor_csi_3932febea60d5a27) +} + +var fileDescriptor_csi_3932febea60d5a27 = []byte{ + // 3070 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x1a, 0x4d, 0x6f, 0xe3, 0xc6, + 0xd5, 0xd4, 0x87, 0x3f, 0x9e, 0x6d, 0x45, 0x3b, 0xfe, 0x58, 0x2d, 0x6d, 0xef, 0x7a, 0xb9, 0xd9, + 0xc4, 0xd9, 0x64, 0xe5, 0xc6, 0xc9, 0x06, 0xcd, 0xee, 0xa6, 0x8d, 0x24, 0x2b, 0xb6, 0xb2, 0x5a, + 0xd9, 0xa1, 0x64, 0xa7, 0xbb, 0x6d, 0xc0, 0xd0, 0xd2, 0x58, 0x4b, 0x44, 0x22, 0x15, 0x72, 0xe4, + 0xae, 0x7b, 0x2b, 0x0a, 0xf4, 0xd2, 0x53, 0x4f, 0xed, 0xad, 0x40, 0x7a, 0x6a, 0xd1, 0xa0, 0xa7, + 0xa2, 0xc7, 0x02, 0xbd, 0x14, 0xe8, 0x1f, 0x68, 0x6f, 0xb9, 0x07, 0x2d, 0x10, 0xf4, 0xd0, 0x43, + 0x81, 0x02, 0x05, 0x39, 0x43, 0x8a, 0x43, 0x91, 0x94, 0xb4, 0xde, 0x20, 0x87, 0x9e, 0x24, 0xbe, + 0x79, 0x5f, 0xf3, 0xe6, 0xbd, 0x37, 0xef, 0x3d, 0x12, 0xee, 0xb4, 0x35, 0xf2, 0xa4, 0x7f, 0x92, + 0x6f, 0x1a, 0xdd, 0xed, 0xa6, 0xa1, 0x13, 0x55, 0xd3, 0xb1, 0x79, 0xdb, 0x22, 0x86, 0xa9, 0xb6, + 0xf1, 0x6d, 0x4d, 0x27, 0xd8, 0x3c, 0x55, 0x9b, 0x78, 0xdb, 0xea, 0xe1, 0xe6, 0x76, 0xd3, 0xd2, + 0xf2, 0x3d, 0xd3, 0x20, 0x06, 0x9a, 0xb6, 0xff, 0x9e, 0xbd, 0x2e, 0x6e, 0xb6, 0x0d, 0xa3, 0xdd, + 0xc1, 0xdb, 0x0e, 0xf4, 0xa4, 0x7f, 0xba, 0xdd, 0xc2, 0x56, 0xd3, 0xd4, 0x7a, 0xc4, 0x30, 0x29, + 0xa6, 0x78, 0x2d, 0x88, 0x41, 0xb4, 0x2e, 0xb6, 0x88, 0xda, 0xed, 0x31, 0x84, 0xab, 0x41, 0x84, + 0x1f, 0x9a, 0x6a, 0xaf, 0x87, 0x4d, 0x8b, 0xae, 0x4b, 0xab, 0xb0, 0xbc, 0x87, 0xc9, 0x61, 0xa7, + 0xdf, 0xd6, 0xf4, 0x8a, 0x7e, 0x6a, 0xc8, 0xf8, 0xd3, 0x3e, 0xb6, 0x88, 0xf4, 0x77, 0x01, 0x56, + 0x02, 0x0b, 0x56, 0xcf, 0xd0, 0x2d, 0x8c, 0x10, 0xa4, 0x74, 0xb5, 0x8b, 0x73, 0xc2, 0xa6, 0xb0, + 0x35, 0x27, 0x3b, 0xff, 0xd1, 0x4d, 0xc8, 0x9c, 0x61, 0xbd, 0x65, 0x98, 0xca, 0x19, 0x36, 0x2d, + 0xcd, 0xd0, 0x73, 0x09, 0x67, 0x75, 0x91, 0x42, 0x8f, 0x29, 0x10, 0xed, 0xc1, 0x6c, 0x57, 0xd5, + 0xb5, 0x53, 0x6c, 0x91, 0x5c, 0x72, 0x33, 0xb9, 0x35, 0xbf, 0xf3, 0x6a, 0x9e, 0x6e, 0x35, 0x1f, + 0x2a, 0x2b, 0xff, 0x90, 0x61, 0x97, 0x75, 0x62, 0x9e, 0xcb, 0x1e, 0xb1, 0x78, 0x0f, 0x16, 0xb9, + 0x25, 0x94, 0x85, 0xe4, 0x27, 0xf8, 0x9c, 0xe9, 0x64, 0xff, 0x45, 0xcb, 0x90, 0x3e, 0x53, 0x3b, + 0x7d, 0xcc, 0x34, 0xa1, 0x0f, 0x77, 0x13, 0xdf, 0x16, 0xa4, 0xab, 0xb0, 0xee, 0x49, 0x2b, 0xa9, + 0x3d, 0xf5, 0x44, 0xeb, 0x68, 0x44, 0xc3, 0x96, 0xbb, 0xf5, 0x8f, 0x60, 0x23, 0x62, 0x9d, 0x59, + 0xe0, 0x3e, 0x2c, 0x34, 0x7d, 0xf0, 0x9c, 0xe0, 0x6c, 0x25, 0xe7, 0x6e, 0x25, 0x40, 0x79, 0x2e, + 0x73, 0xd8, 0xd2, 0xbf, 0x04, 0xc8, 0x06, 0x51, 0xd0, 0x7d, 0x98, 0xb1, 0xb0, 0x79, 0xa6, 0x35, + 0xa9, 0x5d, 0xe7, 0x77, 0x36, 0xa3, 0xb8, 0xe5, 0xeb, 0x14, 0x6f, 0x7f, 0x4a, 0x76, 0x49, 0xc4, + 0x5f, 0x08, 0x30, 0xc3, 0xc0, 0xe8, 0x6d, 0x48, 0x91, 0xf3, 0x1e, 0x65, 0x93, 0xd9, 0xb9, 0x39, + 0x8a, 0x4d, 0xbe, 0x71, 0xde, 0xc3, 0xb2, 0x43, 0x22, 0x7d, 0x00, 0x29, 0xfb, 0x09, 0xcd, 0xc3, + 0xcc, 0x51, 0xed, 0x41, 0xed, 0xe0, 0xc3, 0x5a, 0x76, 0x0a, 0xad, 0x02, 0x2a, 0x1d, 0xd4, 0x1a, + 0xf2, 0x41, 0xb5, 0x5a, 0x96, 0x95, 0x7a, 0x59, 0x3e, 0xae, 0x94, 0xca, 0x59, 0x01, 0xbd, 0x08, + 0x9b, 0xc7, 0x07, 0xd5, 0xa3, 0x87, 0x65, 0xa5, 0x50, 0x2a, 0x95, 0xeb, 0xf5, 0x4a, 0xb1, 0x52, + 0xad, 0x34, 0x1e, 0x29, 0xa5, 0x83, 0x5a, 0xbd, 0x21, 0x17, 0x2a, 0xb5, 0x46, 0x3d, 0x9b, 0x28, + 0x4e, 0x53, 0x6d, 0xa4, 0x0c, 0x2c, 0x1c, 0x9a, 0xc6, 0x09, 0x76, 0x6d, 0x5c, 0x80, 0x45, 0xf6, + 0xcc, 0x6c, 0xfa, 0x2d, 0x48, 0x9b, 0x58, 0x6d, 0x9d, 0xb3, 0xed, 0x8b, 0x79, 0xea, 0xb7, 0x79, + 0xd7, 0x6f, 0xf3, 0x45, 0xc3, 0xe8, 0x1c, 0xdb, 0x67, 0x28, 0x53, 0x44, 0xe9, 0xab, 0x14, 0x2c, + 0x95, 0x4c, 0xac, 0x12, 0x7c, 0x6c, 0x74, 0xfa, 0x5d, 0x97, 0x75, 0xa8, 0x7f, 0xde, 0x87, 0x8c, + 0x7d, 0x06, 0x4d, 0x8d, 0x9c, 0x2b, 0xa6, 0xaa, 0xb7, 0xa9, 0x57, 0xcc, 0xef, 0xac, 0xb8, 0xe6, + 0x29, 0xb1, 0x55, 0xd9, 0x5e, 0x94, 0x17, 0x9b, 0xfe, 0x47, 0x54, 0x81, 0xa5, 0x33, 0x47, 0x84, + 0xc2, 0x1d, 0x7b, 0x92, 0x3f, 0x76, 0xaa, 0x85, 0xef, 0xd8, 0xd1, 0x19, 0x0f, 0xd1, 0xb0, 0x85, + 0x1e, 0x00, 0xf4, 0x54, 0x53, 0xed, 0x62, 0x82, 0x4d, 0x2b, 0x97, 0xe2, 0x63, 0x20, 0x64, 0x37, + 0xf9, 0x43, 0x0f, 0x9b, 0xc6, 0x80, 0x8f, 0x1c, 0xed, 0xd9, 0x4e, 0xd3, 0x34, 0x31, 0xb1, 0x72, + 0x69, 0x87, 0xd3, 0x56, 0x1c, 0xa7, 0x3a, 0x45, 0x75, 0xd8, 0x14, 0x93, 0xbf, 0x2c, 0x0a, 0xb2, + 0x4b, 0x8d, 0x0e, 0x60, 0xc5, 0xdd, 0xa0, 0xa1, 0x13, 0xac, 0x13, 0xc5, 0x32, 0xfa, 0x66, 0x13, + 0xe7, 0xa6, 0x1d, 0x2b, 0xad, 0x05, 0xb6, 0x48, 0x71, 0xea, 0x0e, 0x8a, 0xcc, 0x4c, 0xc3, 0x01, + 0xd1, 0x63, 0x10, 0xd5, 0x66, 0x13, 0x5b, 0x96, 0x46, 0x6d, 0xa1, 0x98, 0xf8, 0xd3, 0xbe, 0x66, + 0xe2, 0x2e, 0xd6, 0x89, 0x95, 0x9b, 0xe1, 0xb9, 0x36, 0x8c, 0x9e, 0xd1, 0x31, 0xda, 0xe7, 0xf2, + 0x00, 0x47, 0xbe, 0xc2, 0x91, 0xfb, 0x56, 0x2c, 0xf1, 0x1d, 0x78, 0x21, 0x60, 0x94, 0x49, 0xa2, + 0x5f, 0xbc, 0x0b, 0x0b, 0x7e, 0x4b, 0x4c, 0x94, 0x39, 0x7e, 0x96, 0x80, 0xa5, 0x10, 0x1b, 0xa0, + 0x7d, 0x98, 0xb5, 0x74, 0xb5, 0x67, 0x3d, 0x31, 0x08, 0xf3, 0xdf, 0x5b, 0x31, 0x26, 0xcb, 0xd7, + 0x19, 0x2e, 0x7d, 0xdc, 0x9f, 0x92, 0x3d, 0x6a, 0x54, 0x84, 0x69, 0x6a, 0x4f, 0xe6, 0xa0, 0x5b, + 0x71, 0x7c, 0x28, 0xcc, 0xe3, 0xc2, 0x28, 0xc5, 0xd7, 0x21, 0xc3, 0x4b, 0x40, 0xd7, 0x60, 0xde, + 0x95, 0xa0, 0x68, 0x2d, 0xb6, 0x57, 0x70, 0x41, 0x95, 0x96, 0xf8, 0x2a, 0x2c, 0xf8, 0x99, 0xa1, + 0x35, 0x98, 0x63, 0x0e, 0xe1, 0xa1, 0xcf, 0x52, 0x40, 0xa5, 0xe5, 0xc5, 0xf4, 0x77, 0x60, 0x99, + 0xf7, 0x33, 0x16, 0xca, 0x2f, 0x79, 0x7b, 0xa0, 0xb6, 0xc8, 0xf0, 0x7b, 0x70, 0xf5, 0x94, 0x7e, + 0x9b, 0x82, 0x6c, 0x30, 0x68, 0xd0, 0x7d, 0x48, 0x9f, 0x74, 0x8c, 0xe6, 0x27, 0x8c, 0xf6, 0xc5, + 0xa8, 0xe8, 0xca, 0x17, 0x6d, 0x2c, 0x0a, 0xdd, 0x9f, 0x92, 0x29, 0x91, 0x4d, 0xdd, 0x35, 0xfa, + 0x3a, 0x61, 0xd6, 0x8b, 0xa6, 0x7e, 0x68, 0x63, 0x0d, 0xa8, 0x1d, 0x22, 0xb4, 0x0b, 0xf3, 0xd4, + 0xed, 0x94, 0xae, 0xd1, 0xc2, 0xb9, 0xa4, 0xc3, 0xe3, 0x46, 0x24, 0x8f, 0x82, 0x83, 0xfb, 0xd0, + 0x68, 0x61, 0x19, 0x54, 0xef, 0xbf, 0xb8, 0x08, 0xf3, 0x3e, 0xdd, 0xc4, 0x3d, 0x98, 0xf7, 0x09, + 0x43, 0x97, 0x61, 0xe6, 0xd4, 0x52, 0xbc, 0x0c, 0x3d, 0x27, 0x4f, 0x9f, 0x5a, 0x4e, 0xd2, 0xbd, + 0x06, 0xf3, 0x8e, 0x16, 0xca, 0x69, 0x47, 0x6d, 0x5b, 0xb9, 0xc4, 0x66, 0xd2, 0x3e, 0x23, 0x07, + 0xf4, 0x9e, 0x0d, 0x11, 0xff, 0x21, 0x00, 0x0c, 0x44, 0xa2, 0xfb, 0x90, 0x72, 0xb4, 0xa4, 0x79, + 0x7e, 0x6b, 0x0c, 0x2d, 0xf3, 0x8e, 0xaa, 0x0e, 0x95, 0xf4, 0x2b, 0x01, 0x52, 0x0e, 0x9b, 0x60, + 0xae, 0xaf, 0x57, 0x6a, 0x7b, 0xd5, 0xb2, 0x52, 0x3b, 0xd8, 0x2d, 0x2b, 0x1f, 0xca, 0x95, 0x46, + 0x59, 0xce, 0x0a, 0x68, 0x0d, 0x2e, 0xfb, 0xe1, 0x72, 0xb9, 0xb0, 0x5b, 0x96, 0x95, 0x83, 0x5a, + 0xf5, 0x51, 0x36, 0x81, 0x44, 0x58, 0x7d, 0x78, 0x54, 0x6d, 0x54, 0x86, 0xd7, 0x92, 0x68, 0x1d, + 0x72, 0xbe, 0x35, 0xc6, 0x83, 0xb1, 0x4d, 0xd9, 0x6c, 0x7d, 0xab, 0xf4, 0x2f, 0x5b, 0x4c, 0x17, + 0x17, 0xbd, 0xc3, 0x70, 0x9c, 0xed, 0x43, 0x58, 0xe4, 0x72, 0xb4, 0x5d, 0x72, 0xb0, 0xa4, 0xd2, + 0x52, 0x4e, 0xce, 0x89, 0x73, 0x0d, 0x0b, 0x5b, 0x49, 0x79, 0xd1, 0x85, 0x16, 0x6d, 0xa0, 0x6d, + 0xd6, 0x8e, 0xd6, 0xd5, 0x08, 0xc3, 0x49, 0x38, 0x38, 0xe0, 0x80, 0x1c, 0x04, 0xe9, 0x8b, 0x04, + 0x4c, 0xb3, 0xb3, 0xb9, 0xe9, 0xbb, 0x25, 0x38, 0x96, 0x2e, 0x94, 0xb2, 0xe4, 0x82, 0x23, 0xc1, + 0x07, 0x07, 0xda, 0x87, 0x8c, 0x3f, 0x95, 0x3e, 0x75, 0x0b, 0x9d, 0xeb, 0xfc, 0x01, 0xf9, 0xe3, + 0xf9, 0x29, 0x2b, 0x6f, 0x16, 0xcf, 0xfc, 0x30, 0x54, 0x84, 0x4c, 0x20, 0x1b, 0xa7, 0x46, 0x67, + 0xe3, 0xc5, 0x26, 0x97, 0x98, 0x0a, 0xb0, 0xe4, 0x26, 0xd2, 0x0e, 0x56, 0x08, 0x4b, 0xb4, 0xec, + 0xb6, 0xc8, 0x0e, 0x25, 0x60, 0x34, 0x40, 0x76, 0x61, 0xe2, 0xbb, 0x80, 0x86, 0x75, 0x9d, 0x28, + 0x6b, 0xf6, 0x61, 0x29, 0x24, 0xc5, 0xa3, 0x3c, 0xcc, 0x39, 0x47, 0x65, 0x69, 0x04, 0xb3, 0x12, + 0x6a, 0x58, 0xa3, 0x01, 0x8a, 0x8d, 0xdf, 0x33, 0xf1, 0x29, 0x36, 0x4d, 0xdc, 0x72, 0xc2, 0x23, + 0x14, 0xdf, 0x43, 0x91, 0x7e, 0x22, 0xc0, 0xac, 0x0b, 0x47, 0x77, 0x61, 0xd6, 0xc2, 0x6d, 0x7a, + 0xfd, 0x50, 0x59, 0x57, 0x83, 0xb4, 0xf9, 0x3a, 0x43, 0x60, 0xc5, 0xa6, 0x8b, 0x6f, 0x17, 0x9b, + 0xdc, 0xd2, 0x44, 0x9b, 0xff, 0xa3, 0x00, 0x4b, 0xbb, 0xb8, 0x83, 0x83, 0x55, 0x4a, 0x5c, 0x86, + 0xf5, 0x5f, 0xec, 0x09, 0xfe, 0x62, 0x0f, 0x61, 0x15, 0x73, 0xb1, 0x5f, 0xe8, 0xb2, 0x5b, 0x85, + 0x65, 0x5e, 0x1a, 0x4d, 0xef, 0xd2, 0x3f, 0x93, 0x70, 0xd5, 0xf6, 0x05, 0xd3, 0xe8, 0x74, 0xb0, + 0x79, 0xd8, 0x3f, 0xe9, 0x68, 0xd6, 0x93, 0x09, 0x36, 0x77, 0x19, 0x66, 0x74, 0xa3, 0xe5, 0x0b, + 0x9e, 0x69, 0xfb, 0xb1, 0xd2, 0x42, 0x65, 0xb8, 0x14, 0x2c, 0xb3, 0xce, 0x59, 0x12, 0x8e, 0x2e, + 0xb2, 0xb2, 0x67, 0xc1, 0x1b, 0x44, 0x84, 0x59, 0xbb, 0x40, 0x34, 0xf4, 0xce, 0xb9, 0x13, 0x31, + 0xb3, 0xb2, 0xf7, 0x8c, 0xe4, 0x60, 0xc5, 0xf4, 0x86, 0x57, 0x31, 0xc5, 0xee, 0x28, 0xae, 0x78, + 0xfa, 0x78, 0x28, 0xe2, 0xa7, 0x1d, 0xd6, 0x6f, 0x8f, 0xc9, 0x7a, 0x64, 0x26, 0xb8, 0xc8, 0x29, + 0x3e, 0x87, 0xf0, 0xfd, 0xab, 0x00, 0xd7, 0x22, 0xb7, 0xc0, 0xae, 0xfc, 0x16, 0xbc, 0xd0, 0xa3, + 0x0b, 0x9e, 0x11, 0x68, 0x94, 0xdd, 0x1b, 0x69, 0x04, 0xd6, 0xe9, 0x31, 0x28, 0x67, 0x86, 0x4c, + 0x8f, 0x03, 0x8a, 0x05, 0x58, 0x0a, 0x41, 0x9b, 0x68, 0x33, 0x5f, 0x0a, 0xb0, 0x39, 0x50, 0xe5, + 0x48, 0xef, 0x3d, 0x3f, 0xf7, 0x6d, 0x0c, 0x7c, 0x8b, 0xa6, 0xfc, 0x3b, 0xc3, 0x7b, 0x0f, 0x17, + 0xf8, 0x75, 0x45, 0xf0, 0x0d, 0xb8, 0x1e, 0x23, 0x9a, 0x85, 0xf3, 0x17, 0x29, 0xb8, 0x7e, 0xac, + 0x76, 0xb4, 0x96, 0x57, 0xc8, 0x85, 0xf4, 0xc4, 0xf1, 0x26, 0x69, 0x0e, 0x45, 0x00, 0xcd, 0x5a, + 0xf7, 0xbd, 0xa8, 0x1d, 0xc5, 0x7f, 0x8c, 0xeb, 0xf0, 0x39, 0x36, 0x61, 0x8f, 0x42, 0x9a, 0xb0, + 0xb7, 0xc7, 0xd7, 0x35, 0xae, 0x25, 0x3b, 0x0a, 0x26, 0x98, 0xb7, 0xc6, 0xe7, 0x1b, 0xe3, 0x05, + 0x17, 0x8e, 0xe2, 0x6f, 0xb2, 0x6b, 0xfa, 0x73, 0x0a, 0xa4, 0xb8, 0xdd, 0xb3, 0x1c, 0x22, 0xc3, + 0x5c, 0xd3, 0xd0, 0x4f, 0x35, 0xb3, 0x8b, 0x5b, 0xac, 0xfa, 0x7f, 0x73, 0x1c, 0xe3, 0xb1, 0x04, + 0x52, 0x72, 0x69, 0xe5, 0x01, 0x1b, 0x94, 0x83, 0x99, 0x2e, 0xb6, 0x2c, 0xb5, 0xed, 0xaa, 0xe5, + 0x3e, 0x8a, 0x9f, 0x27, 0x61, 0xce, 0x23, 0x41, 0xfa, 0x90, 0x07, 0xd3, 0xf4, 0xb5, 0xf7, 0x2c, + 0x0a, 0x3c, 0xbb, 0x33, 0x27, 0x9e, 0xc1, 0x99, 0x5b, 0x9c, 0x33, 0xd3, 0x70, 0xd8, 0x7d, 0x26, + 0xb5, 0x63, 0xfc, 0xfa, 0x1b, 0x77, 0x40, 0xe9, 0x07, 0x80, 0xaa, 0x9a, 0xc5, 0xba, 0x28, 0x2f, + 0x2d, 0xd9, 0x4d, 0x93, 0xfa, 0x54, 0xc1, 0x3a, 0x31, 0x35, 0x56, 0xae, 0xa7, 0x65, 0xe8, 0xaa, + 0x4f, 0xcb, 0x14, 0x62, 0x97, 0xf4, 0x16, 0x51, 0x4d, 0xa2, 0xe9, 0x6d, 0x85, 0x18, 0x9f, 0x60, + 0x6f, 0x30, 0xe9, 0x42, 0x1b, 0x36, 0x50, 0xfa, 0x4c, 0x80, 0x25, 0x8e, 0x3d, 0xf3, 0xc9, 0x7b, + 0x30, 0x33, 0xe0, 0xcd, 0x95, 0xf1, 0x21, 0xd8, 0x79, 0x6a, 0x36, 0x97, 0x02, 0x6d, 0x00, 0xe8, + 0xf8, 0x29, 0xe1, 0xe4, 0xce, 0xd9, 0x10, 0x47, 0xa6, 0xb8, 0x0d, 0x69, 0x6a, 0x86, 0x71, 0xfb, + 0xe5, 0xcf, 0x13, 0x80, 0xf6, 0x30, 0xf1, 0xda, 0x20, 0x66, 0x83, 0x08, 0x5f, 0x12, 0x9e, 0xc1, + 0x97, 0xde, 0xe7, 0x7c, 0x89, 0x7a, 0xe3, 0x2d, 0xdf, 0x84, 0x36, 0x20, 0x3a, 0x36, 0x13, 0x46, + 0xb4, 0x1e, 0xb4, 0x9e, 0x1b, 0xaf, 0xf5, 0xb8, 0xa0, 0xcb, 0xec, 0xc2, 0x12, 0xa7, 0x33, 0x3b, + 0xd3, 0xdb, 0x80, 0xd4, 0x33, 0x55, 0xeb, 0xa8, 0xb6, 0x5e, 0x6e, 0x67, 0xc7, 0x3a, 0xbd, 0x4b, + 0xde, 0x8a, 0x4b, 0x26, 0x49, 0xfe, 0x82, 0x81, 0xf1, 0x0b, 0x4e, 0x8c, 0x3b, 0xfe, 0x8b, 0x76, + 0x08, 0x87, 0xc9, 0xdd, 0x0b, 0x9d, 0x1a, 0xdf, 0x18, 0x2e, 0x12, 0xd8, 0x64, 0x36, 0x72, 0x80, + 0xfc, 0xef, 0x04, 0xac, 0xc5, 0x60, 0xa3, 0x7b, 0x90, 0x34, 0x7b, 0x4d, 0xe6, 0x4c, 0x2f, 0x8f, + 0xc1, 0x3f, 0x2f, 0x1f, 0x96, 0xf6, 0xa7, 0x64, 0x9b, 0x4a, 0xfc, 0x79, 0x02, 0x92, 0xf2, 0x61, + 0x09, 0xbd, 0xcb, 0x8d, 0x91, 0x5f, 0x1b, 0x93, 0x8b, 0x7f, 0x9a, 0xfc, 0x17, 0x21, 0x6c, 0x9c, + 0x9c, 0x83, 0xe5, 0x92, 0x5c, 0x2e, 0x34, 0xca, 0xca, 0x6e, 0xb9, 0x5a, 0x6e, 0x94, 0x15, 0x3a, + 0x44, 0xce, 0x0a, 0x68, 0x1d, 0x72, 0x87, 0x47, 0xc5, 0x6a, 0xa5, 0xbe, 0xaf, 0x1c, 0xd5, 0xdc, + 0x7f, 0x6c, 0x35, 0x81, 0xb2, 0xb0, 0x50, 0xad, 0xd4, 0x1b, 0x0c, 0x50, 0xcf, 0x26, 0x6d, 0xc8, + 0x5e, 0xb9, 0xa1, 0x94, 0x0a, 0x87, 0x85, 0x52, 0xa5, 0xf1, 0x28, 0x9b, 0x42, 0x22, 0xac, 0xf2, + 0xbc, 0xeb, 0xb5, 0xc2, 0x61, 0x7d, 0xff, 0xa0, 0x91, 0x4d, 0x23, 0x04, 0x19, 0x87, 0xde, 0x05, + 0xd5, 0xb3, 0xd3, 0x36, 0x87, 0x52, 0xf5, 0xa0, 0xe6, 0xe9, 0x30, 0x83, 0x96, 0x21, 0xeb, 0x4a, + 0x96, 0xcb, 0x85, 0x5d, 0x67, 0x8a, 0x31, 0xeb, 0x0d, 0xbc, 0xbe, 0x4c, 0xc0, 0x0a, 0x9d, 0x78, + 0xb9, 0xf3, 0x35, 0x37, 0x06, 0xb7, 0x20, 0x4b, 0x7b, 0x74, 0x25, 0x58, 0x25, 0x65, 0x28, 0xfc, + 0xd8, 0xad, 0x95, 0xdc, 0xe9, 0x74, 0xc2, 0x37, 0x9d, 0xae, 0x04, 0x2b, 0xc7, 0x5b, 0xfc, 0x1c, + 0x37, 0x20, 0x2d, 0xae, 0x19, 0x79, 0x18, 0x52, 0xda, 0xdc, 0x8e, 0xe7, 0x16, 0x97, 0xf6, 0x2f, + 0xd2, 0x79, 0x5c, 0x30, 0x7a, 0xdf, 0x83, 0xd5, 0xa0, 0xbe, 0x2c, 0x90, 0x5e, 0x1b, 0x9a, 0xb6, + 0x7a, 0xe9, 0xc4, 0xc3, 0xf5, 0x30, 0xa4, 0xbf, 0x09, 0x30, 0xeb, 0x82, 0xed, 0x94, 0x6c, 0x69, + 0x3f, 0xc2, 0xdc, 0x74, 0x67, 0xce, 0x86, 0x78, 0xc3, 0x22, 0xff, 0x9c, 0x34, 0x11, 0x9c, 0x93, + 0x86, 0x9e, 0x73, 0x32, 0xf4, 0x9c, 0xbf, 0x0b, 0x8b, 0x4d, 0x5b, 0x7d, 0xcd, 0xd0, 0x15, 0xa2, + 0x75, 0xdd, 0xe1, 0xcd, 0xf0, 0x7b, 0x8d, 0x86, 0xfb, 0xc2, 0x4e, 0x5e, 0x70, 0x09, 0x6c, 0x10, + 0xda, 0x84, 0x05, 0xe7, 0x3d, 0x87, 0x42, 0x0c, 0xa5, 0x6f, 0xe1, 0x5c, 0xda, 0x69, 0x65, 0xc1, + 0x81, 0x35, 0x8c, 0x23, 0x0b, 0x4b, 0x7f, 0x12, 0x60, 0x85, 0x76, 0xe8, 0x41, 0x77, 0x1c, 0x35, + 0xef, 0xf5, 0x7b, 0x5c, 0x20, 0xcb, 0x87, 0x32, 0xfc, 0xba, 0x1a, 0x94, 0x1c, 0xac, 0x06, 0xe5, + 0xb1, 0xae, 0xe4, 0x37, 0x02, 0x2c, 0xdb, 0x57, 0xac, 0xbb, 0xf0, 0xbc, 0x6f, 0xfc, 0x09, 0x4e, + 0x32, 0x60, 0xcc, 0x54, 0xd0, 0x98, 0xd2, 0xef, 0x04, 0x58, 0x09, 0xe8, 0xca, 0x3c, 0xf5, 0x9d, + 0x60, 0xf9, 0x70, 0xc3, 0x5f, 0x3e, 0x0c, 0xe1, 0x4f, 0x58, 0x40, 0xdc, 0x71, 0x0b, 0x88, 0xc9, + 0x02, 0xe2, 0xab, 0x14, 0xac, 0xd6, 0x8c, 0x16, 0xae, 0x13, 0xb5, 0x3d, 0xc9, 0x50, 0xea, 0xfb, + 0xc3, 0x3d, 0x3e, 0xf5, 0x9d, 0x1d, 0x57, 0x58, 0x38, 0xd7, 0x71, 0x5a, 0x7b, 0x94, 0x87, 0x25, + 0x8b, 0xa8, 0x6d, 0xe7, 0xd0, 0x54, 0xb3, 0x8d, 0x89, 0xd2, 0x53, 0xc9, 0x13, 0x76, 0x22, 0x97, + 0xd8, 0x52, 0xc3, 0x59, 0x39, 0x54, 0xc9, 0x93, 0xf0, 0x59, 0x51, 0x6a, 0xe2, 0x59, 0xd1, 0xfb, + 0xc1, 0x76, 0xed, 0xd5, 0x11, 0x7b, 0x89, 0x49, 0xbd, 0xdf, 0x8b, 0x98, 0x03, 0xbd, 0x3e, 0x82, + 0xe5, 0xe8, 0xf9, 0xcf, 0xc5, 0xe7, 0x1e, 0xdf, 0xf0, 0x08, 0xe9, 0x0a, 0x5c, 0x1e, 0xda, 0x3c, + 0x0b, 0xf4, 0x36, 0xe4, 0xec, 0xa5, 0x23, 0xdd, 0x9a, 0xd0, 0x1d, 0x23, 0x3c, 0x26, 0x11, 0xe1, + 0x31, 0xd2, 0x1a, 0x5c, 0x09, 0x11, 0xc4, 0xb4, 0xf8, 0x43, 0x9a, 0xaa, 0x31, 0xf9, 0x34, 0xf3, + 0xa3, 0xa8, 0xa8, 0x78, 0xd3, 0x7f, 0xec, 0xa1, 0x83, 0xbf, 0xaf, 0x23, 0x2e, 0xae, 0xc1, 0xbc, + 0x1f, 0x8f, 0x25, 0x2b, 0x32, 0x22, 0x70, 0xd2, 0x17, 0x1a, 0xb2, 0x4e, 0x07, 0x86, 0xac, 0xd5, + 0x41, 0x50, 0xcd, 0xf0, 0x05, 0x48, 0xa4, 0x29, 0x62, 0xc2, 0xea, 0xf1, 0x50, 0x58, 0xcd, 0xf2, + 0x93, 0xdb, 0x48, 0xa6, 0xff, 0x07, 0x81, 0xc5, 0x9c, 0x3a, 0x74, 0xa4, 0x2a, 0x3d, 0x06, 0x91, + 0x7a, 0xfc, 0xe4, 0x43, 0xce, 0x80, 0x1b, 0x25, 0x82, 0x6e, 0x24, 0x6d, 0xc0, 0x5a, 0x28, 0x6f, + 0x26, 0xfa, 0x11, 0xd5, 0x6b, 0x0f, 0xb3, 0x1e, 0xb9, 0x4e, 0x54, 0x62, 0x8d, 0x2b, 0x99, 0x2d, + 0xfa, 0x25, 0x53, 0x90, 0x23, 0x79, 0x8f, 0xee, 0x2a, 0xc8, 0x9a, 0xdd, 0xb8, 0xaf, 0x40, 0xba, + 0xef, 0x8c, 0x7b, 0xe8, 0x7d, 0xbb, 0xc4, 0xbb, 0xf4, 0x91, 0xbd, 0x24, 0x53, 0x0c, 0xe9, 0xf7, + 0x02, 0xcc, 0xfb, 0xc0, 0x68, 0x1d, 0xe6, 0xbc, 0xee, 0xcf, 0x2d, 0x0d, 0x3d, 0x80, 0x7d, 0x06, + 0xc4, 0x20, 0x6a, 0x87, 0xbd, 0x41, 0xa4, 0x0f, 0x76, 0x35, 0xdf, 0xb7, 0x30, 0xad, 0x1c, 0x92, + 0xb2, 0xf3, 0x1f, 0xbd, 0x06, 0xa9, 0xbe, 0xae, 0x11, 0x27, 0xf6, 0x32, 0xc1, 0xa0, 0x72, 0x44, + 0xe5, 0x8f, 0x74, 0x8d, 0xc8, 0x0e, 0x96, 0x74, 0x0b, 0x52, 0xf6, 0x13, 0xdf, 0x24, 0xcd, 0x41, + 0xba, 0xf8, 0xa8, 0x51, 0xae, 0x67, 0x05, 0x04, 0x30, 0x5d, 0xa9, 0x1d, 0xec, 0x96, 0xeb, 0xd9, + 0x84, 0xb4, 0xee, 0x6d, 0x3d, 0xac, 0x09, 0xfd, 0x98, 0x1e, 0x49, 0x54, 0xfb, 0x59, 0x08, 0x6d, + 0x3f, 0x37, 0xb8, 0xcb, 0x69, 0x44, 0xe3, 0xf9, 0x85, 0x00, 0x2b, 0xa1, 0x78, 0xe8, 0x8e, 0xbf, + 0xe5, 0xbc, 0x1e, 0xcb, 0xd3, 0xdf, 0x6c, 0xfe, 0x54, 0xa0, 0xcd, 0xe6, 0x5d, 0xae, 0xd9, 0x7c, + 0x69, 0x24, 0xbd, 0xbf, 0xcd, 0x2c, 0x45, 0x74, 0x99, 0xf5, 0x46, 0x61, 0xaf, 0xac, 0x1c, 0xd5, + 0xe8, 0xaf, 0xd7, 0x65, 0x2e, 0x43, 0xd6, 0xee, 0x1a, 0xd9, 0xa7, 0x4b, 0xf5, 0x46, 0x81, 0xfb, + 0x4c, 0x69, 0x19, 0x10, 0xb3, 0xa1, 0xff, 0x5b, 0xb8, 0xcf, 0x04, 0x58, 0xe2, 0xc0, 0xcc, 0xa4, + 0xbe, 0x57, 0x01, 0x02, 0xf7, 0x2a, 0x60, 0x1b, 0x96, 0xed, 0x22, 0x95, 0x7a, 0xad, 0xa5, 0xf4, + 0xb0, 0xa9, 0xd8, 0x2b, 0xcc, 0x77, 0x2e, 0x75, 0xd5, 0xa7, 0x6c, 0x74, 0x74, 0x88, 0x4d, 0x9b, + 0xf1, 0x73, 0x18, 0x96, 0xec, 0xfc, 0x47, 0x80, 0xd9, 0x4a, 0x0b, 0xeb, 0xc4, 0x3e, 0x8f, 0x1a, + 0x2c, 0x72, 0x1f, 0xd4, 0xa1, 0xf5, 0x88, 0xef, 0xec, 0x9c, 0x0d, 0x8a, 0x1b, 0xb1, 0x5f, 0xe1, + 0x49, 0x53, 0xe8, 0xd4, 0xf7, 0x31, 0x20, 0x37, 0x31, 0x7a, 0x71, 0x88, 0x32, 0xc4, 0x35, 0xc5, + 0x9b, 0x23, 0xb0, 0x3c, 0x39, 0x6f, 0x41, 0xda, 0xf9, 0x2c, 0x0c, 0x2d, 0x7b, 0xdf, 0xad, 0xf9, + 0xbe, 0x1a, 0x13, 0x57, 0x02, 0x50, 0x97, 0x6e, 0xe7, 0xbf, 0x33, 0x00, 0x83, 0xd1, 0x04, 0x7a, + 0x00, 0x0b, 0xfe, 0x2f, 0x53, 0xd0, 0x5a, 0xcc, 0x77, 0x51, 0xe2, 0x7a, 0xf8, 0xa2, 0xa7, 0xd3, + 0x03, 0x58, 0xf0, 0xbf, 0x07, 0x1d, 0x30, 0x0b, 0x79, 0x17, 0x3b, 0x60, 0x16, 0xfa, 0xea, 0x74, + 0x0a, 0x75, 0xe0, 0x72, 0xc4, 0x9b, 0x30, 0xf4, 0xd2, 0x78, 0xef, 0x0b, 0xc5, 0x97, 0xc7, 0x7c, + 0xa5, 0x26, 0x4d, 0x21, 0x13, 0xae, 0x44, 0xbe, 0x00, 0x42, 0x5b, 0xe3, 0xbe, 0x9e, 0x12, 0x5f, + 0x19, 0x03, 0xd3, 0x93, 0xd9, 0x07, 0x31, 0x7a, 0xea, 0x8c, 0x5e, 0x19, 0xfb, 0x75, 0x88, 0x78, + 0x6b, 0xfc, 0x21, 0xb6, 0x34, 0x85, 0xf6, 0x61, 0xde, 0x37, 0x92, 0x45, 0x62, 0xe8, 0x9c, 0x96, + 0x32, 0x5e, 0x8b, 0x99, 0xe1, 0x52, 0x4e, 0xbe, 0xb1, 0xe1, 0x80, 0xd3, 0xf0, 0xfc, 0x73, 0xc0, + 0x29, 0x64, 0xce, 0x18, 0x34, 0x7f, 0x20, 0x2f, 0x87, 0x99, 0x3f, 0x3c, 0xb1, 0x87, 0x99, 0x3f, + 0x22, 0xc9, 0x4b, 0x53, 0xe8, 0x03, 0xc8, 0xf0, 0x63, 0x13, 0xb4, 0x11, 0x3b, 0xfe, 0x11, 0xaf, + 0x46, 0x2d, 0xfb, 0x59, 0xf2, 0x5d, 0xfa, 0x80, 0x65, 0xe8, 0xb4, 0x60, 0xc0, 0x32, 0xa2, 0xb9, + 0x9f, 0xb2, 0xf3, 0x13, 0xd7, 0x01, 0x0f, 0xf2, 0x53, 0x58, 0xd3, 0x3f, 0xc8, 0x4f, 0xa1, 0x6d, + 0xb3, 0x34, 0xb5, 0xf3, 0xe3, 0x34, 0xa4, 0x9c, 0x44, 0xda, 0x80, 0x17, 0x02, 0x9d, 0x06, 0xba, + 0x1a, 0xdf, 0x7f, 0x89, 0xd7, 0x22, 0xd7, 0x3d, 0x75, 0x1f, 0xc3, 0xa5, 0xa1, 0xde, 0x01, 0x6d, + 0xfa, 0xe9, 0xc2, 0xfa, 0x17, 0xf1, 0x7a, 0x0c, 0x46, 0x90, 0x37, 0x9f, 0x0b, 0x36, 0x47, 0x15, + 0xb7, 0x3c, 0xef, 0xa8, 0xf8, 0xff, 0x98, 0xde, 0x5b, 0xc1, 0xc8, 0x97, 0x78, 0xbd, 0x42, 0x63, + 0xfe, 0x46, 0x2c, 0x8e, 0x27, 0xe1, 0x23, 0xef, 0xc2, 0xf4, 0x55, 0x63, 0x88, 0x53, 0x2e, 0xb4, + 0x08, 0x14, 0xa5, 0x38, 0x94, 0xe0, 0x06, 0x82, 0xb1, 0x13, 0x24, 0x0e, 0x8b, 0x9a, 0x1b, 0xb1, + 0x38, 0xfe, 0x68, 0xf7, 0x5d, 0xed, 0x83, 0x68, 0x1f, 0x2e, 0x03, 0x06, 0xd1, 0x1e, 0x52, 0x0b, + 0x48, 0x53, 0x77, 0xdf, 0x01, 0x68, 0x5a, 0x9a, 0x42, 0xfb, 0x16, 0xb4, 0x31, 0x34, 0xe8, 0x7b, + 0x4f, 0xc3, 0x9d, 0xd6, 0x41, 0x8f, 0x68, 0x86, 0x6e, 0xe5, 0x7e, 0x3d, 0xeb, 0x34, 0x4d, 0x73, + 0x4d, 0x4b, 0xa3, 0xed, 0x43, 0x31, 0xfd, 0x38, 0xd9, 0xb4, 0xb4, 0x93, 0x69, 0x07, 0xff, 0x8d, + 0xff, 0x05, 0x00, 0x00, 0xff, 0xff, 0x47, 0x5d, 0xbf, 0x76, 0x3a, 0x30, 0x00, 0x00, } diff --git a/spec.md b/spec.md index b5630b74..bd7ef173 100644 --- a/spec.md +++ b/spec.md @@ -1577,7 +1577,7 @@ message Snapshot { // Timestamp when the point-in-time snapshot is taken on the storage // system. This field is REQUIRED. - .google.protobuf.Timestamp created_at = 4; + .google.protobuf.Timestamp creation_time = 4; // Indicates if a snapshot is ready to use as a // `volume_content_source` in a `CreateVolumeRequest`. The default