zz_generated.deepcopy.go 48 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658
  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(AzureAuthType)
  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.ServiceAccountRef != nil {
  238. in, out := &in.ServiceAccountRef, &out.ServiceAccountRef
  239. *out = new(metav1.ServiceAccountSelector)
  240. (*in).DeepCopyInto(*out)
  241. }
  242. if in.IdentityID != nil {
  243. in, out := &in.IdentityID, &out.IdentityID
  244. *out = new(string)
  245. **out = **in
  246. }
  247. }
  248. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AzureKVProvider.
  249. func (in *AzureKVProvider) DeepCopy() *AzureKVProvider {
  250. if in == nil {
  251. return nil
  252. }
  253. out := new(AzureKVProvider)
  254. in.DeepCopyInto(out)
  255. return out
  256. }
  257. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  258. func (in *CAProvider) DeepCopyInto(out *CAProvider) {
  259. *out = *in
  260. if in.Namespace != nil {
  261. in, out := &in.Namespace, &out.Namespace
  262. *out = new(string)
  263. **out = **in
  264. }
  265. }
  266. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CAProvider.
  267. func (in *CAProvider) DeepCopy() *CAProvider {
  268. if in == nil {
  269. return nil
  270. }
  271. out := new(CAProvider)
  272. in.DeepCopyInto(out)
  273. return out
  274. }
  275. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  276. func (in *CertAuth) DeepCopyInto(out *CertAuth) {
  277. *out = *in
  278. in.ClientCert.DeepCopyInto(&out.ClientCert)
  279. in.ClientKey.DeepCopyInto(&out.ClientKey)
  280. }
  281. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertAuth.
  282. func (in *CertAuth) DeepCopy() *CertAuth {
  283. if in == nil {
  284. return nil
  285. }
  286. out := new(CertAuth)
  287. in.DeepCopyInto(out)
  288. return out
  289. }
  290. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  291. func (in *ClusterSecretStore) DeepCopyInto(out *ClusterSecretStore) {
  292. *out = *in
  293. out.TypeMeta = in.TypeMeta
  294. in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
  295. in.Spec.DeepCopyInto(&out.Spec)
  296. in.Status.DeepCopyInto(&out.Status)
  297. }
  298. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterSecretStore.
  299. func (in *ClusterSecretStore) DeepCopy() *ClusterSecretStore {
  300. if in == nil {
  301. return nil
  302. }
  303. out := new(ClusterSecretStore)
  304. in.DeepCopyInto(out)
  305. return out
  306. }
  307. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  308. func (in *ClusterSecretStore) DeepCopyObject() runtime.Object {
  309. if c := in.DeepCopy(); c != nil {
  310. return c
  311. }
  312. return nil
  313. }
  314. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  315. func (in *ClusterSecretStoreList) DeepCopyInto(out *ClusterSecretStoreList) {
  316. *out = *in
  317. out.TypeMeta = in.TypeMeta
  318. in.ListMeta.DeepCopyInto(&out.ListMeta)
  319. if in.Items != nil {
  320. in, out := &in.Items, &out.Items
  321. *out = make([]ClusterSecretStore, len(*in))
  322. for i := range *in {
  323. (*in)[i].DeepCopyInto(&(*out)[i])
  324. }
  325. }
  326. }
  327. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterSecretStoreList.
  328. func (in *ClusterSecretStoreList) DeepCopy() *ClusterSecretStoreList {
  329. if in == nil {
  330. return nil
  331. }
  332. out := new(ClusterSecretStoreList)
  333. in.DeepCopyInto(out)
  334. return out
  335. }
  336. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  337. func (in *ClusterSecretStoreList) DeepCopyObject() runtime.Object {
  338. if c := in.DeepCopy(); c != nil {
  339. return c
  340. }
  341. return nil
  342. }
  343. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  344. func (in *ExternalSecret) DeepCopyInto(out *ExternalSecret) {
  345. *out = *in
  346. out.TypeMeta = in.TypeMeta
  347. in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
  348. in.Spec.DeepCopyInto(&out.Spec)
  349. in.Status.DeepCopyInto(&out.Status)
  350. }
  351. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecret.
  352. func (in *ExternalSecret) DeepCopy() *ExternalSecret {
  353. if in == nil {
  354. return nil
  355. }
  356. out := new(ExternalSecret)
  357. in.DeepCopyInto(out)
  358. return out
  359. }
  360. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  361. func (in *ExternalSecret) DeepCopyObject() runtime.Object {
  362. if c := in.DeepCopy(); c != nil {
  363. return c
  364. }
  365. return nil
  366. }
  367. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  368. func (in *ExternalSecretData) DeepCopyInto(out *ExternalSecretData) {
  369. *out = *in
  370. out.RemoteRef = in.RemoteRef
  371. }
  372. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretData.
  373. func (in *ExternalSecretData) DeepCopy() *ExternalSecretData {
  374. if in == nil {
  375. return nil
  376. }
  377. out := new(ExternalSecretData)
  378. in.DeepCopyInto(out)
  379. return out
  380. }
  381. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  382. func (in *ExternalSecretDataRemoteRef) DeepCopyInto(out *ExternalSecretDataRemoteRef) {
  383. *out = *in
  384. }
  385. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretDataRemoteRef.
  386. func (in *ExternalSecretDataRemoteRef) DeepCopy() *ExternalSecretDataRemoteRef {
  387. if in == nil {
  388. return nil
  389. }
  390. out := new(ExternalSecretDataRemoteRef)
  391. in.DeepCopyInto(out)
  392. return out
  393. }
  394. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  395. func (in *ExternalSecretList) DeepCopyInto(out *ExternalSecretList) {
  396. *out = *in
  397. out.TypeMeta = in.TypeMeta
  398. in.ListMeta.DeepCopyInto(&out.ListMeta)
  399. if in.Items != nil {
  400. in, out := &in.Items, &out.Items
  401. *out = make([]ExternalSecret, len(*in))
  402. for i := range *in {
  403. (*in)[i].DeepCopyInto(&(*out)[i])
  404. }
  405. }
  406. }
  407. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretList.
  408. func (in *ExternalSecretList) DeepCopy() *ExternalSecretList {
  409. if in == nil {
  410. return nil
  411. }
  412. out := new(ExternalSecretList)
  413. in.DeepCopyInto(out)
  414. return out
  415. }
  416. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  417. func (in *ExternalSecretList) DeepCopyObject() runtime.Object {
  418. if c := in.DeepCopy(); c != nil {
  419. return c
  420. }
  421. return nil
  422. }
  423. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  424. func (in *ExternalSecretSpec) DeepCopyInto(out *ExternalSecretSpec) {
  425. *out = *in
  426. out.SecretStoreRef = in.SecretStoreRef
  427. in.Target.DeepCopyInto(&out.Target)
  428. if in.RefreshInterval != nil {
  429. in, out := &in.RefreshInterval, &out.RefreshInterval
  430. *out = new(v1.Duration)
  431. **out = **in
  432. }
  433. if in.Data != nil {
  434. in, out := &in.Data, &out.Data
  435. *out = make([]ExternalSecretData, len(*in))
  436. copy(*out, *in)
  437. }
  438. if in.DataFrom != nil {
  439. in, out := &in.DataFrom, &out.DataFrom
  440. *out = make([]ExternalSecretDataRemoteRef, len(*in))
  441. copy(*out, *in)
  442. }
  443. }
  444. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretSpec.
  445. func (in *ExternalSecretSpec) DeepCopy() *ExternalSecretSpec {
  446. if in == nil {
  447. return nil
  448. }
  449. out := new(ExternalSecretSpec)
  450. in.DeepCopyInto(out)
  451. return out
  452. }
  453. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  454. func (in *ExternalSecretStatus) DeepCopyInto(out *ExternalSecretStatus) {
  455. *out = *in
  456. in.RefreshTime.DeepCopyInto(&out.RefreshTime)
  457. if in.Conditions != nil {
  458. in, out := &in.Conditions, &out.Conditions
  459. *out = make([]ExternalSecretStatusCondition, len(*in))
  460. for i := range *in {
  461. (*in)[i].DeepCopyInto(&(*out)[i])
  462. }
  463. }
  464. }
  465. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretStatus.
  466. func (in *ExternalSecretStatus) DeepCopy() *ExternalSecretStatus {
  467. if in == nil {
  468. return nil
  469. }
  470. out := new(ExternalSecretStatus)
  471. in.DeepCopyInto(out)
  472. return out
  473. }
  474. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  475. func (in *ExternalSecretStatusCondition) DeepCopyInto(out *ExternalSecretStatusCondition) {
  476. *out = *in
  477. in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
  478. }
  479. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretStatusCondition.
  480. func (in *ExternalSecretStatusCondition) DeepCopy() *ExternalSecretStatusCondition {
  481. if in == nil {
  482. return nil
  483. }
  484. out := new(ExternalSecretStatusCondition)
  485. in.DeepCopyInto(out)
  486. return out
  487. }
  488. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  489. func (in *ExternalSecretTarget) DeepCopyInto(out *ExternalSecretTarget) {
  490. *out = *in
  491. if in.Template != nil {
  492. in, out := &in.Template, &out.Template
  493. *out = new(ExternalSecretTemplate)
  494. (*in).DeepCopyInto(*out)
  495. }
  496. }
  497. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretTarget.
  498. func (in *ExternalSecretTarget) DeepCopy() *ExternalSecretTarget {
  499. if in == nil {
  500. return nil
  501. }
  502. out := new(ExternalSecretTarget)
  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 *ExternalSecretTemplate) DeepCopyInto(out *ExternalSecretTemplate) {
  508. *out = *in
  509. in.Metadata.DeepCopyInto(&out.Metadata)
  510. if in.Data != nil {
  511. in, out := &in.Data, &out.Data
  512. *out = make(map[string]string, len(*in))
  513. for key, val := range *in {
  514. (*out)[key] = val
  515. }
  516. }
  517. if in.TemplateFrom != nil {
  518. in, out := &in.TemplateFrom, &out.TemplateFrom
  519. *out = make([]TemplateFrom, len(*in))
  520. for i := range *in {
  521. (*in)[i].DeepCopyInto(&(*out)[i])
  522. }
  523. }
  524. }
  525. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretTemplate.
  526. func (in *ExternalSecretTemplate) DeepCopy() *ExternalSecretTemplate {
  527. if in == nil {
  528. return nil
  529. }
  530. out := new(ExternalSecretTemplate)
  531. in.DeepCopyInto(out)
  532. return out
  533. }
  534. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  535. func (in *ExternalSecretTemplateMetadata) DeepCopyInto(out *ExternalSecretTemplateMetadata) {
  536. *out = *in
  537. if in.Annotations != nil {
  538. in, out := &in.Annotations, &out.Annotations
  539. *out = make(map[string]string, len(*in))
  540. for key, val := range *in {
  541. (*out)[key] = val
  542. }
  543. }
  544. if in.Labels != nil {
  545. in, out := &in.Labels, &out.Labels
  546. *out = make(map[string]string, len(*in))
  547. for key, val := range *in {
  548. (*out)[key] = val
  549. }
  550. }
  551. }
  552. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretTemplateMetadata.
  553. func (in *ExternalSecretTemplateMetadata) DeepCopy() *ExternalSecretTemplateMetadata {
  554. if in == nil {
  555. return nil
  556. }
  557. out := new(ExternalSecretTemplateMetadata)
  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 *FakeProvider) DeepCopyInto(out *FakeProvider) {
  563. *out = *in
  564. if in.Data != nil {
  565. in, out := &in.Data, &out.Data
  566. *out = make([]FakeProviderData, len(*in))
  567. for i := range *in {
  568. (*in)[i].DeepCopyInto(&(*out)[i])
  569. }
  570. }
  571. }
  572. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FakeProvider.
  573. func (in *FakeProvider) DeepCopy() *FakeProvider {
  574. if in == nil {
  575. return nil
  576. }
  577. out := new(FakeProvider)
  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 *FakeProviderData) DeepCopyInto(out *FakeProviderData) {
  583. *out = *in
  584. if in.ValueMap != nil {
  585. in, out := &in.ValueMap, &out.ValueMap
  586. *out = make(map[string]string, len(*in))
  587. for key, val := range *in {
  588. (*out)[key] = val
  589. }
  590. }
  591. }
  592. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FakeProviderData.
  593. func (in *FakeProviderData) DeepCopy() *FakeProviderData {
  594. if in == nil {
  595. return nil
  596. }
  597. out := new(FakeProviderData)
  598. in.DeepCopyInto(out)
  599. return out
  600. }
  601. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  602. func (in *GCPSMAuth) DeepCopyInto(out *GCPSMAuth) {
  603. *out = *in
  604. if in.SecretRef != nil {
  605. in, out := &in.SecretRef, &out.SecretRef
  606. *out = new(GCPSMAuthSecretRef)
  607. (*in).DeepCopyInto(*out)
  608. }
  609. if in.WorkloadIdentity != nil {
  610. in, out := &in.WorkloadIdentity, &out.WorkloadIdentity
  611. *out = new(GCPWorkloadIdentity)
  612. (*in).DeepCopyInto(*out)
  613. }
  614. }
  615. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GCPSMAuth.
  616. func (in *GCPSMAuth) DeepCopy() *GCPSMAuth {
  617. if in == nil {
  618. return nil
  619. }
  620. out := new(GCPSMAuth)
  621. in.DeepCopyInto(out)
  622. return out
  623. }
  624. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  625. func (in *GCPSMAuthSecretRef) DeepCopyInto(out *GCPSMAuthSecretRef) {
  626. *out = *in
  627. in.SecretAccessKey.DeepCopyInto(&out.SecretAccessKey)
  628. }
  629. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GCPSMAuthSecretRef.
  630. func (in *GCPSMAuthSecretRef) DeepCopy() *GCPSMAuthSecretRef {
  631. if in == nil {
  632. return nil
  633. }
  634. out := new(GCPSMAuthSecretRef)
  635. in.DeepCopyInto(out)
  636. return out
  637. }
  638. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  639. func (in *GCPSMProvider) DeepCopyInto(out *GCPSMProvider) {
  640. *out = *in
  641. in.Auth.DeepCopyInto(&out.Auth)
  642. }
  643. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GCPSMProvider.
  644. func (in *GCPSMProvider) DeepCopy() *GCPSMProvider {
  645. if in == nil {
  646. return nil
  647. }
  648. out := new(GCPSMProvider)
  649. in.DeepCopyInto(out)
  650. return out
  651. }
  652. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  653. func (in *GCPWorkloadIdentity) DeepCopyInto(out *GCPWorkloadIdentity) {
  654. *out = *in
  655. in.ServiceAccountRef.DeepCopyInto(&out.ServiceAccountRef)
  656. }
  657. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GCPWorkloadIdentity.
  658. func (in *GCPWorkloadIdentity) DeepCopy() *GCPWorkloadIdentity {
  659. if in == nil {
  660. return nil
  661. }
  662. out := new(GCPWorkloadIdentity)
  663. in.DeepCopyInto(out)
  664. return out
  665. }
  666. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  667. func (in *GitlabAuth) DeepCopyInto(out *GitlabAuth) {
  668. *out = *in
  669. in.SecretRef.DeepCopyInto(&out.SecretRef)
  670. }
  671. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GitlabAuth.
  672. func (in *GitlabAuth) DeepCopy() *GitlabAuth {
  673. if in == nil {
  674. return nil
  675. }
  676. out := new(GitlabAuth)
  677. in.DeepCopyInto(out)
  678. return out
  679. }
  680. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  681. func (in *GitlabProvider) DeepCopyInto(out *GitlabProvider) {
  682. *out = *in
  683. in.Auth.DeepCopyInto(&out.Auth)
  684. }
  685. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GitlabProvider.
  686. func (in *GitlabProvider) DeepCopy() *GitlabProvider {
  687. if in == nil {
  688. return nil
  689. }
  690. out := new(GitlabProvider)
  691. in.DeepCopyInto(out)
  692. return out
  693. }
  694. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  695. func (in *GitlabSecretRef) DeepCopyInto(out *GitlabSecretRef) {
  696. *out = *in
  697. in.AccessToken.DeepCopyInto(&out.AccessToken)
  698. }
  699. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GitlabSecretRef.
  700. func (in *GitlabSecretRef) DeepCopy() *GitlabSecretRef {
  701. if in == nil {
  702. return nil
  703. }
  704. out := new(GitlabSecretRef)
  705. in.DeepCopyInto(out)
  706. return out
  707. }
  708. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  709. func (in *IBMAuth) DeepCopyInto(out *IBMAuth) {
  710. *out = *in
  711. in.SecretRef.DeepCopyInto(&out.SecretRef)
  712. }
  713. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IBMAuth.
  714. func (in *IBMAuth) DeepCopy() *IBMAuth {
  715. if in == nil {
  716. return nil
  717. }
  718. out := new(IBMAuth)
  719. in.DeepCopyInto(out)
  720. return out
  721. }
  722. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  723. func (in *IBMAuthSecretRef) DeepCopyInto(out *IBMAuthSecretRef) {
  724. *out = *in
  725. in.SecretAPIKey.DeepCopyInto(&out.SecretAPIKey)
  726. }
  727. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IBMAuthSecretRef.
  728. func (in *IBMAuthSecretRef) DeepCopy() *IBMAuthSecretRef {
  729. if in == nil {
  730. return nil
  731. }
  732. out := new(IBMAuthSecretRef)
  733. in.DeepCopyInto(out)
  734. return out
  735. }
  736. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  737. func (in *IBMProvider) DeepCopyInto(out *IBMProvider) {
  738. *out = *in
  739. in.Auth.DeepCopyInto(&out.Auth)
  740. if in.ServiceURL != nil {
  741. in, out := &in.ServiceURL, &out.ServiceURL
  742. *out = new(string)
  743. **out = **in
  744. }
  745. }
  746. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IBMProvider.
  747. func (in *IBMProvider) DeepCopy() *IBMProvider {
  748. if in == nil {
  749. return nil
  750. }
  751. out := new(IBMProvider)
  752. in.DeepCopyInto(out)
  753. return out
  754. }
  755. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  756. func (in *KubernetesAuth) DeepCopyInto(out *KubernetesAuth) {
  757. *out = *in
  758. if in.Cert != nil {
  759. in, out := &in.Cert, &out.Cert
  760. *out = new(CertAuth)
  761. (*in).DeepCopyInto(*out)
  762. }
  763. if in.Token != nil {
  764. in, out := &in.Token, &out.Token
  765. *out = new(TokenAuth)
  766. (*in).DeepCopyInto(*out)
  767. }
  768. if in.ServiceAccount != nil {
  769. in, out := &in.ServiceAccount, &out.ServiceAccount
  770. *out = new(ServiceAccountAuth)
  771. (*in).DeepCopyInto(*out)
  772. }
  773. }
  774. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KubernetesAuth.
  775. func (in *KubernetesAuth) DeepCopy() *KubernetesAuth {
  776. if in == nil {
  777. return nil
  778. }
  779. out := new(KubernetesAuth)
  780. in.DeepCopyInto(out)
  781. return out
  782. }
  783. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  784. func (in *KubernetesProvider) DeepCopyInto(out *KubernetesProvider) {
  785. *out = *in
  786. in.Server.DeepCopyInto(&out.Server)
  787. in.Auth.DeepCopyInto(&out.Auth)
  788. }
  789. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KubernetesProvider.
  790. func (in *KubernetesProvider) DeepCopy() *KubernetesProvider {
  791. if in == nil {
  792. return nil
  793. }
  794. out := new(KubernetesProvider)
  795. in.DeepCopyInto(out)
  796. return out
  797. }
  798. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  799. func (in *KubernetesServer) DeepCopyInto(out *KubernetesServer) {
  800. *out = *in
  801. if in.CABundle != nil {
  802. in, out := &in.CABundle, &out.CABundle
  803. *out = make([]byte, len(*in))
  804. copy(*out, *in)
  805. }
  806. if in.CAProvider != nil {
  807. in, out := &in.CAProvider, &out.CAProvider
  808. *out = new(CAProvider)
  809. (*in).DeepCopyInto(*out)
  810. }
  811. }
  812. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KubernetesServer.
  813. func (in *KubernetesServer) DeepCopy() *KubernetesServer {
  814. if in == nil {
  815. return nil
  816. }
  817. out := new(KubernetesServer)
  818. in.DeepCopyInto(out)
  819. return out
  820. }
  821. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  822. func (in *OracleAuth) DeepCopyInto(out *OracleAuth) {
  823. *out = *in
  824. in.SecretRef.DeepCopyInto(&out.SecretRef)
  825. }
  826. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OracleAuth.
  827. func (in *OracleAuth) DeepCopy() *OracleAuth {
  828. if in == nil {
  829. return nil
  830. }
  831. out := new(OracleAuth)
  832. in.DeepCopyInto(out)
  833. return out
  834. }
  835. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  836. func (in *OracleProvider) DeepCopyInto(out *OracleProvider) {
  837. *out = *in
  838. if in.Auth != nil {
  839. in, out := &in.Auth, &out.Auth
  840. *out = new(OracleAuth)
  841. (*in).DeepCopyInto(*out)
  842. }
  843. }
  844. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OracleProvider.
  845. func (in *OracleProvider) DeepCopy() *OracleProvider {
  846. if in == nil {
  847. return nil
  848. }
  849. out := new(OracleProvider)
  850. in.DeepCopyInto(out)
  851. return out
  852. }
  853. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  854. func (in *OracleSecretRef) DeepCopyInto(out *OracleSecretRef) {
  855. *out = *in
  856. in.PrivateKey.DeepCopyInto(&out.PrivateKey)
  857. in.Fingerprint.DeepCopyInto(&out.Fingerprint)
  858. }
  859. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OracleSecretRef.
  860. func (in *OracleSecretRef) DeepCopy() *OracleSecretRef {
  861. if in == nil {
  862. return nil
  863. }
  864. out := new(OracleSecretRef)
  865. in.DeepCopyInto(out)
  866. return out
  867. }
  868. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  869. func (in *SecretStore) DeepCopyInto(out *SecretStore) {
  870. *out = *in
  871. out.TypeMeta = in.TypeMeta
  872. in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
  873. in.Spec.DeepCopyInto(&out.Spec)
  874. in.Status.DeepCopyInto(&out.Status)
  875. }
  876. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStore.
  877. func (in *SecretStore) DeepCopy() *SecretStore {
  878. if in == nil {
  879. return nil
  880. }
  881. out := new(SecretStore)
  882. in.DeepCopyInto(out)
  883. return out
  884. }
  885. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  886. func (in *SecretStore) DeepCopyObject() runtime.Object {
  887. if c := in.DeepCopy(); c != nil {
  888. return c
  889. }
  890. return nil
  891. }
  892. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  893. func (in *SecretStoreList) DeepCopyInto(out *SecretStoreList) {
  894. *out = *in
  895. out.TypeMeta = in.TypeMeta
  896. in.ListMeta.DeepCopyInto(&out.ListMeta)
  897. if in.Items != nil {
  898. in, out := &in.Items, &out.Items
  899. *out = make([]SecretStore, len(*in))
  900. for i := range *in {
  901. (*in)[i].DeepCopyInto(&(*out)[i])
  902. }
  903. }
  904. }
  905. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreList.
  906. func (in *SecretStoreList) DeepCopy() *SecretStoreList {
  907. if in == nil {
  908. return nil
  909. }
  910. out := new(SecretStoreList)
  911. in.DeepCopyInto(out)
  912. return out
  913. }
  914. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  915. func (in *SecretStoreList) DeepCopyObject() runtime.Object {
  916. if c := in.DeepCopy(); c != nil {
  917. return c
  918. }
  919. return nil
  920. }
  921. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  922. func (in *SecretStoreProvider) DeepCopyInto(out *SecretStoreProvider) {
  923. *out = *in
  924. if in.AWS != nil {
  925. in, out := &in.AWS, &out.AWS
  926. *out = new(AWSProvider)
  927. (*in).DeepCopyInto(*out)
  928. }
  929. if in.AzureKV != nil {
  930. in, out := &in.AzureKV, &out.AzureKV
  931. *out = new(AzureKVProvider)
  932. (*in).DeepCopyInto(*out)
  933. }
  934. if in.Akeyless != nil {
  935. in, out := &in.Akeyless, &out.Akeyless
  936. *out = new(AkeylessProvider)
  937. (*in).DeepCopyInto(*out)
  938. }
  939. if in.Vault != nil {
  940. in, out := &in.Vault, &out.Vault
  941. *out = new(VaultProvider)
  942. (*in).DeepCopyInto(*out)
  943. }
  944. if in.GCPSM != nil {
  945. in, out := &in.GCPSM, &out.GCPSM
  946. *out = new(GCPSMProvider)
  947. (*in).DeepCopyInto(*out)
  948. }
  949. if in.Oracle != nil {
  950. in, out := &in.Oracle, &out.Oracle
  951. *out = new(OracleProvider)
  952. (*in).DeepCopyInto(*out)
  953. }
  954. if in.IBM != nil {
  955. in, out := &in.IBM, &out.IBM
  956. *out = new(IBMProvider)
  957. (*in).DeepCopyInto(*out)
  958. }
  959. if in.YandexLockbox != nil {
  960. in, out := &in.YandexLockbox, &out.YandexLockbox
  961. *out = new(YandexLockboxProvider)
  962. (*in).DeepCopyInto(*out)
  963. }
  964. if in.Gitlab != nil {
  965. in, out := &in.Gitlab, &out.Gitlab
  966. *out = new(GitlabProvider)
  967. (*in).DeepCopyInto(*out)
  968. }
  969. if in.Alibaba != nil {
  970. in, out := &in.Alibaba, &out.Alibaba
  971. *out = new(AlibabaProvider)
  972. (*in).DeepCopyInto(*out)
  973. }
  974. if in.Webhook != nil {
  975. in, out := &in.Webhook, &out.Webhook
  976. *out = new(WebhookProvider)
  977. (*in).DeepCopyInto(*out)
  978. }
  979. if in.Kubernetes != nil {
  980. in, out := &in.Kubernetes, &out.Kubernetes
  981. *out = new(KubernetesProvider)
  982. (*in).DeepCopyInto(*out)
  983. }
  984. if in.Fake != nil {
  985. in, out := &in.Fake, &out.Fake
  986. *out = new(FakeProvider)
  987. (*in).DeepCopyInto(*out)
  988. }
  989. }
  990. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreProvider.
  991. func (in *SecretStoreProvider) DeepCopy() *SecretStoreProvider {
  992. if in == nil {
  993. return nil
  994. }
  995. out := new(SecretStoreProvider)
  996. in.DeepCopyInto(out)
  997. return out
  998. }
  999. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1000. func (in *SecretStoreRef) DeepCopyInto(out *SecretStoreRef) {
  1001. *out = *in
  1002. }
  1003. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreRef.
  1004. func (in *SecretStoreRef) DeepCopy() *SecretStoreRef {
  1005. if in == nil {
  1006. return nil
  1007. }
  1008. out := new(SecretStoreRef)
  1009. in.DeepCopyInto(out)
  1010. return out
  1011. }
  1012. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1013. func (in *SecretStoreRetrySettings) DeepCopyInto(out *SecretStoreRetrySettings) {
  1014. *out = *in
  1015. if in.MaxRetries != nil {
  1016. in, out := &in.MaxRetries, &out.MaxRetries
  1017. *out = new(int32)
  1018. **out = **in
  1019. }
  1020. if in.RetryInterval != nil {
  1021. in, out := &in.RetryInterval, &out.RetryInterval
  1022. *out = new(string)
  1023. **out = **in
  1024. }
  1025. }
  1026. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreRetrySettings.
  1027. func (in *SecretStoreRetrySettings) DeepCopy() *SecretStoreRetrySettings {
  1028. if in == nil {
  1029. return nil
  1030. }
  1031. out := new(SecretStoreRetrySettings)
  1032. in.DeepCopyInto(out)
  1033. return out
  1034. }
  1035. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1036. func (in *SecretStoreSpec) DeepCopyInto(out *SecretStoreSpec) {
  1037. *out = *in
  1038. if in.Provider != nil {
  1039. in, out := &in.Provider, &out.Provider
  1040. *out = new(SecretStoreProvider)
  1041. (*in).DeepCopyInto(*out)
  1042. }
  1043. if in.RetrySettings != nil {
  1044. in, out := &in.RetrySettings, &out.RetrySettings
  1045. *out = new(SecretStoreRetrySettings)
  1046. (*in).DeepCopyInto(*out)
  1047. }
  1048. }
  1049. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreSpec.
  1050. func (in *SecretStoreSpec) DeepCopy() *SecretStoreSpec {
  1051. if in == nil {
  1052. return nil
  1053. }
  1054. out := new(SecretStoreSpec)
  1055. in.DeepCopyInto(out)
  1056. return out
  1057. }
  1058. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1059. func (in *SecretStoreStatus) DeepCopyInto(out *SecretStoreStatus) {
  1060. *out = *in
  1061. if in.Conditions != nil {
  1062. in, out := &in.Conditions, &out.Conditions
  1063. *out = make([]SecretStoreStatusCondition, len(*in))
  1064. for i := range *in {
  1065. (*in)[i].DeepCopyInto(&(*out)[i])
  1066. }
  1067. }
  1068. }
  1069. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreStatus.
  1070. func (in *SecretStoreStatus) DeepCopy() *SecretStoreStatus {
  1071. if in == nil {
  1072. return nil
  1073. }
  1074. out := new(SecretStoreStatus)
  1075. in.DeepCopyInto(out)
  1076. return out
  1077. }
  1078. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1079. func (in *SecretStoreStatusCondition) DeepCopyInto(out *SecretStoreStatusCondition) {
  1080. *out = *in
  1081. in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
  1082. }
  1083. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreStatusCondition.
  1084. func (in *SecretStoreStatusCondition) DeepCopy() *SecretStoreStatusCondition {
  1085. if in == nil {
  1086. return nil
  1087. }
  1088. out := new(SecretStoreStatusCondition)
  1089. in.DeepCopyInto(out)
  1090. return out
  1091. }
  1092. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1093. func (in *ServiceAccountAuth) DeepCopyInto(out *ServiceAccountAuth) {
  1094. *out = *in
  1095. in.ServiceAccountRef.DeepCopyInto(&out.ServiceAccountRef)
  1096. }
  1097. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceAccountAuth.
  1098. func (in *ServiceAccountAuth) DeepCopy() *ServiceAccountAuth {
  1099. if in == nil {
  1100. return nil
  1101. }
  1102. out := new(ServiceAccountAuth)
  1103. in.DeepCopyInto(out)
  1104. return out
  1105. }
  1106. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1107. func (in *TemplateFrom) DeepCopyInto(out *TemplateFrom) {
  1108. *out = *in
  1109. if in.ConfigMap != nil {
  1110. in, out := &in.ConfigMap, &out.ConfigMap
  1111. *out = new(TemplateRef)
  1112. (*in).DeepCopyInto(*out)
  1113. }
  1114. if in.Secret != nil {
  1115. in, out := &in.Secret, &out.Secret
  1116. *out = new(TemplateRef)
  1117. (*in).DeepCopyInto(*out)
  1118. }
  1119. }
  1120. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TemplateFrom.
  1121. func (in *TemplateFrom) DeepCopy() *TemplateFrom {
  1122. if in == nil {
  1123. return nil
  1124. }
  1125. out := new(TemplateFrom)
  1126. in.DeepCopyInto(out)
  1127. return out
  1128. }
  1129. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1130. func (in *TemplateRef) DeepCopyInto(out *TemplateRef) {
  1131. *out = *in
  1132. if in.Items != nil {
  1133. in, out := &in.Items, &out.Items
  1134. *out = make([]TemplateRefItem, len(*in))
  1135. copy(*out, *in)
  1136. }
  1137. }
  1138. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TemplateRef.
  1139. func (in *TemplateRef) DeepCopy() *TemplateRef {
  1140. if in == nil {
  1141. return nil
  1142. }
  1143. out := new(TemplateRef)
  1144. in.DeepCopyInto(out)
  1145. return out
  1146. }
  1147. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1148. func (in *TemplateRefItem) DeepCopyInto(out *TemplateRefItem) {
  1149. *out = *in
  1150. }
  1151. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TemplateRefItem.
  1152. func (in *TemplateRefItem) DeepCopy() *TemplateRefItem {
  1153. if in == nil {
  1154. return nil
  1155. }
  1156. out := new(TemplateRefItem)
  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 *TokenAuth) DeepCopyInto(out *TokenAuth) {
  1162. *out = *in
  1163. in.BearerToken.DeepCopyInto(&out.BearerToken)
  1164. }
  1165. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TokenAuth.
  1166. func (in *TokenAuth) DeepCopy() *TokenAuth {
  1167. if in == nil {
  1168. return nil
  1169. }
  1170. out := new(TokenAuth)
  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 *VaultAppRole) DeepCopyInto(out *VaultAppRole) {
  1176. *out = *in
  1177. in.SecretRef.DeepCopyInto(&out.SecretRef)
  1178. }
  1179. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VaultAppRole.
  1180. func (in *VaultAppRole) DeepCopy() *VaultAppRole {
  1181. if in == nil {
  1182. return nil
  1183. }
  1184. out := new(VaultAppRole)
  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 *VaultAuth) DeepCopyInto(out *VaultAuth) {
  1190. *out = *in
  1191. if in.TokenSecretRef != nil {
  1192. in, out := &in.TokenSecretRef, &out.TokenSecretRef
  1193. *out = new(metav1.SecretKeySelector)
  1194. (*in).DeepCopyInto(*out)
  1195. }
  1196. if in.AppRole != nil {
  1197. in, out := &in.AppRole, &out.AppRole
  1198. *out = new(VaultAppRole)
  1199. (*in).DeepCopyInto(*out)
  1200. }
  1201. if in.Kubernetes != nil {
  1202. in, out := &in.Kubernetes, &out.Kubernetes
  1203. *out = new(VaultKubernetesAuth)
  1204. (*in).DeepCopyInto(*out)
  1205. }
  1206. if in.Ldap != nil {
  1207. in, out := &in.Ldap, &out.Ldap
  1208. *out = new(VaultLdapAuth)
  1209. (*in).DeepCopyInto(*out)
  1210. }
  1211. if in.Jwt != nil {
  1212. in, out := &in.Jwt, &out.Jwt
  1213. *out = new(VaultJwtAuth)
  1214. (*in).DeepCopyInto(*out)
  1215. }
  1216. if in.Cert != nil {
  1217. in, out := &in.Cert, &out.Cert
  1218. *out = new(VaultCertAuth)
  1219. (*in).DeepCopyInto(*out)
  1220. }
  1221. }
  1222. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VaultAuth.
  1223. func (in *VaultAuth) DeepCopy() *VaultAuth {
  1224. if in == nil {
  1225. return nil
  1226. }
  1227. out := new(VaultAuth)
  1228. in.DeepCopyInto(out)
  1229. return out
  1230. }
  1231. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1232. func (in *VaultCertAuth) DeepCopyInto(out *VaultCertAuth) {
  1233. *out = *in
  1234. in.ClientCert.DeepCopyInto(&out.ClientCert)
  1235. in.SecretRef.DeepCopyInto(&out.SecretRef)
  1236. }
  1237. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VaultCertAuth.
  1238. func (in *VaultCertAuth) DeepCopy() *VaultCertAuth {
  1239. if in == nil {
  1240. return nil
  1241. }
  1242. out := new(VaultCertAuth)
  1243. in.DeepCopyInto(out)
  1244. return out
  1245. }
  1246. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1247. func (in *VaultJwtAuth) DeepCopyInto(out *VaultJwtAuth) {
  1248. *out = *in
  1249. if in.SecretRef != nil {
  1250. in, out := &in.SecretRef, &out.SecretRef
  1251. *out = new(metav1.SecretKeySelector)
  1252. (*in).DeepCopyInto(*out)
  1253. }
  1254. if in.KubernetesServiceAccountToken != nil {
  1255. in, out := &in.KubernetesServiceAccountToken, &out.KubernetesServiceAccountToken
  1256. *out = new(VaultKubernetesServiceAccountTokenAuth)
  1257. (*in).DeepCopyInto(*out)
  1258. }
  1259. }
  1260. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VaultJwtAuth.
  1261. func (in *VaultJwtAuth) DeepCopy() *VaultJwtAuth {
  1262. if in == nil {
  1263. return nil
  1264. }
  1265. out := new(VaultJwtAuth)
  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 *VaultKubernetesAuth) DeepCopyInto(out *VaultKubernetesAuth) {
  1271. *out = *in
  1272. if in.ServiceAccountRef != nil {
  1273. in, out := &in.ServiceAccountRef, &out.ServiceAccountRef
  1274. *out = new(metav1.ServiceAccountSelector)
  1275. (*in).DeepCopyInto(*out)
  1276. }
  1277. if in.SecretRef != nil {
  1278. in, out := &in.SecretRef, &out.SecretRef
  1279. *out = new(metav1.SecretKeySelector)
  1280. (*in).DeepCopyInto(*out)
  1281. }
  1282. }
  1283. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VaultKubernetesAuth.
  1284. func (in *VaultKubernetesAuth) DeepCopy() *VaultKubernetesAuth {
  1285. if in == nil {
  1286. return nil
  1287. }
  1288. out := new(VaultKubernetesAuth)
  1289. in.DeepCopyInto(out)
  1290. return out
  1291. }
  1292. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1293. func (in *VaultKubernetesServiceAccountTokenAuth) DeepCopyInto(out *VaultKubernetesServiceAccountTokenAuth) {
  1294. *out = *in
  1295. in.ServiceAccountRef.DeepCopyInto(&out.ServiceAccountRef)
  1296. if in.Audiences != nil {
  1297. in, out := &in.Audiences, &out.Audiences
  1298. *out = new([]string)
  1299. if **in != nil {
  1300. in, out := *in, *out
  1301. *out = make([]string, len(*in))
  1302. copy(*out, *in)
  1303. }
  1304. }
  1305. if in.ExpirationSeconds != nil {
  1306. in, out := &in.ExpirationSeconds, &out.ExpirationSeconds
  1307. *out = new(int64)
  1308. **out = **in
  1309. }
  1310. }
  1311. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VaultKubernetesServiceAccountTokenAuth.
  1312. func (in *VaultKubernetesServiceAccountTokenAuth) DeepCopy() *VaultKubernetesServiceAccountTokenAuth {
  1313. if in == nil {
  1314. return nil
  1315. }
  1316. out := new(VaultKubernetesServiceAccountTokenAuth)
  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 *VaultLdapAuth) DeepCopyInto(out *VaultLdapAuth) {
  1322. *out = *in
  1323. in.SecretRef.DeepCopyInto(&out.SecretRef)
  1324. }
  1325. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VaultLdapAuth.
  1326. func (in *VaultLdapAuth) DeepCopy() *VaultLdapAuth {
  1327. if in == nil {
  1328. return nil
  1329. }
  1330. out := new(VaultLdapAuth)
  1331. in.DeepCopyInto(out)
  1332. return out
  1333. }
  1334. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1335. func (in *VaultProvider) DeepCopyInto(out *VaultProvider) {
  1336. *out = *in
  1337. in.Auth.DeepCopyInto(&out.Auth)
  1338. if in.Path != nil {
  1339. in, out := &in.Path, &out.Path
  1340. *out = new(string)
  1341. **out = **in
  1342. }
  1343. if in.Namespace != nil {
  1344. in, out := &in.Namespace, &out.Namespace
  1345. *out = new(string)
  1346. **out = **in
  1347. }
  1348. if in.CABundle != nil {
  1349. in, out := &in.CABundle, &out.CABundle
  1350. *out = make([]byte, len(*in))
  1351. copy(*out, *in)
  1352. }
  1353. if in.CAProvider != nil {
  1354. in, out := &in.CAProvider, &out.CAProvider
  1355. *out = new(CAProvider)
  1356. (*in).DeepCopyInto(*out)
  1357. }
  1358. }
  1359. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VaultProvider.
  1360. func (in *VaultProvider) DeepCopy() *VaultProvider {
  1361. if in == nil {
  1362. return nil
  1363. }
  1364. out := new(VaultProvider)
  1365. in.DeepCopyInto(out)
  1366. return out
  1367. }
  1368. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1369. func (in *WebhookCAProvider) DeepCopyInto(out *WebhookCAProvider) {
  1370. *out = *in
  1371. if in.Namespace != nil {
  1372. in, out := &in.Namespace, &out.Namespace
  1373. *out = new(string)
  1374. **out = **in
  1375. }
  1376. }
  1377. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebhookCAProvider.
  1378. func (in *WebhookCAProvider) DeepCopy() *WebhookCAProvider {
  1379. if in == nil {
  1380. return nil
  1381. }
  1382. out := new(WebhookCAProvider)
  1383. in.DeepCopyInto(out)
  1384. return out
  1385. }
  1386. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1387. func (in *WebhookProvider) DeepCopyInto(out *WebhookProvider) {
  1388. *out = *in
  1389. if in.Headers != nil {
  1390. in, out := &in.Headers, &out.Headers
  1391. *out = make(map[string]string, len(*in))
  1392. for key, val := range *in {
  1393. (*out)[key] = val
  1394. }
  1395. }
  1396. if in.Timeout != nil {
  1397. in, out := &in.Timeout, &out.Timeout
  1398. *out = new(v1.Duration)
  1399. **out = **in
  1400. }
  1401. out.Result = in.Result
  1402. if in.Secrets != nil {
  1403. in, out := &in.Secrets, &out.Secrets
  1404. *out = make([]WebhookSecret, len(*in))
  1405. for i := range *in {
  1406. (*in)[i].DeepCopyInto(&(*out)[i])
  1407. }
  1408. }
  1409. if in.CABundle != nil {
  1410. in, out := &in.CABundle, &out.CABundle
  1411. *out = make([]byte, len(*in))
  1412. copy(*out, *in)
  1413. }
  1414. if in.CAProvider != nil {
  1415. in, out := &in.CAProvider, &out.CAProvider
  1416. *out = new(WebhookCAProvider)
  1417. (*in).DeepCopyInto(*out)
  1418. }
  1419. }
  1420. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebhookProvider.
  1421. func (in *WebhookProvider) DeepCopy() *WebhookProvider {
  1422. if in == nil {
  1423. return nil
  1424. }
  1425. out := new(WebhookProvider)
  1426. in.DeepCopyInto(out)
  1427. return out
  1428. }
  1429. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1430. func (in *WebhookResult) DeepCopyInto(out *WebhookResult) {
  1431. *out = *in
  1432. }
  1433. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebhookResult.
  1434. func (in *WebhookResult) DeepCopy() *WebhookResult {
  1435. if in == nil {
  1436. return nil
  1437. }
  1438. out := new(WebhookResult)
  1439. in.DeepCopyInto(out)
  1440. return out
  1441. }
  1442. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1443. func (in *WebhookSecret) DeepCopyInto(out *WebhookSecret) {
  1444. *out = *in
  1445. in.SecretRef.DeepCopyInto(&out.SecretRef)
  1446. }
  1447. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebhookSecret.
  1448. func (in *WebhookSecret) DeepCopy() *WebhookSecret {
  1449. if in == nil {
  1450. return nil
  1451. }
  1452. out := new(WebhookSecret)
  1453. in.DeepCopyInto(out)
  1454. return out
  1455. }
  1456. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1457. func (in *YandexLockboxAuth) DeepCopyInto(out *YandexLockboxAuth) {
  1458. *out = *in
  1459. in.AuthorizedKey.DeepCopyInto(&out.AuthorizedKey)
  1460. }
  1461. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new YandexLockboxAuth.
  1462. func (in *YandexLockboxAuth) DeepCopy() *YandexLockboxAuth {
  1463. if in == nil {
  1464. return nil
  1465. }
  1466. out := new(YandexLockboxAuth)
  1467. in.DeepCopyInto(out)
  1468. return out
  1469. }
  1470. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1471. func (in *YandexLockboxCAProvider) DeepCopyInto(out *YandexLockboxCAProvider) {
  1472. *out = *in
  1473. in.Certificate.DeepCopyInto(&out.Certificate)
  1474. }
  1475. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new YandexLockboxCAProvider.
  1476. func (in *YandexLockboxCAProvider) DeepCopy() *YandexLockboxCAProvider {
  1477. if in == nil {
  1478. return nil
  1479. }
  1480. out := new(YandexLockboxCAProvider)
  1481. in.DeepCopyInto(out)
  1482. return out
  1483. }
  1484. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  1485. func (in *YandexLockboxProvider) DeepCopyInto(out *YandexLockboxProvider) {
  1486. *out = *in
  1487. in.Auth.DeepCopyInto(&out.Auth)
  1488. if in.CAProvider != nil {
  1489. in, out := &in.CAProvider, &out.CAProvider
  1490. *out = new(YandexLockboxCAProvider)
  1491. (*in).DeepCopyInto(*out)
  1492. }
  1493. }
  1494. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new YandexLockboxProvider.
  1495. func (in *YandexLockboxProvider) DeepCopy() *YandexLockboxProvider {
  1496. if in == nil {
  1497. return nil
  1498. }
  1499. out := new(YandexLockboxProvider)
  1500. in.DeepCopyInto(out)
  1501. return out
  1502. }