Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationType ¶
type ApplicationType string
type Implementer ¶
type Implementer struct{}
Implementer implements the Synthesizer method.
func (*Implementer) Synthesize ¶
func (i *Implementer) Synthesize(directory string, logger logr.Logger) (parsedManifests []*unstructured.Unstructured, err error)
type KustomizationFile ¶
type Synthesizer ¶
type Synthesizer interface {
Synthesize(directory string, logger logr.Logger) (parsedManifests []*unstructured.Unstructured, err error)
}
Click to show internal directories.
Click to hide internal directories.