mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 06:49:40 +02:00
9 lines
254 B
Go
9 lines
254 B
Go
package options
|
|
|
|
// ListOptions are portainer supported options for `helm list`
|
|
type ListOptions struct {
|
|
Filter string
|
|
Selector string
|
|
Namespace string
|
|
KubernetesClusterAccess *KubernetesClusterAccess
|
|
}
|