Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotSet = errors.New("node client not initialized")
ErrNotSet represents error when NodeClient is not set
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func New ¶
func New(cfg *ClientConfig) *Client
type ClientConfig ¶
type DeploymentType ¶
type DeploymentType string
const ( DeploymentTypeBeekeeper DeploymentType = "beekeeper" DeploymentTypeHelm DeploymentType = "helm" )
Click to show internal directories.
Click to hide internal directories.