Files
portainer/pkg/libhelm/options/list_options.go
T
2023-04-14 15:51:11 +12:00

12 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
}