Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct { Evaluation evaluate.Evaluation `json:"evaluation"` Resource metav1.Object `json:"resource"` ScaleTargetRef *autoscaling.CrossVersionObjectReference `json:"scaleTargetRef"` Namespace string `json:"namespace"` MinReplicas int32 `json:"minReplicas"` MaxReplicas int32 `json:"maxReplicas"` TargetReplicas int32 `json:"targetReplicas"` RunType string `json:"runType"` }
Info defines information fed into a Scaler in order for it to make decisions as to how to scale
Click to show internal directories.
Click to hide internal directories.