This commit is contained in:
Di Xu
2017-08-18 11:07:35 +08:00
parent 85602fd542
commit b36320beb1
26 changed files with 483 additions and 483 deletions

View File

@@ -456,7 +456,7 @@ func (in *DaemonSetStatus) DeepCopyInto(out *DaemonSetStatus) {
if *in == nil {
*out = nil
} else {
*out = new(int64)
*out = new(int32)
**out = **in
}
}
@@ -682,7 +682,7 @@ func (in *DeploymentStatus) DeepCopyInto(out *DeploymentStatus) {
if *in == nil {
*out = nil
} else {
*out = new(int64)
*out = new(int32)
**out = **in
}
}