Versions in this module Expand all Collapse all v0 v0.1.0 Nov 12, 2019 Changes in this version + const GroupName + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type Scale struct + Spec ScaleSpec + Status ScaleStatus + func (in *Scale) DeepCopy() *Scale + func (in *Scale) DeepCopyInto(out *Scale) + func (in *Scale) DeepCopyObject() runtime.Object + type ScaleSpec struct + Replicas int32 + func (in *ScaleSpec) DeepCopy() *ScaleSpec + func (in *ScaleSpec) DeepCopyInto(out *ScaleSpec) + type ScaleStatus struct + Replicas int32 + Selector *metav1.LabelSelector + func (in *ScaleStatus) DeepCopy() *ScaleStatus + func (in *ScaleStatus) DeepCopyInto(out *ScaleStatus)