Documentation ¶
Overview ¶
Package v2alpha1 is a generated protocol buffer package.
It is generated from these files:
k8s.io/kubernetes/pkg/apis/autoscaling/v2alpha1/generated.proto
It has these top-level messages:
CrossVersionObjectReference HorizontalPodAutoscaler HorizontalPodAutoscalerList HorizontalPodAutoscalerSpec HorizontalPodAutoscalerStatus MetricSpec MetricStatus ObjectMetricSource ObjectMetricStatus PodsMetricSource PodsMetricStatus ResourceMetricSource ResourceMetricStatus
Index ¶
- Variables
- type CrossVersionObjectReference
- func (*CrossVersionObjectReference) Descriptor() ([]byte, []int)
- 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 (*CrossVersionObjectReference) ProtoMessage()
- func (m *CrossVersionObjectReference) Reset()
- func (m *CrossVersionObjectReference) Size() (n int)
- func (m *CrossVersionObjectReference) String() string
- func (m *CrossVersionObjectReference) Unmarshal(dAtA []byte) error
- type HorizontalPodAutoscaler
- func (*HorizontalPodAutoscaler) Descriptor() ([]byte, []int)
- 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 (*HorizontalPodAutoscaler) ProtoMessage()
- func (m *HorizontalPodAutoscaler) Reset()
- func (m *HorizontalPodAutoscaler) Size() (n int)
- func (m *HorizontalPodAutoscaler) String() string
- func (m *HorizontalPodAutoscaler) Unmarshal(dAtA []byte) error
- type HorizontalPodAutoscalerList
- func (*HorizontalPodAutoscalerList) Descriptor() ([]byte, []int)
- 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 (*HorizontalPodAutoscalerList) ProtoMessage()
- func (m *HorizontalPodAutoscalerList) Reset()
- func (m *HorizontalPodAutoscalerList) Size() (n int)
- func (m *HorizontalPodAutoscalerList) String() string
- func (m *HorizontalPodAutoscalerList) Unmarshal(dAtA []byte) error
- type HorizontalPodAutoscalerSpec
- func (*HorizontalPodAutoscalerSpec) Descriptor() ([]byte, []int)
- 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 (*HorizontalPodAutoscalerSpec) ProtoMessage()
- func (m *HorizontalPodAutoscalerSpec) Reset()
- func (m *HorizontalPodAutoscalerSpec) Size() (n int)
- func (m *HorizontalPodAutoscalerSpec) String() string
- func (m *HorizontalPodAutoscalerSpec) Unmarshal(dAtA []byte) error
- type HorizontalPodAutoscalerStatus
- func (*HorizontalPodAutoscalerStatus) Descriptor() ([]byte, []int)
- 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 (*HorizontalPodAutoscalerStatus) ProtoMessage()
- func (m *HorizontalPodAutoscalerStatus) Reset()
- func (m *HorizontalPodAutoscalerStatus) Size() (n int)
- func (m *HorizontalPodAutoscalerStatus) String() string
- func (m *HorizontalPodAutoscalerStatus) Unmarshal(dAtA []byte) error
- type MetricSpec
- func (*MetricSpec) Descriptor() ([]byte, []int)
- 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 (*MetricSpec) ProtoMessage()
- func (m *MetricSpec) Reset()
- func (m *MetricSpec) Size() (n int)
- func (m *MetricSpec) String() string
- func (m *MetricSpec) Unmarshal(dAtA []byte) error
- type MetricStatus
- func (*MetricStatus) Descriptor() ([]byte, []int)
- 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 (*MetricStatus) ProtoMessage()
- func (m *MetricStatus) Reset()
- func (m *MetricStatus) Size() (n int)
- func (m *MetricStatus) String() string
- func (m *MetricStatus) Unmarshal(dAtA []byte) error
- type ObjectMetricSource
- func (*ObjectMetricSource) Descriptor() ([]byte, []int)
- 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 (*ObjectMetricSource) ProtoMessage()
- func (m *ObjectMetricSource) Reset()
- func (m *ObjectMetricSource) Size() (n int)
- func (m *ObjectMetricSource) String() string
- func (m *ObjectMetricSource) Unmarshal(dAtA []byte) error
- type ObjectMetricStatus
- func (*ObjectMetricStatus) Descriptor() ([]byte, []int)
- 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 (*ObjectMetricStatus) ProtoMessage()
- func (m *ObjectMetricStatus) Reset()
- func (m *ObjectMetricStatus) Size() (n int)
- func (m *ObjectMetricStatus) String() string
- func (m *ObjectMetricStatus) Unmarshal(dAtA []byte) error
- type PodsMetricSource
- func (*PodsMetricSource) Descriptor() ([]byte, []int)
- 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 (*PodsMetricSource) ProtoMessage()
- func (m *PodsMetricSource) Reset()
- func (m *PodsMetricSource) Size() (n int)
- func (m *PodsMetricSource) String() string
- func (m *PodsMetricSource) Unmarshal(dAtA []byte) error
- type PodsMetricStatus
- func (*PodsMetricStatus) Descriptor() ([]byte, []int)
- 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 (*PodsMetricStatus) ProtoMessage()
- func (m *PodsMetricStatus) Reset()
- func (m *PodsMetricStatus) Size() (n int)
- func (m *PodsMetricStatus) String() string
- func (m *PodsMetricStatus) Unmarshal(dAtA []byte) error
- type ResourceMetricSource
- func (*ResourceMetricSource) Descriptor() ([]byte, []int)
- 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 (*ResourceMetricSource) ProtoMessage()
- func (m *ResourceMetricSource) Reset()
- func (m *ResourceMetricSource) Size() (n int)
- func (m *ResourceMetricSource) String() string
- func (m *ResourceMetricSource) Unmarshal(dAtA []byte) error
- type ResourceMetricStatus
- func (*ResourceMetricStatus) Descriptor() ([]byte, []int)
- 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 (*ResourceMetricStatus) ProtoMessage()
- func (m *ResourceMetricStatus) Reset()
- func (m *ResourceMetricStatus) Size() (n int)
- func (m *ResourceMetricStatus) String() string
- func (m *ResourceMetricStatus) Unmarshal(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
var ( ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type CrossVersionObjectReference ¶
type CrossVersionObjectReference struct { // Kind of the referent; More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds" Kind *string `protobuf:"bytes,1,opt,name=kind" json:"kind,omitempty"` // Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` // API version of the referent // +optional ApiVersion *string `protobuf:"bytes,3,opt,name=apiVersion" json:"apiVersion,omitempty"` XXX_unrecognized []byte `json:"-"` }
CrossVersionObjectReference contains enough information to let you identify the referred resource.
func (*CrossVersionObjectReference) Descriptor ¶
func (*CrossVersionObjectReference) Descriptor() ([]byte, []int)
func (*CrossVersionObjectReference) GetApiVersion ¶
func (m *CrossVersionObjectReference) GetApiVersion() string
func (*CrossVersionObjectReference) GetKind ¶
func (m *CrossVersionObjectReference) GetKind() string
func (*CrossVersionObjectReference) GetName ¶
func (m *CrossVersionObjectReference) GetName() string
func (*CrossVersionObjectReference) Marshal ¶
func (m *CrossVersionObjectReference) Marshal() (dAtA []byte, err error)
func (*CrossVersionObjectReference) MarshalTo ¶
func (m *CrossVersionObjectReference) MarshalTo(dAtA []byte) (int, error)
func (*CrossVersionObjectReference) ProtoMessage ¶
func (*CrossVersionObjectReference) ProtoMessage()
func (*CrossVersionObjectReference) Reset ¶
func (m *CrossVersionObjectReference) Reset()
func (*CrossVersionObjectReference) Size ¶
func (m *CrossVersionObjectReference) Size() (n int)
func (*CrossVersionObjectReference) String ¶
func (m *CrossVersionObjectReference) String() string
func (*CrossVersionObjectReference) Unmarshal ¶
func (m *CrossVersionObjectReference) Unmarshal(dAtA []byte) error
type HorizontalPodAutoscaler ¶
type HorizontalPodAutoscaler struct { // metadata is the standard object metadata. // More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata // +optional Metadata *k8s_io_kubernetes_pkg_apis_meta_v1.ObjectMeta `protobuf:"bytes,1,opt,name=metadata" json:"metadata,omitempty"` // spec is the specification for the behaviour of the autoscaler. // More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. // +optional Spec *HorizontalPodAutoscalerSpec `protobuf:"bytes,2,opt,name=spec" json:"spec,omitempty"` // status is the current information about the autoscaler. // +optional Status *HorizontalPodAutoscalerStatus `protobuf:"bytes,3,opt,name=status" json:"status,omitempty"` XXX_unrecognized []byte `json:"-"` }
HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified.
func (*HorizontalPodAutoscaler) Descriptor ¶
func (*HorizontalPodAutoscaler) Descriptor() ([]byte, []int)
func (*HorizontalPodAutoscaler) GetMetadata ¶
func (m *HorizontalPodAutoscaler) GetMetadata() *k8s_io_kubernetes_pkg_apis_meta_v1.ObjectMeta
func (*HorizontalPodAutoscaler) GetSpec ¶
func (m *HorizontalPodAutoscaler) GetSpec() *HorizontalPodAutoscalerSpec
func (*HorizontalPodAutoscaler) GetStatus ¶
func (m *HorizontalPodAutoscaler) GetStatus() *HorizontalPodAutoscalerStatus
func (*HorizontalPodAutoscaler) Marshal ¶
func (m *HorizontalPodAutoscaler) Marshal() (dAtA []byte, err error)
func (*HorizontalPodAutoscaler) MarshalTo ¶
func (m *HorizontalPodAutoscaler) MarshalTo(dAtA []byte) (int, error)
func (*HorizontalPodAutoscaler) ProtoMessage ¶
func (*HorizontalPodAutoscaler) ProtoMessage()
func (*HorizontalPodAutoscaler) Reset ¶
func (m *HorizontalPodAutoscaler) Reset()
func (*HorizontalPodAutoscaler) Size ¶
func (m *HorizontalPodAutoscaler) Size() (n int)
func (*HorizontalPodAutoscaler) String ¶
func (m *HorizontalPodAutoscaler) String() string
func (*HorizontalPodAutoscaler) Unmarshal ¶
func (m *HorizontalPodAutoscaler) Unmarshal(dAtA []byte) error
type HorizontalPodAutoscalerList ¶
type HorizontalPodAutoscalerList struct { // metadata is the standard list metadata. // +optional Metadata *k8s_io_kubernetes_pkg_apis_meta_v1.ListMeta `protobuf:"bytes,1,opt,name=metadata" json:"metadata,omitempty"` // items is the list of horizontal pod autoscaler objects. Items []*HorizontalPodAutoscaler `protobuf:"bytes,2,rep,name=items" json:"items,omitempty"` XXX_unrecognized []byte `json:"-"` }
HorizontalPodAutoscaler is a list of horizontal pod autoscaler objects.
func (*HorizontalPodAutoscalerList) Descriptor ¶
func (*HorizontalPodAutoscalerList) Descriptor() ([]byte, []int)
func (*HorizontalPodAutoscalerList) GetItems ¶
func (m *HorizontalPodAutoscalerList) GetItems() []*HorizontalPodAutoscaler
func (*HorizontalPodAutoscalerList) GetMetadata ¶
func (m *HorizontalPodAutoscalerList) GetMetadata() *k8s_io_kubernetes_pkg_apis_meta_v1.ListMeta
func (*HorizontalPodAutoscalerList) Marshal ¶
func (m *HorizontalPodAutoscalerList) Marshal() (dAtA []byte, err error)
func (*HorizontalPodAutoscalerList) MarshalTo ¶
func (m *HorizontalPodAutoscalerList) MarshalTo(dAtA []byte) (int, error)
func (*HorizontalPodAutoscalerList) ProtoMessage ¶
func (*HorizontalPodAutoscalerList) ProtoMessage()
func (*HorizontalPodAutoscalerList) Reset ¶
func (m *HorizontalPodAutoscalerList) Reset()
func (*HorizontalPodAutoscalerList) Size ¶
func (m *HorizontalPodAutoscalerList) Size() (n int)
func (*HorizontalPodAutoscalerList) String ¶
func (m *HorizontalPodAutoscalerList) String() string
func (*HorizontalPodAutoscalerList) Unmarshal ¶
func (m *HorizontalPodAutoscalerList) Unmarshal(dAtA []byte) error
type HorizontalPodAutoscalerSpec ¶
type HorizontalPodAutoscalerSpec struct { // scaleTargetRef points to the target resource to scale, and is used to the pods for which metrics // should be collected, as well as to actually change the replica count. ScaleTargetRef *CrossVersionObjectReference `protobuf:"bytes,1,opt,name=scaleTargetRef" json:"scaleTargetRef,omitempty"` // minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. // It defaults to 1 pod. // +optional MinReplicas *int32 `protobuf:"varint,2,opt,name=minReplicas" json:"minReplicas,omitempty"` // maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. // It cannot be less that minReplicas. MaxReplicas *int32 `protobuf:"varint,3,opt,name=maxReplicas" json:"maxReplicas,omitempty"` // metrics contains the specifications for which to use to calculate the // desired replica count (the maximum replica count across all metrics will // be used). The desired replica count is calculated multiplying the // ratio between the target value and the current value by the current // number of pods. Ergo, metrics used must decrease as the pod count is // increased, and vice-versa. See the individual metric source types for // more information about how each type of metric must respond. // +optional Metrics []*MetricSpec `protobuf:"bytes,4,rep,name=metrics" json:"metrics,omitempty"` XXX_unrecognized []byte `json:"-"` }
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
func (*HorizontalPodAutoscalerSpec) Descriptor ¶
func (*HorizontalPodAutoscalerSpec) Descriptor() ([]byte, []int)
func (*HorizontalPodAutoscalerSpec) GetMaxReplicas ¶
func (m *HorizontalPodAutoscalerSpec) GetMaxReplicas() int32
func (*HorizontalPodAutoscalerSpec) GetMetrics ¶
func (m *HorizontalPodAutoscalerSpec) GetMetrics() []*MetricSpec
func (*HorizontalPodAutoscalerSpec) GetMinReplicas ¶
func (m *HorizontalPodAutoscalerSpec) GetMinReplicas() int32
func (*HorizontalPodAutoscalerSpec) GetScaleTargetRef ¶
func (m *HorizontalPodAutoscalerSpec) GetScaleTargetRef() *CrossVersionObjectReference
func (*HorizontalPodAutoscalerSpec) Marshal ¶
func (m *HorizontalPodAutoscalerSpec) Marshal() (dAtA []byte, err error)
func (*HorizontalPodAutoscalerSpec) MarshalTo ¶
func (m *HorizontalPodAutoscalerSpec) MarshalTo(dAtA []byte) (int, error)
func (*HorizontalPodAutoscalerSpec) ProtoMessage ¶
func (*HorizontalPodAutoscalerSpec) ProtoMessage()
func (*HorizontalPodAutoscalerSpec) Reset ¶
func (m *HorizontalPodAutoscalerSpec) Reset()
func (*HorizontalPodAutoscalerSpec) Size ¶
func (m *HorizontalPodAutoscalerSpec) Size() (n int)
func (*HorizontalPodAutoscalerSpec) String ¶
func (m *HorizontalPodAutoscalerSpec) String() string
func (*HorizontalPodAutoscalerSpec) Unmarshal ¶
func (m *HorizontalPodAutoscalerSpec) Unmarshal(dAtA []byte) error
type HorizontalPodAutoscalerStatus ¶
type HorizontalPodAutoscalerStatus struct { // observedGeneration is the most recent generation observed by this autoscaler. // +optional ObservedGeneration *int64 `protobuf:"varint,1,opt,name=observedGeneration" json:"observedGeneration,omitempty"` // lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, // used by the autoscaler to control how often the number of pods is changed. // +optional LastScaleTime *k8s_io_kubernetes_pkg_apis_meta_v1.Time `protobuf:"bytes,2,opt,name=lastScaleTime" json:"lastScaleTime,omitempty"` // currentReplicas is current number of replicas of pods managed by this autoscaler, // as last seen by the autoscaler. CurrentReplicas *int32 `protobuf:"varint,3,opt,name=currentReplicas" json:"currentReplicas,omitempty"` // desiredReplicas is the desired number of replicas of pods managed by this autoscaler, // as last calculated by the autoscaler. DesiredReplicas *int32 `protobuf:"varint,4,opt,name=desiredReplicas" json:"desiredReplicas,omitempty"` // currentMetrics is the last read state of the metrics used by this autoscaler. CurrentMetrics []*MetricStatus `protobuf:"bytes,5,rep,name=currentMetrics" json:"currentMetrics,omitempty"` XXX_unrecognized []byte `json:"-"` }
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
func (*HorizontalPodAutoscalerStatus) Descriptor ¶
func (*HorizontalPodAutoscalerStatus) Descriptor() ([]byte, []int)
func (*HorizontalPodAutoscalerStatus) GetCurrentMetrics ¶
func (m *HorizontalPodAutoscalerStatus) GetCurrentMetrics() []*MetricStatus
func (*HorizontalPodAutoscalerStatus) GetCurrentReplicas ¶
func (m *HorizontalPodAutoscalerStatus) GetCurrentReplicas() int32
func (*HorizontalPodAutoscalerStatus) GetDesiredReplicas ¶
func (m *HorizontalPodAutoscalerStatus) GetDesiredReplicas() int32
func (*HorizontalPodAutoscalerStatus) GetLastScaleTime ¶
func (m *HorizontalPodAutoscalerStatus) GetLastScaleTime() *k8s_io_kubernetes_pkg_apis_meta_v1.Time
func (*HorizontalPodAutoscalerStatus) GetObservedGeneration ¶
func (m *HorizontalPodAutoscalerStatus) GetObservedGeneration() int64
func (*HorizontalPodAutoscalerStatus) Marshal ¶
func (m *HorizontalPodAutoscalerStatus) Marshal() (dAtA []byte, err error)
func (*HorizontalPodAutoscalerStatus) MarshalTo ¶
func (m *HorizontalPodAutoscalerStatus) MarshalTo(dAtA []byte) (int, error)
func (*HorizontalPodAutoscalerStatus) ProtoMessage ¶
func (*HorizontalPodAutoscalerStatus) ProtoMessage()
func (*HorizontalPodAutoscalerStatus) Reset ¶
func (m *HorizontalPodAutoscalerStatus) Reset()
func (*HorizontalPodAutoscalerStatus) Size ¶
func (m *HorizontalPodAutoscalerStatus) Size() (n int)
func (*HorizontalPodAutoscalerStatus) String ¶
func (m *HorizontalPodAutoscalerStatus) String() string
func (*HorizontalPodAutoscalerStatus) Unmarshal ¶
func (m *HorizontalPodAutoscalerStatus) Unmarshal(dAtA []byte) error
type MetricSpec ¶
type MetricSpec struct { // type is the type of metric source. It should match one of the fields below. Type *string `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"` // object refers to a metric describing a single kubernetes object // (for example, hits-per-second on an Ingress object). // +optional Object *ObjectMetricSource `protobuf:"bytes,2,opt,name=object" json:"object,omitempty"` // pods refers to a metric describing each pod in the current scale target // (for example, transactions-processed-per-second). The values will be // averaged together before being compared to the target value. // +optional Pods *PodsMetricSource `protobuf:"bytes,3,opt,name=pods" json:"pods,omitempty"` // resource refers to a resource metric (such as those specified in // requests and limits) known to Kubernetes describing each pod in the // current scale target (e.g. CPU or memory). Such metrics are built in to // Kubernetes, and have special scaling options on top of those available // to normal per-pod metrics using the "pods" source. // +optional Resource *ResourceMetricSource `protobuf:"bytes,4,opt,name=resource" json:"resource,omitempty"` XXX_unrecognized []byte `json:"-"` }
MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
func (*MetricSpec) Descriptor ¶
func (*MetricSpec) Descriptor() ([]byte, []int)
func (*MetricSpec) GetObject ¶
func (m *MetricSpec) GetObject() *ObjectMetricSource
func (*MetricSpec) GetPods ¶
func (m *MetricSpec) GetPods() *PodsMetricSource
func (*MetricSpec) GetResource ¶
func (m *MetricSpec) GetResource() *ResourceMetricSource
func (*MetricSpec) GetType ¶
func (m *MetricSpec) GetType() string
func (*MetricSpec) Marshal ¶
func (m *MetricSpec) Marshal() (dAtA []byte, err error)
func (*MetricSpec) ProtoMessage ¶
func (*MetricSpec) ProtoMessage()
func (*MetricSpec) Reset ¶
func (m *MetricSpec) Reset()
func (*MetricSpec) Size ¶
func (m *MetricSpec) Size() (n int)
func (*MetricSpec) String ¶
func (m *MetricSpec) String() string
func (*MetricSpec) Unmarshal ¶
func (m *MetricSpec) Unmarshal(dAtA []byte) error
type MetricStatus ¶
type MetricStatus struct { // type is the type of metric source. It will match one of the fields below. Type *string `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"` // object refers to a metric describing a single kubernetes object // (for example, hits-per-second on an Ingress object). // +optional Object *ObjectMetricStatus `protobuf:"bytes,2,opt,name=object" json:"object,omitempty"` // pods refers to a metric describing each pod in the current scale target // (for example, transactions-processed-per-second). The values will be // averaged together before being compared to the target value. // +optional Pods *PodsMetricStatus `protobuf:"bytes,3,opt,name=pods" json:"pods,omitempty"` // resource refers to a resource metric (such as those specified in // requests and limits) known to Kubernetes describing each pod in the // current scale target (e.g. CPU or memory). Such metrics are built in to // Kubernetes, and have special scaling options on top of those available // to normal per-pod metrics using the "pods" source. // +optional Resource *ResourceMetricStatus `protobuf:"bytes,4,opt,name=resource" json:"resource,omitempty"` XXX_unrecognized []byte `json:"-"` }
MetricStatus describes the last-read state of a single metric.
func (*MetricStatus) Descriptor ¶
func (*MetricStatus) Descriptor() ([]byte, []int)
func (*MetricStatus) GetObject ¶
func (m *MetricStatus) GetObject() *ObjectMetricStatus
func (*MetricStatus) GetPods ¶
func (m *MetricStatus) GetPods() *PodsMetricStatus
func (*MetricStatus) GetResource ¶
func (m *MetricStatus) GetResource() *ResourceMetricStatus
func (*MetricStatus) GetType ¶
func (m *MetricStatus) GetType() string
func (*MetricStatus) Marshal ¶
func (m *MetricStatus) Marshal() (dAtA []byte, err error)
func (*MetricStatus) ProtoMessage ¶
func (*MetricStatus) ProtoMessage()
func (*MetricStatus) Reset ¶
func (m *MetricStatus) Reset()
func (*MetricStatus) Size ¶
func (m *MetricStatus) Size() (n int)
func (*MetricStatus) String ¶
func (m *MetricStatus) String() string
func (*MetricStatus) Unmarshal ¶
func (m *MetricStatus) Unmarshal(dAtA []byte) error
type ObjectMetricSource ¶
type ObjectMetricSource struct { // target is the described Kubernetes object. Target *CrossVersionObjectReference `protobuf:"bytes,1,opt,name=target" json:"target,omitempty"` // metricName is the name of the metric in question. MetricName *string `protobuf:"bytes,2,opt,name=metricName" json:"metricName,omitempty"` // targetValue is the target value of the metric (as a quantity). TargetValue *k8s_io_kubernetes_pkg_api_resource.Quantity `protobuf:"bytes,3,opt,name=targetValue" json:"targetValue,omitempty"` XXX_unrecognized []byte `json:"-"` }
ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
func (*ObjectMetricSource) Descriptor ¶
func (*ObjectMetricSource) Descriptor() ([]byte, []int)
func (*ObjectMetricSource) GetMetricName ¶
func (m *ObjectMetricSource) GetMetricName() string
func (*ObjectMetricSource) GetTarget ¶
func (m *ObjectMetricSource) GetTarget() *CrossVersionObjectReference
func (*ObjectMetricSource) GetTargetValue ¶
func (m *ObjectMetricSource) GetTargetValue() *k8s_io_kubernetes_pkg_api_resource.Quantity
func (*ObjectMetricSource) Marshal ¶
func (m *ObjectMetricSource) Marshal() (dAtA []byte, err error)
func (*ObjectMetricSource) MarshalTo ¶
func (m *ObjectMetricSource) MarshalTo(dAtA []byte) (int, error)
func (*ObjectMetricSource) ProtoMessage ¶
func (*ObjectMetricSource) ProtoMessage()
func (*ObjectMetricSource) Reset ¶
func (m *ObjectMetricSource) Reset()
func (*ObjectMetricSource) Size ¶
func (m *ObjectMetricSource) Size() (n int)
func (*ObjectMetricSource) String ¶
func (m *ObjectMetricSource) String() string
func (*ObjectMetricSource) Unmarshal ¶
func (m *ObjectMetricSource) Unmarshal(dAtA []byte) error
type ObjectMetricStatus ¶
type ObjectMetricStatus struct { // target is the described Kubernetes object. Target *CrossVersionObjectReference `protobuf:"bytes,1,opt,name=target" json:"target,omitempty"` // metricName is the name of the metric in question. MetricName *string `protobuf:"bytes,2,opt,name=metricName" json:"metricName,omitempty"` // currentValue is the current value of the metric (as a quantity). CurrentValue *k8s_io_kubernetes_pkg_api_resource.Quantity `protobuf:"bytes,3,opt,name=currentValue" json:"currentValue,omitempty"` XXX_unrecognized []byte `json:"-"` }
ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
func (*ObjectMetricStatus) Descriptor ¶
func (*ObjectMetricStatus) Descriptor() ([]byte, []int)
func (*ObjectMetricStatus) GetCurrentValue ¶
func (m *ObjectMetricStatus) GetCurrentValue() *k8s_io_kubernetes_pkg_api_resource.Quantity
func (*ObjectMetricStatus) GetMetricName ¶
func (m *ObjectMetricStatus) GetMetricName() string
func (*ObjectMetricStatus) GetTarget ¶
func (m *ObjectMetricStatus) GetTarget() *CrossVersionObjectReference
func (*ObjectMetricStatus) Marshal ¶
func (m *ObjectMetricStatus) Marshal() (dAtA []byte, err error)
func (*ObjectMetricStatus) MarshalTo ¶
func (m *ObjectMetricStatus) MarshalTo(dAtA []byte) (int, error)
func (*ObjectMetricStatus) ProtoMessage ¶
func (*ObjectMetricStatus) ProtoMessage()
func (*ObjectMetricStatus) Reset ¶
func (m *ObjectMetricStatus) Reset()
func (*ObjectMetricStatus) Size ¶
func (m *ObjectMetricStatus) Size() (n int)
func (*ObjectMetricStatus) String ¶
func (m *ObjectMetricStatus) String() string
func (*ObjectMetricStatus) Unmarshal ¶
func (m *ObjectMetricStatus) Unmarshal(dAtA []byte) error
type PodsMetricSource ¶
type PodsMetricSource struct { // metricName is the name of the metric in question MetricName *string `protobuf:"bytes,1,opt,name=metricName" json:"metricName,omitempty"` // targetAverageValue is the target value of the average of the // metric across all relevant pods (as a quantity) TargetAverageValue *k8s_io_kubernetes_pkg_api_resource.Quantity `protobuf:"bytes,2,opt,name=targetAverageValue" json:"targetAverageValue,omitempty"` XXX_unrecognized []byte `json:"-"` }
PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.
func (*PodsMetricSource) Descriptor ¶
func (*PodsMetricSource) Descriptor() ([]byte, []int)
func (*PodsMetricSource) GetMetricName ¶
func (m *PodsMetricSource) GetMetricName() string
func (*PodsMetricSource) GetTargetAverageValue ¶
func (m *PodsMetricSource) GetTargetAverageValue() *k8s_io_kubernetes_pkg_api_resource.Quantity
func (*PodsMetricSource) Marshal ¶
func (m *PodsMetricSource) Marshal() (dAtA []byte, err error)
func (*PodsMetricSource) ProtoMessage ¶
func (*PodsMetricSource) ProtoMessage()
func (*PodsMetricSource) Reset ¶
func (m *PodsMetricSource) Reset()
func (*PodsMetricSource) Size ¶
func (m *PodsMetricSource) Size() (n int)
func (*PodsMetricSource) String ¶
func (m *PodsMetricSource) String() string
func (*PodsMetricSource) Unmarshal ¶
func (m *PodsMetricSource) Unmarshal(dAtA []byte) error
type PodsMetricStatus ¶
type PodsMetricStatus struct { // metricName is the name of the metric in question MetricName *string `protobuf:"bytes,1,opt,name=metricName" json:"metricName,omitempty"` // currentAverageValue is the current value of the average of the // metric across all relevant pods (as a quantity) CurrentAverageValue *k8s_io_kubernetes_pkg_api_resource.Quantity `protobuf:"bytes,2,opt,name=currentAverageValue" json:"currentAverageValue,omitempty"` XXX_unrecognized []byte `json:"-"` }
PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).
func (*PodsMetricStatus) Descriptor ¶
func (*PodsMetricStatus) Descriptor() ([]byte, []int)
func (*PodsMetricStatus) GetCurrentAverageValue ¶
func (m *PodsMetricStatus) GetCurrentAverageValue() *k8s_io_kubernetes_pkg_api_resource.Quantity
func (*PodsMetricStatus) GetMetricName ¶
func (m *PodsMetricStatus) GetMetricName() string
func (*PodsMetricStatus) Marshal ¶
func (m *PodsMetricStatus) Marshal() (dAtA []byte, err error)
func (*PodsMetricStatus) ProtoMessage ¶
func (*PodsMetricStatus) ProtoMessage()
func (*PodsMetricStatus) Reset ¶
func (m *PodsMetricStatus) Reset()
func (*PodsMetricStatus) Size ¶
func (m *PodsMetricStatus) Size() (n int)
func (*PodsMetricStatus) String ¶
func (m *PodsMetricStatus) String() string
func (*PodsMetricStatus) Unmarshal ¶
func (m *PodsMetricStatus) Unmarshal(dAtA []byte) error
type ResourceMetricSource ¶
type ResourceMetricSource struct { // name is the name of the resource in question. Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` // targetAverageUtilization is the target value of the average of the // resource metric across all relevant pods, represented as a percentage of // the requested value of the resource for the pods. // +optional TargetAverageUtilization *int32 `protobuf:"varint,2,opt,name=targetAverageUtilization" json:"targetAverageUtilization,omitempty"` // targetAverageValue is the the target value of the average of the // resource metric across all relevant pods, as a raw value (instead of as // a percentage of the request), similar to the "pods" metric source type. // +optional TargetAverageValue *k8s_io_kubernetes_pkg_api_resource.Quantity `protobuf:"bytes,3,opt,name=targetAverageValue" json:"targetAverageValue,omitempty"` XXX_unrecognized []byte `json:"-"` }
ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
func (*ResourceMetricSource) Descriptor ¶
func (*ResourceMetricSource) Descriptor() ([]byte, []int)
func (*ResourceMetricSource) GetName ¶
func (m *ResourceMetricSource) GetName() string
func (*ResourceMetricSource) GetTargetAverageUtilization ¶
func (m *ResourceMetricSource) GetTargetAverageUtilization() int32
func (*ResourceMetricSource) GetTargetAverageValue ¶
func (m *ResourceMetricSource) GetTargetAverageValue() *k8s_io_kubernetes_pkg_api_resource.Quantity
func (*ResourceMetricSource) Marshal ¶
func (m *ResourceMetricSource) Marshal() (dAtA []byte, err error)
func (*ResourceMetricSource) MarshalTo ¶
func (m *ResourceMetricSource) MarshalTo(dAtA []byte) (int, error)
func (*ResourceMetricSource) ProtoMessage ¶
func (*ResourceMetricSource) ProtoMessage()
func (*ResourceMetricSource) Reset ¶
func (m *ResourceMetricSource) Reset()
func (*ResourceMetricSource) Size ¶
func (m *ResourceMetricSource) Size() (n int)
func (*ResourceMetricSource) String ¶
func (m *ResourceMetricSource) String() string
func (*ResourceMetricSource) Unmarshal ¶
func (m *ResourceMetricSource) Unmarshal(dAtA []byte) error
type ResourceMetricStatus ¶
type ResourceMetricStatus struct { // name is the name of the resource in question. Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` // currentAverageUtilization is the current value of the average of the // resource metric across all relevant pods, represented as a percentage of // the requested value of the resource for the pods. It will only be // present if `targetAverageValue` was set in the corresponding metric // specification. // +optional CurrentAverageUtilization *int32 `protobuf:"varint,2,opt,name=currentAverageUtilization" json:"currentAverageUtilization,omitempty"` // currentAverageValue is the the current value of the average of the // resource metric across all relevant pods, as a raw value (instead of as // a percentage of the request), similar to the "pods" metric source type. // It will always be set, regardless of the corresponding metric specification. CurrentAverageValue *k8s_io_kubernetes_pkg_api_resource.Quantity `protobuf:"bytes,3,opt,name=currentAverageValue" json:"currentAverageValue,omitempty"` XXX_unrecognized []byte `json:"-"` }
ResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
func (*ResourceMetricStatus) Descriptor ¶
func (*ResourceMetricStatus) Descriptor() ([]byte, []int)
func (*ResourceMetricStatus) GetCurrentAverageUtilization ¶
func (m *ResourceMetricStatus) GetCurrentAverageUtilization() int32
func (*ResourceMetricStatus) GetCurrentAverageValue ¶
func (m *ResourceMetricStatus) GetCurrentAverageValue() *k8s_io_kubernetes_pkg_api_resource.Quantity
func (*ResourceMetricStatus) GetName ¶
func (m *ResourceMetricStatus) GetName() string
func (*ResourceMetricStatus) Marshal ¶
func (m *ResourceMetricStatus) Marshal() (dAtA []byte, err error)
func (*ResourceMetricStatus) MarshalTo ¶
func (m *ResourceMetricStatus) MarshalTo(dAtA []byte) (int, error)
func (*ResourceMetricStatus) ProtoMessage ¶
func (*ResourceMetricStatus) ProtoMessage()
func (*ResourceMetricStatus) Reset ¶
func (m *ResourceMetricStatus) Reset()
func (*ResourceMetricStatus) Size ¶
func (m *ResourceMetricStatus) Size() (n int)
func (*ResourceMetricStatus) String ¶
func (m *ResourceMetricStatus) String() string
func (*ResourceMetricStatus) Unmarshal ¶
func (m *ResourceMetricStatus) Unmarshal(dAtA []byte) error