k3s/vendor/github.com/rancher/wrangler/pkg/generic/generating.go
2019-12-15 23:28:25 -07:00

8 lines
136 B
Go

package generic
type GeneratingHandlerOptions struct {
AllowCrossNamespace bool
AllowClusterScoped bool
DynamicLookup bool
}