Skip to content
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

model service network #896

Merged
merged 54 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
31840ff
subtract 161.26.0.0/16 and 166.8.0.0/14 from PublicInternetAddressList
olasaadi99 Sep 29, 2024
36dc49d
model service network
olasaadi99 Sep 30, 2024
9255b7f
Merge branch 'main' into 401_service_network
olasaadi99 Oct 2, 2024
63aff7a
remove files
olasaadi99 Oct 7, 2024
4bf91aa
fix sgwList, use one pointer
olasaadi99 Oct 7, 2024
19e890b
add doc
olasaadi99 Oct 7, 2024
1094103
fiX
olasaadi99 Oct 7, 2024
f12feb3
fix
olasaadi99 Oct 10, 2024
3a182eb
fix
olasaadi99 Oct 10, 2024
d6ab6ca
fix
olasaadi99 Oct 14, 2024
d7db215
remove
olasaadi99 Oct 14, 2024
69a9635
Merge branch 'main' into 401_service_network
olasaadi99 Oct 20, 2024
f344e77
add singleton for network address lists
olasaadi99 Oct 21, 2024
b688a8d
fix ibm analysis tests
olasaadi99 Oct 21, 2024
ce1ef1e
fix
olasaadi99 Oct 21, 2024
aaf2f5a
fix diff
olasaadi99 Oct 21, 2024
a8f26d9
fix explainability
olasaadi99 Oct 21, 2024
a67dadf
fix lint test
olasaadi99 Oct 21, 2024
951fe27
fix tests
olasaadi99 Oct 21, 2024
d27c56c
fix lint
olasaadi99 Oct 21, 2024
0ffb6c8
fix
olasaadi99 Oct 21, 2024
5693ae6
fix
olasaadi99 Oct 21, 2024
d424b24
fix
olasaadi99 Oct 21, 2024
6aa5352
fixes
olasaadi99 Oct 22, 2024
39cd24d
adding icon
haim-kermany Oct 27, 2024
57e6dec
lint
haim-kermany Oct 27, 2024
aa3cfb8
Merge branch 'main' into 401_service_network
olasaadi99 Oct 30, 2024
2ec8714
add tests
olasaadi99 Oct 30, 2024
19b350c
Merge branch 'main' into 401_service_network
olasaadi99 Nov 4, 2024
52e2a35
fix merge
olasaadi99 Nov 4, 2024
ccb8bfa
fix
olasaadi99 Nov 7, 2024
f6c671a
fix
olasaadi99 Nov 7, 2024
d7aa567
fix
olasaadi99 Nov 7, 2024
f0a33fd
fix
olasaadi99 Nov 7, 2024
8f0f000
fix
olasaadi99 Nov 7, 2024
a5985ec
fix
olasaadi99 Nov 7, 2024
afc710d
fix copy funcs
olasaadi99 Nov 7, 2024
64e2af7
fix diff
olasaadi99 Nov 7, 2024
e9d38a4
Interpreted destination(s): field
olasaadi99 Nov 7, 2024
1098061
fix serviceGateway name
olasaadi99 Nov 11, 2024
b36bef3
fix Interpreted destination(s)
olasaadi99 Nov 11, 2024
ae72bec
fix lint
zivnevo Nov 11, 2024
503c14f
NS to SN
haim-kermany Nov 11, 2024
3c59d4b
SN layout
haim-kermany Nov 11, 2024
8293a45
fix sn for groupedExternalNodes
haim-kermany Nov 12, 2024
34f75a8
fixes
olasaadi99 Nov 18, 2024
04acb74
fix
olasaadi99 Nov 18, 2024
4ddb680
fix
olasaadi99 Nov 20, 2024
8473966
fix
olasaadi99 Nov 21, 2024
7a71b12
fix
olasaadi99 Nov 21, 2024
48f04d1
fix
olasaadi99 Nov 21, 2024
f64c5de
fix
olasaadi99 Nov 21, 2024
51ad779
fix
olasaadi99 Nov 21, 2024
4dac4c6
fix
olasaadi99 Nov 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pkg/commonvpc/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const (
ResourceTypeLoadBalancer = "LoadBalancer"
ResourceTypePrivateIP = "PrivateIP"
ResourceTypeRoutingTable = "RoutingTable"
ResourceTypeServiceNetwork = "ServiceNetwork"
)

// Implemented by AWSresourcesContainer and IBMresourcesContainer
Expand Down
Loading
Loading