kubernetes/cmd/kube-controller-manager/app/options/podgccontroller.go

type PodGCControllerOptions

// AddFlags adds flags related to PodGCController for controller manager to the specified FlagSet.
func (o *PodGCControllerOptions) AddFlags(fs *pflag.FlagSet) {}

// ApplyTo fills up PodGCController config with options.
func (o *PodGCControllerOptions) ApplyTo(cfg *podgcconfig.PodGCControllerConfiguration) error {}

// Validate checks validation of PodGCControllerOptions.
func (o *PodGCControllerOptions) Validate() []error {}