Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseAndValidate ¶ added in v1.2.4
func ParseAndValidate(path string) (d parser.DevfileObj, err error)
ParseAndValidate func parses the devfile data and validates the devfile integrity with the schema and validates the devfile data. Creates devfile context and runtime objects.
func ParseInMemoryAndValidate ¶ added in v1.2.4
func ParseInMemoryAndValidate(data []byte) (d parser.DevfileObj, err error)
ParseInMemoryAndValidate func parses the devfile data in memory and validates the devfile integrity with the schema and validates the devfile data. Creates devfile context and runtime objects.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.