func ValidateDevfileData(data interface{}) error
ValidateDevfileData validates whether sections of devfile are odo compatible after invoking the generic devfile validation
NoComponentsError returns an error if no component is found
type NoComponentsError struct { }
func (e *NoComponentsError) Error() string
NoContainerComponentError returns an error if no container component is found
type NoContainerComponentError struct { }
func (e *NoContainerComponentError) Error() string
UnsupportedOdoCommandError returns an error if the command is neither exec nor composite
type UnsupportedOdoCommandError struct {
// contains filtered or unexported fields
}
func (e *UnsupportedOdoCommandError) Error() string