-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Project Template #8
Conversation
@smarterclayton fyi, I know it will take a while for this to be the final version (specs) and a lot of this will go into Kubernetes instead of this repo, but just want to track the progress on the params substitution. |
Changelog
|
Changelog
|
@@ -0,0 +1,130 @@ | |||
package project |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would change the package on this to be "template"
Sorry guys, I need to close this PR in favor of #18 as making the repo public screwed somehow my branches (pushing into the old repo does not seem to affect this PR). |
Add GenerateDeploymentConfig method to client
Fixing tests: image, config, build, deploy, project
Make handler_test.go green. TODO deads liggitt review
More edits to readme
This is an WIP of the Project Template work.
The code below define the Project
structs
and implement parameters substitution for the JSON.TODO: