persistentvolumeclaim.pb.go 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441
  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/persistentvolumeclaim.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 GetPersistentVolumeClaimListRequest struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. }
  24. func (x *GetPersistentVolumeClaimListRequest) Reset() {
  25. *x = GetPersistentVolumeClaimListRequest{}
  26. if protoimpl.UnsafeEnabled {
  27. mi := &file_proto_persistentvolumeclaim_proto_msgTypes[0]
  28. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  29. ms.StoreMessageInfo(mi)
  30. }
  31. }
  32. func (x *GetPersistentVolumeClaimListRequest) String() string {
  33. return protoimpl.X.MessageStringOf(x)
  34. }
  35. func (*GetPersistentVolumeClaimListRequest) ProtoMessage() {}
  36. func (x *GetPersistentVolumeClaimListRequest) ProtoReflect() protoreflect.Message {
  37. mi := &file_proto_persistentvolumeclaim_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 GetPersistentVolumeClaimListRequest.ProtoReflect.Descriptor instead.
  48. func (*GetPersistentVolumeClaimListRequest) Descriptor() ([]byte, []int) {
  49. return file_proto_persistentvolumeclaim_proto_rawDescGZIP(), []int{0}
  50. }
  51. type GetPersistentVolumeClaimListResponse struct {
  52. state protoimpl.MessageState
  53. sizeCache protoimpl.SizeCache
  54. unknownFields protoimpl.UnknownFields
  55. }
  56. func (x *GetPersistentVolumeClaimListResponse) Reset() {
  57. *x = GetPersistentVolumeClaimListResponse{}
  58. if protoimpl.UnsafeEnabled {
  59. mi := &file_proto_persistentvolumeclaim_proto_msgTypes[1]
  60. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  61. ms.StoreMessageInfo(mi)
  62. }
  63. }
  64. func (x *GetPersistentVolumeClaimListResponse) String() string {
  65. return protoimpl.X.MessageStringOf(x)
  66. }
  67. func (*GetPersistentVolumeClaimListResponse) ProtoMessage() {}
  68. func (x *GetPersistentVolumeClaimListResponse) ProtoReflect() protoreflect.Message {
  69. mi := &file_proto_persistentvolumeclaim_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 GetPersistentVolumeClaimListResponse.ProtoReflect.Descriptor instead.
  80. func (*GetPersistentVolumeClaimListResponse) Descriptor() ([]byte, []int) {
  81. return file_proto_persistentvolumeclaim_proto_rawDescGZIP(), []int{1}
  82. }
  83. type CreatePersistentVolumeClaimRequest struct {
  84. state protoimpl.MessageState
  85. sizeCache protoimpl.SizeCache
  86. unknownFields protoimpl.UnknownFields
  87. }
  88. func (x *CreatePersistentVolumeClaimRequest) Reset() {
  89. *x = CreatePersistentVolumeClaimRequest{}
  90. if protoimpl.UnsafeEnabled {
  91. mi := &file_proto_persistentvolumeclaim_proto_msgTypes[2]
  92. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  93. ms.StoreMessageInfo(mi)
  94. }
  95. }
  96. func (x *CreatePersistentVolumeClaimRequest) String() string {
  97. return protoimpl.X.MessageStringOf(x)
  98. }
  99. func (*CreatePersistentVolumeClaimRequest) ProtoMessage() {}
  100. func (x *CreatePersistentVolumeClaimRequest) ProtoReflect() protoreflect.Message {
  101. mi := &file_proto_persistentvolumeclaim_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 CreatePersistentVolumeClaimRequest.ProtoReflect.Descriptor instead.
  112. func (*CreatePersistentVolumeClaimRequest) Descriptor() ([]byte, []int) {
  113. return file_proto_persistentvolumeclaim_proto_rawDescGZIP(), []int{2}
  114. }
  115. type CreatePersistentVolumeClaimResponse struct {
  116. state protoimpl.MessageState
  117. sizeCache protoimpl.SizeCache
  118. unknownFields protoimpl.UnknownFields
  119. }
  120. func (x *CreatePersistentVolumeClaimResponse) Reset() {
  121. *x = CreatePersistentVolumeClaimResponse{}
  122. if protoimpl.UnsafeEnabled {
  123. mi := &file_proto_persistentvolumeclaim_proto_msgTypes[3]
  124. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  125. ms.StoreMessageInfo(mi)
  126. }
  127. }
  128. func (x *CreatePersistentVolumeClaimResponse) String() string {
  129. return protoimpl.X.MessageStringOf(x)
  130. }
  131. func (*CreatePersistentVolumeClaimResponse) ProtoMessage() {}
  132. func (x *CreatePersistentVolumeClaimResponse) ProtoReflect() protoreflect.Message {
  133. mi := &file_proto_persistentvolumeclaim_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 CreatePersistentVolumeClaimResponse.ProtoReflect.Descriptor instead.
  144. func (*CreatePersistentVolumeClaimResponse) Descriptor() ([]byte, []int) {
  145. return file_proto_persistentvolumeclaim_proto_rawDescGZIP(), []int{3}
  146. }
  147. type DeletePersistentVolumeClaimRequest struct {
  148. state protoimpl.MessageState
  149. sizeCache protoimpl.SizeCache
  150. unknownFields protoimpl.UnknownFields
  151. }
  152. func (x *DeletePersistentVolumeClaimRequest) Reset() {
  153. *x = DeletePersistentVolumeClaimRequest{}
  154. if protoimpl.UnsafeEnabled {
  155. mi := &file_proto_persistentvolumeclaim_proto_msgTypes[4]
  156. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  157. ms.StoreMessageInfo(mi)
  158. }
  159. }
  160. func (x *DeletePersistentVolumeClaimRequest) String() string {
  161. return protoimpl.X.MessageStringOf(x)
  162. }
  163. func (*DeletePersistentVolumeClaimRequest) ProtoMessage() {}
  164. func (x *DeletePersistentVolumeClaimRequest) ProtoReflect() protoreflect.Message {
  165. mi := &file_proto_persistentvolumeclaim_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 DeletePersistentVolumeClaimRequest.ProtoReflect.Descriptor instead.
  176. func (*DeletePersistentVolumeClaimRequest) Descriptor() ([]byte, []int) {
  177. return file_proto_persistentvolumeclaim_proto_rawDescGZIP(), []int{4}
  178. }
  179. type DeletePersistentVolumeClaimResponse struct {
  180. state protoimpl.MessageState
  181. sizeCache protoimpl.SizeCache
  182. unknownFields protoimpl.UnknownFields
  183. }
  184. func (x *DeletePersistentVolumeClaimResponse) Reset() {
  185. *x = DeletePersistentVolumeClaimResponse{}
  186. if protoimpl.UnsafeEnabled {
  187. mi := &file_proto_persistentvolumeclaim_proto_msgTypes[5]
  188. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  189. ms.StoreMessageInfo(mi)
  190. }
  191. }
  192. func (x *DeletePersistentVolumeClaimResponse) String() string {
  193. return protoimpl.X.MessageStringOf(x)
  194. }
  195. func (*DeletePersistentVolumeClaimResponse) ProtoMessage() {}
  196. func (x *DeletePersistentVolumeClaimResponse) ProtoReflect() protoreflect.Message {
  197. mi := &file_proto_persistentvolumeclaim_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 DeletePersistentVolumeClaimResponse.ProtoReflect.Descriptor instead.
  208. func (*DeletePersistentVolumeClaimResponse) Descriptor() ([]byte, []int) {
  209. return file_proto_persistentvolumeclaim_proto_rawDescGZIP(), []int{5}
  210. }
  211. var File_proto_persistentvolumeclaim_proto protoreflect.FileDescriptor
  212. var file_proto_persistentvolumeclaim_proto_rawDesc = []byte{
  213. 0x0a, 0x21, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65,
  214. 0x6e, 0x74, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x63, 0x6c, 0x61, 0x69, 0x6d, 0x2e, 0x70, 0x72,
  215. 0x6f, 0x74, 0x6f, 0x12, 0x19, 0x70, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x5f,
  216. 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x22, 0x25,
  217. 0x0a, 0x23, 0x47, 0x65, 0x74, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56,
  218. 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
  219. 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x26, 0x0a, 0x24, 0x47, 0x65, 0x74, 0x50, 0x65, 0x72, 0x73,
  220. 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69,
  221. 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x24, 0x0a,
  222. 0x22, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e,
  223. 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, 0x71, 0x75,
  224. 0x65, 0x73, 0x74, 0x22, 0x25, 0x0a, 0x23, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72,
  225. 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61,
  226. 0x69, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x24, 0x0a, 0x22, 0x44, 0x65,
  227. 0x6c, 0x65, 0x74, 0x65, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f,
  228. 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  229. 0x22, 0x25, 0x0a, 0x23, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73,
  230. 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52,
  231. 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0xfe, 0x03, 0x0a, 0x1c, 0x50, 0x65, 0x72, 0x73,
  232. 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69,
  233. 0x6d, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x9f, 0x01, 0x0a, 0x1c, 0x47, 0x65, 0x74,
  234. 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65,
  235. 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x3e, 0x2e, 0x70, 0x65, 0x72, 0x73,
  236. 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x5f, 0x73, 0x65,
  237. 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74,
  238. 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x4c, 0x69,
  239. 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3f, 0x2e, 0x70, 0x65, 0x72, 0x73,
  240. 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x5f, 0x73, 0x65,
  241. 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74,
  242. 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x4c, 0x69,
  243. 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x9c, 0x01, 0x0a, 0x1b, 0x43,
  244. 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56,
  245. 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x12, 0x3d, 0x2e, 0x70, 0x65, 0x72,
  246. 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x5f, 0x73,
  247. 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72,
  248. 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61,
  249. 0x69, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3e, 0x2e, 0x70, 0x65, 0x72, 0x73,
  250. 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x5f, 0x73, 0x65,
  251. 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x73,
  252. 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69,
  253. 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x9c, 0x01, 0x0a, 0x1b, 0x44, 0x65,
  254. 0x6c, 0x65, 0x74, 0x65, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f,
  255. 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x12, 0x3d, 0x2e, 0x70, 0x65, 0x72, 0x73,
  256. 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x5f, 0x73, 0x65,
  257. 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x65, 0x72, 0x73,
  258. 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69,
  259. 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3e, 0x2e, 0x70, 0x65, 0x72, 0x73, 0x69,
  260. 0x73, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x5f, 0x73, 0x65, 0x72,
  261. 0x76, 0x69, 0x63, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x65, 0x72, 0x73, 0x69,
  262. 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d,
  263. 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x1c, 0x5a, 0x1a, 0x2e, 0x2f, 0x70, 0x72,
  264. 0x6f, 0x74, 0x6f, 0x3b, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x5f, 0x73,
  265. 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  266. }
  267. var (
  268. file_proto_persistentvolumeclaim_proto_rawDescOnce sync.Once
  269. file_proto_persistentvolumeclaim_proto_rawDescData = file_proto_persistentvolumeclaim_proto_rawDesc
  270. )
  271. func file_proto_persistentvolumeclaim_proto_rawDescGZIP() []byte {
  272. file_proto_persistentvolumeclaim_proto_rawDescOnce.Do(func() {
  273. file_proto_persistentvolumeclaim_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_persistentvolumeclaim_proto_rawDescData)
  274. })
  275. return file_proto_persistentvolumeclaim_proto_rawDescData
  276. }
  277. var file_proto_persistentvolumeclaim_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
  278. var file_proto_persistentvolumeclaim_proto_goTypes = []interface{}{
  279. (*GetPersistentVolumeClaimListRequest)(nil), // 0: persistent_volume_service.GetPersistentVolumeClaimListRequest
  280. (*GetPersistentVolumeClaimListResponse)(nil), // 1: persistent_volume_service.GetPersistentVolumeClaimListResponse
  281. (*CreatePersistentVolumeClaimRequest)(nil), // 2: persistent_volume_service.CreatePersistentVolumeClaimRequest
  282. (*CreatePersistentVolumeClaimResponse)(nil), // 3: persistent_volume_service.CreatePersistentVolumeClaimResponse
  283. (*DeletePersistentVolumeClaimRequest)(nil), // 4: persistent_volume_service.DeletePersistentVolumeClaimRequest
  284. (*DeletePersistentVolumeClaimResponse)(nil), // 5: persistent_volume_service.DeletePersistentVolumeClaimResponse
  285. }
  286. var file_proto_persistentvolumeclaim_proto_depIdxs = []int32{
  287. 0, // 0: persistent_volume_service.PersistentVolumeClaimService.GetPersistentVolumeClaimList:input_type -> persistent_volume_service.GetPersistentVolumeClaimListRequest
  288. 2, // 1: persistent_volume_service.PersistentVolumeClaimService.CreatePersistentVolumeClaim:input_type -> persistent_volume_service.CreatePersistentVolumeClaimRequest
  289. 4, // 2: persistent_volume_service.PersistentVolumeClaimService.DeletePersistentVolumeClaim:input_type -> persistent_volume_service.DeletePersistentVolumeClaimRequest
  290. 1, // 3: persistent_volume_service.PersistentVolumeClaimService.GetPersistentVolumeClaimList:output_type -> persistent_volume_service.GetPersistentVolumeClaimListResponse
  291. 3, // 4: persistent_volume_service.PersistentVolumeClaimService.CreatePersistentVolumeClaim:output_type -> persistent_volume_service.CreatePersistentVolumeClaimResponse
  292. 5, // 5: persistent_volume_service.PersistentVolumeClaimService.DeletePersistentVolumeClaim:output_type -> persistent_volume_service.DeletePersistentVolumeClaimResponse
  293. 3, // [3:6] is the sub-list for method output_type
  294. 0, // [0:3] is the sub-list for method input_type
  295. 0, // [0:0] is the sub-list for extension type_name
  296. 0, // [0:0] is the sub-list for extension extendee
  297. 0, // [0:0] is the sub-list for field type_name
  298. }
  299. func init() { file_proto_persistentvolumeclaim_proto_init() }
  300. func file_proto_persistentvolumeclaim_proto_init() {
  301. if File_proto_persistentvolumeclaim_proto != nil {
  302. return
  303. }
  304. if !protoimpl.UnsafeEnabled {
  305. file_proto_persistentvolumeclaim_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  306. switch v := v.(*GetPersistentVolumeClaimListRequest); i {
  307. case 0:
  308. return &v.state
  309. case 1:
  310. return &v.sizeCache
  311. case 2:
  312. return &v.unknownFields
  313. default:
  314. return nil
  315. }
  316. }
  317. file_proto_persistentvolumeclaim_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  318. switch v := v.(*GetPersistentVolumeClaimListResponse); i {
  319. case 0:
  320. return &v.state
  321. case 1:
  322. return &v.sizeCache
  323. case 2:
  324. return &v.unknownFields
  325. default:
  326. return nil
  327. }
  328. }
  329. file_proto_persistentvolumeclaim_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  330. switch v := v.(*CreatePersistentVolumeClaimRequest); i {
  331. case 0:
  332. return &v.state
  333. case 1:
  334. return &v.sizeCache
  335. case 2:
  336. return &v.unknownFields
  337. default:
  338. return nil
  339. }
  340. }
  341. file_proto_persistentvolumeclaim_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  342. switch v := v.(*CreatePersistentVolumeClaimResponse); i {
  343. case 0:
  344. return &v.state
  345. case 1:
  346. return &v.sizeCache
  347. case 2:
  348. return &v.unknownFields
  349. default:
  350. return nil
  351. }
  352. }
  353. file_proto_persistentvolumeclaim_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  354. switch v := v.(*DeletePersistentVolumeClaimRequest); i {
  355. case 0:
  356. return &v.state
  357. case 1:
  358. return &v.sizeCache
  359. case 2:
  360. return &v.unknownFields
  361. default:
  362. return nil
  363. }
  364. }
  365. file_proto_persistentvolumeclaim_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  366. switch v := v.(*DeletePersistentVolumeClaimResponse); i {
  367. case 0:
  368. return &v.state
  369. case 1:
  370. return &v.sizeCache
  371. case 2:
  372. return &v.unknownFields
  373. default:
  374. return nil
  375. }
  376. }
  377. }
  378. type x struct{}
  379. out := protoimpl.TypeBuilder{
  380. File: protoimpl.DescBuilder{
  381. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  382. RawDescriptor: file_proto_persistentvolumeclaim_proto_rawDesc,
  383. NumEnums: 0,
  384. NumMessages: 6,
  385. NumExtensions: 0,
  386. NumServices: 1,
  387. },
  388. GoTypes: file_proto_persistentvolumeclaim_proto_goTypes,
  389. DependencyIndexes: file_proto_persistentvolumeclaim_proto_depIdxs,
  390. MessageInfos: file_proto_persistentvolumeclaim_proto_msgTypes,
  391. }.Build()
  392. File_proto_persistentvolumeclaim_proto = out.File
  393. file_proto_persistentvolumeclaim_proto_rawDesc = nil
  394. file_proto_persistentvolumeclaim_proto_goTypes = nil
  395. file_proto_persistentvolumeclaim_proto_depIdxs = nil
  396. }