Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewExportController ¶
func NewExportController( cl *client.Client, args []string, opts ExportControllerOptions, kind string, ) *exportController
Create a new export controller
Types ¶
type ExportControllerOptions ¶
type ExportControllerOptions struct {
// ExporterOptions for topic/acl
Match string
Exclude string
// TODO: add topic prefix
// ExporterOptions for topic
IncludeInternal bool
Assignments opt.Assignments
// ExporterOptions for acl
AclResourceType string
AclAutoGroup bool
// Export controller specific
DefinitionFormat opt.DefinitionFormat
OutputDir string
Overwrite bool
}
Options to configure an export controller
Click to show internal directories.
Click to hide internal directories.