vaikas-google
d5e86ea6ac
Add help text for manifest command
10 years ago
jackgr
538b34d820
Fix some document errors.
10 years ago
vaikas-google
92ec9a0fe1
Add support for short github.com types. Refactor manager/manager/types to common/types and reuse them rather than redefine them.
10 years ago
Brendan Melville
0dc882352c
Adding support for listing and getting manifests in dm client.
10 years ago
Brendan Melville
d0854c6941
Service responses will now be presented in YAML.
10 years ago
Jack Greenfield
b0e3512f4d
Merge pull request #127 from bmelville/110
...
Default name for deployments is now <type>:<version> for better symmetry
10 years ago
Brendan Melville
f4beeb7f1f
Default name for deployments is now <type>:<version> for better symmetry
10 years ago
Brendan Melville
047a1f9a6c
deployed-instances needs to work with primitives.
...
Fixing some comments, etc.
10 years ago
vaikas-google
2a252761f7
Merge pull request #115 from bmelville/83
...
We will now assume anything not a template is a primitive.
10 years ago
Brendan Melville
71549bbef1
We will now assume anything not a template is a primitive.
...
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.
10 years ago
vaikas-google
80909a38b4
Merge remote-tracking branch 'upstream/master'
...
Not sure what this is about.
10 years ago
vaikas-google
321ee8cf7a
Add flag for timeout for talking to service
10 years ago
vaikas-google
5396209510
Merge pull request #101 from bmelville/98
...
Adds support for "dm deployed-instances <type>:<version>"
10 years ago
Brendan Melville
3bbd6e8a3e
Adds support for dm deployed-instances <type>:<version>.
...
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.
10 years ago
vaikas-google
051f2dc5d9
Merge pull request #100 from bmelville/36
...
Deployment name can now be set when doing "dm deploy".
10 years ago
Brendan Melville
82e7d08844
Pretty print JSON responses from service.
10 years ago
Brendan Melville
0eb6cd5aa8
Deployment name can now be set when doing "dm deploy".
...
The default is still either template file name or <type>-<version>.
Override using the "name" flag.
10 years ago
vaikas-google
7cefeb4753
Merge pull request #95 from bmelville/89
...
Porcelain type deployments deserve to be named too man.
10 years ago
Brendan Melville
878152d798
Porcelain type deployments deserve to be named too man.
10 years ago
goltermann
6b4726d39b
Put DM into its own namespace.
10 years ago
vaikas-google
701f59453e
Merge pull request #88 from bmelville/23
...
Supports describing a type
10 years ago
Brendan Melville
83de776b48
Cleaning up some comments and better callHttp interface.
10 years ago
Brendan Melville
0343be6ad2
Adding Expand endpoint as "/expand".
...
This endpoint takes a template and returns a manifest containing only
the expanded config and layout.
10 years ago
Brendan Melville
d834028fea
Fixing comment in describeType for lack of args.
10 years ago
Brendan Melville
51d960f4e5
Supports describing a type in two ways:
...
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.
10 years ago
jackgr
dd17c997fa
Code changes to support terminology rationalization.
10 years ago
vaikas-google
7650b916b9
add newlines to listing types
10 years ago
jackgr
2999bb9b4c
Final changes for porcelain client.
10 years ago
jackgr
fb94165b29
Rename client to dm, update README.md and fix more minor issues.
10 years ago