mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
feat(helm): filter on chart versions at API level [R8S-324] (#747)
This commit is contained in:
parent
b96328e098
commit
a80b185e10
6 changed files with 153 additions and 51 deletions
|
@ -3,6 +3,8 @@ package options
|
|||
import "net/http"
|
||||
|
||||
type SearchRepoOptions struct {
|
||||
Repo string `example:"https://charts.gitlab.io/"`
|
||||
Client *http.Client `example:"&http.Client{Timeout: time.Second * 10}"`
|
||||
Repo string `example:"https://charts.gitlab.io/"`
|
||||
Client *http.Client `example:"&http.Client{Timeout: time.Second * 10}"`
|
||||
Chart string `example:"my-chart"`
|
||||
UseCache bool `example:"false"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue