Versions in this module Expand all Collapse all v0 v0.1.10 Mar 25, 2019 Changes in this version + type Options struct + func (o *Options) Generate() ([]runtime.Object, error) + type WriterOptions struct + InputDir string + OutputDir string + PatchOutputDir string + func (o *WriterOptions) SetDefaults() + func (o *WriterOptions) Validate() error + func (o *WriterOptions) WriteObjectsToDisk(objects ...runtime.Object) error v0.1.9 Jan 25, 2019 v0.1.8 Dec 17, 2018 Changes in this version + func Generate(o *ManifestOptions) error + type ManifestOptions struct + InputDir string + OutputDir string + PatchOutputDir string + func (o *ManifestOptions) SetDefaults() + func (o *ManifestOptions) Validate() error