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

@@ -278,7 +278,7 @@ func (in *StatefulSetStatus) DeepCopyInto(out *StatefulSetStatus) {
if *in == nil {
*out = nil
} else {
*out = new(int64)
*out = new(int32)
**out = **in
}
}