Documentation
¶
Index ¶
Constants ¶
View Source
const ( UPSCALE int = 11 NODOWNSCALE int = 10 DOWNSCALE int = 9 NOSCALE int = 0 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Hpa ¶
type IPrescaling ¶
type IPrescaling interface { GetHpa() []Hpa GetEventService() services.IPrescalingEventService }
func NewPrescaling ¶
func NewPrescaling(client *k8s.Client, eventService services.IPrescalingEventService) IPrescaling
type Prescaling ¶
type Prescaling struct {
// contains filtered or unexported fields
}
func (Prescaling) GetEventService ¶
func (p Prescaling) GetEventService() services.IPrescalingEventService
func (Prescaling) GetHpa ¶
func (p Prescaling) GetHpa() []Hpa
Click to show internal directories.
Click to hide internal directories.