Documentation ¶
Overview ¶
Package controllers contains global emulator controllers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterCleanupController ¶
type ClusterCleanupController struct {
Kubernetes *kubefactory.Kubernetes
}
ClusterCleanupController removes empty clusters and cleans up their data.
func (*ClusterCleanupController) Inputs ¶
func (ctrl *ClusterCleanupController) Inputs() []controller.Input
Inputs implements controller.Controller interface.
func (*ClusterCleanupController) Name ¶
func (ctrl *ClusterCleanupController) Name() string
Name implements controller.Controller interface.
func (*ClusterCleanupController) Outputs ¶
func (ctrl *ClusterCleanupController) Outputs() []controller.Output
Outputs implements controller.Controller interface.
func (*ClusterCleanupController) Run ¶
func (ctrl *ClusterCleanupController) Run(ctx context.Context, r controller.Runtime, _ *zap.Logger) error
Run implements controller.Controller interface.
Click to show internal directories.
Click to hide internal directories.