2015-04-20 17:52:07 +03:00
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
|
|
# not use this file except in compliance with the License. You may obtain
|
|
|
|
# a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
|
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
|
|
# License for the specific language governing permissions and limitations
|
|
|
|
# under the License.
|
|
|
|
|
2016-03-07 15:04:51 +02:00
|
|
|
Format: 1.3
|
2015-04-09 10:18:33 +03:00
|
|
|
Type: Library
|
2016-06-16 20:49:00 +03:00
|
|
|
FullName: com.mirantis.docker.Interfaces
|
2015-04-09 10:18:33 +03:00
|
|
|
Name: Docker Interface Library
|
|
|
|
Description: |
|
|
|
|
The library provides all necessary interface for Docker
|
|
|
|
and Kubernetes applications
|
|
|
|
Author: 'Mirantis, Inc'
|
|
|
|
Tags: [Docker, Kubernetes]
|
|
|
|
|
|
|
|
Classes:
|
2016-06-16 20:49:00 +03:00
|
|
|
com.mirantis.docker.DockerApplication: DockerApplication.yaml
|
|
|
|
com.mirantis.docker.DockerContainer: DockerContainer.yaml
|
|
|
|
com.mirantis.docker.DockerContainerHost: DockerContainerHost.yaml
|
|
|
|
com.mirantis.docker.DockerHelpers: DockerHelpers.yaml
|
|
|
|
com.mirantis.docker.DockerHostVolume: DockerHostVolume.yaml
|
|
|
|
com.mirantis.docker.DockerTempVolume: DockerTempVolume.yaml
|
|
|
|
com.mirantis.docker.DockerVolume: DockerVolume.yaml
|
|
|
|
com.mirantis.docker.ApplicationPort: ApplicationPort.yaml
|