type Options struct {
RecommendedOptions *genericoptions.RecommendedOptions// KubeAPIQPS is the QPS to use while talking with karmada-search. KubeAPIQPS float32// KubeAPIBurst is the burst to allow while talking with karmada-search. KubeAPIBurst int
}
Options contains everything necessary to create and run karmada-search.