Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientConfigGetter ¶
type ClientConfigGetter struct {
// contains filtered or unexported fields
}
func (*ClientConfigGetter) ClientConfig ¶
func (c *ClientConfigGetter) ClientConfig() (*rest.Config, error)
func (*ClientConfigGetter) ConfigAccess ¶
func (c *ClientConfigGetter) ConfigAccess() clientcmd.ConfigAccess
func (*ClientConfigGetter) Namespace ¶
func (c *ClientConfigGetter) Namespace() (string, bool, error)
func (*ClientConfigGetter) RawConfig ¶
func (c *ClientConfigGetter) RawConfig() (clientcmdapi.Config, error)
type HelmClient ¶
type HelmClient struct {
// contains filtered or unexported fields
}
func NewHelmClient ¶
func NewHelmClient(ctx context.Context, config *util.IntegrationTestConfig, gardenClient client.Client) *HelmClient
func (*HelmClient) GetDeployedValues ¶
func (p *HelmClient) GetDeployedValues(ctx context.Context, installName, namespace string) map[string]interface{}
Click to show internal directories.
Click to hide internal directories.