Documentation ¶ Index ¶ func New(apiUrl string, transport http.RoundTripper, defaultRepoCACert []byte) *helmHandlers type HelmRequest Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(apiUrl string, transport http.RoundTripper, defaultRepoCACert []byte) *helmHandlers Types ¶ type HelmRequest ¶ type HelmRequest struct { Name string `json:"name"` Namespace string `json:"namespace"` ChartUrl string `json:"chart_url"` Values map[string]interface{} `json:"values"` Version int `json:"version"` } Source Files ¶ View all Source files handlers.go request.go Click to show internal directories. Click to hide internal directories.