tab => space, to fix compatibility with reflect.StructTag.Get

This commit is contained in:
Mike Danese 2015-08-18 09:49:05 -07:00
parent d78525a83b
commit 766e1c3a3e

View File

@ -80,7 +80,7 @@ type HorizontalPodAutoscalerSpec struct {
MaxCount int `json:"maxCount" description:"upper limit for the number of pods"`
// Target is the target average consumption of the given resource that the autoscaler will try to maintain by adjusting the desired number of pods.
// Currently two types of resources are supported: "cpu" and "memory".
Target ResourceConsumption `json:"target" description:"target average consumption of resource that the autoscaler will try to maintain by adjusting the desired number of pods"`
Target ResourceConsumption `json:"target" description:"target average consumption of resource that the autoscaler will try to maintain by adjusting the desired number of pods"`
}
// HorizontalPodAutoscalerStatus contains the current status of a horizontal pod autoscaler