k3s/vendor/github.com/rancher/wrangler/pkg/generic/generating.go

8 lines
136 B
Go
Raw Normal View History

2019-12-12 01:27:03 +00:00
package generic
type GeneratingHandlerOptions struct {
AllowCrossNamespace bool
AllowClusterScoped bool
DynamicLookup bool
}