Documentation ¶
Index ¶
Constants ¶
View Source
const Type = "coreos-alicloud"
Type is the type of operating system configs the CoreOS Alicloud controller monitors.
Variables ¶
View Source
var ( // DefaultAddOptions are the default controller.Options for AddToManager. DefaultAddOptions = AddOptions{} )
Functions ¶
func AddToManager ¶
AddToManager adds a controller with the default Options.
func AddToManagerWithOptions ¶
func AddToManagerWithOptions(mgr manager.Manager, opts AddOptions) error
AddToManagerWithOptions adds a controller with the given Options to the given manager. The opts.Reconciler is being set with a newly instantiated actuator.
func NewActuator ¶
func NewActuator() operatingsystemconfig.Actuator
NewActuator creates a new actuator with the given logger.
Types ¶
type AddOptions ¶
type AddOptions struct { // Controller are the controller related options. Controller controller.Options }
AddOptions are the options for adding the controller to the manager.
Click to show internal directories.
Click to hide internal directories.