Documentation ¶
Index ¶
Constants ¶
View Source
const ( OutputLocationKey = "output" OutputLocationShorthand = "o" OutputTypeKey = "output-type" OutputTypeDefault = OutputTypeSingleFile OutputTypeSingleFile = "single-file" OutputTypeDirectory = "dir" OutputFormatKey = "format" OutputFormatDefault = OutputFormatYAML OutputFormatYAML = "yaml" OutputFormatJSON = "json" )
Variables ¶
This section is empty.
Functions ¶
func InitExporterOutputFlags ¶
func ValidateExporterOutputFlags ¶
func ValidateExporterOutputFlags() error
Types ¶
type Exporter ¶
type Exporter struct { }
func NewExporter ¶
func (*Exporter) ExportIntents ¶
func (e *Exporter) ExportIntents(intents []v1alpha2.ClientIntents) error
Click to show internal directories.
Click to hide internal directories.