Versions in this module Expand all Collapse all v1 v1.0.3 Oct 24, 2024 Changes in this version + type AdapterBase struct + ClientBurst int + ClientQPS float32 + DiscoveryInterval time.Duration + FlagSet *pflag.FlagSet + Name string + OpenAPIConfig *openapicommon.Config + OpenAPIV3Config *openapicommon.OpenAPIV3Config + RemoteKubeConfigFile string + func (b *AdapterBase) ClientConfig() (*rest.Config, error) + func (b *AdapterBase) Config() (*apiserver.Config, error) + func (b *AdapterBase) DiscoveryClient() (discovery.DiscoveryInterface, error) + func (b *AdapterBase) DynamicClient() (dynamic.Interface, error) + func (b *AdapterBase) Flags() *pflag.FlagSet + func (b *AdapterBase) Informers() (informers.SharedInformerFactory, error) + func (b *AdapterBase) InstallFlags() + func (b *AdapterBase) RESTMapper() (apimeta.RESTMapper, error) + func (b *AdapterBase) Run(stopCh <-chan struct{}) error + func (b *AdapterBase) Server() (*apiserver.CustomMetricsAdapterServer, error) + func (b *AdapterBase) WithCustomMetrics(p provider.CustomMetricsProvider) + func (b *AdapterBase) WithExternalMetrics(p provider.ExternalMetricsProvider)