Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInvalidVolumeSpecErr ¶
Types ¶
type InvalidVolumeSpecError ¶
type InvalidVolumeSpecError struct {
// contains filtered or unexported fields
}
func (*InvalidVolumeSpecError) Error ¶
func (e *InvalidVolumeSpecError) Error() string
type MockParser ¶
MockParser is an autogenerated mock type for the Parser type
func (*MockParser) ParseVolume ¶
func (_m *MockParser) ParseVolume(spec string) (*Volume, error)
ParseVolume provides a mock function with given fields: spec
func (*MockParser) Path ¶
func (_m *MockParser) Path() path.Path
Path provides a mock function with given fields:
type Parser ¶
func NewLinuxParser ¶
func NewLinuxParser() Parser
Click to show internal directories.
Click to hide internal directories.