1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

run hack/update-generated-deep-copies.sh

This commit is contained in:
Mike Dame
2021-12-06 09:56:57 -05:00
parent 2f7c496944
commit 4fa7bf978c
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ import (
func (in *DeschedulerConfiguration) DeepCopyInto(out *DeschedulerConfiguration) {
*out = *in
out.TypeMeta = in.TypeMeta
out.Logging = in.Logging
in.Logging.DeepCopyInto(&out.Logging)
return
}

View File

@@ -29,7 +29,7 @@ import (
func (in *DeschedulerConfiguration) DeepCopyInto(out *DeschedulerConfiguration) {
*out = *in
out.TypeMeta = in.TypeMeta
out.Logging = in.Logging
in.Logging.DeepCopyInto(&out.Logging)
return
}