Files
k8s-docker-suite-app-murano/Kubernetes/KubernetesEntitiesLibrary/package/manifest.yaml

14 lines
588 B
YAML
Raw Normal View History

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