statefulset.pb.go 24 KB

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