feat(operator): add webhook to auto mutate Deployment as target#539
Draft
aslakknutsen wants to merge 33 commits intomasterfrom
Draft
feat(operator): add webhook to auto mutate Deployment as target#539aslakknutsen wants to merge 33 commits intomasterfrom
aslakknutsen wants to merge 33 commits intomasterfrom
Conversation
f42ee6d to
24e596b
Compare
016493d to
aba456b
Compare
2d0b29f to
174dfd0
Compare
Allow for single SubGenerator generation for e.g. only create a Deployment to simulate the Che Workspace Deployment.
7f10210 to
fc3df7e
Compare
Member
Author
|
/ok-to-test |
Member
Author
|
/test openshift |
1 similar comment
Member
Author
|
/test openshift |
Collaborator
|
@aslakknutsen: The following test failed, say
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
6299d95 to
6c6bacd
Compare
5e555b3 to
024dbac
Compare
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.
A mutating webhook that will update a Deployment with the Labels of the 'target' Deployment
as defined by the ike.target label. This allows for traffic to be routed to Deployments created by
3. party apps like Che Workspaces.
Fixes #528