Documentation ¶
Index ¶
Constants ¶
View Source
const ( OutputDevfileJsonPath = "odo-devfile.json" OutputDevfileYamlPath = "odo-devfile.yaml" )
Default filenames for create devfile
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DevfileObj ¶
type DevfileObj struct { // Ctx has devfile context info Ctx parser.DevfileCtx // Data has the devfile data Data versions.DevfileData }
DevfileObj is the runtime devfile object
func Parse ¶
func Parse(path string) (d DevfileObj, err error)
Parse func parses and validates the devfile integrity. Creates devfile context and runtime objects
func (*DevfileObj) WriteJsonDevfile ¶
func (d *DevfileObj) WriteJsonDevfile() error
WriteJsonDevfile creates a devfile.json file
func (*DevfileObj) WriteYamlDevfile ¶
func (d *DevfileObj) WriteYamlDevfile() error
WriteYamlDevfile creates a devfile.yaml file
Click to show internal directories.
Click to hide internal directories.