@@ -85,8 +84,8 @@ type HorizontalPodAutoscalerSpec struct {
...
@@ -85,8 +84,8 @@ type HorizontalPodAutoscalerSpec struct {
// HorizontalPodAutoscaler represents the configuration of a horizontal pod autoscaler.
// HorizontalPodAutoscaler represents the configuration of a horizontal pod autoscaler.
typeHorizontalPodAutoscalerstruct{
typeHorizontalPodAutoscalerstruct{
api.TypeMeta`json:",inline"`
v1.TypeMeta`json:",inline"`
api.ObjectMeta`json:"metadata,omitempty"`
v1.ObjectMeta`json:"metadata,omitempty"`
// Spec defines the behaviour of autoscaler.
// Spec defines the behaviour of autoscaler.
SpecHorizontalPodAutoscalerSpec`json:"spec,omitempty" description:"specification of the desired behavior of the autoscaler; http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"`
SpecHorizontalPodAutoscalerSpec`json:"spec,omitempty" description:"specification of the desired behavior of the autoscaler; http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"`
...
@@ -94,8 +93,8 @@ type HorizontalPodAutoscaler struct {
...
@@ -94,8 +93,8 @@ type HorizontalPodAutoscaler struct {
// HorizontalPodAutoscaler is a collection of pod autoscalers.
// HorizontalPodAutoscaler is a collection of pod autoscalers.
typeHorizontalPodAutoscalerListstruct{
typeHorizontalPodAutoscalerListstruct{
api.TypeMeta`json:",inline"`
v1.TypeMeta`json:",inline"`
api.ListMeta`json:"metadata,omitempty"`
v1.ListMeta`json:"metadata,omitempty"`
Items[]HorizontalPodAutoscaler`json:"items" description:"list of horizontal pod autoscalers"`
Items[]HorizontalPodAutoscaler`json:"items" description:"list of horizontal pod autoscalers"`