aa0b74f906
This reverts commit 437183a3c7
.
Change-Id: I47926599432708df4186f724f1ce582444b6add4
32 lines
1.3 KiB
YAML
32 lines
1.3 KiB
YAML
# 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.
|
|
|
|
Format: 1.3
|
|
Type: Library
|
|
FullName: com.mirantis.docker.Interfaces
|
|
Name: Docker Interface Library
|
|
Description: |
|
|
The library provides all necessary interface for Docker
|
|
and Kubernetes applications
|
|
Author: 'Mirantis, Inc'
|
|
Tags: [Docker, Kubernetes]
|
|
|
|
Classes:
|
|
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
|