1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00
portainer/pkg/libhelm/options/list_options.go

11 lines
269 B
Go

package options
// ListOptions are portainer supported options for `helm list`
type ListOptions struct {
Filter string
Selector string
Namespace string
KubernetesClusterAccess *KubernetesClusterAccess
Env []string
}