Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAdapterServer ¶
NewAdapterServer provides a CLI handler for 'start adapter server' command
Types ¶
type AdapterServerOptions ¶
type AdapterServerOptions struct { *server.CustomMetricsAdapterServerOptions // RemoteKubeConfigFile is the config used to list pods from the master API server RemoteKubeConfigFile string // Collection Interval CollectionInterval string }
AdapterServerOptions ...
func (AdapterServerOptions) RunAdapterServer ¶
func (o AdapterServerOptions) RunAdapterServer(stopCh <-chan struct{}) error
RunAdapterServer ...
Click to show internal directories.
Click to hide internal directories.