Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatsController ¶
type StatsController struct{}
StatsController manages v1alpha1.Stats which is the current snaphot of the machine CPU and Memory consumption.
func (*StatsController) Inputs ¶
func (ctrl *StatsController) Inputs() []controller.Input
Inputs implements controller.StatsController interface.
func (*StatsController) Name ¶
func (ctrl *StatsController) Name() string
Name implements controller.StatsController interface.
func (*StatsController) Outputs ¶
func (ctrl *StatsController) Outputs() []controller.Output
Outputs implements controller.StatsController interface.
func (*StatsController) Run ¶
func (ctrl *StatsController) Run(ctx context.Context, r controller.Runtime, logger *zap.Logger) error
Run implements controller.StatsController interface.
Click to show internal directories.
Click to hide internal directories.