Skip to content

Commit 945720f

Browse files
authored
feat: remove TCP/UDP field in network isolation (#557)
* feat: remove tcp/udp field from network isolation * remove unused code
1 parent 67b5f51 commit 945720f

File tree

7 files changed

+4
-548
lines changed

7 files changed

+4
-548
lines changed

renderer/src/common/mocks/fixtures/registry.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ export const MOCK_REGISTRY_RESPONSE = [
162162
network: {
163163
outbound: {
164164
insecure_allow_all: true,
165-
166165
allow_port: [443],
167166
},
168167
},
@@ -488,7 +487,6 @@ export const MOCK_REGISTRY_RESPONSE = [
488487
network: {
489488
outbound: {
490489
insecure_allow_all: true,
491-
492490
allow_port: [443],
493491
},
494492
},
@@ -720,7 +718,6 @@ export const MOCK_REGISTRY_RESPONSE = [
720718
network: {
721719
outbound: {
722720
insecure_allow_all: true,
723-
724721
allow_port: [443, 27017, 27018, 27019, 27020],
725722
},
726723
},
@@ -890,7 +887,6 @@ export const MOCK_REGISTRY_RESPONSE = [
890887
network: {
891888
outbound: {
892889
insecure_allow_all: true,
893-
894890
allow_port: [443],
895891
},
896892
},
@@ -1265,7 +1261,6 @@ export const MOCK_REGISTRY_RESPONSE = [
12651261
network: {
12661262
outbound: {
12671263
insecure_allow_all: true,
1268-
12691264
allow_port: [443],
12701265
},
12711266
},
@@ -1310,7 +1305,6 @@ export const MOCK_REGISTRY_RESPONSE = [
13101305
network: {
13111306
outbound: {
13121307
insecure_allow_all: true,
1313-
13141308
allow_port: [443],
13151309
},
13161310
},
@@ -1402,7 +1396,6 @@ export const MOCK_REGISTRY_RESPONSE = [
14021396
network: {
14031397
outbound: {
14041398
insecure_allow_all: true,
1405-
14061399
allow_port: [443],
14071400
},
14081401
},
@@ -1800,7 +1793,6 @@ export const MOCK_REGISTRY_RESPONSE = [
18001793
network: {
18011794
outbound: {
18021795
insecure_allow_all: true,
1803-
18041796
allow_port: [443],
18051797
},
18061798
},
@@ -1856,7 +1848,6 @@ export const MOCK_REGISTRY_RESPONSE = [
18561848
network: {
18571849
outbound: {
18581850
insecure_allow_all: true,
1859-
18601851
allow_host: ['github.com'],
18611852
allow_port: [443],
18621853
},

0 commit comments

Comments
 (0)