Documentation
¶
Overview ¶
Package export implements the export controller.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewExportController ¶
func NewExportController( cl *client.Client, opts ControllerOptions, kind string, ) *exportController
NewExportController creates a new export controller.
Types ¶
type ControllerOptions ¶
type ControllerOptions struct {
// ExporterOptions for topic/acl definitions.
Match string
Exclude string
// ExporterOptions for topic definitions.
TopicIncludeInternal bool
TopicAssignments opt.Assignments
// ExporterOptions for acl definitions.
ACLResourceType string
ACLAutoGroup bool
// Export controller specific options.
DefinitionFormat opt.DefinitionFormat
OutputDir string
Overwrite bool
}
ControllerOptions represents options to configure an export controller.
Click to show internal directories.
Click to hide internal directories.