Versions in this module Expand all Collapse all v1 v1.5.1 Feb 8, 2017 v1.5.0 Oct 23, 2016 Changes in this version + const GroupName + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = unversioned.GroupVersion + func DeepCopy_autoscaling_CrossVersionObjectReference(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_autoscaling_HorizontalPodAutoscaler(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_autoscaling_HorizontalPodAutoscalerList(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_autoscaling_HorizontalPodAutoscalerSpec(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_autoscaling_HorizontalPodAutoscalerStatus(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_autoscaling_Scale(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_autoscaling_ScaleSpec(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_autoscaling_ScaleStatus(in interface{}, out interface{}, c *conversion.Cloner) error + func Kind(kind string) unversioned.GroupKind + func RegisterDeepCopies(scheme *runtime.Scheme) error + func Resource(resource string) unversioned.GroupResource + type CrossVersionObjectReference struct + APIVersion string + Kind string + Name string + func (x *CrossVersionObjectReference) CodecDecodeSelf(d *codec1978.Decoder) + func (x *CrossVersionObjectReference) CodecEncodeSelf(e *codec1978.Encoder) + type HorizontalPodAutoscaler struct + Spec HorizontalPodAutoscalerSpec + Status HorizontalPodAutoscalerStatus + func (x *HorizontalPodAutoscaler) CodecDecodeSelf(d *codec1978.Decoder) + func (x *HorizontalPodAutoscaler) CodecEncodeSelf(e *codec1978.Encoder) + type HorizontalPodAutoscalerList struct + Items []HorizontalPodAutoscaler + func (x *HorizontalPodAutoscalerList) CodecDecodeSelf(d *codec1978.Decoder) + func (x *HorizontalPodAutoscalerList) CodecEncodeSelf(e *codec1978.Encoder) + type HorizontalPodAutoscalerSpec struct + MaxReplicas int32 + MinReplicas *int32 + ScaleTargetRef CrossVersionObjectReference + TargetCPUUtilizationPercentage *int32 + func (x *HorizontalPodAutoscalerSpec) CodecDecodeSelf(d *codec1978.Decoder) + func (x *HorizontalPodAutoscalerSpec) CodecEncodeSelf(e *codec1978.Encoder) + type HorizontalPodAutoscalerStatus struct + CurrentCPUUtilizationPercentage *int32 + CurrentReplicas int32 + DesiredReplicas int32 + LastScaleTime *unversioned.Time + ObservedGeneration *int64 + func (x *HorizontalPodAutoscalerStatus) CodecDecodeSelf(d *codec1978.Decoder) + func (x *HorizontalPodAutoscalerStatus) CodecEncodeSelf(e *codec1978.Encoder) + type Scale struct + Spec ScaleSpec + Status ScaleStatus + func (x *Scale) CodecDecodeSelf(d *codec1978.Decoder) + func (x *Scale) CodecEncodeSelf(e *codec1978.Encoder) + type ScaleSpec struct + Replicas int32 + func (x *ScaleSpec) CodecDecodeSelf(d *codec1978.Decoder) + func (x *ScaleSpec) CodecEncodeSelf(e *codec1978.Encoder) + type ScaleStatus struct + Replicas int32 + Selector string + func (x *ScaleStatus) CodecDecodeSelf(d *codec1978.Decoder) + func (x *ScaleStatus) CodecEncodeSelf(e *codec1978.Encoder)