Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(ctx context.Context, yamlContent []byte) Controller
func (*Controller) Process ¶
func (c *Controller) Process() (string, *log.Status)
Process is deprecated for production, but is a test only convenience method
func (*Controller) ProcessV2 ¶
func (c *Controller) ProcessV2() (OutputFiles, *log.Status)
ProcessV2 is the production means to execute the controller
func (*Controller) SetPostFiles ¶
func (c *Controller) SetPostFiles(postFiles *input.PostFiles)
type OutputFiles ¶
func CLIProcessEntry ¶
func CLIProcessEntry(yaml []byte) (OutputFiles, *log.Status)
Click to show internal directories.
Click to hide internal directories.