package
0.0.0-20190409122806-ac903f248ad9
Repository: https://github.com/rfranzke/gardener-extensions.git
Documentation: pkg.go.dev

# Functions

Add adds an operatingsystemconfig controller to the given manager using the given AddArgs.
DefaultPredicates returns the default predicates for an operatingsystemconfig reconciler.
NewReconciler creates a new reconcile.Reconciler that reconciles OperatingSystemConfig resources of Gardener's `extensions.gardener.cloud` API group.
SecretObjectMetaForConfig returns the object meta structure that can be used inside the secret that shall contain the generated OSC output.
SecretToOSCMapper returns a mapper that returns requests for OperatingSystemConfigs whose referenced secrets have been modified.
TypePredicate filters the incoming OperatingSystemConfigs for ones that have the same type as the given type.

# Constants

FinalizerName is the name of the finalizer written by this controller.

# Structs

AddArgs are arguments for adding an operatingsystemconfig controller to a manager.

# Interfaces

Actuator acts upon OperatingSystemConfig resources.