Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Endpoint is the API endpoint of the service this client action interacts // with. Endpoint = "/v1/info/kvm/" // Name is the service name being implemented. This can be used for e.g. // logging. Name = "info/kvm" )
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Config ¶
Config represents the configuration used to create a lister service.
func DefaultConfig ¶
func DefaultConfig() Config
DefaultConfig provides a default configuration to create a new lister service by best effort.
Click to show internal directories.
Click to hide internal directories.