Documentation
¶
Overview ¶
Package kubernetesdclient implements business logic to request the Kubernetesd API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Client ¶
type Config ¶
type Config struct {
Logger micrologger.Logger
RestClient *resty.Client
Address string
}
Config represents the configuration used to create a new client object.
func DefaultConfig ¶
func DefaultConfig() Config
DefaultConfig provides a default configuration to create a new client object by best effort.
Click to show internal directories.
Click to hide internal directories.