31 lines
493 B
YAML
31 lines
493 B
YAML
Namespaces:
|
|
=: io.murano.apps.docker
|
|
std: io.murano
|
|
|
|
Name: DockerContainerHost
|
|
|
|
Extends: std:Application
|
|
|
|
Properties:
|
|
name:
|
|
Contract: $.string().notNull()
|
|
|
|
Methods:
|
|
hostContainer:
|
|
Arguments:
|
|
- container:
|
|
Contract: $.class(DockerContainer).notNull()
|
|
|
|
|
|
deleteContainer:
|
|
Arguments:
|
|
- name:
|
|
Contract: $.string().notNull()
|
|
|
|
getEndpoints:
|
|
Arguments:
|
|
- applicationName:
|
|
Contract: $.string().notNull()
|
|
|
|
getInternalScopeId:
|