Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultAddOptions = AddOptions{}
DefaultAddOptions contains configuration for the shoot-kubecost controller
Functions ¶
func AddToManager ¶
AddToManager adds a shoot-kubecost Lifecycle controller to the given Controller Manager.
Types ¶
type AddOptions ¶
type AddOptions struct { // ControllerOptions contains options for the controller. ControllerOptions controller.Options // IgnoreOperationAnnotation specifies whether to ignore the operation annotation or not. IgnoreOperationAnnotation bool }
AddOptions are options to apply when adding the shoot-kubecost controller to the manager.
Click to show internal directories.
Click to hide internal directories.