Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEmptyConfig = errors.New("config file is empty")
Functions ¶
Types ¶
type Transformer ¶
type Transformer struct {
// contains filtered or unexported fields
}
func NewTransformer ¶
func NewTransformer(yamlConfig *config.Config) *Transformer
func (*Transformer) Transform ¶
func (t *Transformer) Transform() (*resources.ResourceCollection, error)
Click to show internal directories.
Click to hide internal directories.