provider.pb.go 43 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226
  1. //
  2. //Copyright © 2022 ESO Maintainer Team
  3. //
  4. //Licensed under the Apache License, Version 2.0 (the "License");
  5. //you may not use this file except in compliance with the License.
  6. //You may obtain a copy of the License at
  7. //
  8. //http://www.apache.org/licenses/LICENSE-2.0
  9. //
  10. //Unless required by applicable law or agreed to in writing, software
  11. //distributed under the License is distributed on an "AS IS" BASIS,
  12. //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. //See the License for the specific language governing permissions and
  14. //limitations under the License.
  15. // Code generated by protoc-gen-go. DO NOT EDIT.
  16. // versions:
  17. // protoc-gen-go v1.28.1
  18. // protoc v3.21.12
  19. // source: pkg/plugin/grpc/provider.proto
  20. package plugin_proto
  21. import (
  22. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  23. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  24. reflect "reflect"
  25. sync "sync"
  26. )
  27. const (
  28. // Verify that this generated code is sufficiently up-to-date.
  29. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  30. // Verify that runtime/protoimpl is sufficiently up-to-date.
  31. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  32. )
  33. type GetSecretRequest struct {
  34. state protoimpl.MessageState
  35. sizeCache protoimpl.SizeCache
  36. unknownFields protoimpl.UnknownFields
  37. Store []byte `protobuf:"bytes,1,opt,name=store,proto3" json:"store,omitempty"`
  38. Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
  39. RemoteRef *RemoteRef `protobuf:"bytes,3,opt,name=remoteRef,proto3" json:"remoteRef,omitempty"`
  40. }
  41. func (x *GetSecretRequest) Reset() {
  42. *x = GetSecretRequest{}
  43. if protoimpl.UnsafeEnabled {
  44. mi := &file_pkg_plugin_grpc_provider_proto_msgTypes[0]
  45. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  46. ms.StoreMessageInfo(mi)
  47. }
  48. }
  49. func (x *GetSecretRequest) String() string {
  50. return protoimpl.X.MessageStringOf(x)
  51. }
  52. func (*GetSecretRequest) ProtoMessage() {}
  53. func (x *GetSecretRequest) ProtoReflect() protoreflect.Message {
  54. mi := &file_pkg_plugin_grpc_provider_proto_msgTypes[0]
  55. if protoimpl.UnsafeEnabled && x != nil {
  56. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  57. if ms.LoadMessageInfo() == nil {
  58. ms.StoreMessageInfo(mi)
  59. }
  60. return ms
  61. }
  62. return mi.MessageOf(x)
  63. }
  64. // Deprecated: Use GetSecretRequest.ProtoReflect.Descriptor instead.
  65. func (*GetSecretRequest) Descriptor() ([]byte, []int) {
  66. return file_pkg_plugin_grpc_provider_proto_rawDescGZIP(), []int{0}
  67. }
  68. func (x *GetSecretRequest) GetStore() []byte {
  69. if x != nil {
  70. return x.Store
  71. }
  72. return nil
  73. }
  74. func (x *GetSecretRequest) GetNamespace() string {
  75. if x != nil {
  76. return x.Namespace
  77. }
  78. return ""
  79. }
  80. func (x *GetSecretRequest) GetRemoteRef() *RemoteRef {
  81. if x != nil {
  82. return x.RemoteRef
  83. }
  84. return nil
  85. }
  86. type GetSecretReply struct {
  87. state protoimpl.MessageState
  88. sizeCache protoimpl.SizeCache
  89. unknownFields protoimpl.UnknownFields
  90. Secret []byte `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"`
  91. Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
  92. }
  93. func (x *GetSecretReply) Reset() {
  94. *x = GetSecretReply{}
  95. if protoimpl.UnsafeEnabled {
  96. mi := &file_pkg_plugin_grpc_provider_proto_msgTypes[1]
  97. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  98. ms.StoreMessageInfo(mi)
  99. }
  100. }
  101. func (x *GetSecretReply) String() string {
  102. return protoimpl.X.MessageStringOf(x)
  103. }
  104. func (*GetSecretReply) ProtoMessage() {}
  105. func (x *GetSecretReply) ProtoReflect() protoreflect.Message {
  106. mi := &file_pkg_plugin_grpc_provider_proto_msgTypes[1]
  107. if protoimpl.UnsafeEnabled && x != nil {
  108. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  109. if ms.LoadMessageInfo() == nil {
  110. ms.StoreMessageInfo(mi)
  111. }
  112. return ms
  113. }
  114. return mi.MessageOf(x)
  115. }
  116. // Deprecated: Use GetSecretReply.ProtoReflect.Descriptor instead.
  117. func (*GetSecretReply) Descriptor() ([]byte, []int) {
  118. return file_pkg_plugin_grpc_provider_proto_rawDescGZIP(), []int{1}
  119. }
  120. func (x *GetSecretReply) GetSecret() []byte {
  121. if x != nil {
  122. return x.Secret
  123. }
  124. return nil
  125. }
  126. func (x *GetSecretReply) GetError() string {
  127. if x != nil {
  128. return x.Error
  129. }
  130. return ""
  131. }
  132. type PushSecretRequest struct {
  133. state protoimpl.MessageState
  134. sizeCache protoimpl.SizeCache
  135. unknownFields protoimpl.UnknownFields
  136. Store []byte `protobuf:"bytes,1,opt,name=store,proto3" json:"store,omitempty"`
  137. Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
  138. Secret []byte `protobuf:"bytes,3,opt,name=secret,proto3" json:"secret,omitempty"`
  139. RemoteRef *PushRemoteRef `protobuf:"bytes,4,opt,name=remoteRef,proto3" json:"remoteRef,omitempty"`
  140. }
  141. func (x *PushSecretRequest) Reset() {
  142. *x = PushSecretRequest{}
  143. if protoimpl.UnsafeEnabled {
  144. mi := &file_pkg_plugin_grpc_provider_proto_msgTypes[2]
  145. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  146. ms.StoreMessageInfo(mi)
  147. }
  148. }
  149. func (x *PushSecretRequest) String() string {
  150. return protoimpl.X.MessageStringOf(x)
  151. }
  152. func (*PushSecretRequest) ProtoMessage() {}
  153. func (x *PushSecretRequest) ProtoReflect() protoreflect.Message {
  154. mi := &file_pkg_plugin_grpc_provider_proto_msgTypes[2]
  155. if protoimpl.UnsafeEnabled && x != nil {
  156. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  157. if ms.LoadMessageInfo() == nil {
  158. ms.StoreMessageInfo(mi)
  159. }
  160. return ms
  161. }
  162. return mi.MessageOf(x)
  163. }
  164. // Deprecated: Use PushSecretRequest.ProtoReflect.Descriptor instead.
  165. func (*PushSecretRequest) Descriptor() ([]byte, []int) {
  166. return file_pkg_plugin_grpc_provider_proto_rawDescGZIP(), []int{2}
  167. }
  168. func (x *PushSecretRequest) GetStore() []byte {
  169. if x != nil {
  170. return x.Store
  171. }
  172. return nil
  173. }
  174. func (x *PushSecretRequest) GetNamespace() string {
  175. if x != nil {
  176. return x.Namespace
  177. }
  178. return ""
  179. }
  180. func (x *PushSecretRequest) GetSecret() []byte {
  181. if x != nil {
  182. return x.Secret
  183. }
  184. return nil
  185. }
  186. func (x *PushSecretRequest) GetRemoteRef() *PushRemoteRef {
  187. if x != nil {
  188. return x.RemoteRef
  189. }
  190. return nil
  191. }
  192. type PushSecretReply struct {
  193. state protoimpl.MessageState
  194. sizeCache protoimpl.SizeCache
  195. unknownFields protoimpl.UnknownFields
  196. Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
  197. }
  198. func (x *PushSecretReply) Reset() {
  199. *x = PushSecretReply{}
  200. if protoimpl.UnsafeEnabled {
  201. mi := &file_pkg_plugin_grpc_provider_proto_msgTypes[3]
  202. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  203. ms.StoreMessageInfo(mi)
  204. }
  205. }
  206. func (x *PushSecretReply) String() string {
  207. return protoimpl.X.MessageStringOf(x)
  208. }
  209. func (*PushSecretReply) ProtoMessage() {}
  210. func (x *PushSecretReply) ProtoReflect() protoreflect.Message {
  211. mi := &file_pkg_plugin_grpc_provider_proto_msgTypes[3]
  212. if protoimpl.UnsafeEnabled && x != nil {
  213. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  214. if ms.LoadMessageInfo() == nil {
  215. ms.StoreMessageInfo(mi)
  216. }
  217. return ms
  218. }
  219. return mi.MessageOf(x)
  220. }
  221. // Deprecated: Use PushSecretReply.ProtoReflect.Descriptor instead.
  222. func (*PushSecretReply) Descriptor() ([]byte, []int) {
  223. return file_pkg_plugin_grpc_provider_proto_rawDescGZIP(), []int{3}
  224. }
  225. func (x *PushSecretReply) GetError() string {
  226. if x != nil {
  227. return x.Error
  228. }
  229. return ""
  230. }
  231. type DeleteSecretRequest struct {
  232. state protoimpl.MessageState
  233. sizeCache protoimpl.SizeCache
  234. unknownFields protoimpl.UnknownFields
  235. Store []byte `protobuf:"bytes,1,opt,name=store,proto3" json:"store,omitempty"`
  236. Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
  237. RemoteRef *PushRemoteRef `protobuf:"bytes,3,opt,name=remoteRef,proto3" json:"remoteRef,omitempty"`
  238. }
  239. func (x *DeleteSecretRequest) Reset() {
  240. *x = DeleteSecretRequest{}
  241. if protoimpl.UnsafeEnabled {
  242. mi := &file_pkg_plugin_grpc_provider_proto_msgTypes[4]
  243. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  244. ms.StoreMessageInfo(mi)
  245. }
  246. }
  247. func (x *DeleteSecretRequest) String() string {
  248. return protoimpl.X.MessageStringOf(x)
  249. }
  250. func (*DeleteSecretRequest) ProtoMessage() {}
  251. func (x *DeleteSecretRequest) ProtoReflect() protoreflect.Message {
  252. mi := &file_pkg_plugin_grpc_provider_proto_msgTypes[4]
  253. if protoimpl.UnsafeEnabled && x != nil {
  254. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  255. if ms.LoadMessageInfo() == nil {
  256. ms.StoreMessageInfo(mi)
  257. }
  258. return ms
  259. }
  260. return mi.MessageOf(x)
  261. }
  262. // Deprecated: Use DeleteSecretRequest.ProtoReflect.Descriptor instead.
  263. func (*DeleteSecretRequest) Descriptor() ([]byte, []int) {
  264. return file_pkg_plugin_grpc_provider_proto_rawDescGZIP(), []int{4}
  265. }
  266. func (x *DeleteSecretRequest) GetStore() []byte {
  267. if x != nil {
  268. return x.Store
  269. }
  270. return nil
  271. }
  272. func (x *DeleteSecretRequest) GetNamespace() string {
  273. if x != nil {
  274. return x.Namespace
  275. }
  276. return ""
  277. }
  278. func (x *DeleteSecretRequest) GetRemoteRef() *PushRemoteRef {
  279. if x != nil {
  280. return x.RemoteRef
  281. }
  282. return nil
  283. }
  284. type DeleteSecretReply struct {
  285. state protoimpl.MessageState
  286. sizeCache protoimpl.SizeCache
  287. unknownFields protoimpl.UnknownFields
  288. Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
  289. }
  290. func (x *DeleteSecretReply) Reset() {
  291. *x = DeleteSecretReply{}
  292. if protoimpl.UnsafeEnabled {
  293. mi := &file_pkg_plugin_grpc_provider_proto_msgTypes[5]
  294. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  295. ms.StoreMessageInfo(mi)
  296. }
  297. }
  298. func (x *DeleteSecretReply) String() string {
  299. return protoimpl.X.MessageStringOf(x)
  300. }
  301. func (*DeleteSecretReply) ProtoMessage() {}
  302. func (x *DeleteSecretReply) ProtoReflect() protoreflect.Message {
  303. mi := &file_pkg_plugin_grpc_provider_proto_msgTypes[5]
  304. if protoimpl.UnsafeEnabled && x != nil {
  305. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  306. if ms.LoadMessageInfo() == nil {
  307. ms.StoreMessageInfo(mi)
  308. }
  309. return ms
  310. }
  311. return mi.MessageOf(x)
  312. }
  313. // Deprecated: Use DeleteSecretReply.ProtoReflect.Descriptor instead.
  314. func (*DeleteSecretReply) Descriptor() ([]byte, []int) {
  315. return file_pkg_plugin_grpc_provider_proto_rawDescGZIP(), []int{5}
  316. }
  317. func (x *DeleteSecretReply) GetError() string {
  318. if x != nil {
  319. return x.Error
  320. }
  321. return ""
  322. }
  323. type GetSecretMapRequest struct {
  324. state protoimpl.MessageState
  325. sizeCache protoimpl.SizeCache
  326. unknownFields protoimpl.UnknownFields
  327. Store []byte `protobuf:"bytes,1,opt,name=store,proto3" json:"store,omitempty"`
  328. Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
  329. RemoteRef *RemoteRef `protobuf:"bytes,3,opt,name=remoteRef,proto3" json:"remoteRef,omitempty"`
  330. }
  331. func (x *GetSecretMapRequest) Reset() {
  332. *x = GetSecretMapRequest{}
  333. if protoimpl.UnsafeEnabled {
  334. mi := &file_pkg_plugin_grpc_provider_proto_msgTypes[6]
  335. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  336. ms.StoreMessageInfo(mi)
  337. }
  338. }
  339. func (x *GetSecretMapRequest) String() string {
  340. return protoimpl.X.MessageStringOf(x)
  341. }
  342. func (*GetSecretMapRequest) ProtoMessage() {}
  343. func (x *GetSecretMapRequest) ProtoReflect() protoreflect.Message {
  344. mi := &file_pkg_plugin_grpc_provider_proto_msgTypes[6]
  345. if protoimpl.UnsafeEnabled && x != nil {
  346. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  347. if ms.LoadMessageInfo() == nil {
  348. ms.StoreMessageInfo(mi)
  349. }
  350. return ms
  351. }
  352. return mi.MessageOf(x)
  353. }
  354. // Deprecated: Use GetSecretMapRequest.ProtoReflect.Descriptor instead.
  355. func (*GetSecretMapRequest) Descriptor() ([]byte, []int) {
  356. return file_pkg_plugin_grpc_provider_proto_rawDescGZIP(), []int{6}
  357. }
  358. func (x *GetSecretMapRequest) GetStore() []byte {
  359. if x != nil {
  360. return x.Store
  361. }
  362. return nil
  363. }
  364. func (x *GetSecretMapRequest) GetNamespace() string {
  365. if x != nil {
  366. return x.Namespace
  367. }
  368. return ""
  369. }
  370. func (x *GetSecretMapRequest) GetRemoteRef() *RemoteRef {
  371. if x != nil {
  372. return x.RemoteRef
  373. }
  374. return nil
  375. }
  376. type GetSecretMapReply struct {
  377. state protoimpl.MessageState
  378. sizeCache protoimpl.SizeCache
  379. unknownFields protoimpl.UnknownFields
  380. Data map[string][]byte `protobuf:"bytes,9,rep,name=data,proto3" json:"data,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
  381. Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
  382. }
  383. func (x *GetSecretMapReply) Reset() {
  384. *x = GetSecretMapReply{}
  385. if protoimpl.UnsafeEnabled {
  386. mi := &file_pkg_plugin_grpc_provider_proto_msgTypes[7]
  387. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  388. ms.StoreMessageInfo(mi)
  389. }
  390. }
  391. func (x *GetSecretMapReply) String() string {
  392. return protoimpl.X.MessageStringOf(x)
  393. }
  394. func (*GetSecretMapReply) ProtoMessage() {}
  395. func (x *GetSecretMapReply) ProtoReflect() protoreflect.Message {
  396. mi := &file_pkg_plugin_grpc_provider_proto_msgTypes[7]
  397. if protoimpl.UnsafeEnabled && x != nil {
  398. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  399. if ms.LoadMessageInfo() == nil {
  400. ms.StoreMessageInfo(mi)
  401. }
  402. return ms
  403. }
  404. return mi.MessageOf(x)
  405. }
  406. // Deprecated: Use GetSecretMapReply.ProtoReflect.Descriptor instead.
  407. func (*GetSecretMapReply) Descriptor() ([]byte, []int) {
  408. return file_pkg_plugin_grpc_provider_proto_rawDescGZIP(), []int{7}
  409. }
  410. func (x *GetSecretMapReply) GetData() map[string][]byte {
  411. if x != nil {
  412. return x.Data
  413. }
  414. return nil
  415. }
  416. func (x *GetSecretMapReply) GetError() string {
  417. if x != nil {
  418. return x.Error
  419. }
  420. return ""
  421. }
  422. type GetAllSecretsRequest struct {
  423. state protoimpl.MessageState
  424. sizeCache protoimpl.SizeCache
  425. unknownFields protoimpl.UnknownFields
  426. Store []byte `protobuf:"bytes,1,opt,name=store,proto3" json:"store,omitempty"`
  427. Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
  428. RemoteRef *ExternalSecretFind `protobuf:"bytes,3,opt,name=remoteRef,proto3" json:"remoteRef,omitempty"`
  429. }
  430. func (x *GetAllSecretsRequest) Reset() {
  431. *x = GetAllSecretsRequest{}
  432. if protoimpl.UnsafeEnabled {
  433. mi := &file_pkg_plugin_grpc_provider_proto_msgTypes[8]
  434. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  435. ms.StoreMessageInfo(mi)
  436. }
  437. }
  438. func (x *GetAllSecretsRequest) String() string {
  439. return protoimpl.X.MessageStringOf(x)
  440. }
  441. func (*GetAllSecretsRequest) ProtoMessage() {}
  442. func (x *GetAllSecretsRequest) ProtoReflect() protoreflect.Message {
  443. mi := &file_pkg_plugin_grpc_provider_proto_msgTypes[8]
  444. if protoimpl.UnsafeEnabled && x != nil {
  445. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  446. if ms.LoadMessageInfo() == nil {
  447. ms.StoreMessageInfo(mi)
  448. }
  449. return ms
  450. }
  451. return mi.MessageOf(x)
  452. }
  453. // Deprecated: Use GetAllSecretsRequest.ProtoReflect.Descriptor instead.
  454. func (*GetAllSecretsRequest) Descriptor() ([]byte, []int) {
  455. return file_pkg_plugin_grpc_provider_proto_rawDescGZIP(), []int{8}
  456. }
  457. func (x *GetAllSecretsRequest) GetStore() []byte {
  458. if x != nil {
  459. return x.Store
  460. }
  461. return nil
  462. }
  463. func (x *GetAllSecretsRequest) GetNamespace() string {
  464. if x != nil {
  465. return x.Namespace
  466. }
  467. return ""
  468. }
  469. func (x *GetAllSecretsRequest) GetRemoteRef() *ExternalSecretFind {
  470. if x != nil {
  471. return x.RemoteRef
  472. }
  473. return nil
  474. }
  475. type GetAllSecretsReply struct {
  476. state protoimpl.MessageState
  477. sizeCache protoimpl.SizeCache
  478. unknownFields protoimpl.UnknownFields
  479. Data map[string][]byte `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
  480. Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
  481. }
  482. func (x *GetAllSecretsReply) Reset() {
  483. *x = GetAllSecretsReply{}
  484. if protoimpl.UnsafeEnabled {
  485. mi := &file_pkg_plugin_grpc_provider_proto_msgTypes[9]
  486. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  487. ms.StoreMessageInfo(mi)
  488. }
  489. }
  490. func (x *GetAllSecretsReply) String() string {
  491. return protoimpl.X.MessageStringOf(x)
  492. }
  493. func (*GetAllSecretsReply) ProtoMessage() {}
  494. func (x *GetAllSecretsReply) ProtoReflect() protoreflect.Message {
  495. mi := &file_pkg_plugin_grpc_provider_proto_msgTypes[9]
  496. if protoimpl.UnsafeEnabled && x != nil {
  497. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  498. if ms.LoadMessageInfo() == nil {
  499. ms.StoreMessageInfo(mi)
  500. }
  501. return ms
  502. }
  503. return mi.MessageOf(x)
  504. }
  505. // Deprecated: Use GetAllSecretsReply.ProtoReflect.Descriptor instead.
  506. func (*GetAllSecretsReply) Descriptor() ([]byte, []int) {
  507. return file_pkg_plugin_grpc_provider_proto_rawDescGZIP(), []int{9}
  508. }
  509. func (x *GetAllSecretsReply) GetData() map[string][]byte {
  510. if x != nil {
  511. return x.Data
  512. }
  513. return nil
  514. }
  515. func (x *GetAllSecretsReply) GetError() string {
  516. if x != nil {
  517. return x.Error
  518. }
  519. return ""
  520. }
  521. type RemoteRef struct {
  522. state protoimpl.MessageState
  523. sizeCache protoimpl.SizeCache
  524. unknownFields protoimpl.UnknownFields
  525. Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
  526. MetadataPolicy string `protobuf:"bytes,2,opt,name=metadataPolicy,proto3" json:"metadataPolicy,omitempty"`
  527. Property string `protobuf:"bytes,3,opt,name=property,proto3" json:"property,omitempty"`
  528. Version string `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"`
  529. ConversionStrategy string `protobuf:"bytes,5,opt,name=conversionStrategy,proto3" json:"conversionStrategy,omitempty"`
  530. DecodingStrategy string `protobuf:"bytes,6,opt,name=decodingStrategy,proto3" json:"decodingStrategy,omitempty"`
  531. }
  532. func (x *RemoteRef) Reset() {
  533. *x = RemoteRef{}
  534. if protoimpl.UnsafeEnabled {
  535. mi := &file_pkg_plugin_grpc_provider_proto_msgTypes[10]
  536. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  537. ms.StoreMessageInfo(mi)
  538. }
  539. }
  540. func (x *RemoteRef) String() string {
  541. return protoimpl.X.MessageStringOf(x)
  542. }
  543. func (*RemoteRef) ProtoMessage() {}
  544. func (x *RemoteRef) ProtoReflect() protoreflect.Message {
  545. mi := &file_pkg_plugin_grpc_provider_proto_msgTypes[10]
  546. if protoimpl.UnsafeEnabled && x != nil {
  547. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  548. if ms.LoadMessageInfo() == nil {
  549. ms.StoreMessageInfo(mi)
  550. }
  551. return ms
  552. }
  553. return mi.MessageOf(x)
  554. }
  555. // Deprecated: Use RemoteRef.ProtoReflect.Descriptor instead.
  556. func (*RemoteRef) Descriptor() ([]byte, []int) {
  557. return file_pkg_plugin_grpc_provider_proto_rawDescGZIP(), []int{10}
  558. }
  559. func (x *RemoteRef) GetKey() string {
  560. if x != nil {
  561. return x.Key
  562. }
  563. return ""
  564. }
  565. func (x *RemoteRef) GetMetadataPolicy() string {
  566. if x != nil {
  567. return x.MetadataPolicy
  568. }
  569. return ""
  570. }
  571. func (x *RemoteRef) GetProperty() string {
  572. if x != nil {
  573. return x.Property
  574. }
  575. return ""
  576. }
  577. func (x *RemoteRef) GetVersion() string {
  578. if x != nil {
  579. return x.Version
  580. }
  581. return ""
  582. }
  583. func (x *RemoteRef) GetConversionStrategy() string {
  584. if x != nil {
  585. return x.ConversionStrategy
  586. }
  587. return ""
  588. }
  589. func (x *RemoteRef) GetDecodingStrategy() string {
  590. if x != nil {
  591. return x.DecodingStrategy
  592. }
  593. return ""
  594. }
  595. type PushRemoteRef struct {
  596. state protoimpl.MessageState
  597. sizeCache protoimpl.SizeCache
  598. unknownFields protoimpl.UnknownFields
  599. RemoteKey string `protobuf:"bytes,1,opt,name=remoteKey,proto3" json:"remoteKey,omitempty"`
  600. Property string `protobuf:"bytes,2,opt,name=property,proto3" json:"property,omitempty"`
  601. }
  602. func (x *PushRemoteRef) Reset() {
  603. *x = PushRemoteRef{}
  604. if protoimpl.UnsafeEnabled {
  605. mi := &file_pkg_plugin_grpc_provider_proto_msgTypes[11]
  606. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  607. ms.StoreMessageInfo(mi)
  608. }
  609. }
  610. func (x *PushRemoteRef) String() string {
  611. return protoimpl.X.MessageStringOf(x)
  612. }
  613. func (*PushRemoteRef) ProtoMessage() {}
  614. func (x *PushRemoteRef) ProtoReflect() protoreflect.Message {
  615. mi := &file_pkg_plugin_grpc_provider_proto_msgTypes[11]
  616. if protoimpl.UnsafeEnabled && x != nil {
  617. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  618. if ms.LoadMessageInfo() == nil {
  619. ms.StoreMessageInfo(mi)
  620. }
  621. return ms
  622. }
  623. return mi.MessageOf(x)
  624. }
  625. // Deprecated: Use PushRemoteRef.ProtoReflect.Descriptor instead.
  626. func (*PushRemoteRef) Descriptor() ([]byte, []int) {
  627. return file_pkg_plugin_grpc_provider_proto_rawDescGZIP(), []int{11}
  628. }
  629. func (x *PushRemoteRef) GetRemoteKey() string {
  630. if x != nil {
  631. return x.RemoteKey
  632. }
  633. return ""
  634. }
  635. func (x *PushRemoteRef) GetProperty() string {
  636. if x != nil {
  637. return x.Property
  638. }
  639. return ""
  640. }
  641. type ExternalSecretFind struct {
  642. state protoimpl.MessageState
  643. sizeCache protoimpl.SizeCache
  644. unknownFields protoimpl.UnknownFields
  645. Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
  646. FindNameRegexp string `protobuf:"bytes,2,opt,name=findNameRegexp,proto3" json:"findNameRegexp,omitempty"`
  647. Tags map[string]string `protobuf:"bytes,3,rep,name=tags,proto3" json:"tags,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
  648. ConversionStrategy string `protobuf:"bytes,4,opt,name=conversionStrategy,proto3" json:"conversionStrategy,omitempty"`
  649. DecodingStrategy string `protobuf:"bytes,5,opt,name=decodingStrategy,proto3" json:"decodingStrategy,omitempty"`
  650. }
  651. func (x *ExternalSecretFind) Reset() {
  652. *x = ExternalSecretFind{}
  653. if protoimpl.UnsafeEnabled {
  654. mi := &file_pkg_plugin_grpc_provider_proto_msgTypes[12]
  655. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  656. ms.StoreMessageInfo(mi)
  657. }
  658. }
  659. func (x *ExternalSecretFind) String() string {
  660. return protoimpl.X.MessageStringOf(x)
  661. }
  662. func (*ExternalSecretFind) ProtoMessage() {}
  663. func (x *ExternalSecretFind) ProtoReflect() protoreflect.Message {
  664. mi := &file_pkg_plugin_grpc_provider_proto_msgTypes[12]
  665. if protoimpl.UnsafeEnabled && x != nil {
  666. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  667. if ms.LoadMessageInfo() == nil {
  668. ms.StoreMessageInfo(mi)
  669. }
  670. return ms
  671. }
  672. return mi.MessageOf(x)
  673. }
  674. // Deprecated: Use ExternalSecretFind.ProtoReflect.Descriptor instead.
  675. func (*ExternalSecretFind) Descriptor() ([]byte, []int) {
  676. return file_pkg_plugin_grpc_provider_proto_rawDescGZIP(), []int{12}
  677. }
  678. func (x *ExternalSecretFind) GetPath() string {
  679. if x != nil {
  680. return x.Path
  681. }
  682. return ""
  683. }
  684. func (x *ExternalSecretFind) GetFindNameRegexp() string {
  685. if x != nil {
  686. return x.FindNameRegexp
  687. }
  688. return ""
  689. }
  690. func (x *ExternalSecretFind) GetTags() map[string]string {
  691. if x != nil {
  692. return x.Tags
  693. }
  694. return nil
  695. }
  696. func (x *ExternalSecretFind) GetConversionStrategy() string {
  697. if x != nil {
  698. return x.ConversionStrategy
  699. }
  700. return ""
  701. }
  702. func (x *ExternalSecretFind) GetDecodingStrategy() string {
  703. if x != nil {
  704. return x.DecodingStrategy
  705. }
  706. return ""
  707. }
  708. var File_pkg_plugin_grpc_provider_proto protoreflect.FileDescriptor
  709. var file_pkg_plugin_grpc_provider_proto_rawDesc = []byte{
  710. 0x0a, 0x1e, 0x70, 0x6b, 0x67, 0x2f, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2f, 0x67, 0x72, 0x70,
  711. 0x63, 0x2f, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  712. 0x12, 0x06, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x22, 0x77, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x53,
  713. 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05,
  714. 0x73, 0x74, 0x6f, 0x72, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x73, 0x74, 0x6f,
  715. 0x72, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18,
  716. 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
  717. 0x12, 0x2f, 0x0a, 0x09, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x66, 0x18, 0x03, 0x20,
  718. 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x52, 0x65, 0x6d,
  719. 0x6f, 0x74, 0x65, 0x52, 0x65, 0x66, 0x52, 0x09, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x65,
  720. 0x66, 0x22, 0x3e, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65,
  721. 0x70, 0x6c, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x18, 0x01, 0x20,
  722. 0x01, 0x28, 0x0c, 0x52, 0x06, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x65,
  723. 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f,
  724. 0x72, 0x22, 0x94, 0x01, 0x0a, 0x11, 0x50, 0x75, 0x73, 0x68, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74,
  725. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x6f, 0x72, 0x65,
  726. 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x12, 0x1c, 0x0a,
  727. 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
  728. 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73,
  729. 0x65, 0x63, 0x72, 0x65, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x73, 0x65, 0x63,
  730. 0x72, 0x65, 0x74, 0x12, 0x33, 0x0a, 0x09, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x66,
  731. 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e,
  732. 0x50, 0x75, 0x73, 0x68, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x66, 0x52, 0x09, 0x72,
  733. 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x66, 0x22, 0x27, 0x0a, 0x0f, 0x50, 0x75, 0x73, 0x68,
  734. 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x65,
  735. 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f,
  736. 0x72, 0x22, 0x7e, 0x0a, 0x13, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65,
  737. 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x6f, 0x72,
  738. 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x12, 0x1c,
  739. 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
  740. 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x33, 0x0a, 0x09,
  741. 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32,
  742. 0x15, 0x2e, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x50, 0x75, 0x73, 0x68, 0x52, 0x65, 0x6d,
  743. 0x6f, 0x74, 0x65, 0x52, 0x65, 0x66, 0x52, 0x09, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x65,
  744. 0x66, 0x22, 0x29, 0x0a, 0x11, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65,
  745. 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18,
  746. 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x22, 0x7a, 0x0a, 0x13,
  747. 0x47, 0x65, 0x74, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x4d, 0x61, 0x70, 0x52, 0x65, 0x71, 0x75,
  748. 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x18, 0x01, 0x20, 0x01,
  749. 0x28, 0x0c, 0x52, 0x05, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d,
  750. 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61,
  751. 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2f, 0x0a, 0x09, 0x72, 0x65, 0x6d, 0x6f, 0x74,
  752. 0x65, 0x52, 0x65, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x70, 0x6c, 0x75,
  753. 0x67, 0x69, 0x6e, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x66, 0x52, 0x09, 0x72,
  754. 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x66, 0x22, 0x9b, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74,
  755. 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x4d, 0x61, 0x70, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x37,
  756. 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x70,
  757. 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x4d,
  758. 0x61, 0x70, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72,
  759. 0x79, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72,
  760. 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x1a, 0x37, 0x0a,
  761. 0x09, 0x44, 0x61, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65,
  762. 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05,
  763. 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c,
  764. 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x84, 0x01, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x41, 0x6c,
  765. 0x6c, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
  766. 0x14, 0x0a, 0x05, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05,
  767. 0x73, 0x74, 0x6f, 0x72, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61,
  768. 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70,
  769. 0x61, 0x63, 0x65, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x66,
  770. 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e,
  771. 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x46, 0x69,
  772. 0x6e, 0x64, 0x52, 0x09, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x66, 0x22, 0x9d, 0x01,
  773. 0x0a, 0x12, 0x47, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x52,
  774. 0x65, 0x70, 0x6c, 0x79, 0x12, 0x38, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03,
  775. 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x41,
  776. 0x6c, 0x6c, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x2e, 0x44,
  777. 0x61, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x14,
  778. 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65,
  779. 0x72, 0x72, 0x6f, 0x72, 0x1a, 0x37, 0x0a, 0x09, 0x44, 0x61, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72,
  780. 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
  781. 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01,
  782. 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xd7, 0x01,
  783. 0x0a, 0x09, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x66, 0x12, 0x10, 0x0a, 0x03, 0x6b,
  784. 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x26, 0x0a,
  785. 0x0e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18,
  786. 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x50,
  787. 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74,
  788. 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74,
  789. 0x79, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01,
  790. 0x28, 0x09, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x63,
  791. 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67,
  792. 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x63, 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x73,
  793. 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, 0x2a, 0x0a, 0x10, 0x64,
  794. 0x65, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x18,
  795. 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x64, 0x65, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x53,
  796. 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x22, 0x49, 0x0a, 0x0d, 0x50, 0x75, 0x73, 0x68, 0x52,
  797. 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x66, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x6d, 0x6f,
  798. 0x74, 0x65, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x72, 0x65, 0x6d,
  799. 0x6f, 0x74, 0x65, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72,
  800. 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72,
  801. 0x74, 0x79, 0x22, 0x9f, 0x02, 0x0a, 0x12, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x53,
  802. 0x65, 0x63, 0x72, 0x65, 0x74, 0x46, 0x69, 0x6e, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74,
  803. 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x12, 0x26, 0x0a,
  804. 0x0e, 0x66, 0x69, 0x6e, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x67, 0x65, 0x78, 0x70, 0x18,
  805. 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x66, 0x69, 0x6e, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x52,
  806. 0x65, 0x67, 0x65, 0x78, 0x70, 0x12, 0x38, 0x0a, 0x04, 0x74, 0x61, 0x67, 0x73, 0x18, 0x03, 0x20,
  807. 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x45, 0x78, 0x74,
  808. 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x46, 0x69, 0x6e, 0x64, 0x2e,
  809. 0x54, 0x61, 0x67, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x74, 0x61, 0x67, 0x73, 0x12,
  810. 0x2e, 0x0a, 0x12, 0x63, 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x72,
  811. 0x61, 0x74, 0x65, 0x67, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x63, 0x6f, 0x6e,
  812. 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12,
  813. 0x2a, 0x0a, 0x10, 0x64, 0x65, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x53, 0x74, 0x72, 0x61, 0x74,
  814. 0x65, 0x67, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x64, 0x65, 0x63, 0x6f, 0x64,
  815. 0x69, 0x6e, 0x67, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x1a, 0x37, 0x0a, 0x09, 0x54,
  816. 0x61, 0x67, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18,
  817. 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61,
  818. 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
  819. 0x3a, 0x02, 0x38, 0x01, 0x32, 0xf5, 0x02, 0x0a, 0x0d, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73,
  820. 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x12, 0x3f, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x53, 0x65, 0x63,
  821. 0x72, 0x65, 0x74, 0x12, 0x18, 0x2e, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x47, 0x65, 0x74,
  822. 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e,
  823. 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74,
  824. 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x42, 0x0a, 0x0a, 0x50, 0x75, 0x73, 0x68, 0x53,
  825. 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x19, 0x2e, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x50,
  826. 0x75, 0x73, 0x68, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  827. 0x1a, 0x17, 0x2e, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x50, 0x75, 0x73, 0x68, 0x53, 0x65,
  828. 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x48, 0x0a, 0x0c, 0x44,
  829. 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x1b, 0x2e, 0x70, 0x6c,
  830. 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65,
  831. 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x70, 0x6c, 0x75, 0x67, 0x69,
  832. 0x6e, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65,
  833. 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x48, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x53, 0x65, 0x63, 0x72,
  834. 0x65, 0x74, 0x4d, 0x61, 0x70, 0x12, 0x1b, 0x2e, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x47,
  835. 0x65, 0x74, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x4d, 0x61, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65,
  836. 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x53,
  837. 0x65, 0x63, 0x72, 0x65, 0x74, 0x4d, 0x61, 0x70, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12,
  838. 0x4b, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73,
  839. 0x12, 0x1c, 0x2e, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x6c, 0x6c,
  840. 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1a,
  841. 0x2e, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x53, 0x65,
  842. 0x63, 0x72, 0x65, 0x74, 0x73, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x42, 0x87, 0x01, 0x0a,
  843. 0x23, 0x69, 0x6f, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2d, 0x73, 0x65, 0x63,
  844. 0x72, 0x65, 0x74, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x2e, 0x70, 0x6c,
  845. 0x75, 0x67, 0x69, 0x6e, 0x42, 0x13, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x50, 0x6c,
  846. 0x75, 0x67, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x49, 0x67, 0x69, 0x74,
  847. 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c,
  848. 0x2d, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61,
  849. 0x6c, 0x2d, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x2f, 0x70, 0x6b, 0x67, 0x2f, 0x70, 0x6c,
  850. 0x75, 0x67, 0x69, 0x6e, 0x2f, 0x67, 0x72, 0x70, 0x63, 0x2f, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e,
  851. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  852. }
  853. var (
  854. file_pkg_plugin_grpc_provider_proto_rawDescOnce sync.Once
  855. file_pkg_plugin_grpc_provider_proto_rawDescData = file_pkg_plugin_grpc_provider_proto_rawDesc
  856. )
  857. func file_pkg_plugin_grpc_provider_proto_rawDescGZIP() []byte {
  858. file_pkg_plugin_grpc_provider_proto_rawDescOnce.Do(func() {
  859. file_pkg_plugin_grpc_provider_proto_rawDescData = protoimpl.X.CompressGZIP(file_pkg_plugin_grpc_provider_proto_rawDescData)
  860. })
  861. return file_pkg_plugin_grpc_provider_proto_rawDescData
  862. }
  863. var file_pkg_plugin_grpc_provider_proto_msgTypes = make([]protoimpl.MessageInfo, 16)
  864. var file_pkg_plugin_grpc_provider_proto_goTypes = []interface{}{
  865. (*GetSecretRequest)(nil), // 0: plugin.GetSecretRequest
  866. (*GetSecretReply)(nil), // 1: plugin.GetSecretReply
  867. (*PushSecretRequest)(nil), // 2: plugin.PushSecretRequest
  868. (*PushSecretReply)(nil), // 3: plugin.PushSecretReply
  869. (*DeleteSecretRequest)(nil), // 4: plugin.DeleteSecretRequest
  870. (*DeleteSecretReply)(nil), // 5: plugin.DeleteSecretReply
  871. (*GetSecretMapRequest)(nil), // 6: plugin.GetSecretMapRequest
  872. (*GetSecretMapReply)(nil), // 7: plugin.GetSecretMapReply
  873. (*GetAllSecretsRequest)(nil), // 8: plugin.GetAllSecretsRequest
  874. (*GetAllSecretsReply)(nil), // 9: plugin.GetAllSecretsReply
  875. (*RemoteRef)(nil), // 10: plugin.RemoteRef
  876. (*PushRemoteRef)(nil), // 11: plugin.PushRemoteRef
  877. (*ExternalSecretFind)(nil), // 12: plugin.ExternalSecretFind
  878. nil, // 13: plugin.GetSecretMapReply.DataEntry
  879. nil, // 14: plugin.GetAllSecretsReply.DataEntry
  880. nil, // 15: plugin.ExternalSecretFind.TagsEntry
  881. }
  882. var file_pkg_plugin_grpc_provider_proto_depIdxs = []int32{
  883. 10, // 0: plugin.GetSecretRequest.remoteRef:type_name -> plugin.RemoteRef
  884. 11, // 1: plugin.PushSecretRequest.remoteRef:type_name -> plugin.PushRemoteRef
  885. 11, // 2: plugin.DeleteSecretRequest.remoteRef:type_name -> plugin.PushRemoteRef
  886. 10, // 3: plugin.GetSecretMapRequest.remoteRef:type_name -> plugin.RemoteRef
  887. 13, // 4: plugin.GetSecretMapReply.data:type_name -> plugin.GetSecretMapReply.DataEntry
  888. 12, // 5: plugin.GetAllSecretsRequest.remoteRef:type_name -> plugin.ExternalSecretFind
  889. 14, // 6: plugin.GetAllSecretsReply.data:type_name -> plugin.GetAllSecretsReply.DataEntry
  890. 15, // 7: plugin.ExternalSecretFind.tags:type_name -> plugin.ExternalSecretFind.TagsEntry
  891. 0, // 8: plugin.SecretsClient.GetSecret:input_type -> plugin.GetSecretRequest
  892. 2, // 9: plugin.SecretsClient.PushSecret:input_type -> plugin.PushSecretRequest
  893. 4, // 10: plugin.SecretsClient.DeleteSecret:input_type -> plugin.DeleteSecretRequest
  894. 6, // 11: plugin.SecretsClient.GetSecretMap:input_type -> plugin.GetSecretMapRequest
  895. 8, // 12: plugin.SecretsClient.GetAllSecrets:input_type -> plugin.GetAllSecretsRequest
  896. 1, // 13: plugin.SecretsClient.GetSecret:output_type -> plugin.GetSecretReply
  897. 3, // 14: plugin.SecretsClient.PushSecret:output_type -> plugin.PushSecretReply
  898. 5, // 15: plugin.SecretsClient.DeleteSecret:output_type -> plugin.DeleteSecretReply
  899. 7, // 16: plugin.SecretsClient.GetSecretMap:output_type -> plugin.GetSecretMapReply
  900. 9, // 17: plugin.SecretsClient.GetAllSecrets:output_type -> plugin.GetAllSecretsReply
  901. 13, // [13:18] is the sub-list for method output_type
  902. 8, // [8:13] is the sub-list for method input_type
  903. 8, // [8:8] is the sub-list for extension type_name
  904. 8, // [8:8] is the sub-list for extension extendee
  905. 0, // [0:8] is the sub-list for field type_name
  906. }
  907. func init() { file_pkg_plugin_grpc_provider_proto_init() }
  908. func file_pkg_plugin_grpc_provider_proto_init() {
  909. if File_pkg_plugin_grpc_provider_proto != nil {
  910. return
  911. }
  912. if !protoimpl.UnsafeEnabled {
  913. file_pkg_plugin_grpc_provider_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  914. switch v := v.(*GetSecretRequest); i {
  915. case 0:
  916. return &v.state
  917. case 1:
  918. return &v.sizeCache
  919. case 2:
  920. return &v.unknownFields
  921. default:
  922. return nil
  923. }
  924. }
  925. file_pkg_plugin_grpc_provider_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  926. switch v := v.(*GetSecretReply); i {
  927. case 0:
  928. return &v.state
  929. case 1:
  930. return &v.sizeCache
  931. case 2:
  932. return &v.unknownFields
  933. default:
  934. return nil
  935. }
  936. }
  937. file_pkg_plugin_grpc_provider_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  938. switch v := v.(*PushSecretRequest); i {
  939. case 0:
  940. return &v.state
  941. case 1:
  942. return &v.sizeCache
  943. case 2:
  944. return &v.unknownFields
  945. default:
  946. return nil
  947. }
  948. }
  949. file_pkg_plugin_grpc_provider_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  950. switch v := v.(*PushSecretReply); i {
  951. case 0:
  952. return &v.state
  953. case 1:
  954. return &v.sizeCache
  955. case 2:
  956. return &v.unknownFields
  957. default:
  958. return nil
  959. }
  960. }
  961. file_pkg_plugin_grpc_provider_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  962. switch v := v.(*DeleteSecretRequest); i {
  963. case 0:
  964. return &v.state
  965. case 1:
  966. return &v.sizeCache
  967. case 2:
  968. return &v.unknownFields
  969. default:
  970. return nil
  971. }
  972. }
  973. file_pkg_plugin_grpc_provider_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  974. switch v := v.(*DeleteSecretReply); i {
  975. case 0:
  976. return &v.state
  977. case 1:
  978. return &v.sizeCache
  979. case 2:
  980. return &v.unknownFields
  981. default:
  982. return nil
  983. }
  984. }
  985. file_pkg_plugin_grpc_provider_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  986. switch v := v.(*GetSecretMapRequest); i {
  987. case 0:
  988. return &v.state
  989. case 1:
  990. return &v.sizeCache
  991. case 2:
  992. return &v.unknownFields
  993. default:
  994. return nil
  995. }
  996. }
  997. file_pkg_plugin_grpc_provider_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  998. switch v := v.(*GetSecretMapReply); i {
  999. case 0:
  1000. return &v.state
  1001. case 1:
  1002. return &v.sizeCache
  1003. case 2:
  1004. return &v.unknownFields
  1005. default:
  1006. return nil
  1007. }
  1008. }
  1009. file_pkg_plugin_grpc_provider_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1010. switch v := v.(*GetAllSecretsRequest); i {
  1011. case 0:
  1012. return &v.state
  1013. case 1:
  1014. return &v.sizeCache
  1015. case 2:
  1016. return &v.unknownFields
  1017. default:
  1018. return nil
  1019. }
  1020. }
  1021. file_pkg_plugin_grpc_provider_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  1022. switch v := v.(*GetAllSecretsReply); i {
  1023. case 0:
  1024. return &v.state
  1025. case 1:
  1026. return &v.sizeCache
  1027. case 2:
  1028. return &v.unknownFields
  1029. default:
  1030. return nil
  1031. }
  1032. }
  1033. file_pkg_plugin_grpc_provider_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
  1034. switch v := v.(*RemoteRef); i {
  1035. case 0:
  1036. return &v.state
  1037. case 1:
  1038. return &v.sizeCache
  1039. case 2:
  1040. return &v.unknownFields
  1041. default:
  1042. return nil
  1043. }
  1044. }
  1045. file_pkg_plugin_grpc_provider_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
  1046. switch v := v.(*PushRemoteRef); i {
  1047. case 0:
  1048. return &v.state
  1049. case 1:
  1050. return &v.sizeCache
  1051. case 2:
  1052. return &v.unknownFields
  1053. default:
  1054. return nil
  1055. }
  1056. }
  1057. file_pkg_plugin_grpc_provider_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
  1058. switch v := v.(*ExternalSecretFind); i {
  1059. case 0:
  1060. return &v.state
  1061. case 1:
  1062. return &v.sizeCache
  1063. case 2:
  1064. return &v.unknownFields
  1065. default:
  1066. return nil
  1067. }
  1068. }
  1069. }
  1070. type x struct{}
  1071. out := protoimpl.TypeBuilder{
  1072. File: protoimpl.DescBuilder{
  1073. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1074. RawDescriptor: file_pkg_plugin_grpc_provider_proto_rawDesc,
  1075. NumEnums: 0,
  1076. NumMessages: 16,
  1077. NumExtensions: 0,
  1078. NumServices: 1,
  1079. },
  1080. GoTypes: file_pkg_plugin_grpc_provider_proto_goTypes,
  1081. DependencyIndexes: file_pkg_plugin_grpc_provider_proto_depIdxs,
  1082. MessageInfos: file_pkg_plugin_grpc_provider_proto_msgTypes,
  1083. }.Build()
  1084. File_pkg_plugin_grpc_provider_proto = out.File
  1085. file_pkg_plugin_grpc_provider_proto_rawDesc = nil
  1086. file_pkg_plugin_grpc_provider_proto_goTypes = nil
  1087. file_pkg_plugin_grpc_provider_proto_depIdxs = nil
  1088. }