portainer/api/pkg/libhelm/options/list_options.go

10 lines
254 B
Go
Raw Normal View History

2022-11-30 01:25:47 +00:00
package options
// ListOptions are portainer supported options for `helm list`
type ListOptions struct {
Filter string
Selector string
Namespace string
KubernetesClusterAccess *KubernetesClusterAccess
}