# Functions
ValidateDevfileData validates whether sections of devfile are odo compatible.
# Structs
DuplicateVolumeComponentsError returns an error if duplicate volume components are found.
InvalidEventError returns an error if the devfile event type has invalid events.
InvalidVolumeSizeError returns an error if volume component has an invalid size.
MissingVolumeMountError returns an error if the container volume mount does not reference a valid volume component.
NoComponentsError returns an error if no component is found.
NoContainerComponentError returns an error if no container component is found.