pod.pb.go 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638
  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/pod.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 GetPodListRequest struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. }
  24. func (x *GetPodListRequest) Reset() {
  25. *x = GetPodListRequest{}
  26. if protoimpl.UnsafeEnabled {
  27. mi := &file_proto_pod_proto_msgTypes[0]
  28. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  29. ms.StoreMessageInfo(mi)
  30. }
  31. }
  32. func (x *GetPodListRequest) String() string {
  33. return protoimpl.X.MessageStringOf(x)
  34. }
  35. func (*GetPodListRequest) ProtoMessage() {}
  36. func (x *GetPodListRequest) ProtoReflect() protoreflect.Message {
  37. mi := &file_proto_pod_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 GetPodListRequest.ProtoReflect.Descriptor instead.
  48. func (*GetPodListRequest) Descriptor() ([]byte, []int) {
  49. return file_proto_pod_proto_rawDescGZIP(), []int{0}
  50. }
  51. type GetPodListResponse struct {
  52. state protoimpl.MessageState
  53. sizeCache protoimpl.SizeCache
  54. unknownFields protoimpl.UnknownFields
  55. }
  56. func (x *GetPodListResponse) Reset() {
  57. *x = GetPodListResponse{}
  58. if protoimpl.UnsafeEnabled {
  59. mi := &file_proto_pod_proto_msgTypes[1]
  60. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  61. ms.StoreMessageInfo(mi)
  62. }
  63. }
  64. func (x *GetPodListResponse) String() string {
  65. return protoimpl.X.MessageStringOf(x)
  66. }
  67. func (*GetPodListResponse) ProtoMessage() {}
  68. func (x *GetPodListResponse) ProtoReflect() protoreflect.Message {
  69. mi := &file_proto_pod_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 GetPodListResponse.ProtoReflect.Descriptor instead.
  80. func (*GetPodListResponse) Descriptor() ([]byte, []int) {
  81. return file_proto_pod_proto_rawDescGZIP(), []int{1}
  82. }
  83. type GetPodRequest struct {
  84. state protoimpl.MessageState
  85. sizeCache protoimpl.SizeCache
  86. unknownFields protoimpl.UnknownFields
  87. }
  88. func (x *GetPodRequest) Reset() {
  89. *x = GetPodRequest{}
  90. if protoimpl.UnsafeEnabled {
  91. mi := &file_proto_pod_proto_msgTypes[2]
  92. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  93. ms.StoreMessageInfo(mi)
  94. }
  95. }
  96. func (x *GetPodRequest) String() string {
  97. return protoimpl.X.MessageStringOf(x)
  98. }
  99. func (*GetPodRequest) ProtoMessage() {}
  100. func (x *GetPodRequest) ProtoReflect() protoreflect.Message {
  101. mi := &file_proto_pod_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 GetPodRequest.ProtoReflect.Descriptor instead.
  112. func (*GetPodRequest) Descriptor() ([]byte, []int) {
  113. return file_proto_pod_proto_rawDescGZIP(), []int{2}
  114. }
  115. type GetPodResponse struct {
  116. state protoimpl.MessageState
  117. sizeCache protoimpl.SizeCache
  118. unknownFields protoimpl.UnknownFields
  119. }
  120. func (x *GetPodResponse) Reset() {
  121. *x = GetPodResponse{}
  122. if protoimpl.UnsafeEnabled {
  123. mi := &file_proto_pod_proto_msgTypes[3]
  124. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  125. ms.StoreMessageInfo(mi)
  126. }
  127. }
  128. func (x *GetPodResponse) String() string {
  129. return protoimpl.X.MessageStringOf(x)
  130. }
  131. func (*GetPodResponse) ProtoMessage() {}
  132. func (x *GetPodResponse) ProtoReflect() protoreflect.Message {
  133. mi := &file_proto_pod_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 GetPodResponse.ProtoReflect.Descriptor instead.
  144. func (*GetPodResponse) Descriptor() ([]byte, []int) {
  145. return file_proto_pod_proto_rawDescGZIP(), []int{3}
  146. }
  147. type UpdatePodRequest struct {
  148. state protoimpl.MessageState
  149. sizeCache protoimpl.SizeCache
  150. unknownFields protoimpl.UnknownFields
  151. }
  152. func (x *UpdatePodRequest) Reset() {
  153. *x = UpdatePodRequest{}
  154. if protoimpl.UnsafeEnabled {
  155. mi := &file_proto_pod_proto_msgTypes[4]
  156. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  157. ms.StoreMessageInfo(mi)
  158. }
  159. }
  160. func (x *UpdatePodRequest) String() string {
  161. return protoimpl.X.MessageStringOf(x)
  162. }
  163. func (*UpdatePodRequest) ProtoMessage() {}
  164. func (x *UpdatePodRequest) ProtoReflect() protoreflect.Message {
  165. mi := &file_proto_pod_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 UpdatePodRequest.ProtoReflect.Descriptor instead.
  176. func (*UpdatePodRequest) Descriptor() ([]byte, []int) {
  177. return file_proto_pod_proto_rawDescGZIP(), []int{4}
  178. }
  179. type UpdatePodResponse struct {
  180. state protoimpl.MessageState
  181. sizeCache protoimpl.SizeCache
  182. unknownFields protoimpl.UnknownFields
  183. }
  184. func (x *UpdatePodResponse) Reset() {
  185. *x = UpdatePodResponse{}
  186. if protoimpl.UnsafeEnabled {
  187. mi := &file_proto_pod_proto_msgTypes[5]
  188. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  189. ms.StoreMessageInfo(mi)
  190. }
  191. }
  192. func (x *UpdatePodResponse) String() string {
  193. return protoimpl.X.MessageStringOf(x)
  194. }
  195. func (*UpdatePodResponse) ProtoMessage() {}
  196. func (x *UpdatePodResponse) ProtoReflect() protoreflect.Message {
  197. mi := &file_proto_pod_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 UpdatePodResponse.ProtoReflect.Descriptor instead.
  208. func (*UpdatePodResponse) Descriptor() ([]byte, []int) {
  209. return file_proto_pod_proto_rawDescGZIP(), []int{5}
  210. }
  211. type CreatePodRequest struct {
  212. state protoimpl.MessageState
  213. sizeCache protoimpl.SizeCache
  214. unknownFields protoimpl.UnknownFields
  215. }
  216. func (x *CreatePodRequest) Reset() {
  217. *x = CreatePodRequest{}
  218. if protoimpl.UnsafeEnabled {
  219. mi := &file_proto_pod_proto_msgTypes[6]
  220. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  221. ms.StoreMessageInfo(mi)
  222. }
  223. }
  224. func (x *CreatePodRequest) String() string {
  225. return protoimpl.X.MessageStringOf(x)
  226. }
  227. func (*CreatePodRequest) ProtoMessage() {}
  228. func (x *CreatePodRequest) ProtoReflect() protoreflect.Message {
  229. mi := &file_proto_pod_proto_msgTypes[6]
  230. if protoimpl.UnsafeEnabled && x != nil {
  231. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  232. if ms.LoadMessageInfo() == nil {
  233. ms.StoreMessageInfo(mi)
  234. }
  235. return ms
  236. }
  237. return mi.MessageOf(x)
  238. }
  239. // Deprecated: Use CreatePodRequest.ProtoReflect.Descriptor instead.
  240. func (*CreatePodRequest) Descriptor() ([]byte, []int) {
  241. return file_proto_pod_proto_rawDescGZIP(), []int{6}
  242. }
  243. type CreatePodResponse struct {
  244. state protoimpl.MessageState
  245. sizeCache protoimpl.SizeCache
  246. unknownFields protoimpl.UnknownFields
  247. }
  248. func (x *CreatePodResponse) Reset() {
  249. *x = CreatePodResponse{}
  250. if protoimpl.UnsafeEnabled {
  251. mi := &file_proto_pod_proto_msgTypes[7]
  252. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  253. ms.StoreMessageInfo(mi)
  254. }
  255. }
  256. func (x *CreatePodResponse) String() string {
  257. return protoimpl.X.MessageStringOf(x)
  258. }
  259. func (*CreatePodResponse) ProtoMessage() {}
  260. func (x *CreatePodResponse) ProtoReflect() protoreflect.Message {
  261. mi := &file_proto_pod_proto_msgTypes[7]
  262. if protoimpl.UnsafeEnabled && x != nil {
  263. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  264. if ms.LoadMessageInfo() == nil {
  265. ms.StoreMessageInfo(mi)
  266. }
  267. return ms
  268. }
  269. return mi.MessageOf(x)
  270. }
  271. // Deprecated: Use CreatePodResponse.ProtoReflect.Descriptor instead.
  272. func (*CreatePodResponse) Descriptor() ([]byte, []int) {
  273. return file_proto_pod_proto_rawDescGZIP(), []int{7}
  274. }
  275. type DeletePodRequest struct {
  276. state protoimpl.MessageState
  277. sizeCache protoimpl.SizeCache
  278. unknownFields protoimpl.UnknownFields
  279. }
  280. func (x *DeletePodRequest) Reset() {
  281. *x = DeletePodRequest{}
  282. if protoimpl.UnsafeEnabled {
  283. mi := &file_proto_pod_proto_msgTypes[8]
  284. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  285. ms.StoreMessageInfo(mi)
  286. }
  287. }
  288. func (x *DeletePodRequest) String() string {
  289. return protoimpl.X.MessageStringOf(x)
  290. }
  291. func (*DeletePodRequest) ProtoMessage() {}
  292. func (x *DeletePodRequest) ProtoReflect() protoreflect.Message {
  293. mi := &file_proto_pod_proto_msgTypes[8]
  294. if protoimpl.UnsafeEnabled && x != nil {
  295. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  296. if ms.LoadMessageInfo() == nil {
  297. ms.StoreMessageInfo(mi)
  298. }
  299. return ms
  300. }
  301. return mi.MessageOf(x)
  302. }
  303. // Deprecated: Use DeletePodRequest.ProtoReflect.Descriptor instead.
  304. func (*DeletePodRequest) Descriptor() ([]byte, []int) {
  305. return file_proto_pod_proto_rawDescGZIP(), []int{8}
  306. }
  307. type DeletePodResponse struct {
  308. state protoimpl.MessageState
  309. sizeCache protoimpl.SizeCache
  310. unknownFields protoimpl.UnknownFields
  311. }
  312. func (x *DeletePodResponse) Reset() {
  313. *x = DeletePodResponse{}
  314. if protoimpl.UnsafeEnabled {
  315. mi := &file_proto_pod_proto_msgTypes[9]
  316. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  317. ms.StoreMessageInfo(mi)
  318. }
  319. }
  320. func (x *DeletePodResponse) String() string {
  321. return protoimpl.X.MessageStringOf(x)
  322. }
  323. func (*DeletePodResponse) ProtoMessage() {}
  324. func (x *DeletePodResponse) ProtoReflect() protoreflect.Message {
  325. mi := &file_proto_pod_proto_msgTypes[9]
  326. if protoimpl.UnsafeEnabled && x != nil {
  327. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  328. if ms.LoadMessageInfo() == nil {
  329. ms.StoreMessageInfo(mi)
  330. }
  331. return ms
  332. }
  333. return mi.MessageOf(x)
  334. }
  335. // Deprecated: Use DeletePodResponse.ProtoReflect.Descriptor instead.
  336. func (*DeletePodResponse) Descriptor() ([]byte, []int) {
  337. return file_proto_pod_proto_rawDescGZIP(), []int{9}
  338. }
  339. var File_proto_pod_proto protoreflect.FileDescriptor
  340. var file_proto_pod_proto_rawDesc = []byte{
  341. 0x0a, 0x0f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x6f, 0x64, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  342. 0x6f, 0x12, 0x0b, 0x70, 0x6f, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x22, 0x13,
  343. 0x0a, 0x11, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75,
  344. 0x65, 0x73, 0x74, 0x22, 0x14, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x64, 0x4c, 0x69, 0x73,
  345. 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x0f, 0x0a, 0x0d, 0x47, 0x65, 0x74,
  346. 0x50, 0x6f, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x10, 0x0a, 0x0e, 0x47, 0x65,
  347. 0x74, 0x50, 0x6f, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x12, 0x0a, 0x10,
  348. 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x6f, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  349. 0x22, 0x13, 0x0a, 0x11, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x6f, 0x64, 0x52, 0x65, 0x73,
  350. 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x12, 0x0a, 0x10, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50,
  351. 0x6f, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x13, 0x0a, 0x11, 0x43, 0x72, 0x65,
  352. 0x61, 0x74, 0x65, 0x50, 0x6f, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x12,
  353. 0x0a, 0x10, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65,
  354. 0x73, 0x74, 0x22, 0x13, 0x0a, 0x11, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, 0x64, 0x52,
  355. 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0x82, 0x03, 0x0a, 0x0a, 0x50, 0x6f, 0x64, 0x53,
  356. 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x4d, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x64,
  357. 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x2e, 0x70, 0x6f, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69,
  358. 0x63, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71,
  359. 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x70, 0x6f, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69,
  360. 0x63, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73,
  361. 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x41, 0x0a, 0x06, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x64, 0x12,
  362. 0x1a, 0x2e, 0x70, 0x6f, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x47, 0x65,
  363. 0x74, 0x50, 0x6f, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x70, 0x6f,
  364. 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x64,
  365. 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4a, 0x0a, 0x09, 0x55, 0x70, 0x64, 0x61,
  366. 0x74, 0x65, 0x50, 0x6f, 0x64, 0x12, 0x1d, 0x2e, 0x70, 0x6f, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76,
  367. 0x69, 0x63, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x6f, 0x64, 0x52, 0x65, 0x71,
  368. 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x70, 0x6f, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69,
  369. 0x63, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x6f, 0x64, 0x52, 0x65, 0x73, 0x70,
  370. 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4a, 0x0a, 0x09, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x6f,
  371. 0x64, 0x12, 0x1d, 0x2e, 0x70, 0x6f, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e,
  372. 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x6f, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  373. 0x1a, 0x1e, 0x2e, 0x70, 0x6f, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x43,
  374. 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x6f, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
  375. 0x12, 0x4a, 0x0a, 0x09, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, 0x64, 0x12, 0x1d, 0x2e,
  376. 0x70, 0x6f, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65,
  377. 0x74, 0x65, 0x50, 0x6f, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x70,
  378. 0x6f, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74,
  379. 0x65, 0x50, 0x6f, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x1c, 0x5a, 0x1a,
  380. 0x2e, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x3b, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74,
  381. 0x65, 0x73, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
  382. 0x6f, 0x33,
  383. }
  384. var (
  385. file_proto_pod_proto_rawDescOnce sync.Once
  386. file_proto_pod_proto_rawDescData = file_proto_pod_proto_rawDesc
  387. )
  388. func file_proto_pod_proto_rawDescGZIP() []byte {
  389. file_proto_pod_proto_rawDescOnce.Do(func() {
  390. file_proto_pod_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_pod_proto_rawDescData)
  391. })
  392. return file_proto_pod_proto_rawDescData
  393. }
  394. var file_proto_pod_proto_msgTypes = make([]protoimpl.MessageInfo, 10)
  395. var file_proto_pod_proto_goTypes = []interface{}{
  396. (*GetPodListRequest)(nil), // 0: pod_service.GetPodListRequest
  397. (*GetPodListResponse)(nil), // 1: pod_service.GetPodListResponse
  398. (*GetPodRequest)(nil), // 2: pod_service.GetPodRequest
  399. (*GetPodResponse)(nil), // 3: pod_service.GetPodResponse
  400. (*UpdatePodRequest)(nil), // 4: pod_service.UpdatePodRequest
  401. (*UpdatePodResponse)(nil), // 5: pod_service.UpdatePodResponse
  402. (*CreatePodRequest)(nil), // 6: pod_service.CreatePodRequest
  403. (*CreatePodResponse)(nil), // 7: pod_service.CreatePodResponse
  404. (*DeletePodRequest)(nil), // 8: pod_service.DeletePodRequest
  405. (*DeletePodResponse)(nil), // 9: pod_service.DeletePodResponse
  406. }
  407. var file_proto_pod_proto_depIdxs = []int32{
  408. 0, // 0: pod_service.PodService.GetPodList:input_type -> pod_service.GetPodListRequest
  409. 2, // 1: pod_service.PodService.GetPod:input_type -> pod_service.GetPodRequest
  410. 4, // 2: pod_service.PodService.UpdatePod:input_type -> pod_service.UpdatePodRequest
  411. 6, // 3: pod_service.PodService.CreatePod:input_type -> pod_service.CreatePodRequest
  412. 8, // 4: pod_service.PodService.DeletePod:input_type -> pod_service.DeletePodRequest
  413. 1, // 5: pod_service.PodService.GetPodList:output_type -> pod_service.GetPodListResponse
  414. 3, // 6: pod_service.PodService.GetPod:output_type -> pod_service.GetPodResponse
  415. 5, // 7: pod_service.PodService.UpdatePod:output_type -> pod_service.UpdatePodResponse
  416. 7, // 8: pod_service.PodService.CreatePod:output_type -> pod_service.CreatePodResponse
  417. 9, // 9: pod_service.PodService.DeletePod:output_type -> pod_service.DeletePodResponse
  418. 5, // [5:10] is the sub-list for method output_type
  419. 0, // [0:5] is the sub-list for method input_type
  420. 0, // [0:0] is the sub-list for extension type_name
  421. 0, // [0:0] is the sub-list for extension extendee
  422. 0, // [0:0] is the sub-list for field type_name
  423. }
  424. func init() { file_proto_pod_proto_init() }
  425. func file_proto_pod_proto_init() {
  426. if File_proto_pod_proto != nil {
  427. return
  428. }
  429. if !protoimpl.UnsafeEnabled {
  430. file_proto_pod_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  431. switch v := v.(*GetPodListRequest); i {
  432. case 0:
  433. return &v.state
  434. case 1:
  435. return &v.sizeCache
  436. case 2:
  437. return &v.unknownFields
  438. default:
  439. return nil
  440. }
  441. }
  442. file_proto_pod_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  443. switch v := v.(*GetPodListResponse); i {
  444. case 0:
  445. return &v.state
  446. case 1:
  447. return &v.sizeCache
  448. case 2:
  449. return &v.unknownFields
  450. default:
  451. return nil
  452. }
  453. }
  454. file_proto_pod_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  455. switch v := v.(*GetPodRequest); i {
  456. case 0:
  457. return &v.state
  458. case 1:
  459. return &v.sizeCache
  460. case 2:
  461. return &v.unknownFields
  462. default:
  463. return nil
  464. }
  465. }
  466. file_proto_pod_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  467. switch v := v.(*GetPodResponse); i {
  468. case 0:
  469. return &v.state
  470. case 1:
  471. return &v.sizeCache
  472. case 2:
  473. return &v.unknownFields
  474. default:
  475. return nil
  476. }
  477. }
  478. file_proto_pod_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  479. switch v := v.(*UpdatePodRequest); i {
  480. case 0:
  481. return &v.state
  482. case 1:
  483. return &v.sizeCache
  484. case 2:
  485. return &v.unknownFields
  486. default:
  487. return nil
  488. }
  489. }
  490. file_proto_pod_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  491. switch v := v.(*UpdatePodResponse); i {
  492. case 0:
  493. return &v.state
  494. case 1:
  495. return &v.sizeCache
  496. case 2:
  497. return &v.unknownFields
  498. default:
  499. return nil
  500. }
  501. }
  502. file_proto_pod_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  503. switch v := v.(*CreatePodRequest); i {
  504. case 0:
  505. return &v.state
  506. case 1:
  507. return &v.sizeCache
  508. case 2:
  509. return &v.unknownFields
  510. default:
  511. return nil
  512. }
  513. }
  514. file_proto_pod_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  515. switch v := v.(*CreatePodResponse); i {
  516. case 0:
  517. return &v.state
  518. case 1:
  519. return &v.sizeCache
  520. case 2:
  521. return &v.unknownFields
  522. default:
  523. return nil
  524. }
  525. }
  526. file_proto_pod_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  527. switch v := v.(*DeletePodRequest); i {
  528. case 0:
  529. return &v.state
  530. case 1:
  531. return &v.sizeCache
  532. case 2:
  533. return &v.unknownFields
  534. default:
  535. return nil
  536. }
  537. }
  538. file_proto_pod_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  539. switch v := v.(*DeletePodResponse); i {
  540. case 0:
  541. return &v.state
  542. case 1:
  543. return &v.sizeCache
  544. case 2:
  545. return &v.unknownFields
  546. default:
  547. return nil
  548. }
  549. }
  550. }
  551. type x struct{}
  552. out := protoimpl.TypeBuilder{
  553. File: protoimpl.DescBuilder{
  554. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  555. RawDescriptor: file_proto_pod_proto_rawDesc,
  556. NumEnums: 0,
  557. NumMessages: 10,
  558. NumExtensions: 0,
  559. NumServices: 1,
  560. },
  561. GoTypes: file_proto_pod_proto_goTypes,
  562. DependencyIndexes: file_proto_pod_proto_depIdxs,
  563. MessageInfos: file_proto_pod_proto_msgTypes,
  564. }.Build()
  565. File_proto_pod_proto = out.File
  566. file_proto_pod_proto_rawDesc = nil
  567. file_proto_pod_proto_goTypes = nil
  568. file_proto_pod_proto_depIdxs = nil
  569. }