zz_generated.deepcopy.go 43 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484
  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 v1alpha1
  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 *ExternalSecretDataRemoteRef) DeepCopyInto(out *ExternalSecretDataRemoteRef) {
  363. *out = *in
  364. }
  365. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretDataRemoteRef.
  366. func (in *ExternalSecretDataRemoteRef) DeepCopy() *ExternalSecretDataRemoteRef {
  367. if in == nil {
  368. return nil
  369. }
  370. out := new(ExternalSecretDataRemoteRef)
  371. in.DeepCopyInto(out)
  372. return out
  373. }
  374. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  375. func (in *ExternalSecretList) DeepCopyInto(out *ExternalSecretList) {
  376. *out = *in
  377. out.TypeMeta = in.TypeMeta
  378. in.ListMeta.DeepCopyInto(&out.ListMeta)
  379. if in.Items != nil {
  380. in, out := &in.Items, &out.Items
  381. *out = make([]ExternalSecret, len(*in))
  382. for i := range *in {
  383. (*in)[i].DeepCopyInto(&(*out)[i])
  384. }
  385. }
  386. }
  387. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretList.
  388. func (in *ExternalSecretList) DeepCopy() *ExternalSecretList {
  389. if in == nil {
  390. return nil
  391. }
  392. out := new(ExternalSecretList)
  393. in.DeepCopyInto(out)
  394. return out
  395. }
  396. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  397. func (in *ExternalSecretList) DeepCopyObject() runtime.Object {
  398. if c := in.DeepCopy(); c != nil {
  399. return c
  400. }
  401. return nil
  402. }
  403. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  404. func (in *ExternalSecretSpec) DeepCopyInto(out *ExternalSecretSpec) {
  405. *out = *in
  406. out.SecretStoreRef = in.SecretStoreRef
  407. in.Target.DeepCopyInto(&out.Target)
  408. if in.RefreshInterval != nil {
  409. in, out := &in.RefreshInterval, &out.RefreshInterval
  410. *out = new(v1.Duration)
  411. **out = **in
  412. }
  413. if in.Data != nil {
  414. in, out := &in.Data, &out.Data
  415. *out = make([]ExternalSecretData, len(*in))
  416. copy(*out, *in)
  417. }
  418. if in.DataFrom != nil {
  419. in, out := &in.DataFrom, &out.DataFrom
  420. *out = make([]ExternalSecretDataRemoteRef, len(*in))
  421. copy(*out, *in)
  422. }
  423. }
  424. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretSpec.
  425. func (in *ExternalSecretSpec) DeepCopy() *ExternalSecretSpec {
  426. if in == nil {
  427. return nil
  428. }
  429. out := new(ExternalSecretSpec)
  430. in.DeepCopyInto(out)
  431. return out
  432. }
  433. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  434. func (in *ExternalSecretStatus) DeepCopyInto(out *ExternalSecretStatus) {
  435. *out = *in
  436. in.RefreshTime.DeepCopyInto(&out.RefreshTime)
  437. if in.Conditions != nil {
  438. in, out := &in.Conditions, &out.Conditions
  439. *out = make([]ExternalSecretStatusCondition, len(*in))
  440. for i := range *in {
  441. (*in)[i].DeepCopyInto(&(*out)[i])
  442. }
  443. }
  444. }
  445. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretStatus.
  446. func (in *ExternalSecretStatus) DeepCopy() *ExternalSecretStatus {
  447. if in == nil {
  448. return nil
  449. }
  450. out := new(ExternalSecretStatus)
  451. in.DeepCopyInto(out)
  452. return out
  453. }
  454. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  455. func (in *ExternalSecretStatusCondition) DeepCopyInto(out *ExternalSecretStatusCondition) {
  456. *out = *in
  457. in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
  458. }
  459. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretStatusCondition.
  460. func (in *ExternalSecretStatusCondition) DeepCopy() *ExternalSecretStatusCondition {
  461. if in == nil {
  462. return nil
  463. }
  464. out := new(ExternalSecretStatusCondition)
  465. in.DeepCopyInto(out)
  466. return out
  467. }
  468. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  469. func (in *ExternalSecretTarget) DeepCopyInto(out *ExternalSecretTarget) {
  470. *out = *in
  471. if in.Template != nil {
  472. in, out := &in.Template, &out.Template
  473. *out = new(ExternalSecretTemplate)
  474. (*in).DeepCopyInto(*out)
  475. }
  476. }
  477. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretTarget.
  478. func (in *ExternalSecretTarget) DeepCopy() *ExternalSecretTarget {
  479. if in == nil {
  480. return nil
  481. }
  482. out := new(ExternalSecretTarget)
  483. in.DeepCopyInto(out)
  484. return out
  485. }
  486. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  487. func (in *ExternalSecretTemplate) DeepCopyInto(out *ExternalSecretTemplate) {
  488. *out = *in
  489. in.Metadata.DeepCopyInto(&out.Metadata)
  490. if in.Data != nil {
  491. in, out := &in.Data, &out.Data
  492. *out = make(map[string]string, len(*in))
  493. for key, val := range *in {
  494. (*out)[key] = val
  495. }
  496. }
  497. if in.TemplateFrom != nil {
  498. in, out := &in.TemplateFrom, &out.TemplateFrom
  499. *out = make([]TemplateFrom, len(*in))
  500. for i := range *in {
  501. (*in)[i].DeepCopyInto(&(*out)[i])
  502. }
  503. }
  504. }
  505. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretTemplate.
  506. func (in *ExternalSecretTemplate) DeepCopy() *ExternalSecretTemplate {
  507. if in == nil {
  508. return nil
  509. }
  510. out := new(ExternalSecretTemplate)
  511. in.DeepCopyInto(out)
  512. return out
  513. }
  514. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  515. func (in *ExternalSecretTemplateMetadata) DeepCopyInto(out *ExternalSecretTemplateMetadata) {
  516. *out = *in
  517. if in.Annotations != nil {
  518. in, out := &in.Annotations, &out.Annotations
  519. *out = make(map[string]string, len(*in))
  520. for key, val := range *in {
  521. (*out)[key] = val
  522. }
  523. }
  524. if in.Labels != nil {
  525. in, out := &in.Labels, &out.Labels
  526. *out = make(map[string]string, len(*in))
  527. for key, val := range *in {
  528. (*out)[key] = val
  529. }
  530. }
  531. }
  532. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretTemplateMetadata.
  533. func (in *ExternalSecretTemplateMetadata) DeepCopy() *ExternalSecretTemplateMetadata {
  534. if in == nil {
  535. return nil
  536. }
  537. out := new(ExternalSecretTemplateMetadata)
  538. in.DeepCopyInto(out)
  539. return out
  540. }
  541. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  542. func (in *FakeProvider) DeepCopyInto(out *FakeProvider) {
  543. *out = *in
  544. if in.Data != nil {
  545. in, out := &in.Data, &out.Data
  546. *out = make([]FakeProviderData, len(*in))
  547. for i := range *in {
  548. (*in)[i].DeepCopyInto(&(*out)[i])
  549. }
  550. }
  551. }
  552. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FakeProvider.
  553. func (in *FakeProvider) DeepCopy() *FakeProvider {
  554. if in == nil {
  555. return nil
  556. }
  557. out := new(FakeProvider)
  558. in.DeepCopyInto(out)
  559. return out
  560. }
  561. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  562. func (in *FakeProviderData) DeepCopyInto(out *FakeProviderData) {
  563. *out = *in
  564. if in.ValueMap != nil {
  565. in, out := &in.ValueMap, &out.ValueMap
  566. *out = make(map[string]string, len(*in))
  567. for key, val := range *in {
  568. (*out)[key] = val
  569. }
  570. }
  571. }
  572. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FakeProviderData.
  573. func (in *FakeProviderData) DeepCopy() *FakeProviderData {
  574. if in == nil {
  575. return nil
  576. }
  577. out := new(FakeProviderData)
  578. in.DeepCopyInto(out)
  579. return out
  580. }
  581. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  582. func (in *GCPSMAuth) DeepCopyInto(out *GCPSMAuth) {
  583. *out = *in
  584. if in.SecretRef != nil {
  585. in, out := &in.SecretRef, &out.SecretRef
  586. *out = new(GCPSMAuthSecretRef)
  587. (*in).DeepCopyInto(*out)
  588. }
  589. if in.WorkloadIdentity != nil {
  590. in, out := &in.WorkloadIdentity, &out.WorkloadIdentity
  591. *out = new(GCPWorkloadIdentity)
  592. (*in).DeepCopyInto(*out)
  593. }
  594. }
  595. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GCPSMAuth.
  596. func (in *GCPSMAuth) DeepCopy() *GCPSMAuth {
  597. if in == nil {
  598. return nil
  599. }
  600. out := new(GCPSMAuth)
  601. in.DeepCopyInto(out)
  602. return out
  603. }
  604. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  605. func (in *GCPSMAuthSecretRef) DeepCopyInto(out *GCPSMAuthSecretRef) {
  606. *out = *in
  607. in.SecretAccessKey.DeepCopyInto(&out.SecretAccessKey)
  608. }
  609. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GCPSMAuthSecretRef.
  610. func (in *GCPSMAuthSecretRef) DeepCopy() *GCPSMAuthSecretRef {
  611. if in == nil {
  612. return nil
  613. }
  614. out := new(GCPSMAuthSecretRef)
  615. in.DeepCopyInto(out)
  616. return out
  617. }
  618. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  619. func (in *GCPSMProvider) DeepCopyInto(out *GCPSMProvider) {
  620. *out = *in
  621. in.Auth.DeepCopyInto(&out.Auth)
  622. }
  623. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GCPSMProvider.
  624. func (in *GCPSMProvider) DeepCopy() *GCPSMProvider {
  625. if in == nil {
  626. return nil
  627. }
  628. out := new(GCPSMProvider)
  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 *GCPWorkloadIdentity) DeepCopyInto(out *GCPWorkloadIdentity) {
  634. *out = *in
  635. in.ServiceAccountRef.DeepCopyInto(&out.ServiceAccountRef)
  636. }
  637. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GCPWorkloadIdentity.
  638. func (in *GCPWorkloadIdentity) DeepCopy() *GCPWorkloadIdentity {
  639. if in == nil {
  640. return nil
  641. }
  642. out := new(GCPWorkloadIdentity)
  643. in.DeepCopyInto(out)
  644. return out
  645. }
  646. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  647. func (in *GitlabAuth) DeepCopyInto(out *GitlabAuth) {
  648. *out = *in
  649. in.SecretRef.DeepCopyInto(&out.SecretRef)
  650. }
  651. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GitlabAuth.
  652. func (in *GitlabAuth) DeepCopy() *GitlabAuth {
  653. if in == nil {
  654. return nil
  655. }
  656. out := new(GitlabAuth)
  657. in.DeepCopyInto(out)
  658. return out
  659. }
  660. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  661. func (in *GitlabProvider) DeepCopyInto(out *GitlabProvider) {
  662. *out = *in
  663. in.Auth.DeepCopyInto(&out.Auth)
  664. }
  665. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GitlabProvider.
  666. func (in *GitlabProvider) DeepCopy() *GitlabProvider {
  667. if in == nil {
  668. return nil
  669. }
  670. out := new(GitlabProvider)
  671. in.DeepCopyInto(out)
  672. return out
  673. }
  674. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  675. func (in *GitlabSecretRef) DeepCopyInto(out *GitlabSecretRef) {
  676. *out = *in
  677. in.AccessToken.DeepCopyInto(&out.AccessToken)
  678. }
  679. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GitlabSecretRef.
  680. func (in *GitlabSecretRef) DeepCopy() *GitlabSecretRef {
  681. if in == nil {
  682. return nil
  683. }
  684. out := new(GitlabSecretRef)
  685. in.DeepCopyInto(out)
  686. return out
  687. }
  688. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  689. func (in *IBMAuth) DeepCopyInto(out *IBMAuth) {
  690. *out = *in
  691. in.SecretRef.DeepCopyInto(&out.SecretRef)
  692. }
  693. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IBMAuth.
  694. func (in *IBMAuth) DeepCopy() *IBMAuth {
  695. if in == nil {
  696. return nil
  697. }
  698. out := new(IBMAuth)
  699. in.DeepCopyInto(out)
  700. return out
  701. }
  702. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  703. func (in *IBMAuthSecretRef) DeepCopyInto(out *IBMAuthSecretRef) {
  704. *out = *in
  705. in.SecretAPIKey.DeepCopyInto(&out.SecretAPIKey)
  706. }
  707. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IBMAuthSecretRef.
  708. func (in *IBMAuthSecretRef) DeepCopy() *IBMAuthSecretRef {
  709. if in == nil {
  710. return nil
  711. }
  712. out := new(IBMAuthSecretRef)
  713. in.DeepCopyInto(out)
  714. return out
  715. }
  716. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  717. func (in *IBMProvider) DeepCopyInto(out *IBMProvider) {
  718. *out = *in
  719. in.Auth.DeepCopyInto(&out.Auth)
  720. if in.ServiceURL != nil {
  721. in, out := &in.ServiceURL, &out.ServiceURL
  722. *out = new(string)
  723. **out = **in
  724. }
  725. }
  726. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IBMProvider.
  727. func (in *IBMProvider) DeepCopy() *IBMProvider {
  728. if in == nil {
  729. return nil
  730. }
  731. out := new(IBMProvider)
  732. in.DeepCopyInto(out)
  733. return out
  734. }
  735. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  736. func (in *OracleAuth) DeepCopyInto(out *OracleAuth) {
  737. *out = *in
  738. in.SecretRef.DeepCopyInto(&out.SecretRef)
  739. }
  740. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OracleAuth.
  741. func (in *OracleAuth) DeepCopy() *OracleAuth {
  742. if in == nil {
  743. return nil
  744. }
  745. out := new(OracleAuth)
  746. in.DeepCopyInto(out)
  747. return out
  748. }
  749. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  750. func (in *OracleProvider) DeepCopyInto(out *OracleProvider) {
  751. *out = *in
  752. in.Auth.DeepCopyInto(&out.Auth)
  753. }
  754. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OracleProvider.
  755. func (in *OracleProvider) DeepCopy() *OracleProvider {
  756. if in == nil {
  757. return nil
  758. }
  759. out := new(OracleProvider)
  760. in.DeepCopyInto(out)
  761. return out
  762. }
  763. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  764. func (in *OracleSecretRef) DeepCopyInto(out *OracleSecretRef) {
  765. *out = *in
  766. in.PrivateKey.DeepCopyInto(&out.PrivateKey)
  767. in.Fingerprint.DeepCopyInto(&out.Fingerprint)
  768. }
  769. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OracleSecretRef.
  770. func (in *OracleSecretRef) DeepCopy() *OracleSecretRef {
  771. if in == nil {
  772. return nil
  773. }
  774. out := new(OracleSecretRef)
  775. in.DeepCopyInto(out)
  776. return out
  777. }
  778. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  779. func (in *SecretStore) DeepCopyInto(out *SecretStore) {
  780. *out = *in
  781. out.TypeMeta = in.TypeMeta
  782. in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
  783. in.Spec.DeepCopyInto(&out.Spec)
  784. in.Status.DeepCopyInto(&out.Status)
  785. }
  786. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStore.
  787. func (in *SecretStore) DeepCopy() *SecretStore {
  788. if in == nil {
  789. return nil
  790. }
  791. out := new(SecretStore)
  792. in.DeepCopyInto(out)
  793. return out
  794. }
  795. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  796. func (in *SecretStore) DeepCopyObject() runtime.Object {
  797. if c := in.DeepCopy(); c != nil {
  798. return c
  799. }
  800. return nil
  801. }
  802. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  803. func (in *SecretStoreList) DeepCopyInto(out *SecretStoreList) {
  804. *out = *in
  805. out.TypeMeta = in.TypeMeta
  806. in.ListMeta.DeepCopyInto(&out.ListMeta)
  807. if in.Items != nil {
  808. in, out := &in.Items, &out.Items
  809. *out = make([]SecretStore, len(*in))
  810. for i := range *in {
  811. (*in)[i].DeepCopyInto(&(*out)[i])
  812. }
  813. }
  814. }
  815. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreList.
  816. func (in *SecretStoreList) DeepCopy() *SecretStoreList {
  817. if in == nil {
  818. return nil
  819. }
  820. out := new(SecretStoreList)
  821. in.DeepCopyInto(out)
  822. return out
  823. }
  824. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  825. func (in *SecretStoreList) DeepCopyObject() runtime.Object {
  826. if c := in.DeepCopy(); c != nil {
  827. return c
  828. }
  829. return nil
  830. }
  831. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  832. func (in *SecretStoreProvider) DeepCopyInto(out *SecretStoreProvider) {
  833. *out = *in
  834. if in.AWS != nil {
  835. in, out := &in.AWS, &out.AWS
  836. *out = new(AWSProvider)
  837. (*in).DeepCopyInto(*out)
  838. }
  839. if in.AzureKV != nil {
  840. in, out := &in.AzureKV, &out.AzureKV
  841. *out = new(AzureKVProvider)
  842. (*in).DeepCopyInto(*out)
  843. }
  844. if in.Akeyless != nil {
  845. in, out := &in.Akeyless, &out.Akeyless
  846. *out = new(AkeylessProvider)
  847. (*in).DeepCopyInto(*out)
  848. }
  849. if in.Vault != nil {
  850. in, out := &in.Vault, &out.Vault
  851. *out = new(VaultProvider)
  852. (*in).DeepCopyInto(*out)
  853. }
  854. if in.GCPSM != nil {
  855. in, out := &in.GCPSM, &out.GCPSM
  856. *out = new(GCPSMProvider)
  857. (*in).DeepCopyInto(*out)
  858. }
  859. if in.Oracle != nil {
  860. in, out := &in.Oracle, &out.Oracle
  861. *out = new(OracleProvider)
  862. (*in).DeepCopyInto(*out)
  863. }
  864. if in.IBM != nil {
  865. in, out := &in.IBM, &out.IBM
  866. *out = new(IBMProvider)
  867. (*in).DeepCopyInto(*out)
  868. }
  869. if in.YandexLockbox != nil {
  870. in, out := &in.YandexLockbox, &out.YandexLockbox
  871. *out = new(YandexLockboxProvider)
  872. (*in).DeepCopyInto(*out)
  873. }
  874. if in.Gitlab != nil {
  875. in, out := &in.Gitlab, &out.Gitlab
  876. *out = new(GitlabProvider)
  877. (*in).DeepCopyInto(*out)
  878. }
  879. if in.Alibaba != nil {
  880. in, out := &in.Alibaba, &out.Alibaba
  881. *out = new(AlibabaProvider)
  882. (*in).DeepCopyInto(*out)
  883. }
  884. if in.Webhook != nil {
  885. in, out := &in.Webhook, &out.Webhook
  886. *out = new(WebhookProvider)
  887. (*in).DeepCopyInto(*out)
  888. }
  889. if in.Fake != nil {
  890. in, out := &in.Fake, &out.Fake
  891. *out = new(FakeProvider)
  892. (*in).DeepCopyInto(*out)
  893. }
  894. }
  895. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreProvider.
  896. func (in *SecretStoreProvider) DeepCopy() *SecretStoreProvider {
  897. if in == nil {
  898. return nil
  899. }
  900. out := new(SecretStoreProvider)
  901. in.DeepCopyInto(out)
  902. return out
  903. }
  904. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  905. func (in *SecretStoreRef) DeepCopyInto(out *SecretStoreRef) {
  906. *out = *in
  907. }
  908. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreRef.
  909. func (in *SecretStoreRef) DeepCopy() *SecretStoreRef {
  910. if in == nil {
  911. return nil
  912. }
  913. out := new(SecretStoreRef)
  914. in.DeepCopyInto(out)
  915. return out
  916. }
  917. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  918. func (in *SecretStoreRetrySettings) DeepCopyInto(out *SecretStoreRetrySettings) {
  919. *out = *in
  920. if in.MaxRetries != nil {
  921. in, out := &in.MaxRetries, &out.MaxRetries
  922. *out = new(int32)
  923. **out = **in
  924. }
  925. if in.RetryInterval != nil {
  926. in, out := &in.RetryInterval, &out.RetryInterval
  927. *out = new(string)
  928. **out = **in
  929. }
  930. }
  931. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreRetrySettings.
  932. func (in *SecretStoreRetrySettings) DeepCopy() *SecretStoreRetrySettings {
  933. if in == nil {
  934. return nil
  935. }
  936. out := new(SecretStoreRetrySettings)
  937. in.DeepCopyInto(out)
  938. return out
  939. }
  940. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  941. func (in *SecretStoreSpec) DeepCopyInto(out *SecretStoreSpec) {
  942. *out = *in
  943. if in.Provider != nil {
  944. in, out := &in.Provider, &out.Provider
  945. *out = new(SecretStoreProvider)
  946. (*in).DeepCopyInto(*out)
  947. }
  948. if in.RetrySettings != nil {
  949. in, out := &in.RetrySettings, &out.RetrySettings
  950. *out = new(SecretStoreRetrySettings)
  951. (*in).DeepCopyInto(*out)
  952. }
  953. }
  954. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreSpec.
  955. func (in *SecretStoreSpec) DeepCopy() *SecretStoreSpec {
  956. if in == nil {
  957. return nil
  958. }
  959. out := new(SecretStoreSpec)
  960. in.DeepCopyInto(out)
  961. return out
  962. }
  963. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  964. func (in *SecretStoreStatus) DeepCopyInto(out *SecretStoreStatus) {
  965. *out = *in
  966. if in.Conditions != nil {
  967. in, out := &in.Conditions, &out.Conditions
  968. *out = make([]SecretStoreStatusCondition, len(*in))
  969. for i := range *in {
  970. (*in)[i].DeepCopyInto(&(*out)[i])
  971. }
  972. }
  973. }
  974. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreStatus.
  975. func (in *SecretStoreStatus) DeepCopy() *SecretStoreStatus {
  976. if in == nil {
  977. return nil
  978. }
  979. out := new(SecretStoreStatus)
  980. in.DeepCopyInto(out)
  981. return out
  982. }
  983. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  984. func (in *SecretStoreStatusCondition) DeepCopyInto(out *SecretStoreStatusCondition) {
  985. *out = *in
  986. in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
  987. }
  988. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreStatusCondition.
  989. func (in *SecretStoreStatusCondition) DeepCopy() *SecretStoreStatusCondition {
  990. if in == nil {
  991. return nil
  992. }
  993. out := new(SecretStoreStatusCondition)
  994. in.DeepCopyInto(out)
  995. return out
  996. }
  997. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  998. func (in *TemplateFrom) DeepCopyInto(out *TemplateFrom) {
  999. *out = *in
  1000. if in.ConfigMap != nil {
  1001. in, out := &in.ConfigMap, &out.ConfigMap
  1002. *out = new(TemplateRef)
  1003. (*in).DeepCopyInto(*out)
  1004. }
  1005. if in.Secret != nil {
  1006. in, out := &in.Secret, &out.Secret
  1007. *out = new(TemplateRef)
  1008. (*in).DeepCopyInto(*out)
  1009. }
  1010. }
  1011. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TemplateFrom.
  1012. func (in *TemplateFrom) DeepCopy() *TemplateFrom {
  1013. if in == nil {
  1014. return nil
  1015. }
  1016. out := new(TemplateFrom)
  1017. in.DeepCopyInto(out)
  1018. return out
  1019. }
  1020. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1021. func (in *TemplateRef) DeepCopyInto(out *TemplateRef) {
  1022. *out = *in
  1023. if in.Items != nil {
  1024. in, out := &in.Items, &out.Items
  1025. *out = make([]TemplateRefItem, len(*in))
  1026. copy(*out, *in)
  1027. }
  1028. }
  1029. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TemplateRef.
  1030. func (in *TemplateRef) DeepCopy() *TemplateRef {
  1031. if in == nil {
  1032. return nil
  1033. }
  1034. out := new(TemplateRef)
  1035. in.DeepCopyInto(out)
  1036. return out
  1037. }
  1038. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1039. func (in *TemplateRefItem) DeepCopyInto(out *TemplateRefItem) {
  1040. *out = *in
  1041. }
  1042. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TemplateRefItem.
  1043. func (in *TemplateRefItem) DeepCopy() *TemplateRefItem {
  1044. if in == nil {
  1045. return nil
  1046. }
  1047. out := new(TemplateRefItem)
  1048. in.DeepCopyInto(out)
  1049. return out
  1050. }
  1051. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1052. func (in *VaultAppRole) DeepCopyInto(out *VaultAppRole) {
  1053. *out = *in
  1054. in.SecretRef.DeepCopyInto(&out.SecretRef)
  1055. }
  1056. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VaultAppRole.
  1057. func (in *VaultAppRole) DeepCopy() *VaultAppRole {
  1058. if in == nil {
  1059. return nil
  1060. }
  1061. out := new(VaultAppRole)
  1062. in.DeepCopyInto(out)
  1063. return out
  1064. }
  1065. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1066. func (in *VaultAuth) DeepCopyInto(out *VaultAuth) {
  1067. *out = *in
  1068. if in.TokenSecretRef != nil {
  1069. in, out := &in.TokenSecretRef, &out.TokenSecretRef
  1070. *out = new(metav1.SecretKeySelector)
  1071. (*in).DeepCopyInto(*out)
  1072. }
  1073. if in.AppRole != nil {
  1074. in, out := &in.AppRole, &out.AppRole
  1075. *out = new(VaultAppRole)
  1076. (*in).DeepCopyInto(*out)
  1077. }
  1078. if in.Kubernetes != nil {
  1079. in, out := &in.Kubernetes, &out.Kubernetes
  1080. *out = new(VaultKubernetesAuth)
  1081. (*in).DeepCopyInto(*out)
  1082. }
  1083. if in.Ldap != nil {
  1084. in, out := &in.Ldap, &out.Ldap
  1085. *out = new(VaultLdapAuth)
  1086. (*in).DeepCopyInto(*out)
  1087. }
  1088. if in.Jwt != nil {
  1089. in, out := &in.Jwt, &out.Jwt
  1090. *out = new(VaultJwtAuth)
  1091. (*in).DeepCopyInto(*out)
  1092. }
  1093. if in.Cert != nil {
  1094. in, out := &in.Cert, &out.Cert
  1095. *out = new(VaultCertAuth)
  1096. (*in).DeepCopyInto(*out)
  1097. }
  1098. }
  1099. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VaultAuth.
  1100. func (in *VaultAuth) DeepCopy() *VaultAuth {
  1101. if in == nil {
  1102. return nil
  1103. }
  1104. out := new(VaultAuth)
  1105. in.DeepCopyInto(out)
  1106. return out
  1107. }
  1108. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1109. func (in *VaultCertAuth) DeepCopyInto(out *VaultCertAuth) {
  1110. *out = *in
  1111. in.ClientCert.DeepCopyInto(&out.ClientCert)
  1112. in.SecretRef.DeepCopyInto(&out.SecretRef)
  1113. }
  1114. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VaultCertAuth.
  1115. func (in *VaultCertAuth) DeepCopy() *VaultCertAuth {
  1116. if in == nil {
  1117. return nil
  1118. }
  1119. out := new(VaultCertAuth)
  1120. in.DeepCopyInto(out)
  1121. return out
  1122. }
  1123. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1124. func (in *VaultJwtAuth) DeepCopyInto(out *VaultJwtAuth) {
  1125. *out = *in
  1126. in.SecretRef.DeepCopyInto(&out.SecretRef)
  1127. }
  1128. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VaultJwtAuth.
  1129. func (in *VaultJwtAuth) DeepCopy() *VaultJwtAuth {
  1130. if in == nil {
  1131. return nil
  1132. }
  1133. out := new(VaultJwtAuth)
  1134. in.DeepCopyInto(out)
  1135. return out
  1136. }
  1137. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1138. func (in *VaultKubernetesAuth) DeepCopyInto(out *VaultKubernetesAuth) {
  1139. *out = *in
  1140. if in.ServiceAccountRef != nil {
  1141. in, out := &in.ServiceAccountRef, &out.ServiceAccountRef
  1142. *out = new(metav1.ServiceAccountSelector)
  1143. (*in).DeepCopyInto(*out)
  1144. }
  1145. if in.SecretRef != nil {
  1146. in, out := &in.SecretRef, &out.SecretRef
  1147. *out = new(metav1.SecretKeySelector)
  1148. (*in).DeepCopyInto(*out)
  1149. }
  1150. }
  1151. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VaultKubernetesAuth.
  1152. func (in *VaultKubernetesAuth) DeepCopy() *VaultKubernetesAuth {
  1153. if in == nil {
  1154. return nil
  1155. }
  1156. out := new(VaultKubernetesAuth)
  1157. in.DeepCopyInto(out)
  1158. return out
  1159. }
  1160. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1161. func (in *VaultLdapAuth) DeepCopyInto(out *VaultLdapAuth) {
  1162. *out = *in
  1163. in.SecretRef.DeepCopyInto(&out.SecretRef)
  1164. }
  1165. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VaultLdapAuth.
  1166. func (in *VaultLdapAuth) DeepCopy() *VaultLdapAuth {
  1167. if in == nil {
  1168. return nil
  1169. }
  1170. out := new(VaultLdapAuth)
  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 *VaultProvider) DeepCopyInto(out *VaultProvider) {
  1176. *out = *in
  1177. in.Auth.DeepCopyInto(&out.Auth)
  1178. if in.Path != nil {
  1179. in, out := &in.Path, &out.Path
  1180. *out = new(string)
  1181. **out = **in
  1182. }
  1183. if in.Namespace != nil {
  1184. in, out := &in.Namespace, &out.Namespace
  1185. *out = new(string)
  1186. **out = **in
  1187. }
  1188. if in.CABundle != nil {
  1189. in, out := &in.CABundle, &out.CABundle
  1190. *out = make([]byte, len(*in))
  1191. copy(*out, *in)
  1192. }
  1193. if in.CAProvider != nil {
  1194. in, out := &in.CAProvider, &out.CAProvider
  1195. *out = new(CAProvider)
  1196. (*in).DeepCopyInto(*out)
  1197. }
  1198. }
  1199. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VaultProvider.
  1200. func (in *VaultProvider) DeepCopy() *VaultProvider {
  1201. if in == nil {
  1202. return nil
  1203. }
  1204. out := new(VaultProvider)
  1205. in.DeepCopyInto(out)
  1206. return out
  1207. }
  1208. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1209. func (in *WebhookCAProvider) DeepCopyInto(out *WebhookCAProvider) {
  1210. *out = *in
  1211. if in.Namespace != nil {
  1212. in, out := &in.Namespace, &out.Namespace
  1213. *out = new(string)
  1214. **out = **in
  1215. }
  1216. }
  1217. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebhookCAProvider.
  1218. func (in *WebhookCAProvider) DeepCopy() *WebhookCAProvider {
  1219. if in == nil {
  1220. return nil
  1221. }
  1222. out := new(WebhookCAProvider)
  1223. in.DeepCopyInto(out)
  1224. return out
  1225. }
  1226. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1227. func (in *WebhookProvider) DeepCopyInto(out *WebhookProvider) {
  1228. *out = *in
  1229. if in.Headers != nil {
  1230. in, out := &in.Headers, &out.Headers
  1231. *out = make(map[string]string, len(*in))
  1232. for key, val := range *in {
  1233. (*out)[key] = val
  1234. }
  1235. }
  1236. if in.Timeout != nil {
  1237. in, out := &in.Timeout, &out.Timeout
  1238. *out = new(v1.Duration)
  1239. **out = **in
  1240. }
  1241. out.Result = in.Result
  1242. if in.Secrets != nil {
  1243. in, out := &in.Secrets, &out.Secrets
  1244. *out = make([]WebhookSecret, len(*in))
  1245. for i := range *in {
  1246. (*in)[i].DeepCopyInto(&(*out)[i])
  1247. }
  1248. }
  1249. if in.CABundle != nil {
  1250. in, out := &in.CABundle, &out.CABundle
  1251. *out = make([]byte, len(*in))
  1252. copy(*out, *in)
  1253. }
  1254. if in.CAProvider != nil {
  1255. in, out := &in.CAProvider, &out.CAProvider
  1256. *out = new(WebhookCAProvider)
  1257. (*in).DeepCopyInto(*out)
  1258. }
  1259. }
  1260. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebhookProvider.
  1261. func (in *WebhookProvider) DeepCopy() *WebhookProvider {
  1262. if in == nil {
  1263. return nil
  1264. }
  1265. out := new(WebhookProvider)
  1266. in.DeepCopyInto(out)
  1267. return out
  1268. }
  1269. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1270. func (in *WebhookResult) DeepCopyInto(out *WebhookResult) {
  1271. *out = *in
  1272. }
  1273. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebhookResult.
  1274. func (in *WebhookResult) DeepCopy() *WebhookResult {
  1275. if in == nil {
  1276. return nil
  1277. }
  1278. out := new(WebhookResult)
  1279. in.DeepCopyInto(out)
  1280. return out
  1281. }
  1282. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1283. func (in *WebhookSecret) DeepCopyInto(out *WebhookSecret) {
  1284. *out = *in
  1285. in.SecretRef.DeepCopyInto(&out.SecretRef)
  1286. }
  1287. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebhookSecret.
  1288. func (in *WebhookSecret) DeepCopy() *WebhookSecret {
  1289. if in == nil {
  1290. return nil
  1291. }
  1292. out := new(WebhookSecret)
  1293. in.DeepCopyInto(out)
  1294. return out
  1295. }
  1296. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1297. func (in *YandexLockboxAuth) DeepCopyInto(out *YandexLockboxAuth) {
  1298. *out = *in
  1299. in.AuthorizedKey.DeepCopyInto(&out.AuthorizedKey)
  1300. }
  1301. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new YandexLockboxAuth.
  1302. func (in *YandexLockboxAuth) DeepCopy() *YandexLockboxAuth {
  1303. if in == nil {
  1304. return nil
  1305. }
  1306. out := new(YandexLockboxAuth)
  1307. in.DeepCopyInto(out)
  1308. return out
  1309. }
  1310. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1311. func (in *YandexLockboxCAProvider) DeepCopyInto(out *YandexLockboxCAProvider) {
  1312. *out = *in
  1313. in.Certificate.DeepCopyInto(&out.Certificate)
  1314. }
  1315. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new YandexLockboxCAProvider.
  1316. func (in *YandexLockboxCAProvider) DeepCopy() *YandexLockboxCAProvider {
  1317. if in == nil {
  1318. return nil
  1319. }
  1320. out := new(YandexLockboxCAProvider)
  1321. in.DeepCopyInto(out)
  1322. return out
  1323. }
  1324. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1325. func (in *YandexLockboxProvider) DeepCopyInto(out *YandexLockboxProvider) {
  1326. *out = *in
  1327. in.Auth.DeepCopyInto(&out.Auth)
  1328. if in.CAProvider != nil {
  1329. in, out := &in.CAProvider, &out.CAProvider
  1330. *out = new(YandexLockboxCAProvider)
  1331. (*in).DeepCopyInto(*out)
  1332. }
  1333. }
  1334. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new YandexLockboxProvider.
  1335. func (in *YandexLockboxProvider) DeepCopy() *YandexLockboxProvider {
  1336. if in == nil {
  1337. return nil
  1338. }
  1339. out := new(YandexLockboxProvider)
  1340. in.DeepCopyInto(out)
  1341. return out
  1342. }