export

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2021 License: MIT Imports: 15 Imported by: 0

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,
	args []string,
	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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL