Minor tweaks of type section.

pull/69/head
Brendan Melville 9 years ago
parent 0add022e4b
commit d200a3ce11

@ -29,10 +29,11 @@ Manager template types:
Types are versioned based on [Semantic Versioning](http://semver.org/), for Types are versioned based on [Semantic Versioning](http://semver.org/), for
example, *v1.1.0*. A type may have any number of versions. example, *v1.1.0*. A type may have any number of versions.
## Type files ## Types
Each type version must contain a top-level Deployment Manager template, named Each type version must contain a top-level Deployment Manager template
either `<type-name>.py` or `<type-name>.jinja`, depending on the templating [Deployment Manager template](https://github.com/kubernetes/deployment-manager/blob/master/docs/design/design.md#templates)
language used for the type. named either `<type-name>.py` or `<type-name>.jinja`, depending on the
templating language used for the type.
A A
[template schema](https://github.com/kubernetes/deployment-manager/blob/master/docs/design/design.md#template-schemas) [template schema](https://github.com/kubernetes/deployment-manager/blob/master/docs/design/design.md#template-schemas)

Loading…
Cancel
Save