Versions in this module Expand all Collapse all v0 v0.4.0 May 16, 2017 v0.3.0 Mar 27, 2017 Changes in this version + var ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling") + type CrossVersionObjectReference struct + ApiVersion *string + Kind *string + Name *string + XXX_unrecognized []byte + func (*CrossVersionObjectReference) Descriptor() ([]byte, []int) + func (*CrossVersionObjectReference) ProtoMessage() + func (m *CrossVersionObjectReference) GetApiVersion() string + func (m *CrossVersionObjectReference) GetKind() string + func (m *CrossVersionObjectReference) GetName() string + func (m *CrossVersionObjectReference) Marshal() (dAtA []byte, err error) + func (m *CrossVersionObjectReference) MarshalTo(dAtA []byte) (int, error) + func (m *CrossVersionObjectReference) Reset() + func (m *CrossVersionObjectReference) Size() (n int) + func (m *CrossVersionObjectReference) String() string + func (m *CrossVersionObjectReference) Unmarshal(dAtA []byte) error + type HorizontalPodAutoscaler struct + Metadata *k8s_io_kubernetes_pkg_apis_meta_v1.ObjectMeta + Spec *HorizontalPodAutoscalerSpec + Status *HorizontalPodAutoscalerStatus + XXX_unrecognized []byte + func (*HorizontalPodAutoscaler) Descriptor() ([]byte, []int) + func (*HorizontalPodAutoscaler) ProtoMessage() + func (m *HorizontalPodAutoscaler) GetMetadata() *k8s_io_kubernetes_pkg_apis_meta_v1.ObjectMeta + func (m *HorizontalPodAutoscaler) GetSpec() *HorizontalPodAutoscalerSpec + func (m *HorizontalPodAutoscaler) GetStatus() *HorizontalPodAutoscalerStatus + func (m *HorizontalPodAutoscaler) Marshal() (dAtA []byte, err error) + func (m *HorizontalPodAutoscaler) MarshalTo(dAtA []byte) (int, error) + func (m *HorizontalPodAutoscaler) Reset() + func (m *HorizontalPodAutoscaler) Size() (n int) + func (m *HorizontalPodAutoscaler) String() string + func (m *HorizontalPodAutoscaler) Unmarshal(dAtA []byte) error + type HorizontalPodAutoscalerList struct + Items []*HorizontalPodAutoscaler + Metadata *k8s_io_kubernetes_pkg_apis_meta_v1.ListMeta + XXX_unrecognized []byte + func (*HorizontalPodAutoscalerList) Descriptor() ([]byte, []int) + func (*HorizontalPodAutoscalerList) ProtoMessage() + func (m *HorizontalPodAutoscalerList) GetItems() []*HorizontalPodAutoscaler + func (m *HorizontalPodAutoscalerList) GetMetadata() *k8s_io_kubernetes_pkg_apis_meta_v1.ListMeta + func (m *HorizontalPodAutoscalerList) Marshal() (dAtA []byte, err error) + func (m *HorizontalPodAutoscalerList) MarshalTo(dAtA []byte) (int, error) + func (m *HorizontalPodAutoscalerList) Reset() + func (m *HorizontalPodAutoscalerList) Size() (n int) + func (m *HorizontalPodAutoscalerList) String() string + func (m *HorizontalPodAutoscalerList) Unmarshal(dAtA []byte) error + type HorizontalPodAutoscalerSpec struct + MaxReplicas *int32 + Metrics []*MetricSpec + MinReplicas *int32 + ScaleTargetRef *CrossVersionObjectReference + XXX_unrecognized []byte + func (*HorizontalPodAutoscalerSpec) Descriptor() ([]byte, []int) + func (*HorizontalPodAutoscalerSpec) ProtoMessage() + func (m *HorizontalPodAutoscalerSpec) GetMaxReplicas() int32 + func (m *HorizontalPodAutoscalerSpec) GetMetrics() []*MetricSpec + func (m *HorizontalPodAutoscalerSpec) GetMinReplicas() int32 + func (m *HorizontalPodAutoscalerSpec) GetScaleTargetRef() *CrossVersionObjectReference + func (m *HorizontalPodAutoscalerSpec) Marshal() (dAtA []byte, err error) + func (m *HorizontalPodAutoscalerSpec) MarshalTo(dAtA []byte) (int, error) + func (m *HorizontalPodAutoscalerSpec) Reset() + func (m *HorizontalPodAutoscalerSpec) Size() (n int) + func (m *HorizontalPodAutoscalerSpec) String() string + func (m *HorizontalPodAutoscalerSpec) Unmarshal(dAtA []byte) error + type HorizontalPodAutoscalerStatus struct + CurrentMetrics []*MetricStatus + CurrentReplicas *int32 + DesiredReplicas *int32 + LastScaleTime *k8s_io_kubernetes_pkg_apis_meta_v1.Time + ObservedGeneration *int64 + XXX_unrecognized []byte + func (*HorizontalPodAutoscalerStatus) Descriptor() ([]byte, []int) + func (*HorizontalPodAutoscalerStatus) ProtoMessage() + func (m *HorizontalPodAutoscalerStatus) GetCurrentMetrics() []*MetricStatus + func (m *HorizontalPodAutoscalerStatus) GetCurrentReplicas() int32 + func (m *HorizontalPodAutoscalerStatus) GetDesiredReplicas() int32 + func (m *HorizontalPodAutoscalerStatus) GetLastScaleTime() *k8s_io_kubernetes_pkg_apis_meta_v1.Time + func (m *HorizontalPodAutoscalerStatus) GetObservedGeneration() int64 + func (m *HorizontalPodAutoscalerStatus) Marshal() (dAtA []byte, err error) + func (m *HorizontalPodAutoscalerStatus) MarshalTo(dAtA []byte) (int, error) + func (m *HorizontalPodAutoscalerStatus) Reset() + func (m *HorizontalPodAutoscalerStatus) Size() (n int) + func (m *HorizontalPodAutoscalerStatus) String() string + func (m *HorizontalPodAutoscalerStatus) Unmarshal(dAtA []byte) error + type MetricSpec struct + Object *ObjectMetricSource + Pods *PodsMetricSource + Resource *ResourceMetricSource + Type *string + XXX_unrecognized []byte + func (*MetricSpec) Descriptor() ([]byte, []int) + func (*MetricSpec) ProtoMessage() + func (m *MetricSpec) GetObject() *ObjectMetricSource + func (m *MetricSpec) GetPods() *PodsMetricSource + func (m *MetricSpec) GetResource() *ResourceMetricSource + func (m *MetricSpec) GetType() string + func (m *MetricSpec) Marshal() (dAtA []byte, err error) + func (m *MetricSpec) MarshalTo(dAtA []byte) (int, error) + func (m *MetricSpec) Reset() + func (m *MetricSpec) Size() (n int) + func (m *MetricSpec) String() string + func (m *MetricSpec) Unmarshal(dAtA []byte) error + type MetricStatus struct + Object *ObjectMetricStatus + Pods *PodsMetricStatus + Resource *ResourceMetricStatus + Type *string + XXX_unrecognized []byte + func (*MetricStatus) Descriptor() ([]byte, []int) + func (*MetricStatus) ProtoMessage() + func (m *MetricStatus) GetObject() *ObjectMetricStatus + func (m *MetricStatus) GetPods() *PodsMetricStatus + func (m *MetricStatus) GetResource() *ResourceMetricStatus + func (m *MetricStatus) GetType() string + func (m *MetricStatus) Marshal() (dAtA []byte, err error) + func (m *MetricStatus) MarshalTo(dAtA []byte) (int, error) + func (m *MetricStatus) Reset() + func (m *MetricStatus) Size() (n int) + func (m *MetricStatus) String() string + func (m *MetricStatus) Unmarshal(dAtA []byte) error + type ObjectMetricSource struct + MetricName *string + Target *CrossVersionObjectReference + TargetValue *k8s_io_kubernetes_pkg_api_resource.Quantity + XXX_unrecognized []byte + func (*ObjectMetricSource) Descriptor() ([]byte, []int) + func (*ObjectMetricSource) ProtoMessage() + func (m *ObjectMetricSource) GetMetricName() string + func (m *ObjectMetricSource) GetTarget() *CrossVersionObjectReference + func (m *ObjectMetricSource) GetTargetValue() *k8s_io_kubernetes_pkg_api_resource.Quantity + func (m *ObjectMetricSource) Marshal() (dAtA []byte, err error) + func (m *ObjectMetricSource) MarshalTo(dAtA []byte) (int, error) + func (m *ObjectMetricSource) Reset() + func (m *ObjectMetricSource) Size() (n int) + func (m *ObjectMetricSource) String() string + func (m *ObjectMetricSource) Unmarshal(dAtA []byte) error + type ObjectMetricStatus struct + CurrentValue *k8s_io_kubernetes_pkg_api_resource.Quantity + MetricName *string + Target *CrossVersionObjectReference + XXX_unrecognized []byte + func (*ObjectMetricStatus) Descriptor() ([]byte, []int) + func (*ObjectMetricStatus) ProtoMessage() + func (m *ObjectMetricStatus) GetCurrentValue() *k8s_io_kubernetes_pkg_api_resource.Quantity + func (m *ObjectMetricStatus) GetMetricName() string + func (m *ObjectMetricStatus) GetTarget() *CrossVersionObjectReference + func (m *ObjectMetricStatus) Marshal() (dAtA []byte, err error) + func (m *ObjectMetricStatus) MarshalTo(dAtA []byte) (int, error) + func (m *ObjectMetricStatus) Reset() + func (m *ObjectMetricStatus) Size() (n int) + func (m *ObjectMetricStatus) String() string + func (m *ObjectMetricStatus) Unmarshal(dAtA []byte) error + type PodsMetricSource struct + MetricName *string + TargetAverageValue *k8s_io_kubernetes_pkg_api_resource.Quantity + XXX_unrecognized []byte + func (*PodsMetricSource) Descriptor() ([]byte, []int) + func (*PodsMetricSource) ProtoMessage() + func (m *PodsMetricSource) GetMetricName() string + func (m *PodsMetricSource) GetTargetAverageValue() *k8s_io_kubernetes_pkg_api_resource.Quantity + func (m *PodsMetricSource) Marshal() (dAtA []byte, err error) + func (m *PodsMetricSource) MarshalTo(dAtA []byte) (int, error) + func (m *PodsMetricSource) Reset() + func (m *PodsMetricSource) Size() (n int) + func (m *PodsMetricSource) String() string + func (m *PodsMetricSource) Unmarshal(dAtA []byte) error + type PodsMetricStatus struct + CurrentAverageValue *k8s_io_kubernetes_pkg_api_resource.Quantity + MetricName *string + XXX_unrecognized []byte + func (*PodsMetricStatus) Descriptor() ([]byte, []int) + func (*PodsMetricStatus) ProtoMessage() + func (m *PodsMetricStatus) GetCurrentAverageValue() *k8s_io_kubernetes_pkg_api_resource.Quantity + func (m *PodsMetricStatus) GetMetricName() string + func (m *PodsMetricStatus) Marshal() (dAtA []byte, err error) + func (m *PodsMetricStatus) MarshalTo(dAtA []byte) (int, error) + func (m *PodsMetricStatus) Reset() + func (m *PodsMetricStatus) Size() (n int) + func (m *PodsMetricStatus) String() string + func (m *PodsMetricStatus) Unmarshal(dAtA []byte) error + type ResourceMetricSource struct + Name *string + TargetAverageUtilization *int32 + TargetAverageValue *k8s_io_kubernetes_pkg_api_resource.Quantity + XXX_unrecognized []byte + func (*ResourceMetricSource) Descriptor() ([]byte, []int) + func (*ResourceMetricSource) ProtoMessage() + func (m *ResourceMetricSource) GetName() string + func (m *ResourceMetricSource) GetTargetAverageUtilization() int32 + func (m *ResourceMetricSource) GetTargetAverageValue() *k8s_io_kubernetes_pkg_api_resource.Quantity + func (m *ResourceMetricSource) Marshal() (dAtA []byte, err error) + func (m *ResourceMetricSource) MarshalTo(dAtA []byte) (int, error) + func (m *ResourceMetricSource) Reset() + func (m *ResourceMetricSource) Size() (n int) + func (m *ResourceMetricSource) String() string + func (m *ResourceMetricSource) Unmarshal(dAtA []byte) error + type ResourceMetricStatus struct + CurrentAverageUtilization *int32 + CurrentAverageValue *k8s_io_kubernetes_pkg_api_resource.Quantity + Name *string + XXX_unrecognized []byte + func (*ResourceMetricStatus) Descriptor() ([]byte, []int) + func (*ResourceMetricStatus) ProtoMessage() + func (m *ResourceMetricStatus) GetCurrentAverageUtilization() int32 + func (m *ResourceMetricStatus) GetCurrentAverageValue() *k8s_io_kubernetes_pkg_api_resource.Quantity + func (m *ResourceMetricStatus) GetName() string + func (m *ResourceMetricStatus) Marshal() (dAtA []byte, err error) + func (m *ResourceMetricStatus) MarshalTo(dAtA []byte) (int, error) + func (m *ResourceMetricStatus) Reset() + func (m *ResourceMetricStatus) Size() (n int) + func (m *ResourceMetricStatus) String() string + func (m *ResourceMetricStatus) Unmarshal(dAtA []byte) error