Documentation ¶
Index ¶
- func GetSettings(cluster string) *cli.EnvSettings
- type Client
- func (c Client) AddRepo(name string, url string, username string, password string) error
- func (c Client) GetChartDetail(repoName, name, version string) (*chart.Chart, error)
- func (c Client) GetCharts(repoName, name string) ([]*search.Result, error)
- func (c Client) GetDetail(name string) (*release.Release, error)
- func (c Client) GetRepo(name string) (*repo.Entry, error)
- func (c Client) Install(name, repoName, chartName, chartVersion string, values map[string]interface{}) (*release.Release, error)
- func (c Client) List(limit, offset int, pattern string) ([]*release.Release, int, error)
- func (c Client) ListCharts(repoName, pattern string) ([]*search.Result, error)
- func (c Client) ListRepo() ([]*repo.Entry, error)
- func (c Client) RemoveRepo(name string) (bool, error)
- func (c Client) Uninstall(name string) (*release.UninstallReleaseResponse, error)
- func (c Client) UpdateRepo(repoName string) error
- func (c Client) Upgrade(name, repoName, chartName, chartVersion string, values map[string]interface{}) (*release.Release, error)
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSettings ¶
func GetSettings(cluster string) *cli.EnvSettings
Types ¶
type Client ¶
type Client struct { Namespace string Architectures string ClusterName string // contains filtered or unexported fields }
func (Client) GetChartDetail ¶
func (Client) ListCharts ¶
func (Client) Uninstall ¶
func (c Client) Uninstall(name string) (*release.UninstallReleaseResponse, error)
func (Client) UpdateRepo ¶ added in v1.3.0
Click to show internal directories.
Click to hide internal directories.