zz_generated.deepcopy.go 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  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 *SecretStore) DeepCopyInto(out *SecretStore) {
  257. *out = *in
  258. out.TypeMeta = in.TypeMeta
  259. in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
  260. in.Spec.DeepCopyInto(&out.Spec)
  261. in.Status.DeepCopyInto(&out.Status)
  262. }
  263. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStore.
  264. func (in *SecretStore) DeepCopy() *SecretStore {
  265. if in == nil {
  266. return nil
  267. }
  268. out := new(SecretStore)
  269. in.DeepCopyInto(out)
  270. return out
  271. }
  272. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  273. func (in *SecretStore) DeepCopyObject() runtime.Object {
  274. if c := in.DeepCopy(); c != nil {
  275. return c
  276. }
  277. return nil
  278. }
  279. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  280. func (in *SecretStoreList) DeepCopyInto(out *SecretStoreList) {
  281. *out = *in
  282. out.TypeMeta = in.TypeMeta
  283. in.ListMeta.DeepCopyInto(&out.ListMeta)
  284. if in.Items != nil {
  285. in, out := &in.Items, &out.Items
  286. *out = make([]SecretStore, len(*in))
  287. for i := range *in {
  288. (*in)[i].DeepCopyInto(&(*out)[i])
  289. }
  290. }
  291. }
  292. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreList.
  293. func (in *SecretStoreList) DeepCopy() *SecretStoreList {
  294. if in == nil {
  295. return nil
  296. }
  297. out := new(SecretStoreList)
  298. in.DeepCopyInto(out)
  299. return out
  300. }
  301. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  302. func (in *SecretStoreList) DeepCopyObject() runtime.Object {
  303. if c := in.DeepCopy(); c != nil {
  304. return c
  305. }
  306. return nil
  307. }
  308. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  309. func (in *SecretStoreProvider) DeepCopyInto(out *SecretStoreProvider) {
  310. *out = *in
  311. if in.AWSSM != nil {
  312. in, out := &in.AWSSM, &out.AWSSM
  313. *out = new(AWSSMProvider)
  314. (*in).DeepCopyInto(*out)
  315. }
  316. }
  317. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreProvider.
  318. func (in *SecretStoreProvider) DeepCopy() *SecretStoreProvider {
  319. if in == nil {
  320. return nil
  321. }
  322. out := new(SecretStoreProvider)
  323. in.DeepCopyInto(out)
  324. return out
  325. }
  326. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  327. func (in *SecretStoreRef) DeepCopyInto(out *SecretStoreRef) {
  328. *out = *in
  329. }
  330. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreRef.
  331. func (in *SecretStoreRef) DeepCopy() *SecretStoreRef {
  332. if in == nil {
  333. return nil
  334. }
  335. out := new(SecretStoreRef)
  336. in.DeepCopyInto(out)
  337. return out
  338. }
  339. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  340. func (in *SecretStoreSpec) DeepCopyInto(out *SecretStoreSpec) {
  341. *out = *in
  342. if in.Provider != nil {
  343. in, out := &in.Provider, &out.Provider
  344. *out = new(SecretStoreProvider)
  345. (*in).DeepCopyInto(*out)
  346. }
  347. }
  348. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreSpec.
  349. func (in *SecretStoreSpec) DeepCopy() *SecretStoreSpec {
  350. if in == nil {
  351. return nil
  352. }
  353. out := new(SecretStoreSpec)
  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 *SecretStoreStatus) DeepCopyInto(out *SecretStoreStatus) {
  359. *out = *in
  360. if in.Conditions != nil {
  361. in, out := &in.Conditions, &out.Conditions
  362. *out = make([]SecretStoreStatusCondition, len(*in))
  363. for i := range *in {
  364. (*in)[i].DeepCopyInto(&(*out)[i])
  365. }
  366. }
  367. }
  368. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreStatus.
  369. func (in *SecretStoreStatus) DeepCopy() *SecretStoreStatus {
  370. if in == nil {
  371. return nil
  372. }
  373. out := new(SecretStoreStatus)
  374. in.DeepCopyInto(out)
  375. return out
  376. }
  377. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  378. func (in *SecretStoreStatusCondition) DeepCopyInto(out *SecretStoreStatusCondition) {
  379. *out = *in
  380. in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
  381. }
  382. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretStoreStatusCondition.
  383. func (in *SecretStoreStatusCondition) DeepCopy() *SecretStoreStatusCondition {
  384. if in == nil {
  385. return nil
  386. }
  387. out := new(SecretStoreStatusCondition)
  388. in.DeepCopyInto(out)
  389. return out
  390. }