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

feat: CORS ir and xds translation #2016

Merged
merged 2 commits into from
Oct 22, 2023

Remove AllowPrivateNetworkAccess since it's not a common knob

fa3b523
Select commit
Loading
Failed to load commit list.
Merged

feat: CORS ir and xds translation #2016

Remove AllowPrivateNetworkAccess since it's not a common knob
fa3b523
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 22, 2023 in 1s

55.92% of diff hit (within 5.00% threshold of 60.00%)

View this Pull Request on Codecov

55.92% of diff hit (within 5.00% threshold of 60.00%)

Annotations

Check warning on line 111 in internal/ir/zz_generated.deepcopy.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/ir/zz_generated.deepcopy.go#L101-L111

Added lines #L101 - L111 were not covered by tests

Check warning on line 133 in internal/ir/zz_generated.deepcopy.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/ir/zz_generated.deepcopy.go#L114-L133

Added lines #L114 - L133 were not covered by tests

Check warning on line 143 in internal/ir/zz_generated.deepcopy.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/ir/zz_generated.deepcopy.go#L137-L143

Added lines #L137 - L143 were not covered by tests

Check warning on line 463 in internal/ir/zz_generated.deepcopy.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/ir/zz_generated.deepcopy.go#L460-L463

Added lines #L460 - L463 were not covered by tests

Check warning on line 30 in internal/xds/translator/cors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/xds/translator/cors.go#L29-L30

Added lines #L29 - L30 were not covered by tests

Check warning on line 34 in internal/xds/translator/cors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/xds/translator/cors.go#L33-L34

Added lines #L33 - L34 were not covered by tests

Check warning on line 44 in internal/xds/translator/cors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/xds/translator/cors.go#L42-L44

Added lines #L42 - L44 were not covered by tests

Check warning on line 50 in internal/xds/translator/cors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/xds/translator/cors.go#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 65 in internal/xds/translator/cors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/xds/translator/cors.go#L64-L65

Added lines #L64 - L65 were not covered by tests

Check warning on line 80 in internal/xds/translator/cors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/xds/translator/cors.go#L79-L80

Added lines #L79 - L80 were not covered by tests

Check warning on line 96 in internal/xds/translator/cors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/xds/translator/cors.go#L95-L96

Added lines #L95 - L96 were not covered by tests

Check warning on line 99 in internal/xds/translator/cors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/xds/translator/cors.go#L98-L99

Added lines #L98 - L99 were not covered by tests

Check warning on line 109 in internal/xds/translator/cors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/xds/translator/cors.go#L106-L109

Added lines #L106 - L109 were not covered by tests

Check warning on line 143 in internal/xds/translator/cors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/xds/translator/cors.go#L142-L143

Added lines #L142 - L143 were not covered by tests

Check warning on line 106 in internal/xds/translator/httpfilters.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/xds/translator/httpfilters.go#L105-L106

Added lines #L105 - L106 were not covered by tests

Check warning on line 111 in internal/xds/translator/httpfilters.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/xds/translator/httpfilters.go#L110-L111

Added lines #L110 - L111 were not covered by tests

Check warning on line 130 in internal/xds/translator/httpfilters.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/xds/translator/httpfilters.go#L129-L130

Added lines #L129 - L130 were not covered by tests

Check warning on line 135 in internal/xds/translator/httpfilters.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/xds/translator/httpfilters.go#L134-L135

Added lines #L134 - L135 were not covered by tests

Check warning on line 140 in internal/xds/translator/httpfilters.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/xds/translator/httpfilters.go#L139-L140

Added lines #L139 - L140 were not covered by tests