prometheus/vendor/k8s.io/api/autoscaling/v1/generated.pb.go

4692 lines
118 KiB
Go
Raw Normal View History

2016-09-30 02:33:23 -07:00
/*
Copyright The Kubernetes Authors.
2016-09-30 02:33:23 -07:00
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.
*/
// Code generated by protoc-gen-gogo. DO NOT EDIT.
// source: k8s.io/kubernetes/vendor/k8s.io/api/autoscaling/v1/generated.proto
2016-09-30 02:33:23 -07:00
/*
2017-05-11 01:29:10 -07:00
Package v1 is a generated protocol buffer package.
2016-09-30 02:33:23 -07:00
It is generated from these files:
k8s.io/kubernetes/vendor/k8s.io/api/autoscaling/v1/generated.proto
2016-09-30 02:33:23 -07:00
It has these top-level messages:
2017-05-11 01:29:10 -07:00
CrossVersionObjectReference
ExternalMetricSource
ExternalMetricStatus
2017-05-11 01:29:10 -07:00
HorizontalPodAutoscaler
HorizontalPodAutoscalerCondition
2017-05-11 01:29:10 -07:00
HorizontalPodAutoscalerList
HorizontalPodAutoscalerSpec
HorizontalPodAutoscalerStatus
MetricSpec
MetricStatus
ObjectMetricSource
ObjectMetricStatus
PodsMetricSource
PodsMetricStatus
ResourceMetricSource
ResourceMetricStatus
Scale
ScaleSpec
ScaleStatus
2016-09-30 02:33:23 -07:00
*/
2017-05-11 01:29:10 -07:00
package v1
2016-09-30 02:33:23 -07:00
import proto "github.com/gogo/protobuf/proto"
import fmt "fmt"
import math "math"
2017-05-11 01:29:10 -07:00
import k8s_io_apimachinery_pkg_api_resource "k8s.io/apimachinery/pkg/api/resource"
import k8s_io_apimachinery_pkg_apis_meta_v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
import k8s_io_api_core_v1 "k8s.io/api/core/v1"
2016-09-30 02:33:23 -07:00
import strings "strings"
import reflect "reflect"
import io "io"
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
2016-09-30 02:33:23 -07:00
2017-05-11 01:29:10 -07:00
func (m *CrossVersionObjectReference) Reset() { *m = CrossVersionObjectReference{} }
func (*CrossVersionObjectReference) ProtoMessage() {}
func (*CrossVersionObjectReference) Descriptor() ([]byte, []int) {
return fileDescriptorGenerated, []int{0}
}
func (m *ExternalMetricSource) Reset() { *m = ExternalMetricSource{} }
func (*ExternalMetricSource) ProtoMessage() {}
func (*ExternalMetricSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{1} }
func (m *ExternalMetricStatus) Reset() { *m = ExternalMetricStatus{} }
func (*ExternalMetricStatus) ProtoMessage() {}
func (*ExternalMetricStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{2} }
2017-05-11 01:29:10 -07:00
func (m *HorizontalPodAutoscaler) Reset() { *m = HorizontalPodAutoscaler{} }
func (*HorizontalPodAutoscaler) ProtoMessage() {}
func (*HorizontalPodAutoscaler) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{3} }
func (m *HorizontalPodAutoscalerCondition) Reset() { *m = HorizontalPodAutoscalerCondition{} }
func (*HorizontalPodAutoscalerCondition) ProtoMessage() {}
func (*HorizontalPodAutoscalerCondition) Descriptor() ([]byte, []int) {
return fileDescriptorGenerated, []int{4}
}
2017-05-11 01:29:10 -07:00
func (m *HorizontalPodAutoscalerList) Reset() { *m = HorizontalPodAutoscalerList{} }
func (*HorizontalPodAutoscalerList) ProtoMessage() {}
func (*HorizontalPodAutoscalerList) Descriptor() ([]byte, []int) {
return fileDescriptorGenerated, []int{5}
2017-05-11 01:29:10 -07:00
}
2016-09-30 02:33:23 -07:00
2017-05-11 01:29:10 -07:00
func (m *HorizontalPodAutoscalerSpec) Reset() { *m = HorizontalPodAutoscalerSpec{} }
func (*HorizontalPodAutoscalerSpec) ProtoMessage() {}
func (*HorizontalPodAutoscalerSpec) Descriptor() ([]byte, []int) {
return fileDescriptorGenerated, []int{6}
2017-05-11 01:29:10 -07:00
}
2016-09-30 02:33:23 -07:00
2017-05-11 01:29:10 -07:00
func (m *HorizontalPodAutoscalerStatus) Reset() { *m = HorizontalPodAutoscalerStatus{} }
func (*HorizontalPodAutoscalerStatus) ProtoMessage() {}
func (*HorizontalPodAutoscalerStatus) Descriptor() ([]byte, []int) {
return fileDescriptorGenerated, []int{7}
2017-05-11 01:29:10 -07:00
}
2016-09-30 02:33:23 -07:00
2017-05-11 01:29:10 -07:00
func (m *MetricSpec) Reset() { *m = MetricSpec{} }
func (*MetricSpec) ProtoMessage() {}
func (*MetricSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{8} }
2016-09-30 02:33:23 -07:00
2017-05-11 01:29:10 -07:00
func (m *MetricStatus) Reset() { *m = MetricStatus{} }
func (*MetricStatus) ProtoMessage() {}
func (*MetricStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{9} }
2016-09-30 02:33:23 -07:00
2017-05-11 01:29:10 -07:00
func (m *ObjectMetricSource) Reset() { *m = ObjectMetricSource{} }
func (*ObjectMetricSource) ProtoMessage() {}
func (*ObjectMetricSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{10} }
2016-09-30 02:33:23 -07:00
2017-05-11 01:29:10 -07:00
func (m *ObjectMetricStatus) Reset() { *m = ObjectMetricStatus{} }
func (*ObjectMetricStatus) ProtoMessage() {}
func (*ObjectMetricStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{11} }
2016-09-30 02:33:23 -07:00
2017-05-11 01:29:10 -07:00
func (m *PodsMetricSource) Reset() { *m = PodsMetricSource{} }
func (*PodsMetricSource) ProtoMessage() {}
func (*PodsMetricSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{12} }
2016-09-30 02:33:23 -07:00
2017-05-11 01:29:10 -07:00
func (m *PodsMetricStatus) Reset() { *m = PodsMetricStatus{} }
func (*PodsMetricStatus) ProtoMessage() {}
func (*PodsMetricStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{13} }
2016-09-30 02:33:23 -07:00
2017-05-11 01:29:10 -07:00
func (m *ResourceMetricSource) Reset() { *m = ResourceMetricSource{} }
func (*ResourceMetricSource) ProtoMessage() {}
func (*ResourceMetricSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{14} }
2016-09-30 02:33:23 -07:00
2017-05-11 01:29:10 -07:00
func (m *ResourceMetricStatus) Reset() { *m = ResourceMetricStatus{} }
func (*ResourceMetricStatus) ProtoMessage() {}
func (*ResourceMetricStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{15} }
2016-09-30 02:33:23 -07:00
2017-05-11 01:29:10 -07:00
func (m *Scale) Reset() { *m = Scale{} }
func (*Scale) ProtoMessage() {}
func (*Scale) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{16} }
2016-09-30 02:33:23 -07:00
2017-05-11 01:29:10 -07:00
func (m *ScaleSpec) Reset() { *m = ScaleSpec{} }
func (*ScaleSpec) ProtoMessage() {}
func (*ScaleSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{17} }
2017-05-11 01:29:10 -07:00
func (m *ScaleStatus) Reset() { *m = ScaleStatus{} }
func (*ScaleStatus) ProtoMessage() {}
func (*ScaleStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{18} }
2016-09-30 02:33:23 -07:00
func init() {
proto.RegisterType((*CrossVersionObjectReference)(nil), "k8s.io.api.autoscaling.v1.CrossVersionObjectReference")
proto.RegisterType((*ExternalMetricSource)(nil), "k8s.io.api.autoscaling.v1.ExternalMetricSource")
proto.RegisterType((*ExternalMetricStatus)(nil), "k8s.io.api.autoscaling.v1.ExternalMetricStatus")
proto.RegisterType((*HorizontalPodAutoscaler)(nil), "k8s.io.api.autoscaling.v1.HorizontalPodAutoscaler")
proto.RegisterType((*HorizontalPodAutoscalerCondition)(nil), "k8s.io.api.autoscaling.v1.HorizontalPodAutoscalerCondition")
proto.RegisterType((*HorizontalPodAutoscalerList)(nil), "k8s.io.api.autoscaling.v1.HorizontalPodAutoscalerList")
proto.RegisterType((*HorizontalPodAutoscalerSpec)(nil), "k8s.io.api.autoscaling.v1.HorizontalPodAutoscalerSpec")
proto.RegisterType((*HorizontalPodAutoscalerStatus)(nil), "k8s.io.api.autoscaling.v1.HorizontalPodAutoscalerStatus")
proto.RegisterType((*MetricSpec)(nil), "k8s.io.api.autoscaling.v1.MetricSpec")
proto.RegisterType((*MetricStatus)(nil), "k8s.io.api.autoscaling.v1.MetricStatus")
proto.RegisterType((*ObjectMetricSource)(nil), "k8s.io.api.autoscaling.v1.ObjectMetricSource")
proto.RegisterType((*ObjectMetricStatus)(nil), "k8s.io.api.autoscaling.v1.ObjectMetricStatus")
proto.RegisterType((*PodsMetricSource)(nil), "k8s.io.api.autoscaling.v1.PodsMetricSource")
proto.RegisterType((*PodsMetricStatus)(nil), "k8s.io.api.autoscaling.v1.PodsMetricStatus")
proto.RegisterType((*ResourceMetricSource)(nil), "k8s.io.api.autoscaling.v1.ResourceMetricSource")
proto.RegisterType((*ResourceMetricStatus)(nil), "k8s.io.api.autoscaling.v1.ResourceMetricStatus")
proto.RegisterType((*Scale)(nil), "k8s.io.api.autoscaling.v1.Scale")
proto.RegisterType((*ScaleSpec)(nil), "k8s.io.api.autoscaling.v1.ScaleSpec")
proto.RegisterType((*ScaleStatus)(nil), "k8s.io.api.autoscaling.v1.ScaleStatus")
}
func (m *CrossVersionObjectReference) Marshal() (dAtA []byte, err error) {
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalTo(dAtA)
if err != nil {
return nil, err
}
return dAtA[:n], nil
}
func (m *CrossVersionObjectReference) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
dAtA[i] = 0xa
i++
i = encodeVarintGenerated(dAtA, i, uint64(len(m.Kind)))
i += copy(dAtA[i:], m.Kind)
dAtA[i] = 0x12
i++
i = encodeVarintGenerated(dAtA, i, uint64(len(m.Name)))
i += copy(dAtA[i:], m.Name)
dAtA[i] = 0x1a
i++
i = encodeVarintGenerated(dAtA, i, uint64(len(m.APIVersion)))
i += copy(dAtA[i:], m.APIVersion)
return i, nil
}
func (m *ExternalMetricSource) Marshal() (dAtA []byte, err error) {
2017-05-11 01:29:10 -07:00
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalTo(dAtA)
2017-05-11 01:29:10 -07:00
if err != nil {
return nil, err
}
return dAtA[:n], nil
2017-05-11 01:29:10 -07:00
}
func (m *ExternalMetricSource) MarshalTo(dAtA []byte) (int, error) {
2017-05-11 01:29:10 -07:00
var i int
_ = i
var l int
_ = l
dAtA[i] = 0xa
2017-05-11 01:29:10 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(len(m.MetricName)))
i += copy(dAtA[i:], m.MetricName)
if m.MetricSelector != nil {
dAtA[i] = 0x12
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.MetricSelector.Size()))
n1, err := m.MetricSelector.MarshalTo(dAtA[i:])
if err != nil {
return 0, err
}
i += n1
}
if m.TargetValue != nil {
dAtA[i] = 0x1a
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.TargetValue.Size()))
n2, err := m.TargetValue.MarshalTo(dAtA[i:])
if err != nil {
return 0, err
}
i += n2
}
if m.TargetAverageValue != nil {
dAtA[i] = 0x22
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.TargetAverageValue.Size()))
n3, err := m.TargetAverageValue.MarshalTo(dAtA[i:])
if err != nil {
return 0, err
}
i += n3
}
return i, nil
}
func (m *ExternalMetricStatus) Marshal() (dAtA []byte, err error) {
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalTo(dAtA)
if err != nil {
return nil, err
}
return dAtA[:n], nil
}
func (m *ExternalMetricStatus) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
dAtA[i] = 0xa
2017-05-11 01:29:10 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(len(m.MetricName)))
i += copy(dAtA[i:], m.MetricName)
if m.MetricSelector != nil {
dAtA[i] = 0x12
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.MetricSelector.Size()))
n4, err := m.MetricSelector.MarshalTo(dAtA[i:])
if err != nil {
return 0, err
}
i += n4
}
dAtA[i] = 0x1a
2017-05-11 01:29:10 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.CurrentValue.Size()))
n5, err := m.CurrentValue.MarshalTo(dAtA[i:])
if err != nil {
return 0, err
}
i += n5
if m.CurrentAverageValue != nil {
dAtA[i] = 0x22
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.CurrentAverageValue.Size()))
n6, err := m.CurrentAverageValue.MarshalTo(dAtA[i:])
if err != nil {
return 0, err
}
i += n6
}
2017-05-11 01:29:10 -07:00
return i, nil
}
func (m *HorizontalPodAutoscaler) Marshal() (dAtA []byte, err error) {
2016-09-30 02:33:23 -07:00
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalTo(dAtA)
2016-09-30 02:33:23 -07:00
if err != nil {
return nil, err
}
return dAtA[:n], nil
2016-09-30 02:33:23 -07:00
}
func (m *HorizontalPodAutoscaler) MarshalTo(dAtA []byte) (int, error) {
2016-09-30 02:33:23 -07:00
var i int
_ = i
var l int
_ = l
dAtA[i] = 0xa
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size()))
n7, err := m.ObjectMeta.MarshalTo(dAtA[i:])
if err != nil {
return 0, err
}
i += n7
dAtA[i] = 0x12
2016-09-30 02:33:23 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size()))
n8, err := m.Spec.MarshalTo(dAtA[i:])
2016-09-30 02:33:23 -07:00
if err != nil {
return 0, err
}
i += n8
dAtA[i] = 0x1a
2016-09-30 02:33:23 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size()))
n9, err := m.Status.MarshalTo(dAtA[i:])
2016-09-30 02:33:23 -07:00
if err != nil {
return 0, err
}
i += n9
return i, nil
}
func (m *HorizontalPodAutoscalerCondition) Marshal() (dAtA []byte, err error) {
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalTo(dAtA)
if err != nil {
return nil, err
}
return dAtA[:n], nil
}
func (m *HorizontalPodAutoscalerCondition) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
dAtA[i] = 0xa
2016-09-30 02:33:23 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(len(m.Type)))
i += copy(dAtA[i:], m.Type)
dAtA[i] = 0x12
i++
i = encodeVarintGenerated(dAtA, i, uint64(len(m.Status)))
i += copy(dAtA[i:], m.Status)
dAtA[i] = 0x1a
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.LastTransitionTime.Size()))
n10, err := m.LastTransitionTime.MarshalTo(dAtA[i:])
2016-09-30 02:33:23 -07:00
if err != nil {
return 0, err
}
i += n10
dAtA[i] = 0x22
i++
i = encodeVarintGenerated(dAtA, i, uint64(len(m.Reason)))
i += copy(dAtA[i:], m.Reason)
dAtA[i] = 0x2a
i++
i = encodeVarintGenerated(dAtA, i, uint64(len(m.Message)))
i += copy(dAtA[i:], m.Message)
2016-09-30 02:33:23 -07:00
return i, nil
}
func (m *HorizontalPodAutoscalerList) Marshal() (dAtA []byte, err error) {
2016-09-30 02:33:23 -07:00
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalTo(dAtA)
2016-09-30 02:33:23 -07:00
if err != nil {
return nil, err
}
return dAtA[:n], nil
2016-09-30 02:33:23 -07:00
}
func (m *HorizontalPodAutoscalerList) MarshalTo(dAtA []byte) (int, error) {
2016-09-30 02:33:23 -07:00
var i int
_ = i
var l int
_ = l
dAtA[i] = 0xa
2016-09-30 02:33:23 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size()))
n11, err := m.ListMeta.MarshalTo(dAtA[i:])
2016-09-30 02:33:23 -07:00
if err != nil {
return 0, err
}
i += n11
2017-05-11 01:29:10 -07:00
if len(m.Items) > 0 {
for _, msg := range m.Items {
dAtA[i] = 0x12
2017-05-11 01:29:10 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(msg.Size()))
n, err := msg.MarshalTo(dAtA[i:])
2017-05-11 01:29:10 -07:00
if err != nil {
return 0, err
}
i += n
}
2016-09-30 02:33:23 -07:00
}
return i, nil
}
func (m *HorizontalPodAutoscalerSpec) Marshal() (dAtA []byte, err error) {
2016-09-30 02:33:23 -07:00
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalTo(dAtA)
2016-09-30 02:33:23 -07:00
if err != nil {
return nil, err
}
return dAtA[:n], nil
2016-09-30 02:33:23 -07:00
}
func (m *HorizontalPodAutoscalerSpec) MarshalTo(dAtA []byte) (int, error) {
2016-09-30 02:33:23 -07:00
var i int
_ = i
var l int
_ = l
dAtA[i] = 0xa
2016-09-30 02:33:23 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.ScaleTargetRef.Size()))
n12, err := m.ScaleTargetRef.MarshalTo(dAtA[i:])
2016-09-30 02:33:23 -07:00
if err != nil {
return 0, err
}
i += n12
2017-05-11 01:29:10 -07:00
if m.MinReplicas != nil {
dAtA[i] = 0x10
2017-05-11 01:29:10 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(*m.MinReplicas))
2017-05-11 01:29:10 -07:00
}
dAtA[i] = 0x18
2017-05-11 01:29:10 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.MaxReplicas))
2017-05-11 01:29:10 -07:00
if m.TargetCPUUtilizationPercentage != nil {
dAtA[i] = 0x20
2017-05-11 01:29:10 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(*m.TargetCPUUtilizationPercentage))
2016-09-30 02:33:23 -07:00
}
return i, nil
}
func (m *HorizontalPodAutoscalerStatus) Marshal() (dAtA []byte, err error) {
2016-09-30 02:33:23 -07:00
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalTo(dAtA)
2016-09-30 02:33:23 -07:00
if err != nil {
return nil, err
}
return dAtA[:n], nil
2016-09-30 02:33:23 -07:00
}
func (m *HorizontalPodAutoscalerStatus) MarshalTo(dAtA []byte) (int, error) {
2016-09-30 02:33:23 -07:00
var i int
_ = i
var l int
_ = l
2017-05-11 01:29:10 -07:00
if m.ObservedGeneration != nil {
dAtA[i] = 0x8
2016-09-30 02:33:23 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(*m.ObservedGeneration))
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
if m.LastScaleTime != nil {
dAtA[i] = 0x12
2016-09-30 02:33:23 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.LastScaleTime.Size()))
n13, err := m.LastScaleTime.MarshalTo(dAtA[i:])
2017-05-11 01:29:10 -07:00
if err != nil {
return 0, err
}
i += n13
2016-09-30 02:33:23 -07:00
}
dAtA[i] = 0x18
2017-05-11 01:29:10 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.CurrentReplicas))
dAtA[i] = 0x20
2017-05-11 01:29:10 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.DesiredReplicas))
2017-05-11 01:29:10 -07:00
if m.CurrentCPUUtilizationPercentage != nil {
dAtA[i] = 0x28
2016-09-30 02:33:23 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(*m.CurrentCPUUtilizationPercentage))
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
return i, nil
}
func (m *MetricSpec) Marshal() (dAtA []byte, err error) {
2017-05-11 01:29:10 -07:00
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalTo(dAtA)
2017-05-11 01:29:10 -07:00
if err != nil {
return nil, err
}
return dAtA[:n], nil
2017-05-11 01:29:10 -07:00
}
func (m *MetricSpec) MarshalTo(dAtA []byte) (int, error) {
2017-05-11 01:29:10 -07:00
var i int
_ = i
var l int
_ = l
dAtA[i] = 0xa
2017-05-11 01:29:10 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(len(m.Type)))
i += copy(dAtA[i:], m.Type)
2017-05-11 01:29:10 -07:00
if m.Object != nil {
dAtA[i] = 0x12
2016-09-30 02:33:23 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.Object.Size()))
n14, err := m.Object.MarshalTo(dAtA[i:])
2016-09-30 02:33:23 -07:00
if err != nil {
return 0, err
}
i += n14
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
if m.Pods != nil {
dAtA[i] = 0x1a
2016-09-30 02:33:23 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.Pods.Size()))
n15, err := m.Pods.MarshalTo(dAtA[i:])
2017-05-11 01:29:10 -07:00
if err != nil {
return 0, err
2016-09-30 02:33:23 -07:00
}
i += n15
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
if m.Resource != nil {
dAtA[i] = 0x22
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.Resource.Size()))
n16, err := m.Resource.MarshalTo(dAtA[i:])
if err != nil {
return 0, err
}
i += n16
}
if m.External != nil {
dAtA[i] = 0x2a
2017-05-11 01:29:10 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.External.Size()))
n17, err := m.External.MarshalTo(dAtA[i:])
2017-05-11 01:29:10 -07:00
if err != nil {
return 0, err
}
i += n17
2016-09-30 02:33:23 -07:00
}
return i, nil
}
func (m *MetricStatus) Marshal() (dAtA []byte, err error) {
2016-09-30 02:33:23 -07:00
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalTo(dAtA)
2016-09-30 02:33:23 -07:00
if err != nil {
return nil, err
}
return dAtA[:n], nil
2016-09-30 02:33:23 -07:00
}
func (m *MetricStatus) MarshalTo(dAtA []byte) (int, error) {
2016-09-30 02:33:23 -07:00
var i int
_ = i
var l int
_ = l
dAtA[i] = 0xa
2017-05-11 01:29:10 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(len(m.Type)))
i += copy(dAtA[i:], m.Type)
2017-05-11 01:29:10 -07:00
if m.Object != nil {
dAtA[i] = 0x12
2016-09-30 02:33:23 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.Object.Size()))
n18, err := m.Object.MarshalTo(dAtA[i:])
2016-09-30 02:33:23 -07:00
if err != nil {
return 0, err
}
i += n18
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
if m.Pods != nil {
dAtA[i] = 0x1a
2016-09-30 02:33:23 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.Pods.Size()))
n19, err := m.Pods.MarshalTo(dAtA[i:])
2016-09-30 02:33:23 -07:00
if err != nil {
return 0, err
}
i += n19
2017-05-11 01:29:10 -07:00
}
if m.Resource != nil {
dAtA[i] = 0x22
2017-05-11 01:29:10 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.Resource.Size()))
n20, err := m.Resource.MarshalTo(dAtA[i:])
2017-05-11 01:29:10 -07:00
if err != nil {
return 0, err
}
i += n20
}
if m.External != nil {
dAtA[i] = 0x2a
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.External.Size()))
n21, err := m.External.MarshalTo(dAtA[i:])
if err != nil {
return 0, err
}
i += n21
2016-09-30 02:33:23 -07:00
}
return i, nil
}
func (m *ObjectMetricSource) Marshal() (dAtA []byte, err error) {
2016-09-30 02:33:23 -07:00
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalTo(dAtA)
2016-09-30 02:33:23 -07:00
if err != nil {
return nil, err
}
return dAtA[:n], nil
2016-09-30 02:33:23 -07:00
}
func (m *ObjectMetricSource) MarshalTo(dAtA []byte) (int, error) {
2016-09-30 02:33:23 -07:00
var i int
_ = i
var l int
_ = l
dAtA[i] = 0xa
2016-09-30 02:33:23 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.Target.Size()))
n22, err := m.Target.MarshalTo(dAtA[i:])
2016-09-30 02:33:23 -07:00
if err != nil {
return 0, err
}
i += n22
dAtA[i] = 0x12
2016-09-30 02:33:23 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(len(m.MetricName)))
i += copy(dAtA[i:], m.MetricName)
dAtA[i] = 0x1a
2017-05-11 01:29:10 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.TargetValue.Size()))
n23, err := m.TargetValue.MarshalTo(dAtA[i:])
2016-09-30 02:33:23 -07:00
if err != nil {
return 0, err
}
i += n23
if m.Selector != nil {
dAtA[i] = 0x22
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.Selector.Size()))
n24, err := m.Selector.MarshalTo(dAtA[i:])
if err != nil {
return 0, err
}
i += n24
}
if m.AverageValue != nil {
dAtA[i] = 0x2a
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.AverageValue.Size()))
n25, err := m.AverageValue.MarshalTo(dAtA[i:])
if err != nil {
return 0, err
}
i += n25
}
2016-09-30 02:33:23 -07:00
return i, nil
}
func (m *ObjectMetricStatus) Marshal() (dAtA []byte, err error) {
2016-09-30 02:33:23 -07:00
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalTo(dAtA)
2016-09-30 02:33:23 -07:00
if err != nil {
return nil, err
}
return dAtA[:n], nil
2016-09-30 02:33:23 -07:00
}
func (m *ObjectMetricStatus) MarshalTo(dAtA []byte) (int, error) {
2016-09-30 02:33:23 -07:00
var i int
_ = i
var l int
_ = l
dAtA[i] = 0xa
2016-09-30 02:33:23 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.Target.Size()))
n26, err := m.Target.MarshalTo(dAtA[i:])
2016-09-30 02:33:23 -07:00
if err != nil {
return 0, err
}
i += n26
dAtA[i] = 0x12
2016-09-30 02:33:23 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(len(m.MetricName)))
i += copy(dAtA[i:], m.MetricName)
dAtA[i] = 0x1a
2017-05-11 01:29:10 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.CurrentValue.Size()))
n27, err := m.CurrentValue.MarshalTo(dAtA[i:])
2016-09-30 02:33:23 -07:00
if err != nil {
return 0, err
}
i += n27
if m.Selector != nil {
dAtA[i] = 0x22
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.Selector.Size()))
n28, err := m.Selector.MarshalTo(dAtA[i:])
if err != nil {
return 0, err
}
i += n28
}
if m.AverageValue != nil {
dAtA[i] = 0x2a
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.AverageValue.Size()))
n29, err := m.AverageValue.MarshalTo(dAtA[i:])
if err != nil {
return 0, err
}
i += n29
}
2016-09-30 02:33:23 -07:00
return i, nil
}
func (m *PodsMetricSource) Marshal() (dAtA []byte, err error) {
2016-09-30 02:33:23 -07:00
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalTo(dAtA)
2016-09-30 02:33:23 -07:00
if err != nil {
return nil, err
}
return dAtA[:n], nil
2016-09-30 02:33:23 -07:00
}
func (m *PodsMetricSource) MarshalTo(dAtA []byte) (int, error) {
2016-09-30 02:33:23 -07:00
var i int
_ = i
var l int
_ = l
dAtA[i] = 0xa
2017-05-11 01:29:10 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(len(m.MetricName)))
i += copy(dAtA[i:], m.MetricName)
dAtA[i] = 0x12
2017-05-11 01:29:10 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.TargetAverageValue.Size()))
n30, err := m.TargetAverageValue.MarshalTo(dAtA[i:])
2017-05-11 01:29:10 -07:00
if err != nil {
return 0, err
2016-09-30 02:33:23 -07:00
}
i += n30
if m.Selector != nil {
dAtA[i] = 0x1a
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.Selector.Size()))
n31, err := m.Selector.MarshalTo(dAtA[i:])
if err != nil {
return 0, err
}
i += n31
}
2016-09-30 02:33:23 -07:00
return i, nil
}
func (m *PodsMetricStatus) Marshal() (dAtA []byte, err error) {
2016-09-30 02:33:23 -07:00
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalTo(dAtA)
2016-09-30 02:33:23 -07:00
if err != nil {
return nil, err
}
return dAtA[:n], nil
2016-09-30 02:33:23 -07:00
}
func (m *PodsMetricStatus) MarshalTo(dAtA []byte) (int, error) {
2016-09-30 02:33:23 -07:00
var i int
_ = i
var l int
_ = l
dAtA[i] = 0xa
2016-09-30 02:33:23 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(len(m.MetricName)))
i += copy(dAtA[i:], m.MetricName)
dAtA[i] = 0x12
2016-09-30 02:33:23 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.CurrentAverageValue.Size()))
n32, err := m.CurrentAverageValue.MarshalTo(dAtA[i:])
2017-05-11 01:29:10 -07:00
if err != nil {
return 0, err
2016-09-30 02:33:23 -07:00
}
i += n32
if m.Selector != nil {
dAtA[i] = 0x1a
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.Selector.Size()))
n33, err := m.Selector.MarshalTo(dAtA[i:])
if err != nil {
return 0, err
}
i += n33
}
2016-09-30 02:33:23 -07:00
return i, nil
}
func (m *ResourceMetricSource) Marshal() (dAtA []byte, err error) {
2016-09-30 02:33:23 -07:00
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalTo(dAtA)
2016-09-30 02:33:23 -07:00
if err != nil {
return nil, err
}
return dAtA[:n], nil
2016-09-30 02:33:23 -07:00
}
func (m *ResourceMetricSource) MarshalTo(dAtA []byte) (int, error) {
2016-09-30 02:33:23 -07:00
var i int
_ = i
var l int
_ = l
dAtA[i] = 0xa
2016-09-30 02:33:23 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(len(m.Name)))
i += copy(dAtA[i:], m.Name)
2017-05-11 01:29:10 -07:00
if m.TargetAverageUtilization != nil {
dAtA[i] = 0x10
2017-05-11 01:29:10 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(*m.TargetAverageUtilization))
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
if m.TargetAverageValue != nil {
dAtA[i] = 0x1a
2017-05-11 01:29:10 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.TargetAverageValue.Size()))
n34, err := m.TargetAverageValue.MarshalTo(dAtA[i:])
2017-05-11 01:29:10 -07:00
if err != nil {
return 0, err
}
i += n34
2016-09-30 02:33:23 -07:00
}
return i, nil
}
func (m *ResourceMetricStatus) Marshal() (dAtA []byte, err error) {
2016-09-30 02:33:23 -07:00
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalTo(dAtA)
2016-09-30 02:33:23 -07:00
if err != nil {
return nil, err
}
return dAtA[:n], nil
2016-09-30 02:33:23 -07:00
}
func (m *ResourceMetricStatus) MarshalTo(dAtA []byte) (int, error) {
2016-09-30 02:33:23 -07:00
var i int
_ = i
var l int
_ = l
dAtA[i] = 0xa
2016-09-30 02:33:23 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(len(m.Name)))
i += copy(dAtA[i:], m.Name)
2017-05-11 01:29:10 -07:00
if m.CurrentAverageUtilization != nil {
dAtA[i] = 0x10
2017-05-11 01:29:10 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(*m.CurrentAverageUtilization))
2017-05-11 01:29:10 -07:00
}
dAtA[i] = 0x1a
2017-05-11 01:29:10 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.CurrentAverageValue.Size()))
n35, err := m.CurrentAverageValue.MarshalTo(dAtA[i:])
2016-09-30 02:33:23 -07:00
if err != nil {
return 0, err
}
i += n35
2016-09-30 02:33:23 -07:00
return i, nil
}
func (m *Scale) Marshal() (dAtA []byte, err error) {
2016-09-30 02:33:23 -07:00
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalTo(dAtA)
2016-09-30 02:33:23 -07:00
if err != nil {
return nil, err
}
return dAtA[:n], nil
2016-09-30 02:33:23 -07:00
}
func (m *Scale) MarshalTo(dAtA []byte) (int, error) {
2016-09-30 02:33:23 -07:00
var i int
_ = i
var l int
_ = l
dAtA[i] = 0xa
2016-09-30 02:33:23 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size()))
n36, err := m.ObjectMeta.MarshalTo(dAtA[i:])
2017-05-11 01:29:10 -07:00
if err != nil {
return 0, err
2016-09-30 02:33:23 -07:00
}
i += n36
dAtA[i] = 0x12
2016-09-30 02:33:23 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size()))
n37, err := m.Spec.MarshalTo(dAtA[i:])
2017-05-11 01:29:10 -07:00
if err != nil {
return 0, err
2016-09-30 02:33:23 -07:00
}
i += n37
dAtA[i] = 0x1a
2016-09-30 02:33:23 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size()))
n38, err := m.Status.MarshalTo(dAtA[i:])
2016-09-30 02:33:23 -07:00
if err != nil {
return 0, err
}
i += n38
2016-09-30 02:33:23 -07:00
return i, nil
}
func (m *ScaleSpec) Marshal() (dAtA []byte, err error) {
2016-09-30 02:33:23 -07:00
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalTo(dAtA)
2016-09-30 02:33:23 -07:00
if err != nil {
return nil, err
}
return dAtA[:n], nil
2016-09-30 02:33:23 -07:00
}
func (m *ScaleSpec) MarshalTo(dAtA []byte) (int, error) {
2016-09-30 02:33:23 -07:00
var i int
_ = i
var l int
_ = l
dAtA[i] = 0x8
2017-05-11 01:29:10 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.Replicas))
2017-05-11 01:29:10 -07:00
return i, nil
}
func (m *ScaleStatus) Marshal() (dAtA []byte, err error) {
2017-05-11 01:29:10 -07:00
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalTo(dAtA)
2017-05-11 01:29:10 -07:00
if err != nil {
return nil, err
2016-09-30 02:33:23 -07:00
}
return dAtA[:n], nil
2017-05-11 01:29:10 -07:00
}
func (m *ScaleStatus) MarshalTo(dAtA []byte) (int, error) {
2017-05-11 01:29:10 -07:00
var i int
_ = i
var l int
_ = l
dAtA[i] = 0x8
2017-05-11 01:29:10 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(m.Replicas))
dAtA[i] = 0x12
2017-05-11 01:29:10 -07:00
i++
i = encodeVarintGenerated(dAtA, i, uint64(len(m.Selector)))
i += copy(dAtA[i:], m.Selector)
2016-09-30 02:33:23 -07:00
return i, nil
}
func encodeVarintGenerated(dAtA []byte, offset int, v uint64) int {
2016-09-30 02:33:23 -07:00
for v >= 1<<7 {
dAtA[offset] = uint8(v&0x7f | 0x80)
2016-09-30 02:33:23 -07:00
v >>= 7
offset++
}
dAtA[offset] = uint8(v)
2016-09-30 02:33:23 -07:00
return offset + 1
}
2017-05-11 01:29:10 -07:00
func (m *CrossVersionObjectReference) Size() (n int) {
2016-09-30 02:33:23 -07:00
var l int
_ = l
2017-05-11 01:29:10 -07:00
l = len(m.Kind)
2016-09-30 02:33:23 -07:00
n += 1 + l + sovGenerated(uint64(l))
2017-05-11 01:29:10 -07:00
l = len(m.Name)
2016-09-30 02:33:23 -07:00
n += 1 + l + sovGenerated(uint64(l))
2017-05-11 01:29:10 -07:00
l = len(m.APIVersion)
2016-09-30 02:33:23 -07:00
n += 1 + l + sovGenerated(uint64(l))
return n
}
func (m *ExternalMetricSource) Size() (n int) {
var l int
_ = l
l = len(m.MetricName)
n += 1 + l + sovGenerated(uint64(l))
if m.MetricSelector != nil {
l = m.MetricSelector.Size()
n += 1 + l + sovGenerated(uint64(l))
}
if m.TargetValue != nil {
l = m.TargetValue.Size()
n += 1 + l + sovGenerated(uint64(l))
}
if m.TargetAverageValue != nil {
l = m.TargetAverageValue.Size()
n += 1 + l + sovGenerated(uint64(l))
}
return n
}
func (m *ExternalMetricStatus) Size() (n int) {
var l int
_ = l
l = len(m.MetricName)
n += 1 + l + sovGenerated(uint64(l))
if m.MetricSelector != nil {
l = m.MetricSelector.Size()
n += 1 + l + sovGenerated(uint64(l))
}
l = m.CurrentValue.Size()
n += 1 + l + sovGenerated(uint64(l))
if m.CurrentAverageValue != nil {
l = m.CurrentAverageValue.Size()
n += 1 + l + sovGenerated(uint64(l))
}
return n
}
2017-05-11 01:29:10 -07:00
func (m *HorizontalPodAutoscaler) Size() (n int) {
2016-09-30 02:33:23 -07:00
var l int
_ = l
2017-05-11 01:29:10 -07:00
l = m.ObjectMeta.Size()
2016-09-30 02:33:23 -07:00
n += 1 + l + sovGenerated(uint64(l))
2017-05-11 01:29:10 -07:00
l = m.Spec.Size()
2016-09-30 02:33:23 -07:00
n += 1 + l + sovGenerated(uint64(l))
2017-05-11 01:29:10 -07:00
l = m.Status.Size()
2016-09-30 02:33:23 -07:00
n += 1 + l + sovGenerated(uint64(l))
return n
}
func (m *HorizontalPodAutoscalerCondition) Size() (n int) {
var l int
_ = l
l = len(m.Type)
n += 1 + l + sovGenerated(uint64(l))
l = len(m.Status)
n += 1 + l + sovGenerated(uint64(l))
l = m.LastTransitionTime.Size()
n += 1 + l + sovGenerated(uint64(l))
l = len(m.Reason)
n += 1 + l + sovGenerated(uint64(l))
l = len(m.Message)
n += 1 + l + sovGenerated(uint64(l))
return n
}
2017-05-11 01:29:10 -07:00
func (m *HorizontalPodAutoscalerList) Size() (n int) {
2016-09-30 02:33:23 -07:00
var l int
_ = l
l = m.ListMeta.Size()
n += 1 + l + sovGenerated(uint64(l))
if len(m.Items) > 0 {
for _, e := range m.Items {
l = e.Size()
n += 1 + l + sovGenerated(uint64(l))
}
}
return n
}
2017-05-11 01:29:10 -07:00
func (m *HorizontalPodAutoscalerSpec) Size() (n int) {
2016-09-30 02:33:23 -07:00
var l int
_ = l
2017-05-11 01:29:10 -07:00
l = m.ScaleTargetRef.Size()
n += 1 + l + sovGenerated(uint64(l))
if m.MinReplicas != nil {
n += 1 + sovGenerated(uint64(*m.MinReplicas))
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
n += 1 + sovGenerated(uint64(m.MaxReplicas))
if m.TargetCPUUtilizationPercentage != nil {
n += 1 + sovGenerated(uint64(*m.TargetCPUUtilizationPercentage))
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
return n
}
func (m *HorizontalPodAutoscalerStatus) Size() (n int) {
var l int
_ = l
if m.ObservedGeneration != nil {
n += 1 + sovGenerated(uint64(*m.ObservedGeneration))
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
if m.LastScaleTime != nil {
l = m.LastScaleTime.Size()
2016-09-30 02:33:23 -07:00
n += 1 + l + sovGenerated(uint64(l))
}
2017-05-11 01:29:10 -07:00
n += 1 + sovGenerated(uint64(m.CurrentReplicas))
n += 1 + sovGenerated(uint64(m.DesiredReplicas))
if m.CurrentCPUUtilizationPercentage != nil {
n += 1 + sovGenerated(uint64(*m.CurrentCPUUtilizationPercentage))
2016-09-30 02:33:23 -07:00
}
return n
}
2017-05-11 01:29:10 -07:00
func (m *MetricSpec) Size() (n int) {
2016-09-30 02:33:23 -07:00
var l int
_ = l
2017-05-11 01:29:10 -07:00
l = len(m.Type)
n += 1 + l + sovGenerated(uint64(l))
if m.Object != nil {
l = m.Object.Size()
n += 1 + l + sovGenerated(uint64(l))
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
if m.Pods != nil {
l = m.Pods.Size()
2016-09-30 02:33:23 -07:00
n += 1 + l + sovGenerated(uint64(l))
}
2017-05-11 01:29:10 -07:00
if m.Resource != nil {
l = m.Resource.Size()
2016-09-30 02:33:23 -07:00
n += 1 + l + sovGenerated(uint64(l))
}
if m.External != nil {
l = m.External.Size()
n += 1 + l + sovGenerated(uint64(l))
}
2016-09-30 02:33:23 -07:00
return n
}
2017-05-11 01:29:10 -07:00
func (m *MetricStatus) Size() (n int) {
2016-09-30 02:33:23 -07:00
var l int
_ = l
2017-05-11 01:29:10 -07:00
l = len(m.Type)
2016-09-30 02:33:23 -07:00
n += 1 + l + sovGenerated(uint64(l))
2017-05-11 01:29:10 -07:00
if m.Object != nil {
l = m.Object.Size()
n += 1 + l + sovGenerated(uint64(l))
}
if m.Pods != nil {
l = m.Pods.Size()
n += 1 + l + sovGenerated(uint64(l))
}
if m.Resource != nil {
l = m.Resource.Size()
n += 1 + l + sovGenerated(uint64(l))
}
if m.External != nil {
l = m.External.Size()
n += 1 + l + sovGenerated(uint64(l))
}
2016-09-30 02:33:23 -07:00
return n
}
2017-05-11 01:29:10 -07:00
func (m *ObjectMetricSource) Size() (n int) {
2016-09-30 02:33:23 -07:00
var l int
_ = l
2017-05-11 01:29:10 -07:00
l = m.Target.Size()
2016-09-30 02:33:23 -07:00
n += 1 + l + sovGenerated(uint64(l))
2017-05-11 01:29:10 -07:00
l = len(m.MetricName)
n += 1 + l + sovGenerated(uint64(l))
l = m.TargetValue.Size()
2016-09-30 02:33:23 -07:00
n += 1 + l + sovGenerated(uint64(l))
if m.Selector != nil {
l = m.Selector.Size()
n += 1 + l + sovGenerated(uint64(l))
}
if m.AverageValue != nil {
l = m.AverageValue.Size()
n += 1 + l + sovGenerated(uint64(l))
}
2016-09-30 02:33:23 -07:00
return n
}
2017-05-11 01:29:10 -07:00
func (m *ObjectMetricStatus) Size() (n int) {
2016-09-30 02:33:23 -07:00
var l int
_ = l
2017-05-11 01:29:10 -07:00
l = m.Target.Size()
n += 1 + l + sovGenerated(uint64(l))
l = len(m.MetricName)
n += 1 + l + sovGenerated(uint64(l))
l = m.CurrentValue.Size()
n += 1 + l + sovGenerated(uint64(l))
if m.Selector != nil {
l = m.Selector.Size()
n += 1 + l + sovGenerated(uint64(l))
}
if m.AverageValue != nil {
l = m.AverageValue.Size()
n += 1 + l + sovGenerated(uint64(l))
}
2016-09-30 02:33:23 -07:00
return n
}
2017-05-11 01:29:10 -07:00
func (m *PodsMetricSource) Size() (n int) {
2016-09-30 02:33:23 -07:00
var l int
_ = l
2017-05-11 01:29:10 -07:00
l = len(m.MetricName)
2016-09-30 02:33:23 -07:00
n += 1 + l + sovGenerated(uint64(l))
2017-05-11 01:29:10 -07:00
l = m.TargetAverageValue.Size()
2016-09-30 02:33:23 -07:00
n += 1 + l + sovGenerated(uint64(l))
if m.Selector != nil {
l = m.Selector.Size()
n += 1 + l + sovGenerated(uint64(l))
}
2016-09-30 02:33:23 -07:00
return n
}
2017-05-11 01:29:10 -07:00
func (m *PodsMetricStatus) Size() (n int) {
2016-09-30 02:33:23 -07:00
var l int
_ = l
2017-05-11 01:29:10 -07:00
l = len(m.MetricName)
2016-09-30 02:33:23 -07:00
n += 1 + l + sovGenerated(uint64(l))
2017-05-11 01:29:10 -07:00
l = m.CurrentAverageValue.Size()
2016-09-30 02:33:23 -07:00
n += 1 + l + sovGenerated(uint64(l))
if m.Selector != nil {
l = m.Selector.Size()
n += 1 + l + sovGenerated(uint64(l))
}
2016-09-30 02:33:23 -07:00
return n
}
2017-05-11 01:29:10 -07:00
func (m *ResourceMetricSource) Size() (n int) {
2016-09-30 02:33:23 -07:00
var l int
_ = l
2017-05-11 01:29:10 -07:00
l = len(m.Name)
2016-09-30 02:33:23 -07:00
n += 1 + l + sovGenerated(uint64(l))
2017-05-11 01:29:10 -07:00
if m.TargetAverageUtilization != nil {
n += 1 + sovGenerated(uint64(*m.TargetAverageUtilization))
}
if m.TargetAverageValue != nil {
l = m.TargetAverageValue.Size()
n += 1 + l + sovGenerated(uint64(l))
2016-09-30 02:33:23 -07:00
}
return n
}
2017-05-11 01:29:10 -07:00
func (m *ResourceMetricStatus) Size() (n int) {
2016-09-30 02:33:23 -07:00
var l int
_ = l
2017-05-11 01:29:10 -07:00
l = len(m.Name)
2016-09-30 02:33:23 -07:00
n += 1 + l + sovGenerated(uint64(l))
2017-05-11 01:29:10 -07:00
if m.CurrentAverageUtilization != nil {
n += 1 + sovGenerated(uint64(*m.CurrentAverageUtilization))
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
l = m.CurrentAverageValue.Size()
2016-09-30 02:33:23 -07:00
n += 1 + l + sovGenerated(uint64(l))
2017-05-11 01:29:10 -07:00
return n
}
func (m *Scale) Size() (n int) {
var l int
_ = l
l = m.ObjectMeta.Size()
n += 1 + l + sovGenerated(uint64(l))
l = m.Spec.Size()
n += 1 + l + sovGenerated(uint64(l))
l = m.Status.Size()
2016-09-30 02:33:23 -07:00
n += 1 + l + sovGenerated(uint64(l))
return n
}
2017-05-11 01:29:10 -07:00
func (m *ScaleSpec) Size() (n int) {
2016-09-30 02:33:23 -07:00
var l int
_ = l
2017-05-11 01:29:10 -07:00
n += 1 + sovGenerated(uint64(m.Replicas))
return n
}
func (m *ScaleStatus) Size() (n int) {
var l int
_ = l
n += 1 + sovGenerated(uint64(m.Replicas))
l = len(m.Selector)
n += 1 + l + sovGenerated(uint64(l))
2016-09-30 02:33:23 -07:00
return n
}
func sovGenerated(x uint64) (n int) {
for {
n++
x >>= 7
if x == 0 {
break
}
}
return n
}
func sozGenerated(x uint64) (n int) {
return sovGenerated(uint64((x << 1) ^ uint64((int64(x) >> 63))))
}
2017-05-11 01:29:10 -07:00
func (this *CrossVersionObjectReference) String() string {
2016-09-30 02:33:23 -07:00
if this == nil {
return "nil"
}
2017-05-11 01:29:10 -07:00
s := strings.Join([]string{`&CrossVersionObjectReference{`,
`Kind:` + fmt.Sprintf("%v", this.Kind) + `,`,
`Name:` + fmt.Sprintf("%v", this.Name) + `,`,
`APIVersion:` + fmt.Sprintf("%v", this.APIVersion) + `,`,
2016-09-30 02:33:23 -07:00
`}`,
}, "")
return s
}
func (this *ExternalMetricSource) String() string {
if this == nil {
return "nil"
}
s := strings.Join([]string{`&ExternalMetricSource{`,
`MetricName:` + fmt.Sprintf("%v", this.MetricName) + `,`,
`MetricSelector:` + strings.Replace(fmt.Sprintf("%v", this.MetricSelector), "LabelSelector", "k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector", 1) + `,`,
`TargetValue:` + strings.Replace(fmt.Sprintf("%v", this.TargetValue), "Quantity", "k8s_io_apimachinery_pkg_api_resource.Quantity", 1) + `,`,
`TargetAverageValue:` + strings.Replace(fmt.Sprintf("%v", this.TargetAverageValue), "Quantity", "k8s_io_apimachinery_pkg_api_resource.Quantity", 1) + `,`,
`}`,
}, "")
return s
}
func (this *ExternalMetricStatus) String() string {
if this == nil {
return "nil"
}
s := strings.Join([]string{`&ExternalMetricStatus{`,
`MetricName:` + fmt.Sprintf("%v", this.MetricName) + `,`,
`MetricSelector:` + strings.Replace(fmt.Sprintf("%v", this.MetricSelector), "LabelSelector", "k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector", 1) + `,`,
`CurrentValue:` + strings.Replace(strings.Replace(this.CurrentValue.String(), "Quantity", "k8s_io_apimachinery_pkg_api_resource.Quantity", 1), `&`, ``, 1) + `,`,
`CurrentAverageValue:` + strings.Replace(fmt.Sprintf("%v", this.CurrentAverageValue), "Quantity", "k8s_io_apimachinery_pkg_api_resource.Quantity", 1) + `,`,
`}`,
}, "")
return s
}
2017-05-11 01:29:10 -07:00
func (this *HorizontalPodAutoscaler) String() string {
2016-09-30 02:33:23 -07:00
if this == nil {
return "nil"
}
2017-05-11 01:29:10 -07:00
s := strings.Join([]string{`&HorizontalPodAutoscaler{`,
`ObjectMeta:` + strings.Replace(strings.Replace(this.ObjectMeta.String(), "ObjectMeta", "k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta", 1), `&`, ``, 1) + `,`,
`Spec:` + strings.Replace(strings.Replace(this.Spec.String(), "HorizontalPodAutoscalerSpec", "HorizontalPodAutoscalerSpec", 1), `&`, ``, 1) + `,`,
`Status:` + strings.Replace(strings.Replace(this.Status.String(), "HorizontalPodAutoscalerStatus", "HorizontalPodAutoscalerStatus", 1), `&`, ``, 1) + `,`,
`}`,
}, "")
return s
}
func (this *HorizontalPodAutoscalerCondition) String() string {
if this == nil {
return "nil"
}
s := strings.Join([]string{`&HorizontalPodAutoscalerCondition{`,
`Type:` + fmt.Sprintf("%v", this.Type) + `,`,
`Status:` + fmt.Sprintf("%v", this.Status) + `,`,
`LastTransitionTime:` + strings.Replace(strings.Replace(this.LastTransitionTime.String(), "Time", "k8s_io_apimachinery_pkg_apis_meta_v1.Time", 1), `&`, ``, 1) + `,`,
`Reason:` + fmt.Sprintf("%v", this.Reason) + `,`,
`Message:` + fmt.Sprintf("%v", this.Message) + `,`,
`}`,
}, "")
return s
}
2017-05-11 01:29:10 -07:00
func (this *HorizontalPodAutoscalerList) String() string {
if this == nil {
return "nil"
}
s := strings.Join([]string{`&HorizontalPodAutoscalerList{`,
`ListMeta:` + strings.Replace(strings.Replace(this.ListMeta.String(), "ListMeta", "k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta", 1), `&`, ``, 1) + `,`,
`Items:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.Items), "HorizontalPodAutoscaler", "HorizontalPodAutoscaler", 1), `&`, ``, 1) + `,`,
2016-09-30 02:33:23 -07:00
`}`,
}, "")
return s
}
2017-05-11 01:29:10 -07:00
func (this *HorizontalPodAutoscalerSpec) String() string {
2016-09-30 02:33:23 -07:00
if this == nil {
return "nil"
}
2017-05-11 01:29:10 -07:00
s := strings.Join([]string{`&HorizontalPodAutoscalerSpec{`,
`ScaleTargetRef:` + strings.Replace(strings.Replace(this.ScaleTargetRef.String(), "CrossVersionObjectReference", "CrossVersionObjectReference", 1), `&`, ``, 1) + `,`,
`MinReplicas:` + valueToStringGenerated(this.MinReplicas) + `,`,
`MaxReplicas:` + fmt.Sprintf("%v", this.MaxReplicas) + `,`,
`TargetCPUUtilizationPercentage:` + valueToStringGenerated(this.TargetCPUUtilizationPercentage) + `,`,
2016-09-30 02:33:23 -07:00
`}`,
}, "")
return s
}
2017-05-11 01:29:10 -07:00
func (this *HorizontalPodAutoscalerStatus) String() string {
2016-09-30 02:33:23 -07:00
if this == nil {
return "nil"
}
2017-05-11 01:29:10 -07:00
s := strings.Join([]string{`&HorizontalPodAutoscalerStatus{`,
`ObservedGeneration:` + valueToStringGenerated(this.ObservedGeneration) + `,`,
`LastScaleTime:` + strings.Replace(fmt.Sprintf("%v", this.LastScaleTime), "Time", "k8s_io_apimachinery_pkg_apis_meta_v1.Time", 1) + `,`,
`CurrentReplicas:` + fmt.Sprintf("%v", this.CurrentReplicas) + `,`,
`DesiredReplicas:` + fmt.Sprintf("%v", this.DesiredReplicas) + `,`,
`CurrentCPUUtilizationPercentage:` + valueToStringGenerated(this.CurrentCPUUtilizationPercentage) + `,`,
2016-09-30 02:33:23 -07:00
`}`,
}, "")
return s
}
2017-05-11 01:29:10 -07:00
func (this *MetricSpec) String() string {
2016-09-30 02:33:23 -07:00
if this == nil {
return "nil"
}
2017-05-11 01:29:10 -07:00
s := strings.Join([]string{`&MetricSpec{`,
`Type:` + fmt.Sprintf("%v", this.Type) + `,`,
`Object:` + strings.Replace(fmt.Sprintf("%v", this.Object), "ObjectMetricSource", "ObjectMetricSource", 1) + `,`,
`Pods:` + strings.Replace(fmt.Sprintf("%v", this.Pods), "PodsMetricSource", "PodsMetricSource", 1) + `,`,
`Resource:` + strings.Replace(fmt.Sprintf("%v", this.Resource), "ResourceMetricSource", "ResourceMetricSource", 1) + `,`,
`External:` + strings.Replace(fmt.Sprintf("%v", this.External), "ExternalMetricSource", "ExternalMetricSource", 1) + `,`,
2016-09-30 02:33:23 -07:00
`}`,
}, "")
return s
}
2017-05-11 01:29:10 -07:00
func (this *MetricStatus) String() string {
2016-09-30 02:33:23 -07:00
if this == nil {
return "nil"
}
2017-05-11 01:29:10 -07:00
s := strings.Join([]string{`&MetricStatus{`,
`Type:` + fmt.Sprintf("%v", this.Type) + `,`,
`Object:` + strings.Replace(fmt.Sprintf("%v", this.Object), "ObjectMetricStatus", "ObjectMetricStatus", 1) + `,`,
`Pods:` + strings.Replace(fmt.Sprintf("%v", this.Pods), "PodsMetricStatus", "PodsMetricStatus", 1) + `,`,
`Resource:` + strings.Replace(fmt.Sprintf("%v", this.Resource), "ResourceMetricStatus", "ResourceMetricStatus", 1) + `,`,
`External:` + strings.Replace(fmt.Sprintf("%v", this.External), "ExternalMetricStatus", "ExternalMetricStatus", 1) + `,`,
2016-09-30 02:33:23 -07:00
`}`,
}, "")
return s
}
2017-05-11 01:29:10 -07:00
func (this *ObjectMetricSource) String() string {
2016-09-30 02:33:23 -07:00
if this == nil {
return "nil"
}
2017-05-11 01:29:10 -07:00
s := strings.Join([]string{`&ObjectMetricSource{`,
`Target:` + strings.Replace(strings.Replace(this.Target.String(), "CrossVersionObjectReference", "CrossVersionObjectReference", 1), `&`, ``, 1) + `,`,
`MetricName:` + fmt.Sprintf("%v", this.MetricName) + `,`,
`TargetValue:` + strings.Replace(strings.Replace(this.TargetValue.String(), "Quantity", "k8s_io_apimachinery_pkg_api_resource.Quantity", 1), `&`, ``, 1) + `,`,
`Selector:` + strings.Replace(fmt.Sprintf("%v", this.Selector), "LabelSelector", "k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector", 1) + `,`,
`AverageValue:` + strings.Replace(fmt.Sprintf("%v", this.AverageValue), "Quantity", "k8s_io_apimachinery_pkg_api_resource.Quantity", 1) + `,`,
2016-09-30 02:33:23 -07:00
`}`,
}, "")
return s
}
2017-05-11 01:29:10 -07:00
func (this *ObjectMetricStatus) String() string {
2016-09-30 02:33:23 -07:00
if this == nil {
return "nil"
}
2017-05-11 01:29:10 -07:00
s := strings.Join([]string{`&ObjectMetricStatus{`,
`Target:` + strings.Replace(strings.Replace(this.Target.String(), "CrossVersionObjectReference", "CrossVersionObjectReference", 1), `&`, ``, 1) + `,`,
`MetricName:` + fmt.Sprintf("%v", this.MetricName) + `,`,
`CurrentValue:` + strings.Replace(strings.Replace(this.CurrentValue.String(), "Quantity", "k8s_io_apimachinery_pkg_api_resource.Quantity", 1), `&`, ``, 1) + `,`,
`Selector:` + strings.Replace(fmt.Sprintf("%v", this.Selector), "LabelSelector", "k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector", 1) + `,`,
`AverageValue:` + strings.Replace(fmt.Sprintf("%v", this.AverageValue), "Quantity", "k8s_io_apimachinery_pkg_api_resource.Quantity", 1) + `,`,
2017-05-11 01:29:10 -07:00
`}`,
}, "")
return s
}
func (this *PodsMetricSource) String() string {
if this == nil {
return "nil"
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
s := strings.Join([]string{`&PodsMetricSource{`,
`MetricName:` + fmt.Sprintf("%v", this.MetricName) + `,`,
`TargetAverageValue:` + strings.Replace(strings.Replace(this.TargetAverageValue.String(), "Quantity", "k8s_io_apimachinery_pkg_api_resource.Quantity", 1), `&`, ``, 1) + `,`,
`Selector:` + strings.Replace(fmt.Sprintf("%v", this.Selector), "LabelSelector", "k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector", 1) + `,`,
2017-05-11 01:29:10 -07:00
`}`,
}, "")
return s
}
func (this *PodsMetricStatus) String() string {
if this == nil {
return "nil"
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
s := strings.Join([]string{`&PodsMetricStatus{`,
`MetricName:` + fmt.Sprintf("%v", this.MetricName) + `,`,
`CurrentAverageValue:` + strings.Replace(strings.Replace(this.CurrentAverageValue.String(), "Quantity", "k8s_io_apimachinery_pkg_api_resource.Quantity", 1), `&`, ``, 1) + `,`,
`Selector:` + strings.Replace(fmt.Sprintf("%v", this.Selector), "LabelSelector", "k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector", 1) + `,`,
2016-09-30 02:33:23 -07:00
`}`,
}, "")
return s
}
2017-05-11 01:29:10 -07:00
func (this *ResourceMetricSource) String() string {
2016-09-30 02:33:23 -07:00
if this == nil {
return "nil"
}
2017-05-11 01:29:10 -07:00
s := strings.Join([]string{`&ResourceMetricSource{`,
`Name:` + fmt.Sprintf("%v", this.Name) + `,`,
`TargetAverageUtilization:` + valueToStringGenerated(this.TargetAverageUtilization) + `,`,
`TargetAverageValue:` + strings.Replace(fmt.Sprintf("%v", this.TargetAverageValue), "Quantity", "k8s_io_apimachinery_pkg_api_resource.Quantity", 1) + `,`,
2016-09-30 02:33:23 -07:00
`}`,
}, "")
return s
}
2017-05-11 01:29:10 -07:00
func (this *ResourceMetricStatus) String() string {
2016-09-30 02:33:23 -07:00
if this == nil {
return "nil"
}
2017-05-11 01:29:10 -07:00
s := strings.Join([]string{`&ResourceMetricStatus{`,
`Name:` + fmt.Sprintf("%v", this.Name) + `,`,
`CurrentAverageUtilization:` + valueToStringGenerated(this.CurrentAverageUtilization) + `,`,
`CurrentAverageValue:` + strings.Replace(strings.Replace(this.CurrentAverageValue.String(), "Quantity", "k8s_io_apimachinery_pkg_api_resource.Quantity", 1), `&`, ``, 1) + `,`,
2016-09-30 02:33:23 -07:00
`}`,
}, "")
return s
}
2017-05-11 01:29:10 -07:00
func (this *Scale) String() string {
2016-09-30 02:33:23 -07:00
if this == nil {
return "nil"
}
2017-05-11 01:29:10 -07:00
s := strings.Join([]string{`&Scale{`,
`ObjectMeta:` + strings.Replace(strings.Replace(this.ObjectMeta.String(), "ObjectMeta", "k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta", 1), `&`, ``, 1) + `,`,
`Spec:` + strings.Replace(strings.Replace(this.Spec.String(), "ScaleSpec", "ScaleSpec", 1), `&`, ``, 1) + `,`,
`Status:` + strings.Replace(strings.Replace(this.Status.String(), "ScaleStatus", "ScaleStatus", 1), `&`, ``, 1) + `,`,
2016-09-30 02:33:23 -07:00
`}`,
}, "")
return s
}
2017-05-11 01:29:10 -07:00
func (this *ScaleSpec) String() string {
2016-09-30 02:33:23 -07:00
if this == nil {
return "nil"
}
2017-05-11 01:29:10 -07:00
s := strings.Join([]string{`&ScaleSpec{`,
`Replicas:` + fmt.Sprintf("%v", this.Replicas) + `,`,
2016-09-30 02:33:23 -07:00
`}`,
}, "")
return s
}
2017-05-11 01:29:10 -07:00
func (this *ScaleStatus) String() string {
2016-09-30 02:33:23 -07:00
if this == nil {
return "nil"
}
s := strings.Join([]string{`&ScaleStatus{`,
`Replicas:` + fmt.Sprintf("%v", this.Replicas) + `,`,
`Selector:` + fmt.Sprintf("%v", this.Selector) + `,`,
`}`,
}, "")
return s
}
func valueToStringGenerated(v interface{}) string {
rv := reflect.ValueOf(v)
if rv.IsNil() {
return "nil"
}
pv := reflect.Indirect(rv).Interface()
return fmt.Sprintf("*%v", pv)
}
func (m *CrossVersionObjectReference) Unmarshal(dAtA []byte) error {
l := len(dAtA)
iNdEx := 0
for iNdEx < l {
preIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
wire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
return fmt.Errorf("proto: CrossVersionObjectReference: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: CrossVersionObjectReference: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Kind", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
stringLen |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
intStringLen := int(stringLen)
if intStringLen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Kind = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 2:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
stringLen |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
intStringLen := int(stringLen)
if intStringLen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Name = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 3:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field APIVersion", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
stringLen |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
intStringLen := int(stringLen)
if intStringLen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.APIVersion = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipGenerated(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthGenerated
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *ExternalMetricSource) Unmarshal(dAtA []byte) error {
l := len(dAtA)
iNdEx := 0
for iNdEx < l {
preIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
wire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
return fmt.Errorf("proto: ExternalMetricSource: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: ExternalMetricSource: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field MetricName", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
stringLen |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
intStringLen := int(stringLen)
if intStringLen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.MetricName = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 2:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field MetricSelector", wireType)
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
if m.MetricSelector == nil {
m.MetricSelector = &k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector{}
}
if err := m.MetricSelector.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
return err
}
iNdEx = postIndex
case 3:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field TargetValue", wireType)
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
if m.TargetValue == nil {
m.TargetValue = &k8s_io_apimachinery_pkg_api_resource.Quantity{}
}
if err := m.TargetValue.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
return err
}
iNdEx = postIndex
case 4:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field TargetAverageValue", wireType)
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
if m.TargetAverageValue == nil {
m.TargetAverageValue = &k8s_io_apimachinery_pkg_api_resource.Quantity{}
}
if err := m.TargetAverageValue.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
return err
}
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipGenerated(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthGenerated
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *ExternalMetricStatus) Unmarshal(dAtA []byte) error {
l := len(dAtA)
iNdEx := 0
for iNdEx < l {
preIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
wire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
return fmt.Errorf("proto: ExternalMetricStatus: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: ExternalMetricStatus: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field MetricName", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
stringLen |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
intStringLen := int(stringLen)
if intStringLen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.MetricName = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 2:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field MetricSelector", wireType)
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
if m.MetricSelector == nil {
m.MetricSelector = &k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector{}
}
if err := m.MetricSelector.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
return err
}
iNdEx = postIndex
case 3:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field CurrentValue", wireType)
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
if err := m.CurrentValue.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
return err
}
iNdEx = postIndex
case 4:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field CurrentAverageValue", wireType)
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
if m.CurrentAverageValue == nil {
m.CurrentAverageValue = &k8s_io_apimachinery_pkg_api_resource.Quantity{}
}
if err := m.CurrentAverageValue.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
return err
}
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipGenerated(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthGenerated
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
2017-05-11 01:29:10 -07:00
}
return nil
2017-05-11 01:29:10 -07:00
}
func (m *HorizontalPodAutoscaler) Unmarshal(dAtA []byte) error {
l := len(dAtA)
2017-05-11 01:29:10 -07:00
iNdEx := 0
for iNdEx < l {
preIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2017-05-11 01:29:10 -07:00
iNdEx++
wire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
return fmt.Errorf("proto: HorizontalPodAutoscaler: wiretype end group for non-group")
2017-05-11 01:29:10 -07:00
}
if fieldNum <= 0 {
return fmt.Errorf("proto: HorizontalPodAutoscaler: illegal tag %d (wire type %d)", fieldNum, wire)
2017-05-11 01:29:10 -07:00
}
switch fieldNum {
case 1:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field ObjectMeta", wireType)
2017-05-11 01:29:10 -07:00
}
var msglen int
2017-05-11 01:29:10 -07:00
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2017-05-11 01:29:10 -07:00
iNdEx++
msglen |= (int(b) & 0x7F) << shift
2017-05-11 01:29:10 -07:00
if b < 0x80 {
break
}
}
if msglen < 0 {
2017-05-11 01:29:10 -07:00
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
2017-05-11 01:29:10 -07:00
if postIndex > l {
return io.ErrUnexpectedEOF
}
if err := m.ObjectMeta.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
return err
}
2017-05-11 01:29:10 -07:00
iNdEx = postIndex
case 2:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Spec", wireType)
2017-05-11 01:29:10 -07:00
}
var msglen int
2017-05-11 01:29:10 -07:00
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2017-05-11 01:29:10 -07:00
iNdEx++
msglen |= (int(b) & 0x7F) << shift
2017-05-11 01:29:10 -07:00
if b < 0x80 {
break
}
}
if msglen < 0 {
2017-05-11 01:29:10 -07:00
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
2017-05-11 01:29:10 -07:00
if postIndex > l {
return io.ErrUnexpectedEOF
}
if err := m.Spec.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
return err
}
2017-05-11 01:29:10 -07:00
iNdEx = postIndex
case 3:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Status", wireType)
2017-05-11 01:29:10 -07:00
}
var msglen int
2017-05-11 01:29:10 -07:00
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2017-05-11 01:29:10 -07:00
iNdEx++
msglen |= (int(b) & 0x7F) << shift
2017-05-11 01:29:10 -07:00
if b < 0x80 {
break
}
}
if msglen < 0 {
2017-05-11 01:29:10 -07:00
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
2017-05-11 01:29:10 -07:00
if postIndex > l {
return io.ErrUnexpectedEOF
}
if err := m.Status.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
return err
}
2017-05-11 01:29:10 -07:00
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipGenerated(dAtA[iNdEx:])
2017-05-11 01:29:10 -07:00
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthGenerated
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
return nil
2016-09-30 02:33:23 -07:00
}
func (m *HorizontalPodAutoscalerCondition) Unmarshal(dAtA []byte) error {
l := len(dAtA)
2016-09-30 02:33:23 -07:00
iNdEx := 0
for iNdEx < l {
preIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
wire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
return fmt.Errorf("proto: HorizontalPodAutoscalerCondition: wiretype end group for non-group")
2016-09-30 02:33:23 -07:00
}
if fieldNum <= 0 {
return fmt.Errorf("proto: HorizontalPodAutoscalerCondition: illegal tag %d (wire type %d)", fieldNum, wire)
2016-09-30 02:33:23 -07:00
}
switch fieldNum {
case 1:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Type", wireType)
2016-09-30 02:33:23 -07:00
}
var stringLen uint64
2016-09-30 02:33:23 -07:00
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
stringLen |= (uint64(b) & 0x7F) << shift
2016-09-30 02:33:23 -07:00
if b < 0x80 {
break
}
}
intStringLen := int(stringLen)
if intStringLen < 0 {
2016-09-30 02:33:23 -07:00
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + intStringLen
2016-09-30 02:33:23 -07:00
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Type = HorizontalPodAutoscalerConditionType(dAtA[iNdEx:postIndex])
2016-09-30 02:33:23 -07:00
iNdEx = postIndex
case 2:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Status", wireType)
2016-09-30 02:33:23 -07:00
}
var stringLen uint64
2016-09-30 02:33:23 -07:00
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
stringLen |= (uint64(b) & 0x7F) << shift
2016-09-30 02:33:23 -07:00
if b < 0x80 {
break
}
}
intStringLen := int(stringLen)
if intStringLen < 0 {
2016-09-30 02:33:23 -07:00
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + intStringLen
2016-09-30 02:33:23 -07:00
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Status = k8s_io_api_core_v1.ConditionStatus(dAtA[iNdEx:postIndex])
2016-09-30 02:33:23 -07:00
iNdEx = postIndex
case 3:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field LastTransitionTime", wireType)
2016-09-30 02:33:23 -07:00
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
if err := m.LastTransitionTime.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
2016-09-30 02:33:23 -07:00
return err
}
iNdEx = postIndex
case 4:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Reason", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
stringLen |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
intStringLen := int(stringLen)
if intStringLen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Reason = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 5:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Message", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
stringLen |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
intStringLen := int(stringLen)
if intStringLen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Message = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
2016-09-30 02:33:23 -07:00
default:
iNdEx = preIndex
skippy, err := skipGenerated(dAtA[iNdEx:])
2016-09-30 02:33:23 -07:00
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthGenerated
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *HorizontalPodAutoscalerList) Unmarshal(dAtA []byte) error {
l := len(dAtA)
2016-09-30 02:33:23 -07:00
iNdEx := 0
for iNdEx < l {
preIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
wire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: HorizontalPodAutoscalerList: wiretype end group for non-group")
2016-09-30 02:33:23 -07:00
}
if fieldNum <= 0 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: HorizontalPodAutoscalerList: illegal tag %d (wire type %d)", fieldNum, wire)
2016-09-30 02:33:23 -07:00
}
switch fieldNum {
case 1:
if wireType != 2 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: wrong wireType = %d for field ListMeta", wireType)
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
var msglen int
2016-09-30 02:33:23 -07:00
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
2017-05-11 01:29:10 -07:00
msglen |= (int(b) & 0x7F) << shift
2016-09-30 02:33:23 -07:00
if b < 0x80 {
break
}
}
2017-05-11 01:29:10 -07:00
if msglen < 0 {
2016-09-30 02:33:23 -07:00
return ErrInvalidLengthGenerated
}
2017-05-11 01:29:10 -07:00
postIndex := iNdEx + msglen
2016-09-30 02:33:23 -07:00
if postIndex > l {
return io.ErrUnexpectedEOF
}
if err := m.ListMeta.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
2017-05-11 01:29:10 -07:00
return err
}
2016-09-30 02:33:23 -07:00
iNdEx = postIndex
case 2:
if wireType != 2 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: wrong wireType = %d for field Items", wireType)
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
var msglen int
2016-09-30 02:33:23 -07:00
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
2017-05-11 01:29:10 -07:00
msglen |= (int(b) & 0x7F) << shift
2016-09-30 02:33:23 -07:00
if b < 0x80 {
break
}
}
2017-05-11 01:29:10 -07:00
if msglen < 0 {
2016-09-30 02:33:23 -07:00
return ErrInvalidLengthGenerated
}
2017-05-11 01:29:10 -07:00
postIndex := iNdEx + msglen
2016-09-30 02:33:23 -07:00
if postIndex > l {
return io.ErrUnexpectedEOF
}
2017-05-11 01:29:10 -07:00
m.Items = append(m.Items, HorizontalPodAutoscaler{})
if err := m.Items[len(m.Items)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
2017-05-11 01:29:10 -07:00
return err
}
2016-09-30 02:33:23 -07:00
iNdEx = postIndex
2017-05-11 01:29:10 -07:00
default:
iNdEx = preIndex
skippy, err := skipGenerated(dAtA[iNdEx:])
2017-05-11 01:29:10 -07:00
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthGenerated
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *HorizontalPodAutoscalerSpec) Unmarshal(dAtA []byte) error {
l := len(dAtA)
2017-05-11 01:29:10 -07:00
iNdEx := 0
for iNdEx < l {
preIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2017-05-11 01:29:10 -07:00
iNdEx++
wire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
return fmt.Errorf("proto: HorizontalPodAutoscalerSpec: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: HorizontalPodAutoscalerSpec: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
2016-09-30 02:33:23 -07:00
if wireType != 2 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: wrong wireType = %d for field ScaleTargetRef", wireType)
2016-09-30 02:33:23 -07:00
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
if err := m.ScaleTargetRef.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
2016-09-30 02:33:23 -07:00
return err
}
iNdEx = postIndex
2017-05-11 01:29:10 -07:00
case 2:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field MinReplicas", wireType)
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
var v int32
2016-09-30 02:33:23 -07:00
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
2017-05-11 01:29:10 -07:00
v |= (int32(b) & 0x7F) << shift
2016-09-30 02:33:23 -07:00
if b < 0x80 {
break
}
}
2017-05-11 01:29:10 -07:00
m.MinReplicas = &v
case 3:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field MaxReplicas", wireType)
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
m.MaxReplicas = 0
2016-09-30 02:33:23 -07:00
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
2017-05-11 01:29:10 -07:00
m.MaxReplicas |= (int32(b) & 0x7F) << shift
2016-09-30 02:33:23 -07:00
if b < 0x80 {
break
}
}
2017-05-11 01:29:10 -07:00
case 4:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field TargetCPUUtilizationPercentage", wireType)
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
var v int32
2016-09-30 02:33:23 -07:00
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
2017-05-11 01:29:10 -07:00
v |= (int32(b) & 0x7F) << shift
2016-09-30 02:33:23 -07:00
if b < 0x80 {
break
}
}
2017-05-11 01:29:10 -07:00
m.TargetCPUUtilizationPercentage = &v
2016-09-30 02:33:23 -07:00
default:
iNdEx = preIndex
skippy, err := skipGenerated(dAtA[iNdEx:])
2016-09-30 02:33:23 -07:00
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthGenerated
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *HorizontalPodAutoscalerStatus) Unmarshal(dAtA []byte) error {
l := len(dAtA)
2016-09-30 02:33:23 -07:00
iNdEx := 0
for iNdEx < l {
preIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
wire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: HorizontalPodAutoscalerStatus: wiretype end group for non-group")
2016-09-30 02:33:23 -07:00
}
if fieldNum <= 0 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: HorizontalPodAutoscalerStatus: illegal tag %d (wire type %d)", fieldNum, wire)
2016-09-30 02:33:23 -07:00
}
switch fieldNum {
case 1:
2017-05-11 01:29:10 -07:00
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field ObservedGeneration", wireType)
}
var v int64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2017-05-11 01:29:10 -07:00
iNdEx++
v |= (int64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
m.ObservedGeneration = &v
case 2:
2016-09-30 02:33:23 -07:00
if wireType != 2 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: wrong wireType = %d for field LastScaleTime", wireType)
2016-09-30 02:33:23 -07:00
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
2017-05-11 01:29:10 -07:00
if m.LastScaleTime == nil {
m.LastScaleTime = &k8s_io_apimachinery_pkg_apis_meta_v1.Time{}
}
if err := m.LastScaleTime.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
2016-09-30 02:33:23 -07:00
return err
}
iNdEx = postIndex
2017-05-11 01:29:10 -07:00
case 3:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field CurrentReplicas", wireType)
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
m.CurrentReplicas = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2017-05-11 01:29:10 -07:00
iNdEx++
m.CurrentReplicas |= (int32(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 4:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field DesiredReplicas", wireType)
}
m.DesiredReplicas = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2017-05-11 01:29:10 -07:00
iNdEx++
m.DesiredReplicas |= (int32(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 5:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field CurrentCPUUtilizationPercentage", wireType)
}
var v int32
2016-09-30 02:33:23 -07:00
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
2017-05-11 01:29:10 -07:00
v |= (int32(b) & 0x7F) << shift
2016-09-30 02:33:23 -07:00
if b < 0x80 {
break
}
}
2017-05-11 01:29:10 -07:00
m.CurrentCPUUtilizationPercentage = &v
2016-09-30 02:33:23 -07:00
default:
iNdEx = preIndex
skippy, err := skipGenerated(dAtA[iNdEx:])
2016-09-30 02:33:23 -07:00
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthGenerated
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *MetricSpec) Unmarshal(dAtA []byte) error {
l := len(dAtA)
2016-09-30 02:33:23 -07:00
iNdEx := 0
for iNdEx < l {
preIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
wire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: MetricSpec: wiretype end group for non-group")
2016-09-30 02:33:23 -07:00
}
if fieldNum <= 0 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: MetricSpec: illegal tag %d (wire type %d)", fieldNum, wire)
2016-09-30 02:33:23 -07:00
}
switch fieldNum {
case 1:
2017-05-11 01:29:10 -07:00
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Type", wireType)
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
var stringLen uint64
2016-09-30 02:33:23 -07:00
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
2017-05-11 01:29:10 -07:00
stringLen |= (uint64(b) & 0x7F) << shift
2016-09-30 02:33:23 -07:00
if b < 0x80 {
break
}
}
2017-05-11 01:29:10 -07:00
intStringLen := int(stringLen)
if intStringLen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Type = MetricSourceType(dAtA[iNdEx:postIndex])
2017-05-11 01:29:10 -07:00
iNdEx = postIndex
2016-09-30 02:33:23 -07:00
case 2:
2017-05-11 01:29:10 -07:00
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Object", wireType)
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
var msglen int
2016-09-30 02:33:23 -07:00
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
2017-05-11 01:29:10 -07:00
msglen |= (int(b) & 0x7F) << shift
2016-09-30 02:33:23 -07:00
if b < 0x80 {
break
}
}
2017-05-11 01:29:10 -07:00
if msglen < 0 {
return ErrInvalidLengthGenerated
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
if m.Object == nil {
m.Object = &ObjectMetricSource{}
}
if err := m.Object.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
2017-05-11 01:29:10 -07:00
return err
}
iNdEx = postIndex
case 3:
2016-09-30 02:33:23 -07:00
if wireType != 2 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: wrong wireType = %d for field Pods", wireType)
2016-09-30 02:33:23 -07:00
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
2017-05-11 01:29:10 -07:00
if m.Pods == nil {
m.Pods = &PodsMetricSource{}
2016-09-30 02:33:23 -07:00
}
if err := m.Pods.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
2016-09-30 02:33:23 -07:00
return err
}
iNdEx = postIndex
2017-05-11 01:29:10 -07:00
case 4:
2016-09-30 02:33:23 -07:00
if wireType != 2 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: wrong wireType = %d for field Resource", wireType)
2016-09-30 02:33:23 -07:00
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
2017-05-11 01:29:10 -07:00
if m.Resource == nil {
m.Resource = &ResourceMetricSource{}
}
if err := m.Resource.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
return err
}
iNdEx = postIndex
case 5:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field External", wireType)
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
if m.External == nil {
m.External = &ExternalMetricSource{}
}
if err := m.External.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
2016-09-30 02:33:23 -07:00
return err
}
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipGenerated(dAtA[iNdEx:])
2016-09-30 02:33:23 -07:00
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthGenerated
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *MetricStatus) Unmarshal(dAtA []byte) error {
l := len(dAtA)
2016-09-30 02:33:23 -07:00
iNdEx := 0
for iNdEx < l {
preIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
wire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: MetricStatus: wiretype end group for non-group")
2016-09-30 02:33:23 -07:00
}
if fieldNum <= 0 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: MetricStatus: illegal tag %d (wire type %d)", fieldNum, wire)
2016-09-30 02:33:23 -07:00
}
switch fieldNum {
case 1:
if wireType != 2 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: wrong wireType = %d for field Type", wireType)
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
var stringLen uint64
2016-09-30 02:33:23 -07:00
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
2017-05-11 01:29:10 -07:00
stringLen |= (uint64(b) & 0x7F) << shift
2016-09-30 02:33:23 -07:00
if b < 0x80 {
break
}
}
2017-05-11 01:29:10 -07:00
intStringLen := int(stringLen)
if intStringLen < 0 {
2016-09-30 02:33:23 -07:00
return ErrInvalidLengthGenerated
}
2017-05-11 01:29:10 -07:00
postIndex := iNdEx + intStringLen
2016-09-30 02:33:23 -07:00
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Type = MetricSourceType(dAtA[iNdEx:postIndex])
2016-09-30 02:33:23 -07:00
iNdEx = postIndex
case 2:
if wireType != 2 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: wrong wireType = %d for field Object", wireType)
2016-09-30 02:33:23 -07:00
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
2017-05-11 01:29:10 -07:00
if m.Object == nil {
m.Object = &ObjectMetricStatus{}
2016-09-30 02:33:23 -07:00
}
if err := m.Object.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
2016-09-30 02:33:23 -07:00
return err
}
iNdEx = postIndex
case 3:
if wireType != 2 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: wrong wireType = %d for field Pods", wireType)
2016-09-30 02:33:23 -07:00
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
2017-05-11 01:29:10 -07:00
if m.Pods == nil {
m.Pods = &PodsMetricStatus{}
2016-09-30 02:33:23 -07:00
}
if err := m.Pods.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
2016-09-30 02:33:23 -07:00
return err
}
iNdEx = postIndex
case 4:
2017-05-11 01:29:10 -07:00
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Resource", wireType)
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
var msglen int
2016-09-30 02:33:23 -07:00
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
2017-05-11 01:29:10 -07:00
msglen |= (int(b) & 0x7F) << shift
2016-09-30 02:33:23 -07:00
if b < 0x80 {
break
}
}
2017-05-11 01:29:10 -07:00
if msglen < 0 {
return ErrInvalidLengthGenerated
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
if m.Resource == nil {
m.Resource = &ResourceMetricStatus{}
2016-09-30 02:33:23 -07:00
}
if err := m.Resource.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
return err
}
iNdEx = postIndex
case 5:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field External", wireType)
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
if m.External == nil {
m.External = &ExternalMetricStatus{}
}
if err := m.External.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
2017-05-11 01:29:10 -07:00
return err
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
iNdEx = postIndex
2016-09-30 02:33:23 -07:00
default:
iNdEx = preIndex
skippy, err := skipGenerated(dAtA[iNdEx:])
2016-09-30 02:33:23 -07:00
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthGenerated
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *ObjectMetricSource) Unmarshal(dAtA []byte) error {
l := len(dAtA)
2016-09-30 02:33:23 -07:00
iNdEx := 0
for iNdEx < l {
preIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
wire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: ObjectMetricSource: wiretype end group for non-group")
2016-09-30 02:33:23 -07:00
}
if fieldNum <= 0 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: ObjectMetricSource: illegal tag %d (wire type %d)", fieldNum, wire)
2016-09-30 02:33:23 -07:00
}
switch fieldNum {
case 1:
if wireType != 2 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: wrong wireType = %d for field Target", wireType)
2016-09-30 02:33:23 -07:00
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
if err := m.Target.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
2016-09-30 02:33:23 -07:00
return err
}
iNdEx = postIndex
case 2:
if wireType != 2 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: wrong wireType = %d for field MetricName", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2017-05-11 01:29:10 -07:00
iNdEx++
stringLen |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
intStringLen := int(stringLen)
if intStringLen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.MetricName = string(dAtA[iNdEx:postIndex])
2017-05-11 01:29:10 -07:00
iNdEx = postIndex
case 3:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field TargetValue", wireType)
2016-09-30 02:33:23 -07:00
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
if err := m.TargetValue.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
2016-09-30 02:33:23 -07:00
return err
}
iNdEx = postIndex
case 4:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Selector", wireType)
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
if m.Selector == nil {
m.Selector = &k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector{}
}
if err := m.Selector.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
return err
}
iNdEx = postIndex
case 5:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field AverageValue", wireType)
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
if m.AverageValue == nil {
m.AverageValue = &k8s_io_apimachinery_pkg_api_resource.Quantity{}
}
if err := m.AverageValue.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
return err
}
iNdEx = postIndex
2016-09-30 02:33:23 -07:00
default:
iNdEx = preIndex
skippy, err := skipGenerated(dAtA[iNdEx:])
2016-09-30 02:33:23 -07:00
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthGenerated
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *ObjectMetricStatus) Unmarshal(dAtA []byte) error {
l := len(dAtA)
2016-09-30 02:33:23 -07:00
iNdEx := 0
for iNdEx < l {
preIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
wire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: ObjectMetricStatus: wiretype end group for non-group")
2016-09-30 02:33:23 -07:00
}
if fieldNum <= 0 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: ObjectMetricStatus: illegal tag %d (wire type %d)", fieldNum, wire)
2016-09-30 02:33:23 -07:00
}
switch fieldNum {
case 1:
if wireType != 2 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: wrong wireType = %d for field Target", wireType)
2016-09-30 02:33:23 -07:00
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
if err := m.Target.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
2016-09-30 02:33:23 -07:00
return err
}
iNdEx = postIndex
case 2:
if wireType != 2 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: wrong wireType = %d for field MetricName", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2017-05-11 01:29:10 -07:00
iNdEx++
stringLen |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
intStringLen := int(stringLen)
if intStringLen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.MetricName = string(dAtA[iNdEx:postIndex])
2017-05-11 01:29:10 -07:00
iNdEx = postIndex
case 3:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field CurrentValue", wireType)
2016-09-30 02:33:23 -07:00
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
if err := m.CurrentValue.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
2016-09-30 02:33:23 -07:00
return err
}
iNdEx = postIndex
case 4:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Selector", wireType)
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
if m.Selector == nil {
m.Selector = &k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector{}
}
if err := m.Selector.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
return err
}
iNdEx = postIndex
case 5:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field AverageValue", wireType)
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
if m.AverageValue == nil {
m.AverageValue = &k8s_io_apimachinery_pkg_api_resource.Quantity{}
}
if err := m.AverageValue.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
return err
}
iNdEx = postIndex
2016-09-30 02:33:23 -07:00
default:
iNdEx = preIndex
skippy, err := skipGenerated(dAtA[iNdEx:])
2016-09-30 02:33:23 -07:00
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthGenerated
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *PodsMetricSource) Unmarshal(dAtA []byte) error {
l := len(dAtA)
2016-09-30 02:33:23 -07:00
iNdEx := 0
for iNdEx < l {
preIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
wire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: PodsMetricSource: wiretype end group for non-group")
2016-09-30 02:33:23 -07:00
}
if fieldNum <= 0 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: PodsMetricSource: illegal tag %d (wire type %d)", fieldNum, wire)
2016-09-30 02:33:23 -07:00
}
switch fieldNum {
case 1:
if wireType != 2 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: wrong wireType = %d for field MetricName", wireType)
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
var stringLen uint64
2016-09-30 02:33:23 -07:00
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
2017-05-11 01:29:10 -07:00
stringLen |= (uint64(b) & 0x7F) << shift
2016-09-30 02:33:23 -07:00
if b < 0x80 {
break
}
}
2017-05-11 01:29:10 -07:00
intStringLen := int(stringLen)
if intStringLen < 0 {
2016-09-30 02:33:23 -07:00
return ErrInvalidLengthGenerated
}
2017-05-11 01:29:10 -07:00
postIndex := iNdEx + intStringLen
if postIndex > l {
2016-09-30 02:33:23 -07:00
return io.ErrUnexpectedEOF
}
m.MetricName = string(dAtA[iNdEx:postIndex])
2016-09-30 02:33:23 -07:00
iNdEx = postIndex
case 2:
if wireType != 2 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: wrong wireType = %d for field TargetAverageValue", wireType)
2016-09-30 02:33:23 -07:00
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
if err := m.TargetAverageValue.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
2016-09-30 02:33:23 -07:00
return err
}
iNdEx = postIndex
case 3:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Selector", wireType)
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
if m.Selector == nil {
m.Selector = &k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector{}
}
if err := m.Selector.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
return err
}
iNdEx = postIndex
2016-09-30 02:33:23 -07:00
default:
iNdEx = preIndex
skippy, err := skipGenerated(dAtA[iNdEx:])
2016-09-30 02:33:23 -07:00
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthGenerated
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *PodsMetricStatus) Unmarshal(dAtA []byte) error {
l := len(dAtA)
2016-09-30 02:33:23 -07:00
iNdEx := 0
for iNdEx < l {
preIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
wire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: PodsMetricStatus: wiretype end group for non-group")
2016-09-30 02:33:23 -07:00
}
if fieldNum <= 0 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: PodsMetricStatus: illegal tag %d (wire type %d)", fieldNum, wire)
2016-09-30 02:33:23 -07:00
}
switch fieldNum {
case 1:
if wireType != 2 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: wrong wireType = %d for field MetricName", wireType)
2016-09-30 02:33:23 -07:00
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
stringLen |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
intStringLen := int(stringLen)
if intStringLen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.MetricName = string(dAtA[iNdEx:postIndex])
2016-09-30 02:33:23 -07:00
iNdEx = postIndex
case 2:
if wireType != 2 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: wrong wireType = %d for field CurrentAverageValue", wireType)
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
var msglen int
2016-09-30 02:33:23 -07:00
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
2017-05-11 01:29:10 -07:00
msglen |= (int(b) & 0x7F) << shift
2016-09-30 02:33:23 -07:00
if b < 0x80 {
break
}
}
2017-05-11 01:29:10 -07:00
if msglen < 0 {
2016-09-30 02:33:23 -07:00
return ErrInvalidLengthGenerated
}
2017-05-11 01:29:10 -07:00
postIndex := iNdEx + msglen
2016-09-30 02:33:23 -07:00
if postIndex > l {
return io.ErrUnexpectedEOF
}
if err := m.CurrentAverageValue.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
2017-05-11 01:29:10 -07:00
return err
2016-09-30 02:33:23 -07:00
}
iNdEx = postIndex
case 3:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Selector", wireType)
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
if m.Selector == nil {
m.Selector = &k8s_io_apimachinery_pkg_apis_meta_v1.LabelSelector{}
}
if err := m.Selector.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
return err
}
iNdEx = postIndex
2016-09-30 02:33:23 -07:00
default:
iNdEx = preIndex
skippy, err := skipGenerated(dAtA[iNdEx:])
2016-09-30 02:33:23 -07:00
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthGenerated
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *ResourceMetricSource) Unmarshal(dAtA []byte) error {
l := len(dAtA)
2016-09-30 02:33:23 -07:00
iNdEx := 0
for iNdEx < l {
preIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
wire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: ResourceMetricSource: wiretype end group for non-group")
2016-09-30 02:33:23 -07:00
}
if fieldNum <= 0 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: ResourceMetricSource: illegal tag %d (wire type %d)", fieldNum, wire)
2016-09-30 02:33:23 -07:00
}
switch fieldNum {
case 1:
if wireType != 2 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType)
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
var stringLen uint64
2016-09-30 02:33:23 -07:00
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
2017-05-11 01:29:10 -07:00
stringLen |= (uint64(b) & 0x7F) << shift
2016-09-30 02:33:23 -07:00
if b < 0x80 {
break
}
}
2017-05-11 01:29:10 -07:00
intStringLen := int(stringLen)
if intStringLen < 0 {
2016-09-30 02:33:23 -07:00
return ErrInvalidLengthGenerated
}
2017-05-11 01:29:10 -07:00
postIndex := iNdEx + intStringLen
2016-09-30 02:33:23 -07:00
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Name = k8s_io_api_core_v1.ResourceName(dAtA[iNdEx:postIndex])
2016-09-30 02:33:23 -07:00
iNdEx = postIndex
case 2:
2017-05-11 01:29:10 -07:00
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field TargetAverageUtilization", wireType)
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
var v int32
2016-09-30 02:33:23 -07:00
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
2017-05-11 01:29:10 -07:00
v |= (int32(b) & 0x7F) << shift
2016-09-30 02:33:23 -07:00
if b < 0x80 {
break
}
}
2017-05-11 01:29:10 -07:00
m.TargetAverageUtilization = &v
2016-09-30 02:33:23 -07:00
case 3:
if wireType != 2 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: wrong wireType = %d for field TargetAverageValue", wireType)
2016-09-30 02:33:23 -07:00
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
2017-05-11 01:29:10 -07:00
if m.TargetAverageValue == nil {
m.TargetAverageValue = &k8s_io_apimachinery_pkg_api_resource.Quantity{}
}
if err := m.TargetAverageValue.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
2016-09-30 02:33:23 -07:00
return err
}
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipGenerated(dAtA[iNdEx:])
2016-09-30 02:33:23 -07:00
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthGenerated
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *ResourceMetricStatus) Unmarshal(dAtA []byte) error {
l := len(dAtA)
2016-09-30 02:33:23 -07:00
iNdEx := 0
for iNdEx < l {
preIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
wire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: ResourceMetricStatus: wiretype end group for non-group")
2016-09-30 02:33:23 -07:00
}
if fieldNum <= 0 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: ResourceMetricStatus: illegal tag %d (wire type %d)", fieldNum, wire)
2016-09-30 02:33:23 -07:00
}
switch fieldNum {
case 1:
if wireType != 2 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType)
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
var stringLen uint64
2016-09-30 02:33:23 -07:00
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
2017-05-11 01:29:10 -07:00
stringLen |= (uint64(b) & 0x7F) << shift
2016-09-30 02:33:23 -07:00
if b < 0x80 {
break
}
}
2017-05-11 01:29:10 -07:00
intStringLen := int(stringLen)
if intStringLen < 0 {
2016-09-30 02:33:23 -07:00
return ErrInvalidLengthGenerated
}
2017-05-11 01:29:10 -07:00
postIndex := iNdEx + intStringLen
2016-09-30 02:33:23 -07:00
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Name = k8s_io_api_core_v1.ResourceName(dAtA[iNdEx:postIndex])
2016-09-30 02:33:23 -07:00
iNdEx = postIndex
case 2:
2017-05-11 01:29:10 -07:00
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field CurrentAverageUtilization", wireType)
}
var v int32
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2017-05-11 01:29:10 -07:00
iNdEx++
v |= (int32(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
m.CurrentAverageUtilization = &v
case 3:
2016-09-30 02:33:23 -07:00
if wireType != 2 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: wrong wireType = %d for field CurrentAverageValue", wireType)
2016-09-30 02:33:23 -07:00
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
if err := m.CurrentAverageValue.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
2016-09-30 02:33:23 -07:00
return err
}
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipGenerated(dAtA[iNdEx:])
2016-09-30 02:33:23 -07:00
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthGenerated
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *Scale) Unmarshal(dAtA []byte) error {
l := len(dAtA)
2016-09-30 02:33:23 -07:00
iNdEx := 0
for iNdEx < l {
preIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
wire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: Scale: wiretype end group for non-group")
2016-09-30 02:33:23 -07:00
}
if fieldNum <= 0 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: Scale: illegal tag %d (wire type %d)", fieldNum, wire)
2016-09-30 02:33:23 -07:00
}
switch fieldNum {
case 1:
if wireType != 2 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: wrong wireType = %d for field ObjectMeta", wireType)
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
var msglen int
2016-09-30 02:33:23 -07:00
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
2017-05-11 01:29:10 -07:00
msglen |= (int(b) & 0x7F) << shift
2016-09-30 02:33:23 -07:00
if b < 0x80 {
break
}
}
2017-05-11 01:29:10 -07:00
if msglen < 0 {
2016-09-30 02:33:23 -07:00
return ErrInvalidLengthGenerated
}
2017-05-11 01:29:10 -07:00
postIndex := iNdEx + msglen
2016-09-30 02:33:23 -07:00
if postIndex > l {
return io.ErrUnexpectedEOF
}
if err := m.ObjectMeta.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
2017-05-11 01:29:10 -07:00
return err
}
2016-09-30 02:33:23 -07:00
iNdEx = postIndex
case 2:
if wireType != 2 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: wrong wireType = %d for field Spec", wireType)
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
var msglen int
2016-09-30 02:33:23 -07:00
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
2017-05-11 01:29:10 -07:00
msglen |= (int(b) & 0x7F) << shift
2016-09-30 02:33:23 -07:00
if b < 0x80 {
break
}
}
2017-05-11 01:29:10 -07:00
if msglen < 0 {
2016-09-30 02:33:23 -07:00
return ErrInvalidLengthGenerated
}
2017-05-11 01:29:10 -07:00
postIndex := iNdEx + msglen
2016-09-30 02:33:23 -07:00
if postIndex > l {
return io.ErrUnexpectedEOF
}
if err := m.Spec.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
2017-05-11 01:29:10 -07:00
return err
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
iNdEx = postIndex
case 3:
2016-09-30 02:33:23 -07:00
if wireType != 2 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: wrong wireType = %d for field Status", wireType)
2016-09-30 02:33:23 -07:00
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthGenerated
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
if err := m.Status.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
2016-09-30 02:33:23 -07:00
return err
}
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipGenerated(dAtA[iNdEx:])
2016-09-30 02:33:23 -07:00
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthGenerated
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *ScaleSpec) Unmarshal(dAtA []byte) error {
l := len(dAtA)
2016-09-30 02:33:23 -07:00
iNdEx := 0
for iNdEx < l {
preIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
wire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: ScaleSpec: wiretype end group for non-group")
2016-09-30 02:33:23 -07:00
}
if fieldNum <= 0 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: ScaleSpec: illegal tag %d (wire type %d)", fieldNum, wire)
2016-09-30 02:33:23 -07:00
}
switch fieldNum {
case 1:
2017-05-11 01:29:10 -07:00
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field Replicas", wireType)
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
m.Replicas = 0
2016-09-30 02:33:23 -07:00
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
2017-05-11 01:29:10 -07:00
m.Replicas |= (int32(b) & 0x7F) << shift
2016-09-30 02:33:23 -07:00
if b < 0x80 {
break
}
}
2017-05-11 01:29:10 -07:00
default:
iNdEx = preIndex
skippy, err := skipGenerated(dAtA[iNdEx:])
2017-05-11 01:29:10 -07:00
if err != nil {
return err
}
if skippy < 0 {
2016-09-30 02:33:23 -07:00
return ErrInvalidLengthGenerated
}
2017-05-11 01:29:10 -07:00
if (iNdEx + skippy) > l {
2016-09-30 02:33:23 -07:00
return io.ErrUnexpectedEOF
}
2017-05-11 01:29:10 -07:00
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *ScaleStatus) Unmarshal(dAtA []byte) error {
l := len(dAtA)
2017-05-11 01:29:10 -07:00
iNdEx := 0
for iNdEx < l {
preIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2017-05-11 01:29:10 -07:00
iNdEx++
wire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
return fmt.Errorf("proto: ScaleStatus: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: ScaleStatus: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field Replicas", wireType)
}
m.Replicas = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2017-05-11 01:29:10 -07:00
iNdEx++
m.Replicas |= (int32(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 2:
2016-09-30 02:33:23 -07:00
if wireType != 2 {
2017-05-11 01:29:10 -07:00
return fmt.Errorf("proto: wrong wireType = %d for field Selector", wireType)
2016-09-30 02:33:23 -07:00
}
2017-05-11 01:29:10 -07:00
var stringLen uint64
2016-09-30 02:33:23 -07:00
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowGenerated
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
2017-05-11 01:29:10 -07:00
stringLen |= (uint64(b) & 0x7F) << shift
2016-09-30 02:33:23 -07:00
if b < 0x80 {
break
}
}
2017-05-11 01:29:10 -07:00
intStringLen := int(stringLen)
if intStringLen < 0 {
2016-09-30 02:33:23 -07:00
return ErrInvalidLengthGenerated
}
2017-05-11 01:29:10 -07:00
postIndex := iNdEx + intStringLen
2016-09-30 02:33:23 -07:00
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Selector = string(dAtA[iNdEx:postIndex])
2016-09-30 02:33:23 -07:00
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipGenerated(dAtA[iNdEx:])
2016-09-30 02:33:23 -07:00
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthGenerated
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func skipGenerated(dAtA []byte) (n int, err error) {
l := len(dAtA)
2016-09-30 02:33:23 -07:00
iNdEx := 0
for iNdEx < l {
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return 0, ErrIntOverflowGenerated
}
if iNdEx >= l {
return 0, io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
wire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
wireType := int(wire & 0x7)
switch wireType {
case 0:
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return 0, ErrIntOverflowGenerated
}
if iNdEx >= l {
return 0, io.ErrUnexpectedEOF
}
iNdEx++
if dAtA[iNdEx-1] < 0x80 {
2016-09-30 02:33:23 -07:00
break
}
}
return iNdEx, nil
case 1:
iNdEx += 8
return iNdEx, nil
case 2:
var length int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return 0, ErrIntOverflowGenerated
}
if iNdEx >= l {
return 0, io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
length |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
iNdEx += length
if length < 0 {
return 0, ErrInvalidLengthGenerated
}
return iNdEx, nil
case 3:
for {
var innerWire uint64
var start int = iNdEx
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return 0, ErrIntOverflowGenerated
}
if iNdEx >= l {
return 0, io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
2016-09-30 02:33:23 -07:00
iNdEx++
innerWire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
innerWireType := int(innerWire & 0x7)
if innerWireType == 4 {
break
}
next, err := skipGenerated(dAtA[start:])
2016-09-30 02:33:23 -07:00
if err != nil {
return 0, err
}
iNdEx = start + next
}
return iNdEx, nil
case 4:
return iNdEx, nil
case 5:
iNdEx += 4
return iNdEx, nil
default:
return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
}
}
panic("unreachable")
}
var (
ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling")
ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow")
)
func init() {
proto.RegisterFile("k8s.io/kubernetes/vendor/k8s.io/api/autoscaling/v1/generated.proto", fileDescriptorGenerated)
}
2016-09-30 02:33:23 -07:00
var fileDescriptorGenerated = []byte{
// 1516 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x58, 0xcf, 0x6f, 0x13, 0xc7,
0x17, 0x8f, 0x7f, 0x24, 0x24, 0xe3, 0x90, 0xe4, 0x3b, 0x20, 0x08, 0xe1, 0x8b, 0x37, 0xda, 0x22,
0x44, 0x7f, 0xb0, 0x6e, 0x52, 0x8a, 0xe8, 0x31, 0x76, 0x4b, 0x41, 0x8d, 0x21, 0x4c, 0x02, 0xa5,
0x3f, 0xc5, 0x64, 0x3d, 0x38, 0x43, 0xbc, 0xbb, 0xd6, 0xec, 0xd8, 0x22, 0x48, 0x95, 0xda, 0x43,
0xef, 0xbd, 0xb4, 0xea, 0xb1, 0x95, 0x7a, 0xed, 0x99, 0x73, 0x6f, 0x1c, 0x39, 0x20, 0x95, 0xd3,
0xaa, 0x6c, 0x8f, 0xfd, 0x0f, 0x38, 0x55, 0xf3, 0xc3, 0xeb, 0x5d, 0xdb, 0xeb, 0x24, 0x26, 0x44,
0x6d, 0x6f, 0x3b, 0x33, 0xef, 0x7d, 0xde, 0xec, 0x7b, 0x6f, 0xde, 0x2f, 0x50, 0xde, 0xbe, 0xec,
0x5b, 0xd4, 0x2b, 0x6d, 0xb7, 0x36, 0x09, 0x73, 0x09, 0x27, 0x7e, 0xa9, 0x4d, 0xdc, 0x9a, 0xc7,
0x4a, 0xfa, 0x00, 0x37, 0x69, 0x09, 0xb7, 0xb8, 0xe7, 0xdb, 0xb8, 0x41, 0xdd, 0x7a, 0xa9, 0xbd,
0x54, 0xaa, 0x13, 0x97, 0x30, 0xcc, 0x49, 0xcd, 0x6a, 0x32, 0x8f, 0x7b, 0xf0, 0x94, 0x22, 0xb5,
0x70, 0x93, 0x5a, 0x31, 0x52, 0xab, 0xbd, 0xb4, 0x70, 0xa1, 0x4e, 0xf9, 0x56, 0x6b, 0xd3, 0xb2,
0x3d, 0xa7, 0x54, 0xf7, 0xea, 0x5e, 0x49, 0x72, 0x6c, 0xb6, 0xee, 0xc9, 0x95, 0x5c, 0xc8, 0x2f,
0x85, 0xb4, 0x60, 0xc6, 0x84, 0xda, 0x1e, 0x23, 0x03, 0xa4, 0x2d, 0x5c, 0xec, 0xd2, 0x38, 0xd8,
0xde, 0xa2, 0x2e, 0x61, 0x3b, 0xa5, 0xe6, 0x76, 0x5d, 0x32, 0x31, 0xe2, 0x7b, 0x2d, 0x66, 0x93,
0x7d, 0x71, 0xf9, 0x25, 0x87, 0x70, 0x3c, 0x48, 0x56, 0x29, 0x8d, 0x8b, 0xb5, 0x5c, 0x4e, 0x9d,
0x7e, 0x31, 0x97, 0x76, 0x63, 0xf0, 0xed, 0x2d, 0xe2, 0xe0, 0x5e, 0x3e, 0xf3, 0xfb, 0x0c, 0x38,
0x5d, 0x61, 0x9e, 0xef, 0xdf, 0x26, 0xcc, 0xa7, 0x9e, 0x7b, 0x63, 0xf3, 0x3e, 0xb1, 0x39, 0x22,
0xf7, 0x08, 0x23, 0xae, 0x4d, 0xe0, 0x22, 0xc8, 0x6f, 0x53, 0xb7, 0x36, 0x9f, 0x59, 0xcc, 0x9c,
0x9f, 0x2a, 0x4f, 0x3f, 0x0e, 0x8c, 0xb1, 0x30, 0x30, 0xf2, 0x1f, 0x51, 0xb7, 0x86, 0xe4, 0x89,
0xa0, 0x70, 0xb1, 0x43, 0xe6, 0xb3, 0x49, 0x8a, 0xeb, 0xd8, 0x21, 0x48, 0x9e, 0xc0, 0x65, 0x00,
0x70, 0x93, 0x6a, 0x01, 0xf3, 0x39, 0x49, 0x07, 0x35, 0x1d, 0x58, 0x59, 0xbb, 0xa6, 0x4f, 0x50,
0x8c, 0xca, 0xfc, 0x21, 0x07, 0x8e, 0x7f, 0xf0, 0x80, 0x13, 0xe6, 0xe2, 0x46, 0x95, 0x70, 0x46,
0xed, 0x75, 0xa9, 0x5f, 0x01, 0xe6, 0xc8, 0xb5, 0x10, 0xa0, 0xaf, 0x15, 0x81, 0x55, 0xa3, 0x13,
0x14, 0xa3, 0x82, 0x1e, 0x98, 0x51, 0xab, 0x75, 0xd2, 0x20, 0x36, 0xf7, 0x98, 0xbc, 0x6c, 0x61,
0xf9, 0x1d, 0xab, 0xeb, 0x40, 0x91, 0xd6, 0xac, 0xe6, 0x76, 0x5d, 0x6c, 0xf8, 0x96, 0x30, 0x8e,
0xd5, 0x5e, 0xb2, 0x56, 0xf1, 0x26, 0x69, 0x74, 0x58, 0xcb, 0x30, 0x0c, 0x8c, 0x99, 0x6a, 0x02,
0x0e, 0xf5, 0xc0, 0x43, 0x0c, 0x0a, 0x1c, 0xb3, 0x3a, 0xe1, 0xb7, 0x71, 0xa3, 0x45, 0xe4, 0x2f,
0x17, 0x96, 0xad, 0x61, 0xd2, 0xac, 0x8e, 0x03, 0x59, 0x37, 0x5b, 0xd8, 0xe5, 0x94, 0xef, 0x94,
0x67, 0xc3, 0xc0, 0x28, 0x6c, 0x74, 0x61, 0x50, 0x1c, 0x13, 0xb6, 0x01, 0x54, 0xcb, 0x95, 0x36,
0x61, 0xb8, 0x4e, 0x94, 0xa4, 0xfc, 0x48, 0x92, 0x4e, 0x84, 0x81, 0x01, 0x37, 0xfa, 0xd0, 0xd0,
0x00, 0x09, 0xe6, 0x4f, 0xfd, 0x86, 0xe1, 0x98, 0xb7, 0xfc, 0x7f, 0x87, 0x61, 0xb6, 0xc0, 0xb4,
0xdd, 0x62, 0x8c, 0xb8, 0x2f, 0x65, 0x99, 0xe3, 0xfa, 0xb7, 0xa6, 0x2b, 0x31, 0x2c, 0x94, 0x40,
0x86, 0x3b, 0xe0, 0x98, 0x5e, 0x1f, 0x80, 0x81, 0x4e, 0x86, 0x81, 0x71, 0xac, 0xd2, 0x0f, 0x87,
0x06, 0xc9, 0x30, 0x1f, 0x65, 0xc1, 0xc9, 0xab, 0x1e, 0xa3, 0x0f, 0x3d, 0x97, 0xe3, 0xc6, 0x9a,
0x57, 0x5b, 0xd1, 0xb1, 0x91, 0x30, 0x78, 0x17, 0x4c, 0x0a, 0xed, 0xd5, 0x30, 0xc7, 0xd2, 0x46,
0x85, 0xe5, 0xb7, 0xf7, 0xa6, 0x6b, 0x15, 0x18, 0xaa, 0x84, 0xe3, 0xae, 0x55, 0xbb, 0x7b, 0x28,
0x42, 0x85, 0x77, 0x40, 0xde, 0x6f, 0x12, 0x5b, 0x5b, 0xf2, 0x92, 0x95, 0x1a, 0xa3, 0xad, 0x94,
0x3b, 0xae, 0x37, 0x89, 0xdd, 0x8d, 0x23, 0x62, 0x85, 0x24, 0x22, 0xbc, 0x0b, 0x26, 0x7c, 0xe9,
0x6b, 0xda, 0x6c, 0x97, 0x47, 0xc0, 0x96, 0xfc, 0xe5, 0x19, 0x8d, 0x3e, 0xa1, 0xd6, 0x48, 0xe3,
0x9a, 0xdf, 0xe6, 0xc0, 0x62, 0x0a, 0x67, 0xc5, 0x73, 0x6b, 0x94, 0x53, 0xcf, 0x85, 0x57, 0x41,
0x9e, 0xef, 0x34, 0x3b, 0x2e, 0x7e, 0xb1, 0x73, 0xd1, 0x8d, 0x9d, 0x26, 0x79, 0x11, 0x18, 0x67,
0x77, 0xe3, 0x17, 0x74, 0x48, 0x22, 0xc0, 0xd5, 0xe8, 0x87, 0xb2, 0x09, 0x2c, 0x7d, 0xad, 0x17,
0x81, 0x31, 0x20, 0x2f, 0x59, 0x11, 0x52, 0xf2, 0xf2, 0x22, 0x22, 0x34, 0xb0, 0xcf, 0x37, 0x18,
0x76, 0x7d, 0x25, 0x89, 0x3a, 0x1d, 0x0f, 0x7f, 0x63, 0x6f, 0x46, 0x16, 0x1c, 0xe5, 0x05, 0x7d,
0x0b, 0xb8, 0xda, 0x87, 0x86, 0x06, 0x48, 0x80, 0xe7, 0xc0, 0x04, 0x23, 0xd8, 0xf7, 0x5c, 0xe9,
0xdc, 0x53, 0x5d, 0xe5, 0x22, 0xb9, 0x8b, 0xf4, 0x29, 0x7c, 0x1d, 0x1c, 0x71, 0x88, 0xef, 0xe3,
0x3a, 0x99, 0x1f, 0x97, 0x84, 0xb3, 0x9a, 0xf0, 0x48, 0x55, 0x6d, 0xa3, 0xce, 0xb9, 0xf9, 0x34,
0x03, 0x4e, 0xa7, 0xe8, 0x71, 0x95, 0xfa, 0x1c, 0x7e, 0xde, 0xe7, 0xc5, 0xd6, 0x1e, 0x23, 0x06,
0xf5, 0x95, 0x0f, 0xcf, 0x69, 0xd9, 0x93, 0x9d, 0x9d, 0x98, 0x07, 0x7f, 0x0c, 0xc6, 0x29, 0x27,
0x8e, 0xb0, 0x4a, 0xee, 0x7c, 0x61, 0x79, 0x79, 0xff, 0x6e, 0x56, 0x3e, 0xaa, 0xe1, 0xc7, 0xaf,
0x09, 0x20, 0xa4, 0xf0, 0xcc, 0xbf, 0xb2, 0xa9, 0xbf, 0x25, 0xdc, 0x1c, 0xb6, 0xc1, 0x8c, 0x5c,
0xa9, 0x50, 0x8c, 0xc8, 0x3d, 0xfd, 0x73, 0xc3, 0x1e, 0xd1, 0x90, 0xe4, 0x5d, 0x3e, 0xa1, 0x6f,
0x31, 0xb3, 0x9e, 0x40, 0x45, 0x3d, 0x52, 0xe0, 0x12, 0x28, 0x38, 0xd4, 0x45, 0xa4, 0xd9, 0xa0,
0x36, 0x56, 0xce, 0x38, 0xae, 0xd2, 0x4f, 0xb5, 0xbb, 0x8d, 0xe2, 0x34, 0xf0, 0x5d, 0x50, 0x70,
0xf0, 0x83, 0x88, 0x25, 0x27, 0x59, 0x8e, 0x69, 0x79, 0x85, 0x6a, 0xf7, 0x08, 0xc5, 0xe9, 0xe0,
0x7d, 0x50, 0x54, 0x39, 0xa5, 0xb2, 0x76, 0xeb, 0x16, 0xa7, 0x0d, 0xfa, 0x10, 0x0b, 0x3f, 0x5a,
0x23, 0xcc, 0x26, 0x2e, 0x17, 0xae, 0x91, 0x97, 0x48, 0x66, 0x18, 0x18, 0xc5, 0x8d, 0xa1, 0x94,
0x68, 0x17, 0x24, 0xf3, 0xb7, 0x1c, 0x38, 0x33, 0x34, 0x0c, 0xc0, 0x2b, 0x00, 0x7a, 0x9b, 0x3e,
0x61, 0x6d, 0x52, 0xfb, 0x50, 0xd5, 0x45, 0xa2, 0x40, 0x11, 0x3a, 0xcf, 0xa9, 0x9c, 0x78, 0xa3,
0xef, 0x14, 0x0d, 0xe0, 0x80, 0x36, 0x38, 0x2a, 0xde, 0x85, 0xd2, 0x32, 0xd5, 0xb5, 0xd0, 0xfe,
0x1e, 0xdd, 0xff, 0xc2, 0xc0, 0x38, 0xba, 0x1a, 0x07, 0x41, 0x49, 0x4c, 0xb8, 0x02, 0x66, 0x75,
0xb0, 0xef, 0xd1, 0xfa, 0x49, 0xad, 0xf5, 0xd9, 0x4a, 0xf2, 0x18, 0xf5, 0xd2, 0x0b, 0x88, 0x1a,
0xf1, 0x29, 0x23, 0xb5, 0x08, 0x22, 0x9f, 0x84, 0x78, 0x3f, 0x79, 0x8c, 0x7a, 0xe9, 0xa1, 0x03,
0x0c, 0x8d, 0x9a, 0x6a, 0xc1, 0x71, 0x09, 0xf9, 0x5a, 0x18, 0x18, 0x46, 0x65, 0x38, 0x29, 0xda,
0x0d, 0x4b, 0x94, 0x81, 0xba, 0x76, 0x90, 0x0f, 0xe4, 0x62, 0x22, 0xf4, 0x2e, 0xf6, 0x84, 0xde,
0xb9, 0x78, 0xa1, 0x18, 0x0b, 0xb3, 0x37, 0xc1, 0x84, 0x27, 0x5f, 0x86, 0xb6, 0xcb, 0x85, 0x21,
0xcf, 0x29, 0x4a, 0x69, 0x11, 0x50, 0x19, 0x88, 0x58, 0xa6, 0x9f, 0x96, 0x06, 0x82, 0xd7, 0x40,
0xbe, 0xe9, 0xd5, 0x3a, 0x89, 0xe8, 0xcd, 0x21, 0x80, 0x6b, 0x5e, 0xcd, 0x4f, 0xc0, 0x4d, 0x8a,
0x1b, 0x8b, 0x5d, 0x24, 0x21, 0xe0, 0x27, 0x60, 0xb2, 0x93, 0xf0, 0x75, 0x75, 0x50, 0x1a, 0x02,
0x87, 0x34, 0x69, 0x02, 0x72, 0x5a, 0x04, 0xb2, 0xce, 0x09, 0x8a, 0xe0, 0x04, 0x34, 0xd1, 0xa5,
0x9a, 0xb4, 0xca, 0x70, 0xe8, 0x41, 0xe5, 0xb6, 0x82, 0xee, 0x9c, 0xa0, 0x08, 0xce, 0xfc, 0x31,
0x07, 0xa6, 0x13, 0xe5, 0xdf, 0x21, 0x9b, 0x46, 0xe5, 0xf1, 0x03, 0x33, 0x8d, 0x82, 0x3b, 0x50,
0xd3, 0x28, 0xc8, 0x57, 0x62, 0x9a, 0x18, 0xf4, 0x00, 0xd3, 0x3c, 0xcd, 0x01, 0xd8, 0xef, 0xc6,
0xf0, 0x4b, 0x30, 0xa1, 0x02, 0xe6, 0x4b, 0x26, 0x95, 0x28, 0xbd, 0xeb, 0xfc, 0xa1, 0x51, 0x7b,
0xea, 0xff, 0xec, 0x9e, 0xea, 0x7f, 0x72, 0x10, 0x7d, 0x52, 0x94, 0x75, 0x52, 0x7b, 0xa5, 0x2f,
0xc0, 0xa4, 0xdf, 0x69, 0x30, 0xf2, 0xa3, 0x37, 0x18, 0x52, 0xe1, 0x51, 0x6b, 0x11, 0x41, 0xc2,
0x1a, 0x98, 0xc6, 0xf1, 0x1a, 0x7f, 0x7c, 0xa4, 0xdf, 0x98, 0x13, 0x0d, 0x45, 0xa2, 0xb8, 0x4f,
0xa0, 0x9a, 0xbf, 0xf7, 0x9a, 0x55, 0xbd, 0xbb, 0x7f, 0xa2, 0x59, 0x0f, 0xaf, 0xcb, 0xfa, 0x4f,
0x58, 0xf6, 0xe7, 0x2c, 0x98, 0xeb, 0x4d, 0x13, 0x23, 0xb5, 0xd3, 0x0f, 0x07, 0xce, 0x04, 0xb2,
0x23, 0x5d, 0x3a, 0xea, 0x02, 0xf6, 0x36, 0x17, 0x48, 0x58, 0x22, 0x77, 0xe0, 0x96, 0x30, 0x7f,
0x49, 0xea, 0x68, 0xf4, 0x91, 0xc3, 0x57, 0x83, 0xfb, 0xf2, 0xd1, 0x94, 0x74, 0x5a, 0x0b, 0xdb,
0x73, 0x6f, 0xfe, 0xaa, 0xd5, 0xf4, 0x6b, 0x16, 0x1c, 0x1f, 0x54, 0x22, 0xc0, 0x8a, 0x9e, 0xd2,
0x29, 0x25, 0x95, 0xe2, 0x53, 0xba, 0x17, 0x81, 0x61, 0x0c, 0x68, 0x33, 0x3b, 0x30, 0xb1, 0x41,
0xde, 0x1d, 0x30, 0x9f, 0xb0, 0x7c, 0xac, 0x66, 0xd3, 0x4d, 0xc3, 0xff, 0xc3, 0xc0, 0x98, 0xdf,
0x48, 0xa1, 0x41, 0xa9, 0xdc, 0x29, 0xd3, 0xac, 0xdc, 0x2b, 0x9f, 0x66, 0x3d, 0xea, 0xd7, 0x97,
0x72, 0xad, 0x03, 0xd1, 0xd7, 0x67, 0xe0, 0x54, 0xd2, 0x07, 0xfa, 0x15, 0x76, 0x26, 0x0c, 0x8c,
0x53, 0x95, 0x34, 0x22, 0x94, 0xce, 0x9f, 0xe6, 0xc8, 0xb9, 0xc3, 0x71, 0x64, 0xf3, 0x9b, 0x2c,
0x18, 0x97, 0xcd, 0xc9, 0x21, 0x8c, 0x94, 0xae, 0x24, 0x46, 0x4a, 0x67, 0x87, 0x64, 0x38, 0x79,
0xa3, 0xd4, 0x01, 0xd2, 0xf5, 0x9e, 0x01, 0xd2, 0xb9, 0x5d, 0x91, 0x86, 0x8f, 0x8b, 0xde, 0x03,
0x53, 0x91, 0x40, 0xf8, 0x96, 0x28, 0x16, 0x75, 0x57, 0x95, 0x91, 0xb6, 0x8d, 0x66, 0x0c, 0x51,
0x3b, 0x15, 0x51, 0x98, 0x14, 0x14, 0x62, 0x12, 0xf6, 0xc7, 0x2c, 0xa8, 0xfd, 0xf8, 0xc0, 0x74,
0xaa, 0x4b, 0xdd, 0x1f, 0x13, 0xca, 0xe7, 0x1f, 0x3f, 0x2f, 0x8e, 0x3d, 0x79, 0x5e, 0x1c, 0x7b,
0xf6, 0xbc, 0x38, 0xf6, 0x75, 0x58, 0xcc, 0x3c, 0x0e, 0x8b, 0x99, 0x27, 0x61, 0x31, 0xf3, 0x2c,
0x2c, 0x66, 0xfe, 0x08, 0x8b, 0x99, 0xef, 0xfe, 0x2c, 0x8e, 0x7d, 0x9a, 0x6d, 0x2f, 0xfd, 0x1d,
0x00, 0x00, 0xff, 0xff, 0x3c, 0x26, 0x41, 0xcb, 0x94, 0x19, 0x00, 0x00,
2016-09-30 02:33:23 -07:00
}