- 20 Nov, 2015 1 commit
-
-
Brendan Melville authored
Rather than hard-coding what a primitive is, we will only look for templates, and let resourcifier error when kubectl fails to understand anything else. Adding missed new file.
-
- 19 Nov, 2015 5 commits
-
-
Brendan Melville authored
bootstrap.sh should look for the namespace file local to the script.
-
vaikas-google authored
Adds support for "dm deployed-instances <type>:<version>"
-
Brendan Melville authored
When you deploy with <type>:<version>, the type actually seen by DM is the template URL. While the template URL still shows up as the type when performing a "dm deployed-types", this at least lets you look for instances of a known type. Refactoring the type URL code in client a bit. Refactoring getTypeUrl.
-
Brendan Melville authored
-
vaikas-google authored
Deployment name can now be set when doing "dm deploy".
-
- 18 Nov, 2015 12 commits
-
-
vaikas-google authored
Pretty print JSON responses from service.
-
Brendan Melville authored
-
Brendan Melville authored
Add try/catch handler for Jinja exceptions so we can better annotate errors, to include the file name.
-
Victor Agababov authored
errors, to include the file name.
-
Brendan Melville authored
The default is still either template file name or <type>-<version>. Override using the "name" flag.
-
Brendan Melville authored
Adds Wordpress example
-
vaikas-google authored
Simplify Travis Config
-
vaikas-google authored
Porcelain type deployments deserve to be named too man.
-
Robert Leenders authored
-
Jack Greenfield authored
introduce state of a resource to Resource in types.
-
vaikas-google authored
-
vaikas-google authored
-
- 17 Nov, 2015 18 commits
-
-
goltermann authored
-
Brendan Melville authored
-
vaikas-google authored
Put DM into its own namespace
-
goltermann authored
-
vaikas-google authored
Supports describing a type
-
vaikas-google authored
fix namespace in install.yaml
-
vaikas-google authored
Implements correct Expand in API and client
-
Brendan Melville authored
-
Brendan Melville authored
-
Brendan Melville authored
This endpoint takes a template and returns a manifest containing only the expanded config and layout.
-
Brendan Melville authored
-
Brendan Melville authored
-
Brendan Melville authored
CreateDeployment will now create a deployment before expansion, and will fail the deployment on expansion error.
-
Brendan Melville authored
-
Brendan Melville authored
1) by type name: dm describe redis:v1 2) by URL: dm describe https://raw.githubusercontent.com/kubernetes/deployment-manager/master/templates/redis/v1/redis.jinja Describing a type returns the template schema, which includes descriptive information as well as the schema for properties on the type.
-
jiangyaoguo authored
-
Brendan Melville authored
Treat delete not_found failure as a success
-
vaikas-google authored
-
- 16 Nov, 2015 4 commits
-
-
vaikas-google authored
Update code for terminology rationalization.
-
Brendan Melville authored
Update documentation to rationalize the terminology
-
Brendan Melville authored
Do not delete the deployment nor resources when a deployment fails
-
Ville Aikas authored
-