Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Workers is the number of workers concurrently processing reconciliation requests. Workers int }
Config defines the configuration for the Secret Controller.
func (*Config) InitFromFlags ¶
InitFromFlags initializes the config from the provided CLI flag set.
type Reconciler ¶
Reconciler reconciles secrets referenced in Etcd objects.
func NewReconciler ¶
func NewReconciler(mgr manager.Manager, config *Config) *Reconciler
NewReconciler creates a new reconciler for Secret.
func (*Reconciler) RegisterWithManager ¶
RegisterWithManager registers the Secret Controller with the given controller manager.
Click to show internal directories.
Click to hide internal directories.