Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorNoComponents = "no components present" ErrorNoDockerImageComponent = fmt.Sprintf("odo requires atleast one component of type '%s' in devfile", common.DevfileComponentTypeDockerimage) )
Errors
Functions ¶
func ValidateComponents ¶
func ValidateComponents(components []common.DevfileComponent) error
ValidateComponents validates all the devfile components
func ValidateDevfileData ¶
func ValidateDevfileData(data interface{}) error
ValidateDevfileData validates whether sections of devfile are odo compatible
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.