MCPcopy
hub / github.com/1Panel-dev/KubePi / GetDetail

Method GetDetail

pkg/util/helm/helm.go:132–139  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

130}
131
132func (c Client) GetDetail(name string) (*release.Release, error) {
133 client := action.NewGet(c.actionConfig)
134 result, err := client.Run(name)
135 if err != nil {
136 return nil, err
137 }
138 return result, nil
139}
140
141func (c Client) Install(name, repoName, chartName, chartVersion string, values map[string]interface{}) (*release.Release, error) {
142 repos, err := c.ListRepo()

Callers 1

GetAppDetailMethod · 0.80

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected