Dmytro Dovbii 7cb39996f0 Restructure murano-apps repository
Change-Id: I9cdb1e4afcb9929c7b7a5437faaa25d284daefdb
Closes-Bug: #1441644
2015-04-14 09:42:21 +03:00

14 lines
588 B
YAML

Format: 1.0
Type: Library
FullName: io.murano.apps.docker.kubernetes.static.KubernetesEntities
Name: Kubernetes static entities
Description: |
Kubernes Pod - A collection of containers which will be scheduled onto the same node,
which share and an IP and port space, and which can be created/destroyed together.
Author: 'Mirantis, Inc'
Tags: [docker, kubernetes, pod]
Classes:
io.murano.apps.docker.kubernetes.static.Pod: Pod.yaml
io.murano.apps.docker.kubernetes.static.Service: Service.yaml
io.murano.apps.docker.kubernetes.static.ReplicationController: ReplicationController.yaml