Documentation
¶
Overview ¶
Package topic implements operators for topic definition operations.
Package topic implements operators for topic definition operations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewApplier ¶
func NewApplier( cl *client.Client, defDoc string, opts ApplierOptions, ) *applier
NewApplier creates a new applier.
func NewExporter ¶
func NewExporter( cl *client.Client, opts ExporterOptions, ) *exporter
NewExporter creates a new exporter.
Types ¶
type ApplierOptions ¶
type ApplierOptions struct {
DefinitionFormat opt.DefinitionFormat
PropertyOverrides []string
DryRun bool
ReassAwaitTimeout int
}
ApplierOptions represents options to configure an applier.
type ExporterOptions ¶
type ExporterOptions struct {
Match string
Exclude string
IncludeInternal bool
Assignments opt.Assignments
}
ExporterOptions represents options to configure an exporter.
Click to show internal directories.
Click to hide internal directories.