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