Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckpointWriter ¶
type CheckpointWriter interface {
StoreCheckpoints()
}
CheckpointWriter is implements how histogram checkpoints are stored.
func NewCheckpointWriter ¶
func NewCheckpointWriter(cluster *model.ClusterState, vpaCheckpointClient vpa_api.VerticalPodAutoscalerCheckpointsGetter) CheckpointWriter
NewCheckpointWriter returns new instance of a CheckpointWriter
Click to show internal directories.
Click to hide internal directories.