zz_generated.deepcopy.go 44 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541
  1. //go:build !ignore_autogenerated
  2. // +build !ignore_autogenerated
  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. http://www.apache.org/licenses/LICENSE-2.0
  8. Unless required by applicable law or agreed to in writing, software
  9. distributed under the License is distributed on an "AS IS" BASIS,
  10. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. See the License for the specific language governing permissions and
  12. limitations under the License.
  13. */
  14. // Code generated by controller-gen. DO NOT EDIT.
  15. package v1beta1
  16. import (
  17. metav1 "github.com/external-secrets/external-secrets/apis/meta/v1"
  18. "k8s.io/apimachinery/pkg/apis/meta/v1"
  19. "k8s.io/apimachinery/pkg/runtime"
  20. )
  21. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  22. func (in *AWSAuth) DeepCopyInto(out *AWSAuth) {
  23. *out = *in
  24. if in.SecretRef != nil {
  25. in, out := &in.SecretRef, &out.SecretRef
  26. *out = new(AWSAuthSecretRef)
  27. (*in).DeepCopyInto(*out)
  28. }
  29. if in.JWTAuth != nil {
  30. in, out := &in.JWTAuth, &out.JWTAuth
  31. *out = new(AWSJWTAuth)
  32. (*in).DeepCopyInto(*out)
  33. }
  34. }
  35. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AWSAuth.
  36. func (in *AWSAuth) DeepCopy() *AWSAuth {
  37. if in == nil {
  38. return nil
  39. }
  40. out := new(AWSAuth)
  41. in.DeepCopyInto(out)
  42. return out
  43. }
  44. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  45. func (in *AWSAuthSecretRef) DeepCopyInto(out *AWSAuthSecretRef) {
  46. *out = *in
  47. in.AccessKeyID.DeepCopyInto(&out.AccessKeyID)
  48. in.SecretAccessKey.DeepCopyInto(&out.SecretAccessKey)
  49. }
  50. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AWSAuthSecretRef.
  51. func (in *AWSAuthSecretRef) DeepCopy() *AWSAuthSecretRef {
  52. if in == nil {
  53. return nil
  54. }
  55. out := new(AWSAuthSecretRef)
  56. in.DeepCopyInto(out)
  57. return out
  58. }
  59. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  60. func (in *AWSJWTAuth) DeepCopyInto(out *AWSJWTAuth) {
  61. *out = *in
  62. if in.ServiceAccountRef != nil {
  63. in, out := &in.ServiceAccountRef, &out.ServiceAccountRef
  64. *out = new(metav1.ServiceAccountSelector)
  65. (*in).DeepCopyInto(*out)
  66. }
  67. }
  68. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AWSJWTAuth.
  69. func (in *AWSJWTAuth) DeepCopy() *AWSJWTAuth {
  70. if in == nil {
  71. return nil
  72. }
  73. out := new(AWSJWTAuth)
  74. in.DeepCopyInto(out)
  75. return out
  76. }
  77. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  78. func (in *AWSProvider) DeepCopyInto(out *AWSProvider) {
  79. *out = *in
  80. in.Auth.DeepCopyInto(&out.Auth)
  81. }
  82. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AWSProvider.
  83. func (in *AWSProvider) DeepCopy() *AWSProvider {
  84. if in == nil {
  85. return nil
  86. }
  87. out := new(AWSProvider)
  88. in.DeepCopyInto(out)
  89. return out
  90. }
  91. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  92. func (in *AkeylessAuth) DeepCopyInto(out *AkeylessAuth) {
  93. *out = *in
  94. in.SecretRef.DeepCopyInto(&out.SecretRef)
  95. }
  96. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AkeylessAuth.
  97. func (in *AkeylessAuth) DeepCopy() *AkeylessAuth {
  98. if in == nil {
  99. return nil
  100. }
  101. out := new(AkeylessAuth)
  102. in.DeepCopyInto(out)
  103. return out
  104. }
  105. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  106. func (in *AkeylessAuthSecretRef) DeepCopyInto(out *AkeylessAuthSecretRef) {
  107. *out = *in
  108. in.AccessID.DeepCopyInto(&out.AccessID)
  109. in.AccessType.DeepCopyInto(&out.AccessType)
  110. in.AccessTypeParam.DeepCopyInto(&out.AccessTypeParam)
  111. }
  112. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AkeylessAuthSecretRef.
  113. func (in *AkeylessAuthSecretRef) DeepCopy() *AkeylessAuthSecretRef {
  114. if in == nil {
  115. return nil
  116. }
  117. out := new(AkeylessAuthSecretRef)
  118. in.DeepCopyInto(out)
  119. return out
  120. }
  121. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  122. func (in *AkeylessProvider) DeepCopyInto(out *AkeylessProvider) {
  123. *out = *in
  124. if in.AkeylessGWApiURL != nil {
  125. in, out := &in.AkeylessGWApiURL, &out.AkeylessGWApiURL
  126. *out = new(string)
  127. **out = **in
  128. }
  129. if in.Auth != nil {
  130. in, out := &in.Auth, &out.Auth
  131. *out = new(AkeylessAuth)
  132. (*in).DeepCopyInto(*out)
  133. }
  134. }
  135. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AkeylessProvider.
  136. func (in *AkeylessProvider) DeepCopy() *AkeylessProvider {
  137. if in == nil {
  138. return nil
  139. }
  140. out := new(AkeylessProvider)
  141. in.DeepCopyInto(out)
  142. return out
  143. }
  144. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  145. func (in *AlibabaAuth) DeepCopyInto(out *AlibabaAuth) {
  146. *out = *in
  147. in.SecretRef.DeepCopyInto(&out.SecretRef)
  148. }
  149. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AlibabaAuth.
  150. func (in *AlibabaAuth) DeepCopy() *AlibabaAuth {
  151. if in == nil {
  152. return nil
  153. }
  154. out := new(AlibabaAuth)
  155. in.DeepCopyInto(out)
  156. return out
  157. }
  158. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  159. func (in *AlibabaAuthSecretRef) DeepCopyInto(out *AlibabaAuthSecretRef) {
  160. *out = *in
  161. in.AccessKeyID.DeepCopyInto(&out.AccessKeyID)
  162. in.AccessKeySecret.DeepCopyInto(&out.AccessKeySecret)
  163. }
  164. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AlibabaAuthSecretRef.
  165. func (in *AlibabaAuthSecretRef) DeepCopy() *AlibabaAuthSecretRef {
  166. if in == nil {
  167. return nil
  168. }
  169. out := new(AlibabaAuthSecretRef)
  170. in.DeepCopyInto(out)
  171. return out
  172. }
  173. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  174. func (in *AlibabaProvider) DeepCopyInto(out *AlibabaProvider) {
  175. *out = *in
  176. if in.Auth != nil {
  177. in, out := &in.Auth, &out.Auth
  178. *out = new(AlibabaAuth)
  179. (*in).DeepCopyInto(*out)
  180. }
  181. }
  182. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AlibabaProvider.
  183. func (in *AlibabaProvider) DeepCopy() *AlibabaProvider {
  184. if in == nil {
  185. return nil
  186. }
  187. out := new(AlibabaProvider)
  188. in.DeepCopyInto(out)
  189. return out
  190. }
  191. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  192. func (in *AzureKVAuth) DeepCopyInto(out *AzureKVAuth) {
  193. *out = *in
  194. if in.ClientID != nil {
  195. in, out := &in.ClientID, &out.ClientID
  196. *out = new(metav1.SecretKeySelector)
  197. (*in).DeepCopyInto(*out)
  198. }
  199. if in.ClientSecret != nil {
  200. in, out := &in.ClientSecret, &out.ClientSecret
  201. *out = new(metav1.SecretKeySelector)
  202. (*in).DeepCopyInto(*out)
  203. }
  204. }
  205. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AzureKVAuth.
  206. func (in *AzureKVAuth) DeepCopy() *AzureKVAuth {
  207. if in == nil {
  208. return nil
  209. }
  210. out := new(AzureKVAuth)
  211. in.DeepCopyInto(out)
  212. return out
  213. }
  214. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  215. func (in *AzureKVProvider) DeepCopyInto(out *AzureKVProvider) {
  216. *out = *in
  217. if in.AuthType != nil {
  218. in, out := &in.AuthType, &out.AuthType
  219. *out = new(AuthType)
  220. **out = **in
  221. }
  222. if in.VaultURL != nil {
  223. in, out := &in.VaultURL, &out.VaultURL
  224. *out = new(string)
  225. **out = **in
  226. }
  227. if in.TenantID != nil {
  228. in, out := &in.TenantID, &out.TenantID
  229. *out = new(string)
  230. **out = **in
  231. }
  232. if in.AuthSecretRef != nil {
  233. in, out := &in.AuthSecretRef, &out.AuthSecretRef
  234. *out = new(AzureKVAuth)
  235. (*in).DeepCopyInto(*out)
  236. }
  237. if in.IdentityID != nil {
  238. in, out := &in.IdentityID, &out.IdentityID
  239. *out = new(string)
  240. **out = **in
  241. }
  242. }
  243. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AzureKVProvider.
  244. func (in *AzureKVProvider) DeepCopy() *AzureKVProvider {
  245. if in == nil {
  246. return nil
  247. }
  248. out := new(AzureKVProvider)
  249. in.DeepCopyInto(out)
  250. return out
  251. }
  252. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  253. func (in *CAProvider) DeepCopyInto(out *CAProvider) {
  254. *out = *in
  255. if in.Namespace != nil {
  256. in, out := &in.Namespace, &out.Namespace
  257. *out = new(string)
  258. **out = **in
  259. }
  260. }
  261. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CAProvider.
  262. func (in *CAProvider) DeepCopy() *CAProvider {
  263. if in == nil {
  264. return nil
  265. }
  266. out := new(CAProvider)
  267. in.DeepCopyInto(out)
  268. return out
  269. }
  270. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  271. func (in *ClusterSecretStore) DeepCopyInto(out *ClusterSecretStore) {
  272. *out = *in
  273. out.TypeMeta = in.TypeMeta
  274. in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
  275. in.Spec.DeepCopyInto(&out.Spec)
  276. in.Status.DeepCopyInto(&out.Status)
  277. }
  278. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterSecretStore.
  279. func (in *ClusterSecretStore) DeepCopy() *ClusterSecretStore {
  280. if in == nil {
  281. return nil
  282. }
  283. out := new(ClusterSecretStore)
  284. in.DeepCopyInto(out)
  285. return out
  286. }
  287. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  288. func (in *ClusterSecretStore) DeepCopyObject() runtime.Object {
  289. if c := in.DeepCopy(); c != nil {
  290. return c
  291. }
  292. return nil
  293. }
  294. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  295. func (in *ClusterSecretStoreList) DeepCopyInto(out *ClusterSecretStoreList) {
  296. *out = *in
  297. out.TypeMeta = in.TypeMeta
  298. in.ListMeta.DeepCopyInto(&out.ListMeta)
  299. if in.Items != nil {
  300. in, out := &in.Items, &out.Items
  301. *out = make([]ClusterSecretStore, len(*in))
  302. for i := range *in {
  303. (*in)[i].DeepCopyInto(&(*out)[i])
  304. }
  305. }
  306. }
  307. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterSecretStoreList.
  308. func (in *ClusterSecretStoreList) DeepCopy() *ClusterSecretStoreList {
  309. if in == nil {
  310. return nil
  311. }
  312. out := new(ClusterSecretStoreList)
  313. in.DeepCopyInto(out)
  314. return out
  315. }
  316. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  317. func (in *ClusterSecretStoreList) DeepCopyObject() runtime.Object {
  318. if c := in.DeepCopy(); c != nil {
  319. return c
  320. }
  321. return nil
  322. }
  323. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  324. func (in *ExternalSecret) DeepCopyInto(out *ExternalSecret) {
  325. *out = *in
  326. out.TypeMeta = in.TypeMeta
  327. in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
  328. in.Spec.DeepCopyInto(&out.Spec)
  329. in.Status.DeepCopyInto(&out.Status)
  330. }
  331. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecret.
  332. func (in *ExternalSecret) DeepCopy() *ExternalSecret {
  333. if in == nil {
  334. return nil
  335. }
  336. out := new(ExternalSecret)
  337. in.DeepCopyInto(out)
  338. return out
  339. }
  340. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  341. func (in *ExternalSecret) DeepCopyObject() runtime.Object {
  342. if c := in.DeepCopy(); c != nil {
  343. return c
  344. }
  345. return nil
  346. }
  347. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  348. func (in *ExternalSecretData) DeepCopyInto(out *ExternalSecretData) {
  349. *out = *in
  350. out.RemoteRef = in.RemoteRef
  351. }
  352. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretData.
  353. func (in *ExternalSecretData) DeepCopy() *ExternalSecretData {
  354. if in == nil {
  355. return nil
  356. }
  357. out := new(ExternalSecretData)
  358. in.DeepCopyInto(out)
  359. return out
  360. }
  361. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  362. func (in *ExternalSecretDataFromRemoteRef) DeepCopyInto(out *ExternalSecretDataFromRemoteRef) {
  363. *out = *in
  364. out.Extract = in.Extract
  365. in.Find.DeepCopyInto(&out.Find)
  366. }
  367. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretDataFromRemoteRef.
  368. func (in *ExternalSecretDataFromRemoteRef) DeepCopy() *ExternalSecretDataFromRemoteRef {
  369. if in == nil {
  370. return nil
  371. }
  372. out := new(ExternalSecretDataFromRemoteRef)
  373. in.DeepCopyInto(out)
  374. return out
  375. }
  376. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  377. func (in *ExternalSecretDataRemoteRef) DeepCopyInto(out *ExternalSecretDataRemoteRef) {
  378. *out = *in
  379. }
  380. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretDataRemoteRef.
  381. func (in *ExternalSecretDataRemoteRef) DeepCopy() *ExternalSecretDataRemoteRef {
  382. if in == nil {
  383. return nil
  384. }
  385. out := new(ExternalSecretDataRemoteRef)
  386. in.DeepCopyInto(out)
  387. return out
  388. }
  389. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  390. func (in *ExternalSecretFind) DeepCopyInto(out *ExternalSecretFind) {
  391. *out = *in
  392. out.Name = in.Name
  393. if in.Tags != nil {
  394. in, out := &in.Tags, &out.Tags
  395. *out = make(map[string]string, len(*in))
  396. for key, val := range *in {
  397. (*out)[key] = val
  398. }
  399. }
  400. }
  401. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretFind.
  402. func (in *ExternalSecretFind) DeepCopy() *ExternalSecretFind {
  403. if in == nil {
  404. return nil
  405. }
  406. out := new(ExternalSecretFind)
  407. in.DeepCopyInto(out)
  408. return out
  409. }
  410. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  411. func (in *ExternalSecretList) DeepCopyInto(out *ExternalSecretList) {
  412. *out = *in
  413. out.TypeMeta = in.TypeMeta
  414. in.ListMeta.DeepCopyInto(&out.ListMeta)
  415. if in.Items != nil {
  416. in, out := &in.Items, &out.Items
  417. *out = make([]ExternalSecret, len(*in))
  418. for i := range *in {
  419. (*in)[i].DeepCopyInto(&(*out)[i])
  420. }
  421. }
  422. }
  423. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretList.
  424. func (in *ExternalSecretList) DeepCopy() *ExternalSecretList {
  425. if in == nil {
  426. return nil
  427. }
  428. out := new(ExternalSecretList)
  429. in.DeepCopyInto(out)
  430. return out
  431. }
  432. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  433. func (in *ExternalSecretList) DeepCopyObject() runtime.Object {
  434. if c := in.DeepCopy(); c != nil {
  435. return c
  436. }
  437. return nil
  438. }
  439. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  440. func (in *ExternalSecretSpec) DeepCopyInto(out *ExternalSecretSpec) {
  441. *out = *in
  442. out.SecretStoreRef = in.SecretStoreRef
  443. in.Target.DeepCopyInto(&out.Target)
  444. if in.RefreshInterval != nil {
  445. in, out := &in.RefreshInterval, &out.RefreshInterval
  446. *out = new(v1.Duration)
  447. **out = **in
  448. }
  449. if in.Data != nil {
  450. in, out := &in.Data, &out.Data
  451. *out = make([]ExternalSecretData, len(*in))
  452. copy(*out, *in)
  453. }
  454. if in.DataFrom != nil {
  455. in, out := &in.DataFrom, &out.DataFrom
  456. *out = make([]ExternalSecretDataFromRemoteRef, len(*in))
  457. for i := range *in {
  458. (*in)[i].DeepCopyInto(&(*out)[i])
  459. }
  460. }
  461. }
  462. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretSpec.
  463. func (in *ExternalSecretSpec) DeepCopy() *ExternalSecretSpec {
  464. if in == nil {
  465. return nil
  466. }
  467. out := new(ExternalSecretSpec)
  468. in.DeepCopyInto(out)
  469. return out
  470. }
  471. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  472. func (in *ExternalSecretStatus) DeepCopyInto(out *ExternalSecretStatus) {
  473. *out = *in
  474. in.RefreshTime.DeepCopyInto(&out.RefreshTime)
  475. if in.Conditions != nil {
  476. in, out := &in.Conditions, &out.Conditions
  477. *out = make([]ExternalSecretStatusCondition, len(*in))
  478. for i := range *in {
  479. (*in)[i].DeepCopyInto(&(*out)[i])
  480. }
  481. }
  482. }
  483. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretStatus.
  484. func (in *ExternalSecretStatus) DeepCopy() *ExternalSecretStatus {
  485. if in == nil {
  486. return nil
  487. }
  488. out := new(ExternalSecretStatus)
  489. in.DeepCopyInto(out)
  490. return out
  491. }
  492. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  493. func (in *ExternalSecretStatusCondition) DeepCopyInto(out *ExternalSecretStatusCondition) {
  494. *out = *in
  495. in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
  496. }
  497. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretStatusCondition.
  498. func (in *ExternalSecretStatusCondition) DeepCopy() *ExternalSecretStatusCondition {
  499. if in == nil {
  500. return nil
  501. }
  502. out := new(ExternalSecretStatusCondition)
  503. in.DeepCopyInto(out)
  504. return out
  505. }
  506. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  507. func (in *ExternalSecretTarget) DeepCopyInto(out *ExternalSecretTarget) {
  508. *out = *in
  509. if in.Template != nil {
  510. in, out := &in.Template, &out.Template
  511. *out = new(ExternalSecretTemplate)
  512. (*in).DeepCopyInto(*out)
  513. }
  514. }
  515. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretTarget.
  516. func (in *ExternalSecretTarget) DeepCopy() *ExternalSecretTarget {
  517. if in == nil {
  518. return nil
  519. }
  520. out := new(ExternalSecretTarget)
  521. in.DeepCopyInto(out)
  522. return out
  523. }
  524. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  525. func (in *ExternalSecretTemplate) DeepCopyInto(out *ExternalSecretTemplate) {
  526. *out = *in
  527. in.Metadata.DeepCopyInto(&out.Metadata)
  528. if in.Data != nil {
  529. in, out := &in.Data, &out.Data
  530. *out = make(map[string]string, len(*in))
  531. for key, val := range *in {
  532. (*out)[key] = val
  533. }
  534. }
  535. if in.TemplateFrom != nil {
  536. in, out := &in.TemplateFrom, &out.TemplateFrom
  537. *out = make([]TemplateFrom, len(*in))
  538. for i := range *in {
  539. (*in)[i].DeepCopyInto(&(*out)[i])
  540. }
  541. }
  542. }
  543. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretTemplate.
  544. func (in *ExternalSecretTemplate) DeepCopy() *ExternalSecretTemplate {
  545. if in == nil {
  546. return nil
  547. }
  548. out := new(ExternalSecretTemplate)
  549. in.DeepCopyInto(out)
  550. return out
  551. }
  552. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  553. func (in *ExternalSecretTemplateMetadata) DeepCopyInto(out *ExternalSecretTemplateMetadata) {
  554. *out = *in
  555. if in.Annotations != nil {
  556. in, out := &in.Annotations, &out.Annotations
  557. *out = make(map[string]string, len(*in))
  558. for key, val := range *in {
  559. (*out)[key] = val
  560. }
  561. }
  562. if in.Labels != nil {
  563. in, out := &in.Labels, &out.Labels
  564. *out = make(map[string]string, len(*in))
  565. for key, val := range *in {
  566. (*out)[key] = val
  567. }
  568. }
  569. }
  570. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretTemplateMetadata.
  571. func (in *ExternalSecretTemplateMetadata) DeepCopy() *ExternalSecretTemplateMetadata {
  572. if in == nil {
  573. return nil
  574. }
  575. out := new(ExternalSecretTemplateMetadata)
  576. in.DeepCopyInto(out)
  577. return out
  578. }
  579. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  580. func (in *FakeProvider) DeepCopyInto(out *FakeProvider) {
  581. *out = *in
  582. if in.Data != nil {
  583. in, out := &in.Data, &out.Data
  584. *out = make([]FakeProviderData, len(*in))
  585. for i := range *in {
  586. (*in)[i].DeepCopyInto(&(*out)[i])
  587. }
  588. }
  589. }
  590. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FakeProvider.
  591. func (in *FakeProvider) DeepCopy() *FakeProvider {
  592. if in == nil {
  593. return nil
  594. }
  595. out := new(FakeProvider)
  596. in.DeepCopyInto(out)
  597. return out
  598. }
  599. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  600. func (in *FakeProviderData) DeepCopyInto(out *FakeProviderData) {
  601. *out = *in
  602. if in.ValueMap != nil {
  603. in, out := &in.ValueMap, &out.ValueMap
  604. *out = make(map[string]string, len(*in))
  605. for key, val := range *in {
  606. (*out)[key] = val
  607. }
  608. }
  609. }
  610. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FakeProviderData.
  611. func (in *FakeProviderData) DeepCopy() *FakeProviderData {
  612. if in == nil {
  613. return nil
  614. }
  615. out := new(FakeProviderData)
  616. in.DeepCopyInto(out)
  617. return out
  618. }
  619. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  620. func (in *FindName) DeepCopyInto(out *FindName) {
  621. *out = *in
  622. }
  623. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FindName.
  624. func (in *FindName) DeepCopy() *FindName {
  625. if in == nil {
  626. return nil
  627. }
  628. out := new(FindName)
  629. in.DeepCopyInto(out)
  630. return out
  631. }
  632. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  633. func (in *GCPSMAuth) DeepCopyInto(out *GCPSMAuth) {
  634. *out = *in
  635. if in.SecretRef != nil {
  636. in, out := &in.SecretRef, &out.SecretRef
  637. *out = new(GCPSMAuthSecretRef)
  638. (*in).DeepCopyInto(*out)
  639. }
  640. if in.WorkloadIdentity != nil {
  641. in, out := &in.WorkloadIdentity, &out.WorkloadIdentity
  642. *out = new(GCPWorkloadIdentity)
  643. (*in).DeepCopyInto(*out)
  644. }
  645. }
  646. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GCPSMAuth.
  647. func (in *GCPSMAuth) DeepCopy() *GCPSMAuth {
  648. if in == nil {
  649. return nil
  650. }
  651. out := new(GCPSMAuth)
  652. in.DeepCopyInto(out)
  653. return out
  654. }
  655. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  656. func (in *GCPSMAuthSecretRef) DeepCopyInto(out *GCPSMAuthSecretRef) {
  657. *out = *in
  658. in.SecretAccessKey.DeepCopyInto(&out.SecretAccessKey)
  659. }
  660. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GCPSMAuthSecretRef.
  661. func (in *GCPSMAuthSecretRef) DeepCopy() *GCPSMAuthSecretRef {
  662. if in == nil {
  663. return nil
  664. }
  665. out := new(GCPSMAuthSecretRef)
  666. in.DeepCopyInto(out)
  667. return out
  668. }
  669. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  670. func (in *GCPSMProvider) DeepCopyInto(out *GCPSMProvider) {
  671. *out = *in
  672. in.Auth.DeepCopyInto(&out.Auth)
  673. }
  674. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GCPSMProvider.
  675. func (in *GCPSMProvider) DeepCopy() *GCPSMProvider {
  676. if in == nil {
  677. return nil
  678. }
  679. out := new(GCPSMProvider)
  680. in.DeepCopyInto(out)
  681. return out
  682. }
  683. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  684. func (in *GCPWorkloadIdentity) DeepCopyInto(out *GCPWorkloadIdentity) {
  685. *out = *in
  686. in.ServiceAccountRef.DeepCopyInto(&out.ServiceAccountRef)
  687. }
  688. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GCPWorkloadIdentity.
  689. func (in *GCPWorkloadIdentity) DeepCopy() *GCPWorkloadIdentity {
  690. if in == nil {
  691. return nil
  692. }
  693. out := new(GCPWorkloadIdentity)
  694. in.DeepCopyInto(out)
  695. return out
  696. }
  697. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  698. func (in *GitlabAuth) DeepCopyInto(out *GitlabAuth) {
  699. *out = *in
  700. in.SecretRef.DeepCopyInto(&out.SecretRef)
  701. }
  702. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GitlabAuth.
  703. func (in *GitlabAuth) DeepCopy() *GitlabAuth {
  704. if in == nil {
  705. return nil
  706. }
  707. out := new(GitlabAuth)
  708. in.DeepCopyInto(out)
  709. return out
  710. }
  711. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  712. func (in *GitlabProvider) DeepCopyInto(out *GitlabProvider) {
  713. *out = *in
  714. in.Auth.DeepCopyInto(&out.Auth)
  715. }
  716. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GitlabProvider.
  717. func (in *GitlabProvider) DeepCopy() *GitlabProvider {
  718. if in == nil {
  719. return nil
  720. }
  721. out := new(GitlabProvider)
  722. in.DeepCopyInto(out)
  723. return out
  724. }
  725. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  726. func (in *GitlabSecretRef) DeepCopyInto(out *GitlabSecretRef) {
  727. *out = *in
  728. in.AccessToken.DeepCopyInto(&out.AccessToken)
  729. }
  730. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GitlabSecretRef.
  731. func (in *GitlabSecretRef) DeepCopy() *GitlabSecretRef {
  732. if in == nil {
  733. return nil
  734. }
  735. out := new(GitlabSecretRef)
  736. in.DeepCopyInto(out)
  737. return out
  738. }
  739. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  740. func (in *IBMAuth) DeepCopyInto(out *IBMAuth) {
  741. *out = *in
  742. in.SecretRef.DeepCopyInto(&out.SecretRef)
  743. }
  744. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IBMAuth.
  745. func (in *IBMAuth) DeepCopy() *IBMAuth {
  746. if in == nil {
  747. return nil
  748. }
  749. out := new(IBMAuth)
  750. in.DeepCopyInto(out)
  751. return out
  752. }
  753. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  754. func (in *IBMAuthSecretRef) DeepCopyInto(out *IBMAuthSecretRef) {
  755. *out = *in
  756. in.SecretAPIKey.DeepCopyInto(&out.SecretAPIKey)
  757. }
  758. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IBMAuthSecretRef.
  759. func (in *IBMAuthSecretRef) DeepCopy() *IBMAuthSecretRef {
  760. if in == nil {
  761. return nil
  762. }
  763. out := new(IBMAuthSecretRef)
  764. in.DeepCopyInto(out)
  765. return out
  766. }
  767. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  768. func (in *IBMProvider) DeepCopyInto(out *IBMProvider) {
  769. *out = *in
  770. in.Auth.DeepCopyInto(&out.Auth)
  771. if in.ServiceURL != nil {
  772. in, out := &in.ServiceURL, &out.ServiceURL
  773. *out = new(string)
  774. **out = **in
  775. }
  776. }
  777. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IBMProvider.
  778. func (in *IBMProvider) DeepCopy() *IBMProvider {
  779. if in == nil {
  780. return nil
  781. }
  782. out := new(IBMProvider)
  783. in.DeepCopyInto(out)
  784. return out
  785. }
  786. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  787. func (in *OracleAuth) DeepCopyInto(out *OracleAuth) {
  788. *out = *in
  789. in.SecretRef.DeepCopyInto(&out.SecretRef)
  790. }
  791. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OracleAuth.
  792. func (in *OracleAuth) DeepCopy() *OracleAuth {
  793. if in == nil {
  794. return nil
  795. }
  796. out := new(OracleAuth)
  797. in.DeepCopyInto(out)
  798. return out
  799. }
  800. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  801. func (in *OracleProvider) DeepCopyInto(out *OracleProvider) {
  802. *out = *in
  803. in.Auth.DeepCopyInto(&out.Auth)
  804. }
  805. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OracleProvider.
  806. func (in *OracleProvider) DeepCopy() *OracleProvider {
  807. if in == nil {
  808. return nil
  809. }
  810. out := new(OracleProvider)
  811. in.DeepCopyInto(out)
  812. return out
  813. }
  814. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  815. func (in *OracleSecretRef) DeepCopyInto(out *OracleSecretRef) {
  816. *out = *in
  817. in.PrivateKey.DeepCopyInto(&out.PrivateKey)
  818. in.Fingerprint.DeepCopyInto(&out.Fingerprint)
  819. }
  820. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OracleSecretRef.
  821. func (in *OracleSecretRef) DeepCopy() *OracleSecretRef {
  822. if in == nil {
  823. return nil
  824. }
  825. out := new(OracleSecretRef)
  826. in.DeepCopyInto(out)
  827. return out
  828. }
  829. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  830. func (in *SecretStore) DeepCopyInto(out *SecretStore) {
  831. *out = *in
  832. out.TypeMeta = in.TypeMeta
  833. in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
  834. in.Spec.DeepCopyInto(&out.Spec)
  835. in.Status.DeepCopyInto(&out.Status)
  836. }
  837. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStore.
  838. func (in *SecretStore) DeepCopy() *SecretStore {
  839. if in == nil {
  840. return nil
  841. }
  842. out := new(SecretStore)
  843. in.DeepCopyInto(out)
  844. return out
  845. }
  846. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  847. func (in *SecretStore) DeepCopyObject() runtime.Object {
  848. if c := in.DeepCopy(); c != nil {
  849. return c
  850. }
  851. return nil
  852. }
  853. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  854. func (in *SecretStoreList) DeepCopyInto(out *SecretStoreList) {
  855. *out = *in
  856. out.TypeMeta = in.TypeMeta
  857. in.ListMeta.DeepCopyInto(&out.ListMeta)
  858. if in.Items != nil {
  859. in, out := &in.Items, &out.Items
  860. *out = make([]SecretStore, len(*in))
  861. for i := range *in {
  862. (*in)[i].DeepCopyInto(&(*out)[i])
  863. }
  864. }
  865. }
  866. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreList.
  867. func (in *SecretStoreList) DeepCopy() *SecretStoreList {
  868. if in == nil {
  869. return nil
  870. }
  871. out := new(SecretStoreList)
  872. in.DeepCopyInto(out)
  873. return out
  874. }
  875. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  876. func (in *SecretStoreList) DeepCopyObject() runtime.Object {
  877. if c := in.DeepCopy(); c != nil {
  878. return c
  879. }
  880. return nil
  881. }
  882. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  883. func (in *SecretStoreProvider) DeepCopyInto(out *SecretStoreProvider) {
  884. *out = *in
  885. if in.AWS != nil {
  886. in, out := &in.AWS, &out.AWS
  887. *out = new(AWSProvider)
  888. (*in).DeepCopyInto(*out)
  889. }
  890. if in.AzureKV != nil {
  891. in, out := &in.AzureKV, &out.AzureKV
  892. *out = new(AzureKVProvider)
  893. (*in).DeepCopyInto(*out)
  894. }
  895. if in.Akeyless != nil {
  896. in, out := &in.Akeyless, &out.Akeyless
  897. *out = new(AkeylessProvider)
  898. (*in).DeepCopyInto(*out)
  899. }
  900. if in.Vault != nil {
  901. in, out := &in.Vault, &out.Vault
  902. *out = new(VaultProvider)
  903. (*in).DeepCopyInto(*out)
  904. }
  905. if in.GCPSM != nil {
  906. in, out := &in.GCPSM, &out.GCPSM
  907. *out = new(GCPSMProvider)
  908. (*in).DeepCopyInto(*out)
  909. }
  910. if in.Oracle != nil {
  911. in, out := &in.Oracle, &out.Oracle
  912. *out = new(OracleProvider)
  913. (*in).DeepCopyInto(*out)
  914. }
  915. if in.IBM != nil {
  916. in, out := &in.IBM, &out.IBM
  917. *out = new(IBMProvider)
  918. (*in).DeepCopyInto(*out)
  919. }
  920. if in.YandexLockbox != nil {
  921. in, out := &in.YandexLockbox, &out.YandexLockbox
  922. *out = new(YandexLockboxProvider)
  923. (*in).DeepCopyInto(*out)
  924. }
  925. if in.Gitlab != nil {
  926. in, out := &in.Gitlab, &out.Gitlab
  927. *out = new(GitlabProvider)
  928. (*in).DeepCopyInto(*out)
  929. }
  930. if in.Alibaba != nil {
  931. in, out := &in.Alibaba, &out.Alibaba
  932. *out = new(AlibabaProvider)
  933. (*in).DeepCopyInto(*out)
  934. }
  935. if in.Webhook != nil {
  936. in, out := &in.Webhook, &out.Webhook
  937. *out = new(WebhookProvider)
  938. (*in).DeepCopyInto(*out)
  939. }
  940. if in.Fake != nil {
  941. in, out := &in.Fake, &out.Fake
  942. *out = new(FakeProvider)
  943. (*in).DeepCopyInto(*out)
  944. }
  945. }
  946. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreProvider.
  947. func (in *SecretStoreProvider) DeepCopy() *SecretStoreProvider {
  948. if in == nil {
  949. return nil
  950. }
  951. out := new(SecretStoreProvider)
  952. in.DeepCopyInto(out)
  953. return out
  954. }
  955. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  956. func (in *SecretStoreRef) DeepCopyInto(out *SecretStoreRef) {
  957. *out = *in
  958. }
  959. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreRef.
  960. func (in *SecretStoreRef) DeepCopy() *SecretStoreRef {
  961. if in == nil {
  962. return nil
  963. }
  964. out := new(SecretStoreRef)
  965. in.DeepCopyInto(out)
  966. return out
  967. }
  968. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  969. func (in *SecretStoreRetrySettings) DeepCopyInto(out *SecretStoreRetrySettings) {
  970. *out = *in
  971. if in.MaxRetries != nil {
  972. in, out := &in.MaxRetries, &out.MaxRetries
  973. *out = new(int32)
  974. **out = **in
  975. }
  976. if in.RetryInterval != nil {
  977. in, out := &in.RetryInterval, &out.RetryInterval
  978. *out = new(string)
  979. **out = **in
  980. }
  981. }
  982. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreRetrySettings.
  983. func (in *SecretStoreRetrySettings) DeepCopy() *SecretStoreRetrySettings {
  984. if in == nil {
  985. return nil
  986. }
  987. out := new(SecretStoreRetrySettings)
  988. in.DeepCopyInto(out)
  989. return out
  990. }
  991. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  992. func (in *SecretStoreSpec) DeepCopyInto(out *SecretStoreSpec) {
  993. *out = *in
  994. if in.Provider != nil {
  995. in, out := &in.Provider, &out.Provider
  996. *out = new(SecretStoreProvider)
  997. (*in).DeepCopyInto(*out)
  998. }
  999. if in.RetrySettings != nil {
  1000. in, out := &in.RetrySettings, &out.RetrySettings
  1001. *out = new(SecretStoreRetrySettings)
  1002. (*in).DeepCopyInto(*out)
  1003. }
  1004. }
  1005. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreSpec.
  1006. func (in *SecretStoreSpec) DeepCopy() *SecretStoreSpec {
  1007. if in == nil {
  1008. return nil
  1009. }
  1010. out := new(SecretStoreSpec)
  1011. in.DeepCopyInto(out)
  1012. return out
  1013. }
  1014. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1015. func (in *SecretStoreStatus) DeepCopyInto(out *SecretStoreStatus) {
  1016. *out = *in
  1017. if in.Conditions != nil {
  1018. in, out := &in.Conditions, &out.Conditions
  1019. *out = make([]SecretStoreStatusCondition, len(*in))
  1020. for i := range *in {
  1021. (*in)[i].DeepCopyInto(&(*out)[i])
  1022. }
  1023. }
  1024. }
  1025. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreStatus.
  1026. func (in *SecretStoreStatus) DeepCopy() *SecretStoreStatus {
  1027. if in == nil {
  1028. return nil
  1029. }
  1030. out := new(SecretStoreStatus)
  1031. in.DeepCopyInto(out)
  1032. return out
  1033. }
  1034. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1035. func (in *SecretStoreStatusCondition) DeepCopyInto(out *SecretStoreStatusCondition) {
  1036. *out = *in
  1037. in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
  1038. }
  1039. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreStatusCondition.
  1040. func (in *SecretStoreStatusCondition) DeepCopy() *SecretStoreStatusCondition {
  1041. if in == nil {
  1042. return nil
  1043. }
  1044. out := new(SecretStoreStatusCondition)
  1045. in.DeepCopyInto(out)
  1046. return out
  1047. }
  1048. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1049. func (in *TemplateFrom) DeepCopyInto(out *TemplateFrom) {
  1050. *out = *in
  1051. if in.ConfigMap != nil {
  1052. in, out := &in.ConfigMap, &out.ConfigMap
  1053. *out = new(TemplateRef)
  1054. (*in).DeepCopyInto(*out)
  1055. }
  1056. if in.Secret != nil {
  1057. in, out := &in.Secret, &out.Secret
  1058. *out = new(TemplateRef)
  1059. (*in).DeepCopyInto(*out)
  1060. }
  1061. }
  1062. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TemplateFrom.
  1063. func (in *TemplateFrom) DeepCopy() *TemplateFrom {
  1064. if in == nil {
  1065. return nil
  1066. }
  1067. out := new(TemplateFrom)
  1068. in.DeepCopyInto(out)
  1069. return out
  1070. }
  1071. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1072. func (in *TemplateRef) DeepCopyInto(out *TemplateRef) {
  1073. *out = *in
  1074. if in.Items != nil {
  1075. in, out := &in.Items, &out.Items
  1076. *out = make([]TemplateRefItem, len(*in))
  1077. copy(*out, *in)
  1078. }
  1079. }
  1080. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TemplateRef.
  1081. func (in *TemplateRef) DeepCopy() *TemplateRef {
  1082. if in == nil {
  1083. return nil
  1084. }
  1085. out := new(TemplateRef)
  1086. in.DeepCopyInto(out)
  1087. return out
  1088. }
  1089. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1090. func (in *TemplateRefItem) DeepCopyInto(out *TemplateRefItem) {
  1091. *out = *in
  1092. }
  1093. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TemplateRefItem.
  1094. func (in *TemplateRefItem) DeepCopy() *TemplateRefItem {
  1095. if in == nil {
  1096. return nil
  1097. }
  1098. out := new(TemplateRefItem)
  1099. in.DeepCopyInto(out)
  1100. return out
  1101. }
  1102. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1103. func (in *VaultAppRole) DeepCopyInto(out *VaultAppRole) {
  1104. *out = *in
  1105. in.SecretRef.DeepCopyInto(&out.SecretRef)
  1106. }
  1107. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VaultAppRole.
  1108. func (in *VaultAppRole) DeepCopy() *VaultAppRole {
  1109. if in == nil {
  1110. return nil
  1111. }
  1112. out := new(VaultAppRole)
  1113. in.DeepCopyInto(out)
  1114. return out
  1115. }
  1116. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1117. func (in *VaultAuth) DeepCopyInto(out *VaultAuth) {
  1118. *out = *in
  1119. if in.TokenSecretRef != nil {
  1120. in, out := &in.TokenSecretRef, &out.TokenSecretRef
  1121. *out = new(metav1.SecretKeySelector)
  1122. (*in).DeepCopyInto(*out)
  1123. }
  1124. if in.AppRole != nil {
  1125. in, out := &in.AppRole, &out.AppRole
  1126. *out = new(VaultAppRole)
  1127. (*in).DeepCopyInto(*out)
  1128. }
  1129. if in.Kubernetes != nil {
  1130. in, out := &in.Kubernetes, &out.Kubernetes
  1131. *out = new(VaultKubernetesAuth)
  1132. (*in).DeepCopyInto(*out)
  1133. }
  1134. if in.Ldap != nil {
  1135. in, out := &in.Ldap, &out.Ldap
  1136. *out = new(VaultLdapAuth)
  1137. (*in).DeepCopyInto(*out)
  1138. }
  1139. if in.Jwt != nil {
  1140. in, out := &in.Jwt, &out.Jwt
  1141. *out = new(VaultJwtAuth)
  1142. (*in).DeepCopyInto(*out)
  1143. }
  1144. if in.Cert != nil {
  1145. in, out := &in.Cert, &out.Cert
  1146. *out = new(VaultCertAuth)
  1147. (*in).DeepCopyInto(*out)
  1148. }
  1149. }
  1150. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VaultAuth.
  1151. func (in *VaultAuth) DeepCopy() *VaultAuth {
  1152. if in == nil {
  1153. return nil
  1154. }
  1155. out := new(VaultAuth)
  1156. in.DeepCopyInto(out)
  1157. return out
  1158. }
  1159. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1160. func (in *VaultCertAuth) DeepCopyInto(out *VaultCertAuth) {
  1161. *out = *in
  1162. in.ClientCert.DeepCopyInto(&out.ClientCert)
  1163. in.SecretRef.DeepCopyInto(&out.SecretRef)
  1164. }
  1165. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VaultCertAuth.
  1166. func (in *VaultCertAuth) DeepCopy() *VaultCertAuth {
  1167. if in == nil {
  1168. return nil
  1169. }
  1170. out := new(VaultCertAuth)
  1171. in.DeepCopyInto(out)
  1172. return out
  1173. }
  1174. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1175. func (in *VaultJwtAuth) DeepCopyInto(out *VaultJwtAuth) {
  1176. *out = *in
  1177. in.SecretRef.DeepCopyInto(&out.SecretRef)
  1178. }
  1179. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VaultJwtAuth.
  1180. func (in *VaultJwtAuth) DeepCopy() *VaultJwtAuth {
  1181. if in == nil {
  1182. return nil
  1183. }
  1184. out := new(VaultJwtAuth)
  1185. in.DeepCopyInto(out)
  1186. return out
  1187. }
  1188. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1189. func (in *VaultKubernetesAuth) DeepCopyInto(out *VaultKubernetesAuth) {
  1190. *out = *in
  1191. if in.ServiceAccountRef != nil {
  1192. in, out := &in.ServiceAccountRef, &out.ServiceAccountRef
  1193. *out = new(metav1.ServiceAccountSelector)
  1194. (*in).DeepCopyInto(*out)
  1195. }
  1196. if in.SecretRef != nil {
  1197. in, out := &in.SecretRef, &out.SecretRef
  1198. *out = new(metav1.SecretKeySelector)
  1199. (*in).DeepCopyInto(*out)
  1200. }
  1201. }
  1202. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VaultKubernetesAuth.
  1203. func (in *VaultKubernetesAuth) DeepCopy() *VaultKubernetesAuth {
  1204. if in == nil {
  1205. return nil
  1206. }
  1207. out := new(VaultKubernetesAuth)
  1208. in.DeepCopyInto(out)
  1209. return out
  1210. }
  1211. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1212. func (in *VaultLdapAuth) DeepCopyInto(out *VaultLdapAuth) {
  1213. *out = *in
  1214. in.SecretRef.DeepCopyInto(&out.SecretRef)
  1215. }
  1216. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VaultLdapAuth.
  1217. func (in *VaultLdapAuth) DeepCopy() *VaultLdapAuth {
  1218. if in == nil {
  1219. return nil
  1220. }
  1221. out := new(VaultLdapAuth)
  1222. in.DeepCopyInto(out)
  1223. return out
  1224. }
  1225. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1226. func (in *VaultProvider) DeepCopyInto(out *VaultProvider) {
  1227. *out = *in
  1228. in.Auth.DeepCopyInto(&out.Auth)
  1229. if in.Path != nil {
  1230. in, out := &in.Path, &out.Path
  1231. *out = new(string)
  1232. **out = **in
  1233. }
  1234. if in.Namespace != nil {
  1235. in, out := &in.Namespace, &out.Namespace
  1236. *out = new(string)
  1237. **out = **in
  1238. }
  1239. if in.CABundle != nil {
  1240. in, out := &in.CABundle, &out.CABundle
  1241. *out = make([]byte, len(*in))
  1242. copy(*out, *in)
  1243. }
  1244. if in.CAProvider != nil {
  1245. in, out := &in.CAProvider, &out.CAProvider
  1246. *out = new(CAProvider)
  1247. (*in).DeepCopyInto(*out)
  1248. }
  1249. }
  1250. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VaultProvider.
  1251. func (in *VaultProvider) DeepCopy() *VaultProvider {
  1252. if in == nil {
  1253. return nil
  1254. }
  1255. out := new(VaultProvider)
  1256. in.DeepCopyInto(out)
  1257. return out
  1258. }
  1259. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1260. func (in *WebhookCAProvider) DeepCopyInto(out *WebhookCAProvider) {
  1261. *out = *in
  1262. if in.Namespace != nil {
  1263. in, out := &in.Namespace, &out.Namespace
  1264. *out = new(string)
  1265. **out = **in
  1266. }
  1267. }
  1268. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebhookCAProvider.
  1269. func (in *WebhookCAProvider) DeepCopy() *WebhookCAProvider {
  1270. if in == nil {
  1271. return nil
  1272. }
  1273. out := new(WebhookCAProvider)
  1274. in.DeepCopyInto(out)
  1275. return out
  1276. }
  1277. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1278. func (in *WebhookProvider) DeepCopyInto(out *WebhookProvider) {
  1279. *out = *in
  1280. if in.Headers != nil {
  1281. in, out := &in.Headers, &out.Headers
  1282. *out = make(map[string]string, len(*in))
  1283. for key, val := range *in {
  1284. (*out)[key] = val
  1285. }
  1286. }
  1287. if in.Timeout != nil {
  1288. in, out := &in.Timeout, &out.Timeout
  1289. *out = new(v1.Duration)
  1290. **out = **in
  1291. }
  1292. out.Result = in.Result
  1293. if in.Secrets != nil {
  1294. in, out := &in.Secrets, &out.Secrets
  1295. *out = make([]WebhookSecret, len(*in))
  1296. for i := range *in {
  1297. (*in)[i].DeepCopyInto(&(*out)[i])
  1298. }
  1299. }
  1300. if in.CABundle != nil {
  1301. in, out := &in.CABundle, &out.CABundle
  1302. *out = make([]byte, len(*in))
  1303. copy(*out, *in)
  1304. }
  1305. if in.CAProvider != nil {
  1306. in, out := &in.CAProvider, &out.CAProvider
  1307. *out = new(WebhookCAProvider)
  1308. (*in).DeepCopyInto(*out)
  1309. }
  1310. }
  1311. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebhookProvider.
  1312. func (in *WebhookProvider) DeepCopy() *WebhookProvider {
  1313. if in == nil {
  1314. return nil
  1315. }
  1316. out := new(WebhookProvider)
  1317. in.DeepCopyInto(out)
  1318. return out
  1319. }
  1320. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1321. func (in *WebhookResult) DeepCopyInto(out *WebhookResult) {
  1322. *out = *in
  1323. }
  1324. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebhookResult.
  1325. func (in *WebhookResult) DeepCopy() *WebhookResult {
  1326. if in == nil {
  1327. return nil
  1328. }
  1329. out := new(WebhookResult)
  1330. in.DeepCopyInto(out)
  1331. return out
  1332. }
  1333. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1334. func (in *WebhookSecret) DeepCopyInto(out *WebhookSecret) {
  1335. *out = *in
  1336. in.SecretRef.DeepCopyInto(&out.SecretRef)
  1337. }
  1338. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebhookSecret.
  1339. func (in *WebhookSecret) DeepCopy() *WebhookSecret {
  1340. if in == nil {
  1341. return nil
  1342. }
  1343. out := new(WebhookSecret)
  1344. in.DeepCopyInto(out)
  1345. return out
  1346. }
  1347. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1348. func (in *YandexLockboxAuth) DeepCopyInto(out *YandexLockboxAuth) {
  1349. *out = *in
  1350. in.AuthorizedKey.DeepCopyInto(&out.AuthorizedKey)
  1351. }
  1352. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new YandexLockboxAuth.
  1353. func (in *YandexLockboxAuth) DeepCopy() *YandexLockboxAuth {
  1354. if in == nil {
  1355. return nil
  1356. }
  1357. out := new(YandexLockboxAuth)
  1358. in.DeepCopyInto(out)
  1359. return out
  1360. }
  1361. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1362. func (in *YandexLockboxCAProvider) DeepCopyInto(out *YandexLockboxCAProvider) {
  1363. *out = *in
  1364. in.Certificate.DeepCopyInto(&out.Certificate)
  1365. }
  1366. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new YandexLockboxCAProvider.
  1367. func (in *YandexLockboxCAProvider) DeepCopy() *YandexLockboxCAProvider {
  1368. if in == nil {
  1369. return nil
  1370. }
  1371. out := new(YandexLockboxCAProvider)
  1372. in.DeepCopyInto(out)
  1373. return out
  1374. }
  1375. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1376. func (in *YandexLockboxProvider) DeepCopyInto(out *YandexLockboxProvider) {
  1377. *out = *in
  1378. in.Auth.DeepCopyInto(&out.Auth)
  1379. if in.CAProvider != nil {
  1380. in, out := &in.CAProvider, &out.CAProvider
  1381. *out = new(YandexLockboxCAProvider)
  1382. (*in).DeepCopyInto(*out)
  1383. }
  1384. }
  1385. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new YandexLockboxProvider.
  1386. func (in *YandexLockboxProvider) DeepCopy() *YandexLockboxProvider {
  1387. if in == nil {
  1388. return nil
  1389. }
  1390. out := new(YandexLockboxProvider)
  1391. in.DeepCopyInto(out)
  1392. return out
  1393. }