-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat(operator): add webhook to auto mutate Deployment as target #539
Draft
aslakknutsen
wants to merge
33
commits into
master
Choose a base branch
from
che_webhook
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
aslakknutsen
added
component/operator
Component: Operator service
kind/enhancement
Kind: New feature or improvement
labels
Sep 25, 2020
aslakknutsen
force-pushed
the
che_webhook
branch
from
October 7, 2020 19:20
f42ee6d
to
24e596b
Compare
aslakknutsen
force-pushed
the
che_webhook
branch
from
October 20, 2020 20:16
016493d
to
aba456b
Compare
aslakknutsen
force-pushed
the
che_webhook
branch
from
November 18, 2020 19:55
2d0b29f
to
174dfd0
Compare
Allow for single SubGenerator generation for e.g. only create a Deployment to simulate the Che Workspace Deployment.
aslakknutsen
force-pushed
the
che_webhook
branch
from
November 27, 2020 17:39
7f10210
to
fc3df7e
Compare
/ok-to-test |
/test openshift |
1 similar comment
/test openshift |
@aslakknutsen: The following test failed, say
Instructions 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. |
bartoszmajsak
force-pushed
the
master
branch
8 times, most recently
from
January 21, 2021 21:51
6299d95
to
6c6bacd
Compare
aslakknutsen
force-pushed
the
master
branch
from
September 10, 2021 13:44
5e555b3
to
024dbac
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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