type DaemonSetControllerOptions … // AddFlags adds flags related to DaemonSetController for controller manager to the specified FlagSet. func (o *DaemonSetControllerOptions) AddFlags(fs *pflag.FlagSet) { … } // ApplyTo fills up DaemonSetController config with options. func (o *DaemonSetControllerOptions) ApplyTo(cfg *daemonconfig.DaemonSetControllerConfiguration) error { … } // Validate checks validation of DaemonSetControllerOptions. func (o *DaemonSetControllerOptions) Validate() []error { … }