Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { // OperationType is the operation to be executed. OperationType landscaperconstants.OperationType // ImportsPath is the path to the imports file. ImportsPath string // ExportsPath is the path to the exports file. The parent directory exists; the export file itself must be created. // The format of the exports file must be json or yaml. ExportsPath string // ComponentDescriptorPath is the path to the component descriptor file. ComponentDescriptorPath string }
Options has all the context and parameters needed to run the virtual garden deployer.
func (*Options) InitializeFromEnvironment ¶
InitializeFromEnvironment initializes the options from the found environment variables.
Click to show internal directories.
Click to hide internal directories.