zz_generated.deepcopy.go 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  1. // +build !ignore_autogenerated
  2. /*
  3. Licensed under the Apache License, Version 2.0 (the "License");
  4. you may not use this file except in compliance with the License.
  5. You may obtain a copy of the License at
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. */
  13. // Code generated by controller-gen. DO NOT EDIT.
  14. package v1alpha1
  15. import (
  16. "k8s.io/apimachinery/pkg/runtime"
  17. )
  18. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  19. func (in *AWSSMAuth) DeepCopyInto(out *AWSSMAuth) {
  20. *out = *in
  21. in.SecretRef.DeepCopyInto(&out.SecretRef)
  22. }
  23. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AWSSMAuth.
  24. func (in *AWSSMAuth) DeepCopy() *AWSSMAuth {
  25. if in == nil {
  26. return nil
  27. }
  28. out := new(AWSSMAuth)
  29. in.DeepCopyInto(out)
  30. return out
  31. }
  32. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  33. func (in *AWSSMAuthSecretRef) DeepCopyInto(out *AWSSMAuthSecretRef) {
  34. *out = *in
  35. in.AccessKeyID.DeepCopyInto(&out.AccessKeyID)
  36. in.SecretAccessKey.DeepCopyInto(&out.SecretAccessKey)
  37. }
  38. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AWSSMAuthSecretRef.
  39. func (in *AWSSMAuthSecretRef) DeepCopy() *AWSSMAuthSecretRef {
  40. if in == nil {
  41. return nil
  42. }
  43. out := new(AWSSMAuthSecretRef)
  44. in.DeepCopyInto(out)
  45. return out
  46. }
  47. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  48. func (in *AWSSMProvider) DeepCopyInto(out *AWSSMProvider) {
  49. *out = *in
  50. in.Auth.DeepCopyInto(&out.Auth)
  51. }
  52. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AWSSMProvider.
  53. func (in *AWSSMProvider) DeepCopy() *AWSSMProvider {
  54. if in == nil {
  55. return nil
  56. }
  57. out := new(AWSSMProvider)
  58. in.DeepCopyInto(out)
  59. return out
  60. }
  61. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  62. func (in *ExternalSecret) DeepCopyInto(out *ExternalSecret) {
  63. *out = *in
  64. out.TypeMeta = in.TypeMeta
  65. in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
  66. in.Spec.DeepCopyInto(&out.Spec)
  67. in.Status.DeepCopyInto(&out.Status)
  68. }
  69. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecret.
  70. func (in *ExternalSecret) DeepCopy() *ExternalSecret {
  71. if in == nil {
  72. return nil
  73. }
  74. out := new(ExternalSecret)
  75. in.DeepCopyInto(out)
  76. return out
  77. }
  78. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  79. func (in *ExternalSecret) DeepCopyObject() runtime.Object {
  80. if c := in.DeepCopy(); c != nil {
  81. return c
  82. }
  83. return nil
  84. }
  85. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  86. func (in *ExternalSecretData) DeepCopyInto(out *ExternalSecretData) {
  87. *out = *in
  88. out.RemoteRef = in.RemoteRef
  89. }
  90. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretData.
  91. func (in *ExternalSecretData) DeepCopy() *ExternalSecretData {
  92. if in == nil {
  93. return nil
  94. }
  95. out := new(ExternalSecretData)
  96. in.DeepCopyInto(out)
  97. return out
  98. }
  99. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  100. func (in *ExternalSecretDataRemoteRef) DeepCopyInto(out *ExternalSecretDataRemoteRef) {
  101. *out = *in
  102. }
  103. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretDataRemoteRef.
  104. func (in *ExternalSecretDataRemoteRef) DeepCopy() *ExternalSecretDataRemoteRef {
  105. if in == nil {
  106. return nil
  107. }
  108. out := new(ExternalSecretDataRemoteRef)
  109. in.DeepCopyInto(out)
  110. return out
  111. }
  112. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  113. func (in *ExternalSecretList) DeepCopyInto(out *ExternalSecretList) {
  114. *out = *in
  115. out.TypeMeta = in.TypeMeta
  116. in.ListMeta.DeepCopyInto(&out.ListMeta)
  117. if in.Items != nil {
  118. in, out := &in.Items, &out.Items
  119. *out = make([]ExternalSecret, len(*in))
  120. for i := range *in {
  121. (*in)[i].DeepCopyInto(&(*out)[i])
  122. }
  123. }
  124. }
  125. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretList.
  126. func (in *ExternalSecretList) DeepCopy() *ExternalSecretList {
  127. if in == nil {
  128. return nil
  129. }
  130. out := new(ExternalSecretList)
  131. in.DeepCopyInto(out)
  132. return out
  133. }
  134. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  135. func (in *ExternalSecretList) DeepCopyObject() runtime.Object {
  136. if c := in.DeepCopy(); c != nil {
  137. return c
  138. }
  139. return nil
  140. }
  141. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  142. func (in *ExternalSecretSpec) DeepCopyInto(out *ExternalSecretSpec) {
  143. *out = *in
  144. out.SecretStoreRef = in.SecretStoreRef
  145. out.Target = in.Target
  146. if in.Data != nil {
  147. in, out := &in.Data, &out.Data
  148. *out = make([]ExternalSecretData, len(*in))
  149. copy(*out, *in)
  150. }
  151. if in.DataFrom != nil {
  152. in, out := &in.DataFrom, &out.DataFrom
  153. *out = make([]ExternalSecretDataRemoteRef, len(*in))
  154. copy(*out, *in)
  155. }
  156. }
  157. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretSpec.
  158. func (in *ExternalSecretSpec) DeepCopy() *ExternalSecretSpec {
  159. if in == nil {
  160. return nil
  161. }
  162. out := new(ExternalSecretSpec)
  163. in.DeepCopyInto(out)
  164. return out
  165. }
  166. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  167. func (in *ExternalSecretStatus) DeepCopyInto(out *ExternalSecretStatus) {
  168. *out = *in
  169. if in.Conditions != nil {
  170. in, out := &in.Conditions, &out.Conditions
  171. *out = make([]ExternalSecretStatusCondition, len(*in))
  172. for i := range *in {
  173. (*in)[i].DeepCopyInto(&(*out)[i])
  174. }
  175. }
  176. }
  177. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretStatus.
  178. func (in *ExternalSecretStatus) DeepCopy() *ExternalSecretStatus {
  179. if in == nil {
  180. return nil
  181. }
  182. out := new(ExternalSecretStatus)
  183. in.DeepCopyInto(out)
  184. return out
  185. }
  186. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  187. func (in *ExternalSecretStatusCondition) DeepCopyInto(out *ExternalSecretStatusCondition) {
  188. *out = *in
  189. in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
  190. in.LastSyncTime.DeepCopyInto(&out.LastSyncTime)
  191. }
  192. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretStatusCondition.
  193. func (in *ExternalSecretStatusCondition) DeepCopy() *ExternalSecretStatusCondition {
  194. if in == nil {
  195. return nil
  196. }
  197. out := new(ExternalSecretStatusCondition)
  198. in.DeepCopyInto(out)
  199. return out
  200. }
  201. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  202. func (in *ExternalSecretTarget) DeepCopyInto(out *ExternalSecretTarget) {
  203. *out = *in
  204. }
  205. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretTarget.
  206. func (in *ExternalSecretTarget) DeepCopy() *ExternalSecretTarget {
  207. if in == nil {
  208. return nil
  209. }
  210. out := new(ExternalSecretTarget)
  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 *ExternalSecretTemplate) DeepCopyInto(out *ExternalSecretTemplate) {
  216. *out = *in
  217. in.Metadata.DeepCopyInto(&out.Metadata)
  218. }
  219. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretTemplate.
  220. func (in *ExternalSecretTemplate) DeepCopy() *ExternalSecretTemplate {
  221. if in == nil {
  222. return nil
  223. }
  224. out := new(ExternalSecretTemplate)
  225. in.DeepCopyInto(out)
  226. return out
  227. }
  228. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  229. func (in *ExternalSecretTemplateMetadata) DeepCopyInto(out *ExternalSecretTemplateMetadata) {
  230. *out = *in
  231. if in.Annotations != nil {
  232. in, out := &in.Annotations, &out.Annotations
  233. *out = make(map[string]string, len(*in))
  234. for key, val := range *in {
  235. (*out)[key] = val
  236. }
  237. }
  238. if in.Labels != nil {
  239. in, out := &in.Labels, &out.Labels
  240. *out = make(map[string]string, len(*in))
  241. for key, val := range *in {
  242. (*out)[key] = val
  243. }
  244. }
  245. }
  246. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalSecretTemplateMetadata.
  247. func (in *ExternalSecretTemplateMetadata) DeepCopy() *ExternalSecretTemplateMetadata {
  248. if in == nil {
  249. return nil
  250. }
  251. out := new(ExternalSecretTemplateMetadata)
  252. in.DeepCopyInto(out)
  253. return out
  254. }
  255. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  256. func (in *SecretKeySelector) DeepCopyInto(out *SecretKeySelector) {
  257. *out = *in
  258. if in.Namespace != nil {
  259. in, out := &in.Namespace, &out.Namespace
  260. *out = new(string)
  261. **out = **in
  262. }
  263. }
  264. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretKeySelector.
  265. func (in *SecretKeySelector) DeepCopy() *SecretKeySelector {
  266. if in == nil {
  267. return nil
  268. }
  269. out := new(SecretKeySelector)
  270. in.DeepCopyInto(out)
  271. return out
  272. }
  273. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  274. func (in *SecretStore) DeepCopyInto(out *SecretStore) {
  275. *out = *in
  276. out.TypeMeta = in.TypeMeta
  277. in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
  278. in.Spec.DeepCopyInto(&out.Spec)
  279. in.Status.DeepCopyInto(&out.Status)
  280. }
  281. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStore.
  282. func (in *SecretStore) DeepCopy() *SecretStore {
  283. if in == nil {
  284. return nil
  285. }
  286. out := new(SecretStore)
  287. in.DeepCopyInto(out)
  288. return out
  289. }
  290. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  291. func (in *SecretStore) DeepCopyObject() runtime.Object {
  292. if c := in.DeepCopy(); c != nil {
  293. return c
  294. }
  295. return nil
  296. }
  297. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  298. func (in *SecretStoreList) DeepCopyInto(out *SecretStoreList) {
  299. *out = *in
  300. out.TypeMeta = in.TypeMeta
  301. in.ListMeta.DeepCopyInto(&out.ListMeta)
  302. if in.Items != nil {
  303. in, out := &in.Items, &out.Items
  304. *out = make([]SecretStore, len(*in))
  305. for i := range *in {
  306. (*in)[i].DeepCopyInto(&(*out)[i])
  307. }
  308. }
  309. }
  310. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreList.
  311. func (in *SecretStoreList) DeepCopy() *SecretStoreList {
  312. if in == nil {
  313. return nil
  314. }
  315. out := new(SecretStoreList)
  316. in.DeepCopyInto(out)
  317. return out
  318. }
  319. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  320. func (in *SecretStoreList) DeepCopyObject() runtime.Object {
  321. if c := in.DeepCopy(); c != nil {
  322. return c
  323. }
  324. return nil
  325. }
  326. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  327. func (in *SecretStoreProvider) DeepCopyInto(out *SecretStoreProvider) {
  328. *out = *in
  329. if in.AWSSM != nil {
  330. in, out := &in.AWSSM, &out.AWSSM
  331. *out = new(AWSSMProvider)
  332. (*in).DeepCopyInto(*out)
  333. }
  334. }
  335. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreProvider.
  336. func (in *SecretStoreProvider) DeepCopy() *SecretStoreProvider {
  337. if in == nil {
  338. return nil
  339. }
  340. out := new(SecretStoreProvider)
  341. in.DeepCopyInto(out)
  342. return out
  343. }
  344. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  345. func (in *SecretStoreRef) DeepCopyInto(out *SecretStoreRef) {
  346. *out = *in
  347. }
  348. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreRef.
  349. func (in *SecretStoreRef) DeepCopy() *SecretStoreRef {
  350. if in == nil {
  351. return nil
  352. }
  353. out := new(SecretStoreRef)
  354. in.DeepCopyInto(out)
  355. return out
  356. }
  357. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  358. func (in *SecretStoreSpec) DeepCopyInto(out *SecretStoreSpec) {
  359. *out = *in
  360. if in.Provider != nil {
  361. in, out := &in.Provider, &out.Provider
  362. *out = new(SecretStoreProvider)
  363. (*in).DeepCopyInto(*out)
  364. }
  365. }
  366. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreSpec.
  367. func (in *SecretStoreSpec) DeepCopy() *SecretStoreSpec {
  368. if in == nil {
  369. return nil
  370. }
  371. out := new(SecretStoreSpec)
  372. in.DeepCopyInto(out)
  373. return out
  374. }
  375. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  376. func (in *SecretStoreStatus) DeepCopyInto(out *SecretStoreStatus) {
  377. *out = *in
  378. if in.Conditions != nil {
  379. in, out := &in.Conditions, &out.Conditions
  380. *out = make([]SecretStoreStatusCondition, len(*in))
  381. for i := range *in {
  382. (*in)[i].DeepCopyInto(&(*out)[i])
  383. }
  384. }
  385. }
  386. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreStatus.
  387. func (in *SecretStoreStatus) DeepCopy() *SecretStoreStatus {
  388. if in == nil {
  389. return nil
  390. }
  391. out := new(SecretStoreStatus)
  392. in.DeepCopyInto(out)
  393. return out
  394. }
  395. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  396. func (in *SecretStoreStatusCondition) DeepCopyInto(out *SecretStoreStatusCondition) {
  397. *out = *in
  398. in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
  399. }
  400. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreStatusCondition.
  401. func (in *SecretStoreStatusCondition) DeepCopy() *SecretStoreStatusCondition {
  402. if in == nil {
  403. return nil
  404. }
  405. out := new(SecretStoreStatusCondition)
  406. in.DeepCopyInto(out)
  407. return out
  408. }