Conversation
Contributor
Author
|
@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. |
Contributor
Author
Contributor
Author
|
Changelog
|
Contributor
Author
|
Changelog
|
pkg/project/generator.go
Outdated
Contributor
There was a problem hiding this comment.
Would change the package on this to be "template"
Contributor
Author
|
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). |
ironcladlou
referenced
this pull request
in ironcladlou/origin
Sep 26, 2014
Add GenerateDeploymentConfig method to client
soltysh
referenced
this pull request
in soltysh/origin
Nov 17, 2014
Fixing tests: image, config, build, deploy, project
sttts
referenced
this pull request
in sttts/origin
Dec 8, 2016
Make handler_test.go green. TODO deads liggitt review
jpeeler
pushed a commit
to jpeeler/origin
that referenced
this pull request
Feb 1, 2018
More edits to readme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an WIP of the Project Template work.
The code below define the Project
structsand implement parameters substitution for the JSON.TODO: