Versions in this module Expand all Collapse all v1 v1.0.1 Mar 11, 2021 Changes in this version + 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 Cron struct + Schedule string + TargetReplicas int32 + func (in *Cron) DeepCopy() *Cron + func (in *Cron) DeepCopyInto(out *Cron) + type CronHPA struct + Spec CronHPASpec + Status CronHPAStatus + func (in *CronHPA) DeepCopy() *CronHPA + func (in *CronHPA) DeepCopyInto(out *CronHPA) + func (in *CronHPA) DeepCopyObject() runtime.Object + type CronHPAList struct + Items []CronHPA + func (in *CronHPAList) DeepCopy() *CronHPAList + func (in *CronHPAList) DeepCopyInto(out *CronHPAList) + func (in *CronHPAList) DeepCopyObject() runtime.Object + type CronHPASpec struct + Crons []Cron + ScaleTargetRef autoscalingv2.CrossVersionObjectReference + func (in *CronHPASpec) DeepCopy() *CronHPASpec + func (in *CronHPASpec) DeepCopyInto(out *CronHPASpec) + type CronHPAStatus struct + LastScheduleTime *metav1.Time + func (in *CronHPAStatus) DeepCopy() *CronHPAStatus + func (in *CronHPAStatus) DeepCopyInto(out *CronHPAStatus)