-
Notifications
You must be signed in to change notification settings - Fork 107
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
ExternalNetwork: Gateway Server and Client controllers #2046
Merged
adamjensenbot
merged 1 commit into
liqotech:network-external
from
aleoli:aol/client-and-server-controller
Oct 3, 2023
Merged
ExternalNetwork: Gateway Server and Client controllers #2046
adamjensenbot
merged 1 commit into
liqotech:network-external
from
aleoli:aol/client-and-server-controller
Oct 3, 2023
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
Hi @aleoli. Thanks for your PR! I am @adamjensenbot.
Make sure this PR appears in the liqo changelog, adding one of the following labels:
|
aleoli
force-pushed
the
aol/client-and-server-controller
branch
from
September 25, 2023 09:35
450acf3
to
c97ef75
Compare
aleoli
force-pushed
the
aol/client-and-server-controller
branch
from
September 25, 2023 09:40
c97ef75
to
6c8e78b
Compare
/build |
aleoli
force-pushed
the
aol/client-and-server-controller
branch
from
September 25, 2023 10:10
6c8e78b
to
3fa8a07
Compare
aleoli
force-pushed
the
aol/client-and-server-controller
branch
3 times, most recently
from
September 25, 2023 10:30
05b55da
to
98b97ef
Compare
cheina97
force-pushed
the
network-external
branch
from
September 26, 2023 08:46
ab4496f
to
b3287dc
Compare
cheina97
force-pushed
the
aol/client-and-server-controller
branch
from
September 26, 2023 09:08
98b97ef
to
7f620fc
Compare
cheina97
reviewed
Oct 2, 2023
pkg/liqo-controller-manager/external-network/client-operator/client_controller.go
Outdated
Show resolved
Hide resolved
cheina97
reviewed
Oct 2, 2023
pkg/liqo-controller-manager/external-network/server-operator/server_controller.go
Outdated
Show resolved
Hide resolved
cheina97
force-pushed
the
aol/client-and-server-controller
branch
from
October 2, 2023 09:45
7f620fc
to
efde70b
Compare
cheina97
force-pushed
the
aol/client-and-server-controller
branch
from
October 2, 2023 09:45
efde70b
to
93cd3a2
Compare
cheina97
approved these changes
Oct 2, 2023
cheina97
force-pushed
the
aol/client-and-server-controller
branch
from
October 2, 2023 10:34
93cd3a2
to
64fc43f
Compare
aleoli
force-pushed
the
aol/client-and-server-controller
branch
2 times, most recently
from
October 2, 2023 12:39
552c2d4
to
c1e6eea
Compare
aleoli
force-pushed
the
aol/client-and-server-controller
branch
from
October 2, 2023 12:49
c1e6eea
to
db9f6a4
Compare
fra98
approved these changes
Oct 2, 2023
pkg/liqo-controller-manager/external-network/server-operator/docs.go
Outdated
Show resolved
Hide resolved
aleoli
force-pushed
the
aol/client-and-server-controller
branch
from
October 3, 2023 09:43
db9f6a4
to
1c0705a
Compare
/merge |
adamjensenbot
added
the
merge-requested
Request bot merging (automatically managed)
label
Oct 3, 2023
adamjensenbot
removed
the
merge-requested
Request bot merging (automatically managed)
label
Oct 3, 2023
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.
Description
This pr implements the logic to create and enforce specific gateway resources based on the general type and a template.
How Has This Been Tested?