Run hack/update-all.sh

This commit is contained in:
jennybuckley
2018-02-26 17:16:14 -08:00
parent 5dd19232a0
commit c8dacd8e63
1366 changed files with 3125 additions and 1707 deletions

View File

@@ -16,7 +16,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// This file was autogenerated by deepcopy-gen. Do not edit it manually!
// Code generated by deepcopy-gen. DO NOT EDIT.
package testing
@@ -44,9 +44,8 @@ func (in *ExternalNamespacedType) DeepCopy() *ExternalNamespacedType {
func (in *ExternalNamespacedType) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
} else {
return nil
}
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
@@ -69,9 +68,8 @@ func (in *ExternalNamespacedType2) DeepCopy() *ExternalNamespacedType2 {
func (in *ExternalNamespacedType2) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
} else {
return nil
}
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
@@ -94,9 +92,8 @@ func (in *ExternalType) DeepCopy() *ExternalType {
func (in *ExternalType) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
} else {
return nil
}
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
@@ -119,9 +116,8 @@ func (in *ExternalType2) DeepCopy() *ExternalType2 {
func (in *ExternalType2) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
} else {
return nil
}
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
@@ -144,9 +140,8 @@ func (in *InternalNamespacedType) DeepCopy() *InternalNamespacedType {
func (in *InternalNamespacedType) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
} else {
return nil
}
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
@@ -169,7 +164,6 @@ func (in *InternalType) DeepCopy() *InternalType {
func (in *InternalType) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
} else {
return nil
}
return nil
}