generated: Unsafe conversions

This commit is contained in:
Clayton Coleman
2016-10-18 23:55:56 -04:00
parent 2b1790cc5f
commit d1c39c0a76
27 changed files with 1918 additions and 5134 deletions

View File

@@ -26573,7 +26573,7 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec
if r.TryDecodeAsNil() {
x.Weight = 0
} else {
x.Weight = int(r.DecodeInt(codecSelferBitsize1234))
x.Weight = int32(r.DecodeInt(32))
}
case "podAffinityTerm":
if r.TryDecodeAsNil() {
@@ -26610,7 +26610,7 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.D
if r.TryDecodeAsNil() {
x.Weight = 0
} else {
x.Weight = int(r.DecodeInt(codecSelferBitsize1234))
x.Weight = int32(r.DecodeInt(32))
}
yyj1969++
if yyhl1969 {