traefik/vendor/k8s.io/client-go/pkg/apis/batch/v1/types.generated.go

2550 lines
60 KiB
Go
Raw Normal View History

2017-02-07 21:33:23 +00:00
/*
Copyright 2016 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
// ************************************************************
// DO NOT EDIT.
// THIS FILE IS AUTO-GENERATED BY codecgen.
// ************************************************************
package v1
import (
"errors"
"fmt"
codec1978 "github.com/ugorji/go/codec"
2017-04-07 10:49:53 +00:00
pkg4_resource "k8s.io/client-go/pkg/api/resource"
pkg1_unversioned "k8s.io/client-go/pkg/api/unversioned"
pkg2_v1 "k8s.io/client-go/pkg/api/v1"
pkg3_types "k8s.io/client-go/pkg/types"
pkg5_intstr "k8s.io/client-go/pkg/util/intstr"
2017-02-07 21:33:23 +00:00
"reflect"
"runtime"
time "time"
)
const (
// ----- content types ----
codecSelferC_UTF81234 = 1
codecSelferC_RAW1234 = 0
// ----- value types used ----
codecSelferValueTypeArray1234 = 10
codecSelferValueTypeMap1234 = 9
// ----- containerStateValues ----
codecSelfer_containerMapKey1234 = 2
codecSelfer_containerMapValue1234 = 3
codecSelfer_containerMapEnd1234 = 4
codecSelfer_containerArrayElem1234 = 6
codecSelfer_containerArrayEnd1234 = 7
)
var (
codecSelferBitsize1234 = uint8(reflect.TypeOf(uint(0)).Bits())
codecSelferOnlyMapOrArrayEncodeToStructErr1234 = errors.New(`only encoded map or array can be decoded into a struct`)
)
type codecSelfer1234 struct{}
func init() {
if codec1978.GenVersion != 5 {
_, file, _, _ := runtime.Caller(0)
err := fmt.Errorf("codecgen version mismatch: current: %v, need %v. Re-generate file: %v",
5, codec1978.GenVersion, file)
panic(err)
}
if false { // reference the types, but skip this branch at build/run time
var v0 pkg4_resource.Quantity
var v1 pkg1_unversioned.TypeMeta
var v2 pkg2_v1.ObjectMeta
var v3 pkg3_types.UID
var v4 pkg5_intstr.IntOrString
var v5 time.Time
_, _, _, _, _, _ = v0, v1, v2, v3, v4, v5
}
}
func (x *Job) CodecEncodeSelf(e *codec1978.Encoder) {
var h codecSelfer1234
z, r := codec1978.GenHelperEncoder(e)
_, _, _ = h, z, r
if x == nil {
r.EncodeNil()
} else {
yym1 := z.EncBinary()
_ = yym1
if false {
} else if z.HasExtensions() && z.EncExt(x) {
} else {
yysep2 := !z.EncBinary()
yy2arr2 := z.EncBasicHandle().StructToArray
var yyq2 [5]bool
_, _, _ = yysep2, yyq2, yy2arr2
const yyr2 bool = false
yyq2[0] = x.Kind != ""
yyq2[1] = x.APIVersion != ""
yyq2[2] = true
yyq2[3] = true
yyq2[4] = true
var yynn2 int
if yyr2 || yy2arr2 {
r.EncodeArrayStart(5)
} else {
yynn2 = 0
for _, b := range yyq2 {
if b {
yynn2++
}
}
r.EncodeMapStart(yynn2)
yynn2 = 0
}
if yyr2 || yy2arr2 {
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
if yyq2[0] {
yym4 := z.EncBinary()
_ = yym4
if false {
} else {
r.EncodeString(codecSelferC_UTF81234, string(x.Kind))
}
} else {
r.EncodeString(codecSelferC_UTF81234, "")
}
} else {
if yyq2[0] {
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("kind"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
yym5 := z.EncBinary()
_ = yym5
if false {
} else {
r.EncodeString(codecSelferC_UTF81234, string(x.Kind))
}
}
}
if yyr2 || yy2arr2 {
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
if yyq2[1] {
yym7 := z.EncBinary()
_ = yym7
if false {
} else {
r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion))
}
} else {
r.EncodeString(codecSelferC_UTF81234, "")
}
} else {
if yyq2[1] {
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("apiVersion"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
yym8 := z.EncBinary()
_ = yym8
if false {
} else {
r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion))
}
}
}
if yyr2 || yy2arr2 {
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
if yyq2[2] {
yy10 := &x.ObjectMeta
yy10.CodecEncodeSelf(e)
} else {
r.EncodeNil()
}
} else {
if yyq2[2] {
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("metadata"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
yy11 := &x.ObjectMeta
yy11.CodecEncodeSelf(e)
}
}
if yyr2 || yy2arr2 {
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
if yyq2[3] {
yy13 := &x.Spec
yy13.CodecEncodeSelf(e)
} else {
r.EncodeNil()
}
} else {
if yyq2[3] {
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("spec"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
yy14 := &x.Spec
yy14.CodecEncodeSelf(e)
}
}
if yyr2 || yy2arr2 {
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
if yyq2[4] {
yy16 := &x.Status
yy16.CodecEncodeSelf(e)
} else {
r.EncodeNil()
}
} else {
if yyq2[4] {
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("status"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
yy17 := &x.Status
yy17.CodecEncodeSelf(e)
}
}
if yyr2 || yy2arr2 {
z.EncSendContainerState(codecSelfer_containerArrayEnd1234)
} else {
z.EncSendContainerState(codecSelfer_containerMapEnd1234)
}
}
}
}
func (x *Job) CodecDecodeSelf(d *codec1978.Decoder) {
var h codecSelfer1234
z, r := codec1978.GenHelperDecoder(d)
_, _, _ = h, z, r
yym18 := z.DecBinary()
_ = yym18
if false {
} else if z.HasExtensions() && z.DecExt(x) {
} else {
yyct19 := r.ContainerType()
if yyct19 == codecSelferValueTypeMap1234 {
yyl19 := r.ReadMapStart()
if yyl19 == 0 {
z.DecSendContainerState(codecSelfer_containerMapEnd1234)
} else {
x.codecDecodeSelfFromMap(yyl19, d)
}
} else if yyct19 == codecSelferValueTypeArray1234 {
yyl19 := r.ReadArrayStart()
if yyl19 == 0 {
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
} else {
x.codecDecodeSelfFromArray(yyl19, d)
}
} else {
panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234)
}
}
}
func (x *Job) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) {
var h codecSelfer1234
z, r := codec1978.GenHelperDecoder(d)
_, _, _ = h, z, r
var yys20Slc = z.DecScratchBuffer() // default slice to decode into
_ = yys20Slc
var yyhl20 bool = l >= 0
for yyj20 := 0; ; yyj20++ {
if yyhl20 {
if yyj20 >= l {
break
}
} else {
if r.CheckBreak() {
break
}
}
z.DecSendContainerState(codecSelfer_containerMapKey1234)
yys20Slc = r.DecodeBytes(yys20Slc, true, true)
yys20 := string(yys20Slc)
z.DecSendContainerState(codecSelfer_containerMapValue1234)
switch yys20 {
case "kind":
if r.TryDecodeAsNil() {
x.Kind = ""
} else {
x.Kind = string(r.DecodeString())
}
case "apiVersion":
if r.TryDecodeAsNil() {
x.APIVersion = ""
} else {
x.APIVersion = string(r.DecodeString())
}
case "metadata":
if r.TryDecodeAsNil() {
x.ObjectMeta = pkg2_v1.ObjectMeta{}
} else {
yyv23 := &x.ObjectMeta
yyv23.CodecDecodeSelf(d)
}
case "spec":
if r.TryDecodeAsNil() {
x.Spec = JobSpec{}
} else {
yyv24 := &x.Spec
yyv24.CodecDecodeSelf(d)
}
case "status":
if r.TryDecodeAsNil() {
x.Status = JobStatus{}
} else {
yyv25 := &x.Status
yyv25.CodecDecodeSelf(d)
}
default:
z.DecStructFieldNotFound(-1, yys20)
} // end switch yys20
} // end for yyj20
z.DecSendContainerState(codecSelfer_containerMapEnd1234)
}
func (x *Job) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) {
var h codecSelfer1234
z, r := codec1978.GenHelperDecoder(d)
_, _, _ = h, z, r
var yyj26 int
var yyb26 bool
var yyhl26 bool = l >= 0
yyj26++
if yyhl26 {
yyb26 = yyj26 > l
} else {
yyb26 = r.CheckBreak()
}
if yyb26 {
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
x.Kind = ""
} else {
x.Kind = string(r.DecodeString())
}
yyj26++
if yyhl26 {
yyb26 = yyj26 > l
} else {
yyb26 = r.CheckBreak()
}
if yyb26 {
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
x.APIVersion = ""
} else {
x.APIVersion = string(r.DecodeString())
}
yyj26++
if yyhl26 {
yyb26 = yyj26 > l
} else {
yyb26 = r.CheckBreak()
}
if yyb26 {
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
x.ObjectMeta = pkg2_v1.ObjectMeta{}
} else {
yyv29 := &x.ObjectMeta
yyv29.CodecDecodeSelf(d)
}
yyj26++
if yyhl26 {
yyb26 = yyj26 > l
} else {
yyb26 = r.CheckBreak()
}
if yyb26 {
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
x.Spec = JobSpec{}
} else {
yyv30 := &x.Spec
yyv30.CodecDecodeSelf(d)
}
yyj26++
if yyhl26 {
yyb26 = yyj26 > l
} else {
yyb26 = r.CheckBreak()
}
if yyb26 {
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
x.Status = JobStatus{}
} else {
yyv31 := &x.Status
yyv31.CodecDecodeSelf(d)
}
for {
yyj26++
if yyhl26 {
yyb26 = yyj26 > l
} else {
yyb26 = r.CheckBreak()
}
if yyb26 {
break
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
z.DecStructFieldNotFound(yyj26-1, "")
}
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
}
func (x *JobList) CodecEncodeSelf(e *codec1978.Encoder) {
var h codecSelfer1234
z, r := codec1978.GenHelperEncoder(e)
_, _, _ = h, z, r
if x == nil {
r.EncodeNil()
} else {
yym32 := z.EncBinary()
_ = yym32
if false {
} else if z.HasExtensions() && z.EncExt(x) {
} else {
yysep33 := !z.EncBinary()
yy2arr33 := z.EncBasicHandle().StructToArray
var yyq33 [4]bool
_, _, _ = yysep33, yyq33, yy2arr33
const yyr33 bool = false
yyq33[0] = x.Kind != ""
yyq33[1] = x.APIVersion != ""
yyq33[2] = true
var yynn33 int
if yyr33 || yy2arr33 {
r.EncodeArrayStart(4)
} else {
yynn33 = 1
for _, b := range yyq33 {
if b {
yynn33++
}
}
r.EncodeMapStart(yynn33)
yynn33 = 0
}
if yyr33 || yy2arr33 {
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
if yyq33[0] {
yym35 := z.EncBinary()
_ = yym35
if false {
} else {
r.EncodeString(codecSelferC_UTF81234, string(x.Kind))
}
} else {
r.EncodeString(codecSelferC_UTF81234, "")
}
} else {
if yyq33[0] {
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("kind"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
yym36 := z.EncBinary()
_ = yym36
if false {
} else {
r.EncodeString(codecSelferC_UTF81234, string(x.Kind))
}
}
}
if yyr33 || yy2arr33 {
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
if yyq33[1] {
yym38 := z.EncBinary()
_ = yym38
if false {
} else {
r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion))
}
} else {
r.EncodeString(codecSelferC_UTF81234, "")
}
} else {
if yyq33[1] {
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("apiVersion"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
yym39 := z.EncBinary()
_ = yym39
if false {
} else {
r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion))
}
}
}
if yyr33 || yy2arr33 {
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
if yyq33[2] {
yy41 := &x.ListMeta
yym42 := z.EncBinary()
_ = yym42
if false {
} else if z.HasExtensions() && z.EncExt(yy41) {
} else {
z.EncFallback(yy41)
}
} else {
r.EncodeNil()
}
} else {
if yyq33[2] {
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("metadata"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
yy43 := &x.ListMeta
yym44 := z.EncBinary()
_ = yym44
if false {
} else if z.HasExtensions() && z.EncExt(yy43) {
} else {
z.EncFallback(yy43)
}
}
}
if yyr33 || yy2arr33 {
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
if x.Items == nil {
r.EncodeNil()
} else {
yym46 := z.EncBinary()
_ = yym46
if false {
} else {
h.encSliceJob(([]Job)(x.Items), e)
}
}
} else {
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("items"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
if x.Items == nil {
r.EncodeNil()
} else {
yym47 := z.EncBinary()
_ = yym47
if false {
} else {
h.encSliceJob(([]Job)(x.Items), e)
}
}
}
if yyr33 || yy2arr33 {
z.EncSendContainerState(codecSelfer_containerArrayEnd1234)
} else {
z.EncSendContainerState(codecSelfer_containerMapEnd1234)
}
}
}
}
func (x *JobList) CodecDecodeSelf(d *codec1978.Decoder) {
var h codecSelfer1234
z, r := codec1978.GenHelperDecoder(d)
_, _, _ = h, z, r
yym48 := z.DecBinary()
_ = yym48
if false {
} else if z.HasExtensions() && z.DecExt(x) {
} else {
yyct49 := r.ContainerType()
if yyct49 == codecSelferValueTypeMap1234 {
yyl49 := r.ReadMapStart()
if yyl49 == 0 {
z.DecSendContainerState(codecSelfer_containerMapEnd1234)
} else {
x.codecDecodeSelfFromMap(yyl49, d)
}
} else if yyct49 == codecSelferValueTypeArray1234 {
yyl49 := r.ReadArrayStart()
if yyl49 == 0 {
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
} else {
x.codecDecodeSelfFromArray(yyl49, d)
}
} else {
panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234)
}
}
}
func (x *JobList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) {
var h codecSelfer1234
z, r := codec1978.GenHelperDecoder(d)
_, _, _ = h, z, r
var yys50Slc = z.DecScratchBuffer() // default slice to decode into
_ = yys50Slc
var yyhl50 bool = l >= 0
for yyj50 := 0; ; yyj50++ {
if yyhl50 {
if yyj50 >= l {
break
}
} else {
if r.CheckBreak() {
break
}
}
z.DecSendContainerState(codecSelfer_containerMapKey1234)
yys50Slc = r.DecodeBytes(yys50Slc, true, true)
yys50 := string(yys50Slc)
z.DecSendContainerState(codecSelfer_containerMapValue1234)
switch yys50 {
case "kind":
if r.TryDecodeAsNil() {
x.Kind = ""
} else {
x.Kind = string(r.DecodeString())
}
case "apiVersion":
if r.TryDecodeAsNil() {
x.APIVersion = ""
} else {
x.APIVersion = string(r.DecodeString())
}
case "metadata":
if r.TryDecodeAsNil() {
x.ListMeta = pkg1_unversioned.ListMeta{}
} else {
yyv53 := &x.ListMeta
yym54 := z.DecBinary()
_ = yym54
if false {
} else if z.HasExtensions() && z.DecExt(yyv53) {
} else {
z.DecFallback(yyv53, false)
}
}
case "items":
if r.TryDecodeAsNil() {
x.Items = nil
} else {
yyv55 := &x.Items
yym56 := z.DecBinary()
_ = yym56
if false {
} else {
h.decSliceJob((*[]Job)(yyv55), d)
}
}
default:
z.DecStructFieldNotFound(-1, yys50)
} // end switch yys50
} // end for yyj50
z.DecSendContainerState(codecSelfer_containerMapEnd1234)
}
func (x *JobList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) {
var h codecSelfer1234
z, r := codec1978.GenHelperDecoder(d)
_, _, _ = h, z, r
var yyj57 int
var yyb57 bool
var yyhl57 bool = l >= 0
yyj57++
if yyhl57 {
yyb57 = yyj57 > l
} else {
yyb57 = r.CheckBreak()
}
if yyb57 {
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
x.Kind = ""
} else {
x.Kind = string(r.DecodeString())
}
yyj57++
if yyhl57 {
yyb57 = yyj57 > l
} else {
yyb57 = r.CheckBreak()
}
if yyb57 {
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
x.APIVersion = ""
} else {
x.APIVersion = string(r.DecodeString())
}
yyj57++
if yyhl57 {
yyb57 = yyj57 > l
} else {
yyb57 = r.CheckBreak()
}
if yyb57 {
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
x.ListMeta = pkg1_unversioned.ListMeta{}
} else {
yyv60 := &x.ListMeta
yym61 := z.DecBinary()
_ = yym61
if false {
} else if z.HasExtensions() && z.DecExt(yyv60) {
} else {
z.DecFallback(yyv60, false)
}
}
yyj57++
if yyhl57 {
yyb57 = yyj57 > l
} else {
yyb57 = r.CheckBreak()
}
if yyb57 {
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
x.Items = nil
} else {
yyv62 := &x.Items
yym63 := z.DecBinary()
_ = yym63
if false {
} else {
h.decSliceJob((*[]Job)(yyv62), d)
}
}
for {
yyj57++
if yyhl57 {
yyb57 = yyj57 > l
} else {
yyb57 = r.CheckBreak()
}
if yyb57 {
break
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
z.DecStructFieldNotFound(yyj57-1, "")
}
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
}
func (x *JobSpec) CodecEncodeSelf(e *codec1978.Encoder) {
var h codecSelfer1234
z, r := codec1978.GenHelperEncoder(e)
_, _, _ = h, z, r
if x == nil {
r.EncodeNil()
} else {
yym64 := z.EncBinary()
_ = yym64
if false {
} else if z.HasExtensions() && z.EncExt(x) {
} else {
yysep65 := !z.EncBinary()
yy2arr65 := z.EncBasicHandle().StructToArray
var yyq65 [6]bool
_, _, _ = yysep65, yyq65, yy2arr65
const yyr65 bool = false
yyq65[0] = x.Parallelism != nil
yyq65[1] = x.Completions != nil
yyq65[2] = x.ActiveDeadlineSeconds != nil
yyq65[3] = x.Selector != nil
yyq65[4] = x.ManualSelector != nil
var yynn65 int
if yyr65 || yy2arr65 {
r.EncodeArrayStart(6)
} else {
yynn65 = 1
for _, b := range yyq65 {
if b {
yynn65++
}
}
r.EncodeMapStart(yynn65)
yynn65 = 0
}
if yyr65 || yy2arr65 {
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
if yyq65[0] {
if x.Parallelism == nil {
r.EncodeNil()
} else {
yy67 := *x.Parallelism
yym68 := z.EncBinary()
_ = yym68
if false {
} else {
r.EncodeInt(int64(yy67))
}
}
} else {
r.EncodeNil()
}
} else {
if yyq65[0] {
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("parallelism"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
if x.Parallelism == nil {
r.EncodeNil()
} else {
yy69 := *x.Parallelism
yym70 := z.EncBinary()
_ = yym70
if false {
} else {
r.EncodeInt(int64(yy69))
}
}
}
}
if yyr65 || yy2arr65 {
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
if yyq65[1] {
if x.Completions == nil {
r.EncodeNil()
} else {
yy72 := *x.Completions
yym73 := z.EncBinary()
_ = yym73
if false {
} else {
r.EncodeInt(int64(yy72))
}
}
} else {
r.EncodeNil()
}
} else {
if yyq65[1] {
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("completions"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
if x.Completions == nil {
r.EncodeNil()
} else {
yy74 := *x.Completions
yym75 := z.EncBinary()
_ = yym75
if false {
} else {
r.EncodeInt(int64(yy74))
}
}
}
}
if yyr65 || yy2arr65 {
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
if yyq65[2] {
if x.ActiveDeadlineSeconds == nil {
r.EncodeNil()
} else {
yy77 := *x.ActiveDeadlineSeconds
yym78 := z.EncBinary()
_ = yym78
if false {
} else {
r.EncodeInt(int64(yy77))
}
}
} else {
r.EncodeNil()
}
} else {
if yyq65[2] {
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("activeDeadlineSeconds"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
if x.ActiveDeadlineSeconds == nil {
r.EncodeNil()
} else {
yy79 := *x.ActiveDeadlineSeconds
yym80 := z.EncBinary()
_ = yym80
if false {
} else {
r.EncodeInt(int64(yy79))
}
}
}
}
if yyr65 || yy2arr65 {
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
if yyq65[3] {
if x.Selector == nil {
r.EncodeNil()
} else {
2017-04-07 10:49:53 +00:00
yym82 := z.EncBinary()
_ = yym82
if false {
} else if z.HasExtensions() && z.EncExt(x.Selector) {
} else {
z.EncFallback(x.Selector)
}
2017-02-07 21:33:23 +00:00
}
} else {
r.EncodeNil()
}
} else {
if yyq65[3] {
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("selector"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
if x.Selector == nil {
r.EncodeNil()
} else {
2017-04-07 10:49:53 +00:00
yym83 := z.EncBinary()
_ = yym83
if false {
} else if z.HasExtensions() && z.EncExt(x.Selector) {
} else {
z.EncFallback(x.Selector)
}
2017-02-07 21:33:23 +00:00
}
}
}
if yyr65 || yy2arr65 {
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
if yyq65[4] {
if x.ManualSelector == nil {
r.EncodeNil()
} else {
2017-04-07 10:49:53 +00:00
yy85 := *x.ManualSelector
yym86 := z.EncBinary()
_ = yym86
2017-02-07 21:33:23 +00:00
if false {
} else {
2017-04-07 10:49:53 +00:00
r.EncodeBool(bool(yy85))
2017-02-07 21:33:23 +00:00
}
}
} else {
r.EncodeNil()
}
} else {
if yyq65[4] {
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("manualSelector"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
if x.ManualSelector == nil {
r.EncodeNil()
} else {
2017-04-07 10:49:53 +00:00
yy87 := *x.ManualSelector
yym88 := z.EncBinary()
_ = yym88
2017-02-07 21:33:23 +00:00
if false {
} else {
2017-04-07 10:49:53 +00:00
r.EncodeBool(bool(yy87))
2017-02-07 21:33:23 +00:00
}
}
}
}
if yyr65 || yy2arr65 {
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
2017-04-07 10:49:53 +00:00
yy90 := &x.Template
yy90.CodecEncodeSelf(e)
2017-02-07 21:33:23 +00:00
} else {
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("template"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
2017-04-07 10:49:53 +00:00
yy91 := &x.Template
yy91.CodecEncodeSelf(e)
2017-02-07 21:33:23 +00:00
}
if yyr65 || yy2arr65 {
z.EncSendContainerState(codecSelfer_containerArrayEnd1234)
} else {
z.EncSendContainerState(codecSelfer_containerMapEnd1234)
}
}
}
}
func (x *JobSpec) CodecDecodeSelf(d *codec1978.Decoder) {
var h codecSelfer1234
z, r := codec1978.GenHelperDecoder(d)
_, _, _ = h, z, r
2017-04-07 10:49:53 +00:00
yym92 := z.DecBinary()
_ = yym92
2017-02-07 21:33:23 +00:00
if false {
} else if z.HasExtensions() && z.DecExt(x) {
} else {
2017-04-07 10:49:53 +00:00
yyct93 := r.ContainerType()
if yyct93 == codecSelferValueTypeMap1234 {
yyl93 := r.ReadMapStart()
if yyl93 == 0 {
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerMapEnd1234)
} else {
2017-04-07 10:49:53 +00:00
x.codecDecodeSelfFromMap(yyl93, d)
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
} else if yyct93 == codecSelferValueTypeArray1234 {
yyl93 := r.ReadArrayStart()
if yyl93 == 0 {
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
} else {
2017-04-07 10:49:53 +00:00
x.codecDecodeSelfFromArray(yyl93, d)
2017-02-07 21:33:23 +00:00
}
} else {
panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234)
}
}
}
func (x *JobSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) {
var h codecSelfer1234
z, r := codec1978.GenHelperDecoder(d)
_, _, _ = h, z, r
2017-04-07 10:49:53 +00:00
var yys94Slc = z.DecScratchBuffer() // default slice to decode into
_ = yys94Slc
var yyhl94 bool = l >= 0
for yyj94 := 0; ; yyj94++ {
if yyhl94 {
if yyj94 >= l {
2017-02-07 21:33:23 +00:00
break
}
} else {
if r.CheckBreak() {
break
}
}
z.DecSendContainerState(codecSelfer_containerMapKey1234)
2017-04-07 10:49:53 +00:00
yys94Slc = r.DecodeBytes(yys94Slc, true, true)
yys94 := string(yys94Slc)
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerMapValue1234)
2017-04-07 10:49:53 +00:00
switch yys94 {
2017-02-07 21:33:23 +00:00
case "parallelism":
if r.TryDecodeAsNil() {
if x.Parallelism != nil {
x.Parallelism = nil
}
} else {
if x.Parallelism == nil {
x.Parallelism = new(int32)
}
2017-04-07 10:49:53 +00:00
yym96 := z.DecBinary()
_ = yym96
2017-02-07 21:33:23 +00:00
if false {
} else {
*((*int32)(x.Parallelism)) = int32(r.DecodeInt(32))
}
}
case "completions":
if r.TryDecodeAsNil() {
if x.Completions != nil {
x.Completions = nil
}
} else {
if x.Completions == nil {
x.Completions = new(int32)
}
2017-04-07 10:49:53 +00:00
yym98 := z.DecBinary()
_ = yym98
2017-02-07 21:33:23 +00:00
if false {
} else {
*((*int32)(x.Completions)) = int32(r.DecodeInt(32))
}
}
case "activeDeadlineSeconds":
if r.TryDecodeAsNil() {
if x.ActiveDeadlineSeconds != nil {
x.ActiveDeadlineSeconds = nil
}
} else {
if x.ActiveDeadlineSeconds == nil {
x.ActiveDeadlineSeconds = new(int64)
}
2017-04-07 10:49:53 +00:00
yym100 := z.DecBinary()
_ = yym100
2017-02-07 21:33:23 +00:00
if false {
} else {
*((*int64)(x.ActiveDeadlineSeconds)) = int64(r.DecodeInt(64))
}
}
case "selector":
if r.TryDecodeAsNil() {
if x.Selector != nil {
x.Selector = nil
}
} else {
if x.Selector == nil {
2017-04-07 10:49:53 +00:00
x.Selector = new(pkg1_unversioned.LabelSelector)
}
yym102 := z.DecBinary()
_ = yym102
if false {
} else if z.HasExtensions() && z.DecExt(x.Selector) {
} else {
z.DecFallback(x.Selector, false)
2017-02-07 21:33:23 +00:00
}
}
case "manualSelector":
if r.TryDecodeAsNil() {
if x.ManualSelector != nil {
x.ManualSelector = nil
}
} else {
if x.ManualSelector == nil {
x.ManualSelector = new(bool)
}
2017-04-07 10:49:53 +00:00
yym104 := z.DecBinary()
_ = yym104
2017-02-07 21:33:23 +00:00
if false {
} else {
*((*bool)(x.ManualSelector)) = r.DecodeBool()
}
}
case "template":
if r.TryDecodeAsNil() {
x.Template = pkg2_v1.PodTemplateSpec{}
} else {
2017-04-07 10:49:53 +00:00
yyv105 := &x.Template
yyv105.CodecDecodeSelf(d)
2017-02-07 21:33:23 +00:00
}
default:
2017-04-07 10:49:53 +00:00
z.DecStructFieldNotFound(-1, yys94)
} // end switch yys94
} // end for yyj94
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerMapEnd1234)
}
func (x *JobSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) {
var h codecSelfer1234
z, r := codec1978.GenHelperDecoder(d)
_, _, _ = h, z, r
2017-04-07 10:49:53 +00:00
var yyj106 int
var yyb106 bool
var yyhl106 bool = l >= 0
yyj106++
if yyhl106 {
yyb106 = yyj106 > l
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyb106 = r.CheckBreak()
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
if yyb106 {
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
if x.Parallelism != nil {
x.Parallelism = nil
}
} else {
if x.Parallelism == nil {
x.Parallelism = new(int32)
}
2017-04-07 10:49:53 +00:00
yym108 := z.DecBinary()
_ = yym108
2017-02-07 21:33:23 +00:00
if false {
} else {
*((*int32)(x.Parallelism)) = int32(r.DecodeInt(32))
}
}
2017-04-07 10:49:53 +00:00
yyj106++
if yyhl106 {
yyb106 = yyj106 > l
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyb106 = r.CheckBreak()
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
if yyb106 {
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
if x.Completions != nil {
x.Completions = nil
}
} else {
if x.Completions == nil {
x.Completions = new(int32)
}
2017-04-07 10:49:53 +00:00
yym110 := z.DecBinary()
_ = yym110
2017-02-07 21:33:23 +00:00
if false {
} else {
*((*int32)(x.Completions)) = int32(r.DecodeInt(32))
}
}
2017-04-07 10:49:53 +00:00
yyj106++
if yyhl106 {
yyb106 = yyj106 > l
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyb106 = r.CheckBreak()
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
if yyb106 {
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
if x.ActiveDeadlineSeconds != nil {
x.ActiveDeadlineSeconds = nil
}
} else {
if x.ActiveDeadlineSeconds == nil {
x.ActiveDeadlineSeconds = new(int64)
}
2017-04-07 10:49:53 +00:00
yym112 := z.DecBinary()
_ = yym112
2017-02-07 21:33:23 +00:00
if false {
} else {
*((*int64)(x.ActiveDeadlineSeconds)) = int64(r.DecodeInt(64))
}
}
2017-04-07 10:49:53 +00:00
yyj106++
if yyhl106 {
yyb106 = yyj106 > l
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyb106 = r.CheckBreak()
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
if yyb106 {
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
if x.Selector != nil {
x.Selector = nil
}
} else {
if x.Selector == nil {
2017-04-07 10:49:53 +00:00
x.Selector = new(pkg1_unversioned.LabelSelector)
}
yym114 := z.DecBinary()
_ = yym114
if false {
} else if z.HasExtensions() && z.DecExt(x.Selector) {
} else {
z.DecFallback(x.Selector, false)
2017-02-07 21:33:23 +00:00
}
}
2017-04-07 10:49:53 +00:00
yyj106++
if yyhl106 {
yyb106 = yyj106 > l
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyb106 = r.CheckBreak()
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
if yyb106 {
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
if x.ManualSelector != nil {
x.ManualSelector = nil
}
} else {
if x.ManualSelector == nil {
x.ManualSelector = new(bool)
}
2017-04-07 10:49:53 +00:00
yym116 := z.DecBinary()
_ = yym116
2017-02-07 21:33:23 +00:00
if false {
} else {
*((*bool)(x.ManualSelector)) = r.DecodeBool()
}
}
2017-04-07 10:49:53 +00:00
yyj106++
if yyhl106 {
yyb106 = yyj106 > l
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyb106 = r.CheckBreak()
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
if yyb106 {
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
x.Template = pkg2_v1.PodTemplateSpec{}
} else {
2017-04-07 10:49:53 +00:00
yyv117 := &x.Template
yyv117.CodecDecodeSelf(d)
2017-02-07 21:33:23 +00:00
}
for {
2017-04-07 10:49:53 +00:00
yyj106++
if yyhl106 {
yyb106 = yyj106 > l
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyb106 = r.CheckBreak()
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
if yyb106 {
2017-02-07 21:33:23 +00:00
break
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
2017-04-07 10:49:53 +00:00
z.DecStructFieldNotFound(yyj106-1, "")
2017-02-07 21:33:23 +00:00
}
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
}
func (x *JobStatus) CodecEncodeSelf(e *codec1978.Encoder) {
var h codecSelfer1234
z, r := codec1978.GenHelperEncoder(e)
_, _, _ = h, z, r
if x == nil {
r.EncodeNil()
} else {
2017-04-07 10:49:53 +00:00
yym118 := z.EncBinary()
_ = yym118
2017-02-07 21:33:23 +00:00
if false {
} else if z.HasExtensions() && z.EncExt(x) {
} else {
2017-04-07 10:49:53 +00:00
yysep119 := !z.EncBinary()
yy2arr119 := z.EncBasicHandle().StructToArray
var yyq119 [6]bool
_, _, _ = yysep119, yyq119, yy2arr119
const yyr119 bool = false
yyq119[0] = len(x.Conditions) != 0
yyq119[1] = x.StartTime != nil
yyq119[2] = x.CompletionTime != nil
yyq119[3] = x.Active != 0
yyq119[4] = x.Succeeded != 0
yyq119[5] = x.Failed != 0
var yynn119 int
if yyr119 || yy2arr119 {
2017-02-07 21:33:23 +00:00
r.EncodeArrayStart(6)
} else {
2017-04-07 10:49:53 +00:00
yynn119 = 0
for _, b := range yyq119 {
2017-02-07 21:33:23 +00:00
if b {
2017-04-07 10:49:53 +00:00
yynn119++
2017-02-07 21:33:23 +00:00
}
}
2017-04-07 10:49:53 +00:00
r.EncodeMapStart(yynn119)
yynn119 = 0
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
if yyr119 || yy2arr119 {
2017-02-07 21:33:23 +00:00
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
2017-04-07 10:49:53 +00:00
if yyq119[0] {
2017-02-07 21:33:23 +00:00
if x.Conditions == nil {
r.EncodeNil()
} else {
2017-04-07 10:49:53 +00:00
yym121 := z.EncBinary()
_ = yym121
2017-02-07 21:33:23 +00:00
if false {
} else {
h.encSliceJobCondition(([]JobCondition)(x.Conditions), e)
}
}
} else {
r.EncodeNil()
}
} else {
2017-04-07 10:49:53 +00:00
if yyq119[0] {
2017-02-07 21:33:23 +00:00
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("conditions"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
if x.Conditions == nil {
r.EncodeNil()
} else {
2017-04-07 10:49:53 +00:00
yym122 := z.EncBinary()
_ = yym122
2017-02-07 21:33:23 +00:00
if false {
} else {
h.encSliceJobCondition(([]JobCondition)(x.Conditions), e)
}
}
}
}
2017-04-07 10:49:53 +00:00
if yyr119 || yy2arr119 {
2017-02-07 21:33:23 +00:00
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
2017-04-07 10:49:53 +00:00
if yyq119[1] {
2017-02-07 21:33:23 +00:00
if x.StartTime == nil {
r.EncodeNil()
} else {
2017-04-07 10:49:53 +00:00
yym124 := z.EncBinary()
_ = yym124
2017-02-07 21:33:23 +00:00
if false {
} else if z.HasExtensions() && z.EncExt(x.StartTime) {
2017-04-07 10:49:53 +00:00
} else if yym124 {
2017-02-07 21:33:23 +00:00
z.EncBinaryMarshal(x.StartTime)
2017-04-07 10:49:53 +00:00
} else if !yym124 && z.IsJSONHandle() {
2017-02-07 21:33:23 +00:00
z.EncJSONMarshal(x.StartTime)
} else {
z.EncFallback(x.StartTime)
}
}
} else {
r.EncodeNil()
}
} else {
2017-04-07 10:49:53 +00:00
if yyq119[1] {
2017-02-07 21:33:23 +00:00
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("startTime"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
if x.StartTime == nil {
r.EncodeNil()
} else {
2017-04-07 10:49:53 +00:00
yym125 := z.EncBinary()
_ = yym125
2017-02-07 21:33:23 +00:00
if false {
} else if z.HasExtensions() && z.EncExt(x.StartTime) {
2017-04-07 10:49:53 +00:00
} else if yym125 {
2017-02-07 21:33:23 +00:00
z.EncBinaryMarshal(x.StartTime)
2017-04-07 10:49:53 +00:00
} else if !yym125 && z.IsJSONHandle() {
2017-02-07 21:33:23 +00:00
z.EncJSONMarshal(x.StartTime)
} else {
z.EncFallback(x.StartTime)
}
}
}
}
2017-04-07 10:49:53 +00:00
if yyr119 || yy2arr119 {
2017-02-07 21:33:23 +00:00
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
2017-04-07 10:49:53 +00:00
if yyq119[2] {
2017-02-07 21:33:23 +00:00
if x.CompletionTime == nil {
r.EncodeNil()
} else {
2017-04-07 10:49:53 +00:00
yym127 := z.EncBinary()
_ = yym127
2017-02-07 21:33:23 +00:00
if false {
} else if z.HasExtensions() && z.EncExt(x.CompletionTime) {
2017-04-07 10:49:53 +00:00
} else if yym127 {
2017-02-07 21:33:23 +00:00
z.EncBinaryMarshal(x.CompletionTime)
2017-04-07 10:49:53 +00:00
} else if !yym127 && z.IsJSONHandle() {
2017-02-07 21:33:23 +00:00
z.EncJSONMarshal(x.CompletionTime)
} else {
z.EncFallback(x.CompletionTime)
}
}
} else {
r.EncodeNil()
}
} else {
2017-04-07 10:49:53 +00:00
if yyq119[2] {
2017-02-07 21:33:23 +00:00
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("completionTime"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
if x.CompletionTime == nil {
r.EncodeNil()
} else {
2017-04-07 10:49:53 +00:00
yym128 := z.EncBinary()
_ = yym128
2017-02-07 21:33:23 +00:00
if false {
} else if z.HasExtensions() && z.EncExt(x.CompletionTime) {
2017-04-07 10:49:53 +00:00
} else if yym128 {
2017-02-07 21:33:23 +00:00
z.EncBinaryMarshal(x.CompletionTime)
2017-04-07 10:49:53 +00:00
} else if !yym128 && z.IsJSONHandle() {
2017-02-07 21:33:23 +00:00
z.EncJSONMarshal(x.CompletionTime)
} else {
z.EncFallback(x.CompletionTime)
}
}
}
}
2017-04-07 10:49:53 +00:00
if yyr119 || yy2arr119 {
2017-02-07 21:33:23 +00:00
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
2017-04-07 10:49:53 +00:00
if yyq119[3] {
yym130 := z.EncBinary()
_ = yym130
2017-02-07 21:33:23 +00:00
if false {
} else {
r.EncodeInt(int64(x.Active))
}
} else {
r.EncodeInt(0)
}
} else {
2017-04-07 10:49:53 +00:00
if yyq119[3] {
2017-02-07 21:33:23 +00:00
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("active"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
2017-04-07 10:49:53 +00:00
yym131 := z.EncBinary()
_ = yym131
2017-02-07 21:33:23 +00:00
if false {
} else {
r.EncodeInt(int64(x.Active))
}
}
}
2017-04-07 10:49:53 +00:00
if yyr119 || yy2arr119 {
2017-02-07 21:33:23 +00:00
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
2017-04-07 10:49:53 +00:00
if yyq119[4] {
yym133 := z.EncBinary()
_ = yym133
2017-02-07 21:33:23 +00:00
if false {
} else {
r.EncodeInt(int64(x.Succeeded))
}
} else {
r.EncodeInt(0)
}
} else {
2017-04-07 10:49:53 +00:00
if yyq119[4] {
2017-02-07 21:33:23 +00:00
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("succeeded"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
2017-04-07 10:49:53 +00:00
yym134 := z.EncBinary()
_ = yym134
2017-02-07 21:33:23 +00:00
if false {
} else {
r.EncodeInt(int64(x.Succeeded))
}
}
}
2017-04-07 10:49:53 +00:00
if yyr119 || yy2arr119 {
2017-02-07 21:33:23 +00:00
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
2017-04-07 10:49:53 +00:00
if yyq119[5] {
yym136 := z.EncBinary()
_ = yym136
2017-02-07 21:33:23 +00:00
if false {
} else {
r.EncodeInt(int64(x.Failed))
}
} else {
r.EncodeInt(0)
}
} else {
2017-04-07 10:49:53 +00:00
if yyq119[5] {
2017-02-07 21:33:23 +00:00
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("failed"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
2017-04-07 10:49:53 +00:00
yym137 := z.EncBinary()
_ = yym137
2017-02-07 21:33:23 +00:00
if false {
} else {
r.EncodeInt(int64(x.Failed))
}
}
}
2017-04-07 10:49:53 +00:00
if yyr119 || yy2arr119 {
2017-02-07 21:33:23 +00:00
z.EncSendContainerState(codecSelfer_containerArrayEnd1234)
} else {
z.EncSendContainerState(codecSelfer_containerMapEnd1234)
}
}
}
}
func (x *JobStatus) CodecDecodeSelf(d *codec1978.Decoder) {
var h codecSelfer1234
z, r := codec1978.GenHelperDecoder(d)
_, _, _ = h, z, r
2017-04-07 10:49:53 +00:00
yym138 := z.DecBinary()
_ = yym138
2017-02-07 21:33:23 +00:00
if false {
} else if z.HasExtensions() && z.DecExt(x) {
} else {
2017-04-07 10:49:53 +00:00
yyct139 := r.ContainerType()
if yyct139 == codecSelferValueTypeMap1234 {
yyl139 := r.ReadMapStart()
if yyl139 == 0 {
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerMapEnd1234)
} else {
2017-04-07 10:49:53 +00:00
x.codecDecodeSelfFromMap(yyl139, d)
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
} else if yyct139 == codecSelferValueTypeArray1234 {
yyl139 := r.ReadArrayStart()
if yyl139 == 0 {
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
} else {
2017-04-07 10:49:53 +00:00
x.codecDecodeSelfFromArray(yyl139, d)
2017-02-07 21:33:23 +00:00
}
} else {
panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234)
}
}
}
func (x *JobStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) {
var h codecSelfer1234
z, r := codec1978.GenHelperDecoder(d)
_, _, _ = h, z, r
2017-04-07 10:49:53 +00:00
var yys140Slc = z.DecScratchBuffer() // default slice to decode into
_ = yys140Slc
var yyhl140 bool = l >= 0
for yyj140 := 0; ; yyj140++ {
if yyhl140 {
if yyj140 >= l {
2017-02-07 21:33:23 +00:00
break
}
} else {
if r.CheckBreak() {
break
}
}
z.DecSendContainerState(codecSelfer_containerMapKey1234)
2017-04-07 10:49:53 +00:00
yys140Slc = r.DecodeBytes(yys140Slc, true, true)
yys140 := string(yys140Slc)
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerMapValue1234)
2017-04-07 10:49:53 +00:00
switch yys140 {
2017-02-07 21:33:23 +00:00
case "conditions":
if r.TryDecodeAsNil() {
x.Conditions = nil
} else {
2017-04-07 10:49:53 +00:00
yyv141 := &x.Conditions
yym142 := z.DecBinary()
_ = yym142
2017-02-07 21:33:23 +00:00
if false {
} else {
2017-04-07 10:49:53 +00:00
h.decSliceJobCondition((*[]JobCondition)(yyv141), d)
2017-02-07 21:33:23 +00:00
}
}
case "startTime":
if r.TryDecodeAsNil() {
if x.StartTime != nil {
x.StartTime = nil
}
} else {
if x.StartTime == nil {
x.StartTime = new(pkg1_unversioned.Time)
}
2017-04-07 10:49:53 +00:00
yym144 := z.DecBinary()
_ = yym144
2017-02-07 21:33:23 +00:00
if false {
} else if z.HasExtensions() && z.DecExt(x.StartTime) {
2017-04-07 10:49:53 +00:00
} else if yym144 {
2017-02-07 21:33:23 +00:00
z.DecBinaryUnmarshal(x.StartTime)
2017-04-07 10:49:53 +00:00
} else if !yym144 && z.IsJSONHandle() {
2017-02-07 21:33:23 +00:00
z.DecJSONUnmarshal(x.StartTime)
} else {
z.DecFallback(x.StartTime, false)
}
}
case "completionTime":
if r.TryDecodeAsNil() {
if x.CompletionTime != nil {
x.CompletionTime = nil
}
} else {
if x.CompletionTime == nil {
x.CompletionTime = new(pkg1_unversioned.Time)
}
2017-04-07 10:49:53 +00:00
yym146 := z.DecBinary()
_ = yym146
2017-02-07 21:33:23 +00:00
if false {
} else if z.HasExtensions() && z.DecExt(x.CompletionTime) {
2017-04-07 10:49:53 +00:00
} else if yym146 {
2017-02-07 21:33:23 +00:00
z.DecBinaryUnmarshal(x.CompletionTime)
2017-04-07 10:49:53 +00:00
} else if !yym146 && z.IsJSONHandle() {
2017-02-07 21:33:23 +00:00
z.DecJSONUnmarshal(x.CompletionTime)
} else {
z.DecFallback(x.CompletionTime, false)
}
}
case "active":
if r.TryDecodeAsNil() {
x.Active = 0
} else {
x.Active = int32(r.DecodeInt(32))
}
case "succeeded":
if r.TryDecodeAsNil() {
x.Succeeded = 0
} else {
x.Succeeded = int32(r.DecodeInt(32))
}
case "failed":
if r.TryDecodeAsNil() {
x.Failed = 0
} else {
x.Failed = int32(r.DecodeInt(32))
}
default:
2017-04-07 10:49:53 +00:00
z.DecStructFieldNotFound(-1, yys140)
} // end switch yys140
} // end for yyj140
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerMapEnd1234)
}
func (x *JobStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) {
var h codecSelfer1234
z, r := codec1978.GenHelperDecoder(d)
_, _, _ = h, z, r
2017-04-07 10:49:53 +00:00
var yyj150 int
var yyb150 bool
var yyhl150 bool = l >= 0
yyj150++
if yyhl150 {
yyb150 = yyj150 > l
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyb150 = r.CheckBreak()
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
if yyb150 {
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
x.Conditions = nil
} else {
2017-04-07 10:49:53 +00:00
yyv151 := &x.Conditions
yym152 := z.DecBinary()
_ = yym152
2017-02-07 21:33:23 +00:00
if false {
} else {
2017-04-07 10:49:53 +00:00
h.decSliceJobCondition((*[]JobCondition)(yyv151), d)
2017-02-07 21:33:23 +00:00
}
}
2017-04-07 10:49:53 +00:00
yyj150++
if yyhl150 {
yyb150 = yyj150 > l
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyb150 = r.CheckBreak()
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
if yyb150 {
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
if x.StartTime != nil {
x.StartTime = nil
}
} else {
if x.StartTime == nil {
x.StartTime = new(pkg1_unversioned.Time)
}
2017-04-07 10:49:53 +00:00
yym154 := z.DecBinary()
_ = yym154
2017-02-07 21:33:23 +00:00
if false {
} else if z.HasExtensions() && z.DecExt(x.StartTime) {
2017-04-07 10:49:53 +00:00
} else if yym154 {
2017-02-07 21:33:23 +00:00
z.DecBinaryUnmarshal(x.StartTime)
2017-04-07 10:49:53 +00:00
} else if !yym154 && z.IsJSONHandle() {
2017-02-07 21:33:23 +00:00
z.DecJSONUnmarshal(x.StartTime)
} else {
z.DecFallback(x.StartTime, false)
}
}
2017-04-07 10:49:53 +00:00
yyj150++
if yyhl150 {
yyb150 = yyj150 > l
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyb150 = r.CheckBreak()
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
if yyb150 {
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
if x.CompletionTime != nil {
x.CompletionTime = nil
}
} else {
if x.CompletionTime == nil {
x.CompletionTime = new(pkg1_unversioned.Time)
}
2017-04-07 10:49:53 +00:00
yym156 := z.DecBinary()
_ = yym156
2017-02-07 21:33:23 +00:00
if false {
} else if z.HasExtensions() && z.DecExt(x.CompletionTime) {
2017-04-07 10:49:53 +00:00
} else if yym156 {
2017-02-07 21:33:23 +00:00
z.DecBinaryUnmarshal(x.CompletionTime)
2017-04-07 10:49:53 +00:00
} else if !yym156 && z.IsJSONHandle() {
2017-02-07 21:33:23 +00:00
z.DecJSONUnmarshal(x.CompletionTime)
} else {
z.DecFallback(x.CompletionTime, false)
}
}
2017-04-07 10:49:53 +00:00
yyj150++
if yyhl150 {
yyb150 = yyj150 > l
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyb150 = r.CheckBreak()
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
if yyb150 {
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
x.Active = 0
} else {
x.Active = int32(r.DecodeInt(32))
}
2017-04-07 10:49:53 +00:00
yyj150++
if yyhl150 {
yyb150 = yyj150 > l
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyb150 = r.CheckBreak()
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
if yyb150 {
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
x.Succeeded = 0
} else {
x.Succeeded = int32(r.DecodeInt(32))
}
2017-04-07 10:49:53 +00:00
yyj150++
if yyhl150 {
yyb150 = yyj150 > l
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyb150 = r.CheckBreak()
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
if yyb150 {
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
x.Failed = 0
} else {
x.Failed = int32(r.DecodeInt(32))
}
for {
2017-04-07 10:49:53 +00:00
yyj150++
if yyhl150 {
yyb150 = yyj150 > l
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyb150 = r.CheckBreak()
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
if yyb150 {
2017-02-07 21:33:23 +00:00
break
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
2017-04-07 10:49:53 +00:00
z.DecStructFieldNotFound(yyj150-1, "")
2017-02-07 21:33:23 +00:00
}
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
}
func (x JobConditionType) CodecEncodeSelf(e *codec1978.Encoder) {
var h codecSelfer1234
z, r := codec1978.GenHelperEncoder(e)
_, _, _ = h, z, r
2017-04-07 10:49:53 +00:00
yym160 := z.EncBinary()
_ = yym160
2017-02-07 21:33:23 +00:00
if false {
} else if z.HasExtensions() && z.EncExt(x) {
} else {
r.EncodeString(codecSelferC_UTF81234, string(x))
}
}
func (x *JobConditionType) CodecDecodeSelf(d *codec1978.Decoder) {
var h codecSelfer1234
z, r := codec1978.GenHelperDecoder(d)
_, _, _ = h, z, r
2017-04-07 10:49:53 +00:00
yym161 := z.DecBinary()
_ = yym161
2017-02-07 21:33:23 +00:00
if false {
} else if z.HasExtensions() && z.DecExt(x) {
} else {
*((*string)(x)) = r.DecodeString()
}
}
func (x *JobCondition) CodecEncodeSelf(e *codec1978.Encoder) {
var h codecSelfer1234
z, r := codec1978.GenHelperEncoder(e)
_, _, _ = h, z, r
if x == nil {
r.EncodeNil()
} else {
2017-04-07 10:49:53 +00:00
yym162 := z.EncBinary()
_ = yym162
2017-02-07 21:33:23 +00:00
if false {
} else if z.HasExtensions() && z.EncExt(x) {
} else {
2017-04-07 10:49:53 +00:00
yysep163 := !z.EncBinary()
yy2arr163 := z.EncBasicHandle().StructToArray
var yyq163 [6]bool
_, _, _ = yysep163, yyq163, yy2arr163
const yyr163 bool = false
yyq163[2] = true
yyq163[3] = true
yyq163[4] = x.Reason != ""
yyq163[5] = x.Message != ""
var yynn163 int
if yyr163 || yy2arr163 {
2017-02-07 21:33:23 +00:00
r.EncodeArrayStart(6)
} else {
2017-04-07 10:49:53 +00:00
yynn163 = 2
for _, b := range yyq163 {
2017-02-07 21:33:23 +00:00
if b {
2017-04-07 10:49:53 +00:00
yynn163++
2017-02-07 21:33:23 +00:00
}
}
2017-04-07 10:49:53 +00:00
r.EncodeMapStart(yynn163)
yynn163 = 0
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
if yyr163 || yy2arr163 {
2017-02-07 21:33:23 +00:00
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
x.Type.CodecEncodeSelf(e)
} else {
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("type"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
x.Type.CodecEncodeSelf(e)
}
2017-04-07 10:49:53 +00:00
if yyr163 || yy2arr163 {
2017-02-07 21:33:23 +00:00
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
2017-04-07 10:49:53 +00:00
yym166 := z.EncBinary()
_ = yym166
2017-02-07 21:33:23 +00:00
if false {
} else if z.HasExtensions() && z.EncExt(x.Status) {
} else {
r.EncodeString(codecSelferC_UTF81234, string(x.Status))
}
} else {
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("status"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
2017-04-07 10:49:53 +00:00
yym167 := z.EncBinary()
_ = yym167
2017-02-07 21:33:23 +00:00
if false {
} else if z.HasExtensions() && z.EncExt(x.Status) {
} else {
r.EncodeString(codecSelferC_UTF81234, string(x.Status))
}
}
2017-04-07 10:49:53 +00:00
if yyr163 || yy2arr163 {
2017-02-07 21:33:23 +00:00
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
2017-04-07 10:49:53 +00:00
if yyq163[2] {
yy169 := &x.LastProbeTime
yym170 := z.EncBinary()
_ = yym170
2017-02-07 21:33:23 +00:00
if false {
2017-04-07 10:49:53 +00:00
} else if z.HasExtensions() && z.EncExt(yy169) {
} else if yym170 {
z.EncBinaryMarshal(yy169)
} else if !yym170 && z.IsJSONHandle() {
z.EncJSONMarshal(yy169)
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
z.EncFallback(yy169)
2017-02-07 21:33:23 +00:00
}
} else {
r.EncodeNil()
}
} else {
2017-04-07 10:49:53 +00:00
if yyq163[2] {
2017-02-07 21:33:23 +00:00
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("lastProbeTime"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
2017-04-07 10:49:53 +00:00
yy171 := &x.LastProbeTime
yym172 := z.EncBinary()
_ = yym172
2017-02-07 21:33:23 +00:00
if false {
2017-04-07 10:49:53 +00:00
} else if z.HasExtensions() && z.EncExt(yy171) {
} else if yym172 {
z.EncBinaryMarshal(yy171)
} else if !yym172 && z.IsJSONHandle() {
z.EncJSONMarshal(yy171)
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
z.EncFallback(yy171)
2017-02-07 21:33:23 +00:00
}
}
}
2017-04-07 10:49:53 +00:00
if yyr163 || yy2arr163 {
2017-02-07 21:33:23 +00:00
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
2017-04-07 10:49:53 +00:00
if yyq163[3] {
yy174 := &x.LastTransitionTime
yym175 := z.EncBinary()
_ = yym175
2017-02-07 21:33:23 +00:00
if false {
2017-04-07 10:49:53 +00:00
} else if z.HasExtensions() && z.EncExt(yy174) {
} else if yym175 {
z.EncBinaryMarshal(yy174)
} else if !yym175 && z.IsJSONHandle() {
z.EncJSONMarshal(yy174)
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
z.EncFallback(yy174)
2017-02-07 21:33:23 +00:00
}
} else {
r.EncodeNil()
}
} else {
2017-04-07 10:49:53 +00:00
if yyq163[3] {
2017-02-07 21:33:23 +00:00
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
2017-04-07 10:49:53 +00:00
yy176 := &x.LastTransitionTime
yym177 := z.EncBinary()
_ = yym177
2017-02-07 21:33:23 +00:00
if false {
2017-04-07 10:49:53 +00:00
} else if z.HasExtensions() && z.EncExt(yy176) {
} else if yym177 {
z.EncBinaryMarshal(yy176)
} else if !yym177 && z.IsJSONHandle() {
z.EncJSONMarshal(yy176)
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
z.EncFallback(yy176)
2017-02-07 21:33:23 +00:00
}
}
}
2017-04-07 10:49:53 +00:00
if yyr163 || yy2arr163 {
2017-02-07 21:33:23 +00:00
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
2017-04-07 10:49:53 +00:00
if yyq163[4] {
yym179 := z.EncBinary()
_ = yym179
2017-02-07 21:33:23 +00:00
if false {
} else {
r.EncodeString(codecSelferC_UTF81234, string(x.Reason))
}
} else {
r.EncodeString(codecSelferC_UTF81234, "")
}
} else {
2017-04-07 10:49:53 +00:00
if yyq163[4] {
2017-02-07 21:33:23 +00:00
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("reason"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
2017-04-07 10:49:53 +00:00
yym180 := z.EncBinary()
_ = yym180
2017-02-07 21:33:23 +00:00
if false {
} else {
r.EncodeString(codecSelferC_UTF81234, string(x.Reason))
}
}
}
2017-04-07 10:49:53 +00:00
if yyr163 || yy2arr163 {
2017-02-07 21:33:23 +00:00
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
2017-04-07 10:49:53 +00:00
if yyq163[5] {
yym182 := z.EncBinary()
_ = yym182
2017-02-07 21:33:23 +00:00
if false {
} else {
r.EncodeString(codecSelferC_UTF81234, string(x.Message))
}
} else {
r.EncodeString(codecSelferC_UTF81234, "")
}
} else {
2017-04-07 10:49:53 +00:00
if yyq163[5] {
2017-02-07 21:33:23 +00:00
z.EncSendContainerState(codecSelfer_containerMapKey1234)
r.EncodeString(codecSelferC_UTF81234, string("message"))
z.EncSendContainerState(codecSelfer_containerMapValue1234)
2017-04-07 10:49:53 +00:00
yym183 := z.EncBinary()
_ = yym183
2017-02-07 21:33:23 +00:00
if false {
} else {
r.EncodeString(codecSelferC_UTF81234, string(x.Message))
}
}
}
2017-04-07 10:49:53 +00:00
if yyr163 || yy2arr163 {
2017-02-07 21:33:23 +00:00
z.EncSendContainerState(codecSelfer_containerArrayEnd1234)
} else {
z.EncSendContainerState(codecSelfer_containerMapEnd1234)
}
}
}
}
func (x *JobCondition) CodecDecodeSelf(d *codec1978.Decoder) {
var h codecSelfer1234
z, r := codec1978.GenHelperDecoder(d)
_, _, _ = h, z, r
2017-04-07 10:49:53 +00:00
yym184 := z.DecBinary()
_ = yym184
2017-02-07 21:33:23 +00:00
if false {
} else if z.HasExtensions() && z.DecExt(x) {
} else {
2017-04-07 10:49:53 +00:00
yyct185 := r.ContainerType()
if yyct185 == codecSelferValueTypeMap1234 {
yyl185 := r.ReadMapStart()
if yyl185 == 0 {
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerMapEnd1234)
} else {
2017-04-07 10:49:53 +00:00
x.codecDecodeSelfFromMap(yyl185, d)
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
} else if yyct185 == codecSelferValueTypeArray1234 {
yyl185 := r.ReadArrayStart()
if yyl185 == 0 {
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
} else {
2017-04-07 10:49:53 +00:00
x.codecDecodeSelfFromArray(yyl185, d)
2017-02-07 21:33:23 +00:00
}
} else {
panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234)
}
}
}
func (x *JobCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) {
var h codecSelfer1234
z, r := codec1978.GenHelperDecoder(d)
_, _, _ = h, z, r
2017-04-07 10:49:53 +00:00
var yys186Slc = z.DecScratchBuffer() // default slice to decode into
_ = yys186Slc
var yyhl186 bool = l >= 0
for yyj186 := 0; ; yyj186++ {
if yyhl186 {
if yyj186 >= l {
2017-02-07 21:33:23 +00:00
break
}
} else {
if r.CheckBreak() {
break
}
}
z.DecSendContainerState(codecSelfer_containerMapKey1234)
2017-04-07 10:49:53 +00:00
yys186Slc = r.DecodeBytes(yys186Slc, true, true)
yys186 := string(yys186Slc)
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerMapValue1234)
2017-04-07 10:49:53 +00:00
switch yys186 {
2017-02-07 21:33:23 +00:00
case "type":
if r.TryDecodeAsNil() {
x.Type = ""
} else {
x.Type = JobConditionType(r.DecodeString())
}
case "status":
if r.TryDecodeAsNil() {
x.Status = ""
} else {
x.Status = pkg2_v1.ConditionStatus(r.DecodeString())
}
case "lastProbeTime":
if r.TryDecodeAsNil() {
x.LastProbeTime = pkg1_unversioned.Time{}
} else {
2017-04-07 10:49:53 +00:00
yyv189 := &x.LastProbeTime
yym190 := z.DecBinary()
_ = yym190
2017-02-07 21:33:23 +00:00
if false {
2017-04-07 10:49:53 +00:00
} else if z.HasExtensions() && z.DecExt(yyv189) {
} else if yym190 {
z.DecBinaryUnmarshal(yyv189)
} else if !yym190 && z.IsJSONHandle() {
z.DecJSONUnmarshal(yyv189)
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
z.DecFallback(yyv189, false)
2017-02-07 21:33:23 +00:00
}
}
case "lastTransitionTime":
if r.TryDecodeAsNil() {
x.LastTransitionTime = pkg1_unversioned.Time{}
} else {
2017-04-07 10:49:53 +00:00
yyv191 := &x.LastTransitionTime
yym192 := z.DecBinary()
_ = yym192
2017-02-07 21:33:23 +00:00
if false {
2017-04-07 10:49:53 +00:00
} else if z.HasExtensions() && z.DecExt(yyv191) {
} else if yym192 {
z.DecBinaryUnmarshal(yyv191)
} else if !yym192 && z.IsJSONHandle() {
z.DecJSONUnmarshal(yyv191)
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
z.DecFallback(yyv191, false)
2017-02-07 21:33:23 +00:00
}
}
case "reason":
if r.TryDecodeAsNil() {
x.Reason = ""
} else {
x.Reason = string(r.DecodeString())
}
case "message":
if r.TryDecodeAsNil() {
x.Message = ""
} else {
x.Message = string(r.DecodeString())
}
default:
2017-04-07 10:49:53 +00:00
z.DecStructFieldNotFound(-1, yys186)
} // end switch yys186
} // end for yyj186
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerMapEnd1234)
}
func (x *JobCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) {
var h codecSelfer1234
z, r := codec1978.GenHelperDecoder(d)
_, _, _ = h, z, r
2017-04-07 10:49:53 +00:00
var yyj195 int
var yyb195 bool
var yyhl195 bool = l >= 0
yyj195++
if yyhl195 {
yyb195 = yyj195 > l
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyb195 = r.CheckBreak()
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
if yyb195 {
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
x.Type = ""
} else {
x.Type = JobConditionType(r.DecodeString())
}
2017-04-07 10:49:53 +00:00
yyj195++
if yyhl195 {
yyb195 = yyj195 > l
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyb195 = r.CheckBreak()
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
if yyb195 {
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
x.Status = ""
} else {
x.Status = pkg2_v1.ConditionStatus(r.DecodeString())
}
2017-04-07 10:49:53 +00:00
yyj195++
if yyhl195 {
yyb195 = yyj195 > l
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyb195 = r.CheckBreak()
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
if yyb195 {
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
x.LastProbeTime = pkg1_unversioned.Time{}
} else {
2017-04-07 10:49:53 +00:00
yyv198 := &x.LastProbeTime
yym199 := z.DecBinary()
_ = yym199
2017-02-07 21:33:23 +00:00
if false {
2017-04-07 10:49:53 +00:00
} else if z.HasExtensions() && z.DecExt(yyv198) {
} else if yym199 {
z.DecBinaryUnmarshal(yyv198)
} else if !yym199 && z.IsJSONHandle() {
z.DecJSONUnmarshal(yyv198)
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
z.DecFallback(yyv198, false)
2017-02-07 21:33:23 +00:00
}
}
2017-04-07 10:49:53 +00:00
yyj195++
if yyhl195 {
yyb195 = yyj195 > l
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyb195 = r.CheckBreak()
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
if yyb195 {
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
x.LastTransitionTime = pkg1_unversioned.Time{}
} else {
2017-04-07 10:49:53 +00:00
yyv200 := &x.LastTransitionTime
yym201 := z.DecBinary()
_ = yym201
2017-02-07 21:33:23 +00:00
if false {
2017-04-07 10:49:53 +00:00
} else if z.HasExtensions() && z.DecExt(yyv200) {
} else if yym201 {
z.DecBinaryUnmarshal(yyv200)
} else if !yym201 && z.IsJSONHandle() {
z.DecJSONUnmarshal(yyv200)
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
z.DecFallback(yyv200, false)
2017-02-07 21:33:23 +00:00
}
}
2017-04-07 10:49:53 +00:00
yyj195++
if yyhl195 {
yyb195 = yyj195 > l
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyb195 = r.CheckBreak()
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
if yyb195 {
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
x.Reason = ""
} else {
x.Reason = string(r.DecodeString())
}
2017-04-07 10:49:53 +00:00
yyj195++
if yyhl195 {
yyb195 = yyj195 > l
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyb195 = r.CheckBreak()
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
if yyb195 {
2017-02-07 21:33:23 +00:00
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
return
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
if r.TryDecodeAsNil() {
x.Message = ""
} else {
x.Message = string(r.DecodeString())
}
for {
2017-04-07 10:49:53 +00:00
yyj195++
if yyhl195 {
yyb195 = yyj195 > l
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyb195 = r.CheckBreak()
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
if yyb195 {
2017-02-07 21:33:23 +00:00
break
}
z.DecSendContainerState(codecSelfer_containerArrayElem1234)
2017-04-07 10:49:53 +00:00
z.DecStructFieldNotFound(yyj195-1, "")
2017-02-07 21:33:23 +00:00
}
z.DecSendContainerState(codecSelfer_containerArrayEnd1234)
}
func (x codecSelfer1234) encSliceJob(v []Job, e *codec1978.Encoder) {
var h codecSelfer1234
z, r := codec1978.GenHelperEncoder(e)
_, _, _ = h, z, r
r.EncodeArrayStart(len(v))
2017-04-07 10:49:53 +00:00
for _, yyv204 := range v {
2017-02-07 21:33:23 +00:00
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
2017-04-07 10:49:53 +00:00
yy205 := &yyv204
yy205.CodecEncodeSelf(e)
2017-02-07 21:33:23 +00:00
}
z.EncSendContainerState(codecSelfer_containerArrayEnd1234)
}
func (x codecSelfer1234) decSliceJob(v *[]Job, d *codec1978.Decoder) {
var h codecSelfer1234
z, r := codec1978.GenHelperDecoder(d)
_, _, _ = h, z, r
2017-04-07 10:49:53 +00:00
yyv206 := *v
yyh206, yyl206 := z.DecSliceHelperStart()
var yyc206 bool
if yyl206 == 0 {
if yyv206 == nil {
yyv206 = []Job{}
yyc206 = true
} else if len(yyv206) != 0 {
yyv206 = yyv206[:0]
yyc206 = true
}
} else if yyl206 > 0 {
var yyrr206, yyrl206 int
var yyrt206 bool
if yyl206 > cap(yyv206) {
yyrg206 := len(yyv206) > 0
yyv2206 := yyv206
yyrl206, yyrt206 = z.DecInferLen(yyl206, z.DecBasicHandle().MaxInitLen, 824)
if yyrt206 {
if yyrl206 <= cap(yyv206) {
yyv206 = yyv206[:yyrl206]
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyv206 = make([]Job, yyrl206)
2017-02-07 21:33:23 +00:00
}
} else {
2017-04-07 10:49:53 +00:00
yyv206 = make([]Job, yyrl206)
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
yyc206 = true
yyrr206 = len(yyv206)
if yyrg206 {
copy(yyv206, yyv2206)
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
} else if yyl206 != len(yyv206) {
yyv206 = yyv206[:yyl206]
yyc206 = true
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
yyj206 := 0
for ; yyj206 < yyrr206; yyj206++ {
yyh206.ElemContainerState(yyj206)
2017-02-07 21:33:23 +00:00
if r.TryDecodeAsNil() {
2017-04-07 10:49:53 +00:00
yyv206[yyj206] = Job{}
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyv207 := &yyv206[yyj206]
yyv207.CodecDecodeSelf(d)
2017-02-07 21:33:23 +00:00
}
}
2017-04-07 10:49:53 +00:00
if yyrt206 {
for ; yyj206 < yyl206; yyj206++ {
yyv206 = append(yyv206, Job{})
yyh206.ElemContainerState(yyj206)
2017-02-07 21:33:23 +00:00
if r.TryDecodeAsNil() {
2017-04-07 10:49:53 +00:00
yyv206[yyj206] = Job{}
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyv208 := &yyv206[yyj206]
yyv208.CodecDecodeSelf(d)
2017-02-07 21:33:23 +00:00
}
}
}
} else {
2017-04-07 10:49:53 +00:00
yyj206 := 0
for ; !r.CheckBreak(); yyj206++ {
2017-02-07 21:33:23 +00:00
2017-04-07 10:49:53 +00:00
if yyj206 >= len(yyv206) {
yyv206 = append(yyv206, Job{}) // var yyz206 Job
yyc206 = true
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
yyh206.ElemContainerState(yyj206)
if yyj206 < len(yyv206) {
2017-02-07 21:33:23 +00:00
if r.TryDecodeAsNil() {
2017-04-07 10:49:53 +00:00
yyv206[yyj206] = Job{}
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyv209 := &yyv206[yyj206]
yyv209.CodecDecodeSelf(d)
2017-02-07 21:33:23 +00:00
}
} else {
z.DecSwallow()
}
}
2017-04-07 10:49:53 +00:00
if yyj206 < len(yyv206) {
yyv206 = yyv206[:yyj206]
yyc206 = true
} else if yyj206 == 0 && yyv206 == nil {
yyv206 = []Job{}
yyc206 = true
2017-02-07 21:33:23 +00:00
}
}
2017-04-07 10:49:53 +00:00
yyh206.End()
if yyc206 {
*v = yyv206
2017-02-07 21:33:23 +00:00
}
}
func (x codecSelfer1234) encSliceJobCondition(v []JobCondition, e *codec1978.Encoder) {
var h codecSelfer1234
z, r := codec1978.GenHelperEncoder(e)
_, _, _ = h, z, r
r.EncodeArrayStart(len(v))
2017-04-07 10:49:53 +00:00
for _, yyv210 := range v {
2017-02-07 21:33:23 +00:00
z.EncSendContainerState(codecSelfer_containerArrayElem1234)
2017-04-07 10:49:53 +00:00
yy211 := &yyv210
yy211.CodecEncodeSelf(e)
2017-02-07 21:33:23 +00:00
}
z.EncSendContainerState(codecSelfer_containerArrayEnd1234)
}
func (x codecSelfer1234) decSliceJobCondition(v *[]JobCondition, d *codec1978.Decoder) {
var h codecSelfer1234
z, r := codec1978.GenHelperDecoder(d)
_, _, _ = h, z, r
2017-04-07 10:49:53 +00:00
yyv212 := *v
yyh212, yyl212 := z.DecSliceHelperStart()
var yyc212 bool
if yyl212 == 0 {
if yyv212 == nil {
yyv212 = []JobCondition{}
yyc212 = true
} else if len(yyv212) != 0 {
yyv212 = yyv212[:0]
yyc212 = true
}
} else if yyl212 > 0 {
var yyrr212, yyrl212 int
var yyrt212 bool
if yyl212 > cap(yyv212) {
yyrg212 := len(yyv212) > 0
yyv2212 := yyv212
yyrl212, yyrt212 = z.DecInferLen(yyl212, z.DecBasicHandle().MaxInitLen, 112)
if yyrt212 {
if yyrl212 <= cap(yyv212) {
yyv212 = yyv212[:yyrl212]
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyv212 = make([]JobCondition, yyrl212)
2017-02-07 21:33:23 +00:00
}
} else {
2017-04-07 10:49:53 +00:00
yyv212 = make([]JobCondition, yyrl212)
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
yyc212 = true
yyrr212 = len(yyv212)
if yyrg212 {
copy(yyv212, yyv2212)
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
} else if yyl212 != len(yyv212) {
yyv212 = yyv212[:yyl212]
yyc212 = true
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
yyj212 := 0
for ; yyj212 < yyrr212; yyj212++ {
yyh212.ElemContainerState(yyj212)
2017-02-07 21:33:23 +00:00
if r.TryDecodeAsNil() {
2017-04-07 10:49:53 +00:00
yyv212[yyj212] = JobCondition{}
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyv213 := &yyv212[yyj212]
yyv213.CodecDecodeSelf(d)
2017-02-07 21:33:23 +00:00
}
}
2017-04-07 10:49:53 +00:00
if yyrt212 {
for ; yyj212 < yyl212; yyj212++ {
yyv212 = append(yyv212, JobCondition{})
yyh212.ElemContainerState(yyj212)
2017-02-07 21:33:23 +00:00
if r.TryDecodeAsNil() {
2017-04-07 10:49:53 +00:00
yyv212[yyj212] = JobCondition{}
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyv214 := &yyv212[yyj212]
yyv214.CodecDecodeSelf(d)
2017-02-07 21:33:23 +00:00
}
}
}
} else {
2017-04-07 10:49:53 +00:00
yyj212 := 0
for ; !r.CheckBreak(); yyj212++ {
2017-02-07 21:33:23 +00:00
2017-04-07 10:49:53 +00:00
if yyj212 >= len(yyv212) {
yyv212 = append(yyv212, JobCondition{}) // var yyz212 JobCondition
yyc212 = true
2017-02-07 21:33:23 +00:00
}
2017-04-07 10:49:53 +00:00
yyh212.ElemContainerState(yyj212)
if yyj212 < len(yyv212) {
2017-02-07 21:33:23 +00:00
if r.TryDecodeAsNil() {
2017-04-07 10:49:53 +00:00
yyv212[yyj212] = JobCondition{}
2017-02-07 21:33:23 +00:00
} else {
2017-04-07 10:49:53 +00:00
yyv215 := &yyv212[yyj212]
yyv215.CodecDecodeSelf(d)
2017-02-07 21:33:23 +00:00
}
} else {
z.DecSwallow()
}
}
2017-04-07 10:49:53 +00:00
if yyj212 < len(yyv212) {
yyv212 = yyv212[:yyj212]
yyc212 = true
} else if yyj212 == 0 && yyv212 == nil {
yyv212 = []JobCondition{}
yyc212 = true
2017-02-07 21:33:23 +00:00
}
}
2017-04-07 10:49:53 +00:00
yyh212.End()
if yyc212 {
*v = yyv212
2017-02-07 21:33:23 +00:00
}
}