Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateDevfileData ¶
func ValidateDevfileData(data interface{}) error
ValidateDevfileData validates whether sections of devfile are odo compatible
Types ¶
type DuplicateVolumeComponentsError ¶ added in v1.2.5
type DuplicateVolumeComponentsError struct { }
DuplicateVolumeComponentsError returns an error if duplicate volume components are found
func (*DuplicateVolumeComponentsError) Error ¶ added in v1.2.5
func (e *DuplicateVolumeComponentsError) Error() string
type InvalidVolumeSizeError ¶ added in v1.2.5
type InvalidVolumeSizeError struct {
// contains filtered or unexported fields
}
InvalidVolumeSizeError returns an error if volume component has an invalid size
func (*InvalidVolumeSizeError) Error ¶ added in v1.2.5
func (e *InvalidVolumeSizeError) Error() string
type MissingVolumeMountError ¶ added in v1.2.5
type MissingVolumeMountError struct {
// contains filtered or unexported fields
}
MissingVolumeMountError returns an error if the container volume mount does not reference a valid volume component
func (*MissingVolumeMountError) Error ¶ added in v1.2.5
func (e *MissingVolumeMountError) Error() string
type NoComponentsError ¶ added in v1.2.5
type NoComponentsError struct { }
NoComponentsError returns an error if no component is found
func (*NoComponentsError) Error ¶ added in v1.2.5
func (e *NoComponentsError) Error() string
type NoContainerComponentError ¶ added in v1.2.5
type NoContainerComponentError struct { }
NoContainerComponentError returns an error if no container component is found
func (*NoContainerComponentError) Error ¶ added in v1.2.5
func (e *NoContainerComponentError) Error() string
Click to show internal directories.
Click to hide internal directories.