zz_generated.deepcopy.go 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. // +build !ignore_autogenerated
  2. /*
  3. Copyright The Kubernetes Authors.
  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 deepcopy-gen. DO NOT EDIT.
  15. package testing
  16. import (
  17. runtime "k8s.io/apimachinery/pkg/runtime"
  18. )
  19. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  20. func (in *ExternalNamespacedType) DeepCopyInto(out *ExternalNamespacedType) {
  21. *out = *in
  22. return
  23. }
  24. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalNamespacedType.
  25. func (in *ExternalNamespacedType) DeepCopy() *ExternalNamespacedType {
  26. if in == nil {
  27. return nil
  28. }
  29. out := new(ExternalNamespacedType)
  30. in.DeepCopyInto(out)
  31. return out
  32. }
  33. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  34. func (in *ExternalNamespacedType) DeepCopyObject() runtime.Object {
  35. if c := in.DeepCopy(); c != nil {
  36. return c
  37. }
  38. return nil
  39. }
  40. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  41. func (in *ExternalNamespacedType2) DeepCopyInto(out *ExternalNamespacedType2) {
  42. *out = *in
  43. return
  44. }
  45. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalNamespacedType2.
  46. func (in *ExternalNamespacedType2) DeepCopy() *ExternalNamespacedType2 {
  47. if in == nil {
  48. return nil
  49. }
  50. out := new(ExternalNamespacedType2)
  51. in.DeepCopyInto(out)
  52. return out
  53. }
  54. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  55. func (in *ExternalNamespacedType2) DeepCopyObject() runtime.Object {
  56. if c := in.DeepCopy(); c != nil {
  57. return c
  58. }
  59. return nil
  60. }
  61. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  62. func (in *ExternalType) DeepCopyInto(out *ExternalType) {
  63. *out = *in
  64. return
  65. }
  66. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalType.
  67. func (in *ExternalType) DeepCopy() *ExternalType {
  68. if in == nil {
  69. return nil
  70. }
  71. out := new(ExternalType)
  72. in.DeepCopyInto(out)
  73. return out
  74. }
  75. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  76. func (in *ExternalType) DeepCopyObject() runtime.Object {
  77. if c := in.DeepCopy(); c != nil {
  78. return c
  79. }
  80. return nil
  81. }
  82. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  83. func (in *ExternalType2) DeepCopyInto(out *ExternalType2) {
  84. *out = *in
  85. return
  86. }
  87. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalType2.
  88. func (in *ExternalType2) DeepCopy() *ExternalType2 {
  89. if in == nil {
  90. return nil
  91. }
  92. out := new(ExternalType2)
  93. in.DeepCopyInto(out)
  94. return out
  95. }
  96. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  97. func (in *ExternalType2) DeepCopyObject() runtime.Object {
  98. if c := in.DeepCopy(); c != nil {
  99. return c
  100. }
  101. return nil
  102. }
  103. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  104. func (in *InternalNamespacedType) DeepCopyInto(out *InternalNamespacedType) {
  105. *out = *in
  106. return
  107. }
  108. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InternalNamespacedType.
  109. func (in *InternalNamespacedType) DeepCopy() *InternalNamespacedType {
  110. if in == nil {
  111. return nil
  112. }
  113. out := new(InternalNamespacedType)
  114. in.DeepCopyInto(out)
  115. return out
  116. }
  117. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  118. func (in *InternalNamespacedType) DeepCopyObject() runtime.Object {
  119. if c := in.DeepCopy(); c != nil {
  120. return c
  121. }
  122. return nil
  123. }
  124. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
  125. func (in *InternalType) DeepCopyInto(out *InternalType) {
  126. *out = *in
  127. return
  128. }
  129. // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InternalType.
  130. func (in *InternalType) DeepCopy() *InternalType {
  131. if in == nil {
  132. return nil
  133. }
  134. out := new(InternalType)
  135. in.DeepCopyInto(out)
  136. return out
  137. }
  138. // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
  139. func (in *InternalType) DeepCopyObject() runtime.Object {
  140. if c := in.DeepCopy(); c != nil {
  141. return c
  142. }
  143. return nil
  144. }