Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter interface {
Export(final *apiextensions.CustomResourceDefinition) error
}
type Filesystem ¶
type Filesystem struct {
// contains filtered or unexported fields
}
Filesystem exports the yaml config to file.
func (*Filesystem) Close ¶
func (f *Filesystem) Close() error
func (*Filesystem) Export ¶
func (f *Filesystem) Export(final *apiextensions.CustomResourceDefinition) error
Export exports the yaml config to file.
func (*Filesystem) Start ¶
func (f *Filesystem) Start() error
Click to show internal directories.
Click to hide internal directories.