Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(config ClientConfig) (*Client, error)
func (*Client) HelmClient ¶
func (c *Client) HelmClient() helmclientlib.Interface
type ClientConfig ¶
type ClientConfig struct {
K8sClient k8sclient.Interface
Logger micrologger.Logger
}
Click to show internal directories.
Click to hide internal directories.