forked from GoogleContainerTools/skaffold
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add render for kustomize #1
Merged
Merged
Conversation
This file contains 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
arminbuerkle
force-pushed
the
add-render-to-kustomize
branch
2 times, most recently
from
October 23, 2019 07:09
f908b60
to
d35d3ae
Compare
[docs] maturity model defined by JSON
Co-Authored-By: Tejal Desai <[email protected]>
Co-Authored-By: Nick Kubala <[email protected]>
Co-Authored-By: Nick Kubala <[email protected]>
Co-Authored-By: Nick Kubala <[email protected]>
Co-Authored-By: Nick Kubala <[email protected]>
Co-Authored-By: Nick Kubala <[email protected]>
…to rename_version_1.0.0
…ion_1.0.0 v1beta18 -> v1
…_docs [docs, API] control api + swagger ui for http api
Co-Authored-By: Balint Pato <[email protected]>
…ig_version [docs] change config version to v1
…dpacks [docs] update buildpacks tutorial to custom builder
[docs] a few docs changes
Allow configuring `jib` plugin type
…n_mention [docs] skaffold run docs in Continuous Delivery pipeline
…e-unique-names init --analyze should return unique image names
…econfig-kubectl-helm Prepare kubectl and helm deployers for `--kubeconfig` flag
…oogleContainerTools#3180) * Right steps for secret creation * Add pipeline run * fix formatting
* Use simpler assertions Signed-off-by: David Gageot <[email protected]> * Add CheckTrue and CheckFalse Signed-off-by: David Gageot <[email protected]> * Add CheckNil and CheckNotNil Signed-off-by: David Gageot <[email protected]> * Add CheckEmpty Signed-off-by: David Gageot <[email protected]>
Signed-off-by: David Gageot <[email protected]>
Allow for future extension with more supported builders like jib, which is expected to produce a syncMap
Signed-off-by: David Gageot <[email protected]>
Signed-off-by: David Gageot <[email protected]>
…s/change-order-syncmap Change SyncMap supported types check style
Signed-off-by: David Gageot <[email protected]>
Signed-off-by: David Gageot <[email protected]>
* Support new kind naming scheme Signed-off-by: David Gageot <[email protected]> * Load images into the proper kind cluster Signed-off-by: David Gageot <[email protected]> * Feedback Signed-off-by: David Gageot <[email protected]> * Update local cluster doc Signed-off-by: David Gageot <[email protected]>
Signed-off-by: David Gageot <[email protected]>
Signed-off-by: David Gageot <[email protected]>
Signed-off-by: David Gageot <[email protected]>
Signed-off-by: David Gageot <[email protected]>
Signed-off-by: David Gageot <[email protected]>
Signed-off-by: David Gageot <[email protected]>
Signed-off-by: David Gageot <[email protected]>
arminbuerkle
force-pushed
the
add-render-to-kustomize
branch
from
December 6, 2019 10:34
5daa2e0
to
387829f
Compare
…s-kind Faster integration tests
Signed-off-by: David Gageot <[email protected]>
Signed-off-by: David Gageot <[email protected]>
…kage Move credits code to its own package
Signed-off-by: Armin Buerkle <[email protected]>
Signed-off-by: Armin Buerkle <[email protected]>
Signed-off-by: Armin Buerkle <[email protected]>
arminbuerkle
force-pushed
the
add-render-to-kustomize
branch
from
December 10, 2019 09:52
387829f
to
ce818aa
Compare
Signed-off-by: Armin Buerkle <[email protected]>
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.
Relates to GoogleContainerTools#1937 and GoogleContainerTools#2957 for kustomize.
Description
User facing changes
Implements the
render
command for kustomize.Next PRs.
n/a
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
Reviewer Notes
Release Notes