persistentvolume.pb.go 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.31.0
  4. // protoc v4.25.0
  5. // source: proto/persistentvolume.proto
  6. package kubernetes_service
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. sync "sync"
  12. )
  13. const (
  14. // Verify that this generated code is sufficiently up-to-date.
  15. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  16. // Verify that runtime/protoimpl is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  18. )
  19. type GetPersistentVolumeListRequest struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. }
  24. func (x *GetPersistentVolumeListRequest) Reset() {
  25. *x = GetPersistentVolumeListRequest{}
  26. if protoimpl.UnsafeEnabled {
  27. mi := &file_proto_persistentvolume_proto_msgTypes[0]
  28. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  29. ms.StoreMessageInfo(mi)
  30. }
  31. }
  32. func (x *GetPersistentVolumeListRequest) String() string {
  33. return protoimpl.X.MessageStringOf(x)
  34. }
  35. func (*GetPersistentVolumeListRequest) ProtoMessage() {}
  36. func (x *GetPersistentVolumeListRequest) ProtoReflect() protoreflect.Message {
  37. mi := &file_proto_persistentvolume_proto_msgTypes[0]
  38. if protoimpl.UnsafeEnabled && x != nil {
  39. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  40. if ms.LoadMessageInfo() == nil {
  41. ms.StoreMessageInfo(mi)
  42. }
  43. return ms
  44. }
  45. return mi.MessageOf(x)
  46. }
  47. // Deprecated: Use GetPersistentVolumeListRequest.ProtoReflect.Descriptor instead.
  48. func (*GetPersistentVolumeListRequest) Descriptor() ([]byte, []int) {
  49. return file_proto_persistentvolume_proto_rawDescGZIP(), []int{0}
  50. }
  51. type GetPersistentVolumeListResponse struct {
  52. state protoimpl.MessageState
  53. sizeCache protoimpl.SizeCache
  54. unknownFields protoimpl.UnknownFields
  55. }
  56. func (x *GetPersistentVolumeListResponse) Reset() {
  57. *x = GetPersistentVolumeListResponse{}
  58. if protoimpl.UnsafeEnabled {
  59. mi := &file_proto_persistentvolume_proto_msgTypes[1]
  60. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  61. ms.StoreMessageInfo(mi)
  62. }
  63. }
  64. func (x *GetPersistentVolumeListResponse) String() string {
  65. return protoimpl.X.MessageStringOf(x)
  66. }
  67. func (*GetPersistentVolumeListResponse) ProtoMessage() {}
  68. func (x *GetPersistentVolumeListResponse) ProtoReflect() protoreflect.Message {
  69. mi := &file_proto_persistentvolume_proto_msgTypes[1]
  70. if protoimpl.UnsafeEnabled && x != nil {
  71. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  72. if ms.LoadMessageInfo() == nil {
  73. ms.StoreMessageInfo(mi)
  74. }
  75. return ms
  76. }
  77. return mi.MessageOf(x)
  78. }
  79. // Deprecated: Use GetPersistentVolumeListResponse.ProtoReflect.Descriptor instead.
  80. func (*GetPersistentVolumeListResponse) Descriptor() ([]byte, []int) {
  81. return file_proto_persistentvolume_proto_rawDescGZIP(), []int{1}
  82. }
  83. type CreatePersistentVolumeRequest struct {
  84. state protoimpl.MessageState
  85. sizeCache protoimpl.SizeCache
  86. unknownFields protoimpl.UnknownFields
  87. }
  88. func (x *CreatePersistentVolumeRequest) Reset() {
  89. *x = CreatePersistentVolumeRequest{}
  90. if protoimpl.UnsafeEnabled {
  91. mi := &file_proto_persistentvolume_proto_msgTypes[2]
  92. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  93. ms.StoreMessageInfo(mi)
  94. }
  95. }
  96. func (x *CreatePersistentVolumeRequest) String() string {
  97. return protoimpl.X.MessageStringOf(x)
  98. }
  99. func (*CreatePersistentVolumeRequest) ProtoMessage() {}
  100. func (x *CreatePersistentVolumeRequest) ProtoReflect() protoreflect.Message {
  101. mi := &file_proto_persistentvolume_proto_msgTypes[2]
  102. if protoimpl.UnsafeEnabled && x != nil {
  103. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  104. if ms.LoadMessageInfo() == nil {
  105. ms.StoreMessageInfo(mi)
  106. }
  107. return ms
  108. }
  109. return mi.MessageOf(x)
  110. }
  111. // Deprecated: Use CreatePersistentVolumeRequest.ProtoReflect.Descriptor instead.
  112. func (*CreatePersistentVolumeRequest) Descriptor() ([]byte, []int) {
  113. return file_proto_persistentvolume_proto_rawDescGZIP(), []int{2}
  114. }
  115. type CreatePersistentVolumeResponse struct {
  116. state protoimpl.MessageState
  117. sizeCache protoimpl.SizeCache
  118. unknownFields protoimpl.UnknownFields
  119. }
  120. func (x *CreatePersistentVolumeResponse) Reset() {
  121. *x = CreatePersistentVolumeResponse{}
  122. if protoimpl.UnsafeEnabled {
  123. mi := &file_proto_persistentvolume_proto_msgTypes[3]
  124. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  125. ms.StoreMessageInfo(mi)
  126. }
  127. }
  128. func (x *CreatePersistentVolumeResponse) String() string {
  129. return protoimpl.X.MessageStringOf(x)
  130. }
  131. func (*CreatePersistentVolumeResponse) ProtoMessage() {}
  132. func (x *CreatePersistentVolumeResponse) ProtoReflect() protoreflect.Message {
  133. mi := &file_proto_persistentvolume_proto_msgTypes[3]
  134. if protoimpl.UnsafeEnabled && x != nil {
  135. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  136. if ms.LoadMessageInfo() == nil {
  137. ms.StoreMessageInfo(mi)
  138. }
  139. return ms
  140. }
  141. return mi.MessageOf(x)
  142. }
  143. // Deprecated: Use CreatePersistentVolumeResponse.ProtoReflect.Descriptor instead.
  144. func (*CreatePersistentVolumeResponse) Descriptor() ([]byte, []int) {
  145. return file_proto_persistentvolume_proto_rawDescGZIP(), []int{3}
  146. }
  147. type DeletePersistentVolumeRequest struct {
  148. state protoimpl.MessageState
  149. sizeCache protoimpl.SizeCache
  150. unknownFields protoimpl.UnknownFields
  151. }
  152. func (x *DeletePersistentVolumeRequest) Reset() {
  153. *x = DeletePersistentVolumeRequest{}
  154. if protoimpl.UnsafeEnabled {
  155. mi := &file_proto_persistentvolume_proto_msgTypes[4]
  156. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  157. ms.StoreMessageInfo(mi)
  158. }
  159. }
  160. func (x *DeletePersistentVolumeRequest) String() string {
  161. return protoimpl.X.MessageStringOf(x)
  162. }
  163. func (*DeletePersistentVolumeRequest) ProtoMessage() {}
  164. func (x *DeletePersistentVolumeRequest) ProtoReflect() protoreflect.Message {
  165. mi := &file_proto_persistentvolume_proto_msgTypes[4]
  166. if protoimpl.UnsafeEnabled && x != nil {
  167. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  168. if ms.LoadMessageInfo() == nil {
  169. ms.StoreMessageInfo(mi)
  170. }
  171. return ms
  172. }
  173. return mi.MessageOf(x)
  174. }
  175. // Deprecated: Use DeletePersistentVolumeRequest.ProtoReflect.Descriptor instead.
  176. func (*DeletePersistentVolumeRequest) Descriptor() ([]byte, []int) {
  177. return file_proto_persistentvolume_proto_rawDescGZIP(), []int{4}
  178. }
  179. type DeletePersistentVolumeResponse struct {
  180. state protoimpl.MessageState
  181. sizeCache protoimpl.SizeCache
  182. unknownFields protoimpl.UnknownFields
  183. }
  184. func (x *DeletePersistentVolumeResponse) Reset() {
  185. *x = DeletePersistentVolumeResponse{}
  186. if protoimpl.UnsafeEnabled {
  187. mi := &file_proto_persistentvolume_proto_msgTypes[5]
  188. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  189. ms.StoreMessageInfo(mi)
  190. }
  191. }
  192. func (x *DeletePersistentVolumeResponse) String() string {
  193. return protoimpl.X.MessageStringOf(x)
  194. }
  195. func (*DeletePersistentVolumeResponse) ProtoMessage() {}
  196. func (x *DeletePersistentVolumeResponse) ProtoReflect() protoreflect.Message {
  197. mi := &file_proto_persistentvolume_proto_msgTypes[5]
  198. if protoimpl.UnsafeEnabled && x != nil {
  199. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  200. if ms.LoadMessageInfo() == nil {
  201. ms.StoreMessageInfo(mi)
  202. }
  203. return ms
  204. }
  205. return mi.MessageOf(x)
  206. }
  207. // Deprecated: Use DeletePersistentVolumeResponse.ProtoReflect.Descriptor instead.
  208. func (*DeletePersistentVolumeResponse) Descriptor() ([]byte, []int) {
  209. return file_proto_persistentvolume_proto_rawDescGZIP(), []int{5}
  210. }
  211. var File_proto_persistentvolume_proto protoreflect.FileDescriptor
  212. var file_proto_persistentvolume_proto_rawDesc = []byte{
  213. 0x0a, 0x1c, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65,
  214. 0x6e, 0x74, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x19,
  215. 0x70, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x76, 0x6f, 0x6c, 0x75, 0x6d,
  216. 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x22, 0x20, 0x0a, 0x1e, 0x47, 0x65, 0x74,
  217. 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65,
  218. 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x21, 0x0a, 0x1f, 0x47,
  219. 0x65, 0x74, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75,
  220. 0x6d, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1f,
  221. 0x0a, 0x1d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65,
  222. 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22,
  223. 0x20, 0x0a, 0x1e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74,
  224. 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
  225. 0x65, 0x22, 0x1f, 0x0a, 0x1d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x65, 0x72, 0x73, 0x69,
  226. 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
  227. 0x73, 0x74, 0x22, 0x20, 0x0a, 0x1e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x65, 0x72, 0x73,
  228. 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, 0x65, 0x73, 0x70,
  229. 0x6f, 0x6e, 0x73, 0x65, 0x32, 0xcc, 0x03, 0x0a, 0x17, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74,
  230. 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
  231. 0x12, 0x90, 0x01, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65,
  232. 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x39, 0x2e, 0x70,
  233. 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65,
  234. 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x65, 0x72, 0x73,
  235. 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4c, 0x69, 0x73, 0x74,
  236. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e, 0x70, 0x65, 0x72, 0x73, 0x69, 0x73,
  237. 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76,
  238. 0x69, 0x63, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e,
  239. 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f,
  240. 0x6e, 0x73, 0x65, 0x12, 0x8d, 0x01, 0x0a, 0x16, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x65,
  241. 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x12, 0x38,
  242. 0x2e, 0x70, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x76, 0x6f, 0x6c, 0x75,
  243. 0x6d, 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74,
  244. 0x65, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d,
  245. 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x39, 0x2e, 0x70, 0x65, 0x72, 0x73, 0x69,
  246. 0x73, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x5f, 0x73, 0x65, 0x72,
  247. 0x76, 0x69, 0x63, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x73, 0x69,
  248. 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f,
  249. 0x6e, 0x73, 0x65, 0x12, 0x8d, 0x01, 0x0a, 0x16, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x65,
  250. 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x12, 0x38,
  251. 0x2e, 0x70, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x76, 0x6f, 0x6c, 0x75,
  252. 0x6d, 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74,
  253. 0x65, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d,
  254. 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x39, 0x2e, 0x70, 0x65, 0x72, 0x73, 0x69,
  255. 0x73, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x5f, 0x73, 0x65, 0x72,
  256. 0x76, 0x69, 0x63, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x65, 0x72, 0x73, 0x69,
  257. 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f,
  258. 0x6e, 0x73, 0x65, 0x42, 0x1c, 0x5a, 0x1a, 0x2e, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x3b, 0x6b,
  259. 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63,
  260. 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  261. }
  262. var (
  263. file_proto_persistentvolume_proto_rawDescOnce sync.Once
  264. file_proto_persistentvolume_proto_rawDescData = file_proto_persistentvolume_proto_rawDesc
  265. )
  266. func file_proto_persistentvolume_proto_rawDescGZIP() []byte {
  267. file_proto_persistentvolume_proto_rawDescOnce.Do(func() {
  268. file_proto_persistentvolume_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_persistentvolume_proto_rawDescData)
  269. })
  270. return file_proto_persistentvolume_proto_rawDescData
  271. }
  272. var file_proto_persistentvolume_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
  273. var file_proto_persistentvolume_proto_goTypes = []interface{}{
  274. (*GetPersistentVolumeListRequest)(nil), // 0: persistent_volume_service.GetPersistentVolumeListRequest
  275. (*GetPersistentVolumeListResponse)(nil), // 1: persistent_volume_service.GetPersistentVolumeListResponse
  276. (*CreatePersistentVolumeRequest)(nil), // 2: persistent_volume_service.CreatePersistentVolumeRequest
  277. (*CreatePersistentVolumeResponse)(nil), // 3: persistent_volume_service.CreatePersistentVolumeResponse
  278. (*DeletePersistentVolumeRequest)(nil), // 4: persistent_volume_service.DeletePersistentVolumeRequest
  279. (*DeletePersistentVolumeResponse)(nil), // 5: persistent_volume_service.DeletePersistentVolumeResponse
  280. }
  281. var file_proto_persistentvolume_proto_depIdxs = []int32{
  282. 0, // 0: persistent_volume_service.PersistentVolumeService.GetPersistentVolumeList:input_type -> persistent_volume_service.GetPersistentVolumeListRequest
  283. 2, // 1: persistent_volume_service.PersistentVolumeService.CreatePersistentVolume:input_type -> persistent_volume_service.CreatePersistentVolumeRequest
  284. 4, // 2: persistent_volume_service.PersistentVolumeService.DeletePersistentVolume:input_type -> persistent_volume_service.DeletePersistentVolumeRequest
  285. 1, // 3: persistent_volume_service.PersistentVolumeService.GetPersistentVolumeList:output_type -> persistent_volume_service.GetPersistentVolumeListResponse
  286. 3, // 4: persistent_volume_service.PersistentVolumeService.CreatePersistentVolume:output_type -> persistent_volume_service.CreatePersistentVolumeResponse
  287. 5, // 5: persistent_volume_service.PersistentVolumeService.DeletePersistentVolume:output_type -> persistent_volume_service.DeletePersistentVolumeResponse
  288. 3, // [3:6] is the sub-list for method output_type
  289. 0, // [0:3] is the sub-list for method input_type
  290. 0, // [0:0] is the sub-list for extension type_name
  291. 0, // [0:0] is the sub-list for extension extendee
  292. 0, // [0:0] is the sub-list for field type_name
  293. }
  294. func init() { file_proto_persistentvolume_proto_init() }
  295. func file_proto_persistentvolume_proto_init() {
  296. if File_proto_persistentvolume_proto != nil {
  297. return
  298. }
  299. if !protoimpl.UnsafeEnabled {
  300. file_proto_persistentvolume_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  301. switch v := v.(*GetPersistentVolumeListRequest); i {
  302. case 0:
  303. return &v.state
  304. case 1:
  305. return &v.sizeCache
  306. case 2:
  307. return &v.unknownFields
  308. default:
  309. return nil
  310. }
  311. }
  312. file_proto_persistentvolume_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  313. switch v := v.(*GetPersistentVolumeListResponse); i {
  314. case 0:
  315. return &v.state
  316. case 1:
  317. return &v.sizeCache
  318. case 2:
  319. return &v.unknownFields
  320. default:
  321. return nil
  322. }
  323. }
  324. file_proto_persistentvolume_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  325. switch v := v.(*CreatePersistentVolumeRequest); i {
  326. case 0:
  327. return &v.state
  328. case 1:
  329. return &v.sizeCache
  330. case 2:
  331. return &v.unknownFields
  332. default:
  333. return nil
  334. }
  335. }
  336. file_proto_persistentvolume_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  337. switch v := v.(*CreatePersistentVolumeResponse); i {
  338. case 0:
  339. return &v.state
  340. case 1:
  341. return &v.sizeCache
  342. case 2:
  343. return &v.unknownFields
  344. default:
  345. return nil
  346. }
  347. }
  348. file_proto_persistentvolume_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  349. switch v := v.(*DeletePersistentVolumeRequest); i {
  350. case 0:
  351. return &v.state
  352. case 1:
  353. return &v.sizeCache
  354. case 2:
  355. return &v.unknownFields
  356. default:
  357. return nil
  358. }
  359. }
  360. file_proto_persistentvolume_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  361. switch v := v.(*DeletePersistentVolumeResponse); i {
  362. case 0:
  363. return &v.state
  364. case 1:
  365. return &v.sizeCache
  366. case 2:
  367. return &v.unknownFields
  368. default:
  369. return nil
  370. }
  371. }
  372. }
  373. type x struct{}
  374. out := protoimpl.TypeBuilder{
  375. File: protoimpl.DescBuilder{
  376. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  377. RawDescriptor: file_proto_persistentvolume_proto_rawDesc,
  378. NumEnums: 0,
  379. NumMessages: 6,
  380. NumExtensions: 0,
  381. NumServices: 1,
  382. },
  383. GoTypes: file_proto_persistentvolume_proto_goTypes,
  384. DependencyIndexes: file_proto_persistentvolume_proto_depIdxs,
  385. MessageInfos: file_proto_persistentvolume_proto_msgTypes,
  386. }.Build()
  387. File_proto_persistentvolume_proto = out.File
  388. file_proto_persistentvolume_proto_rawDesc = nil
  389. file_proto_persistentvolume_proto_goTypes = nil
  390. file_proto_persistentvolume_proto_depIdxs = nil
  391. }