21 lines
245 B
YAML
21 lines
245 B
YAML
Namespaces:
|
|
=: io.murano.apps.docker
|
|
|
|
Name: DockerHostVolume
|
|
|
|
Extends: DockerVolume
|
|
|
|
Properties:
|
|
path:
|
|
Contract: $.string().notNull()
|
|
|
|
Methods:
|
|
getType:
|
|
Body:
|
|
Return: HostDir
|
|
|
|
getParameters:
|
|
Body:
|
|
Return: $.path
|
|
|