Skip to content

Commit

Permalink
envoy: Sync supported resources in CiliumEnvoyConfig
Browse files Browse the repository at this point in the history
[ upstream commit cc56e70 ]

These resources are enabled in cilum-proxy build, and can be used in
CiliumEnvoyConfig directly, however, without related imported
statements, Cilium agent will fail to marshal/unmarshal objects.

Sample error

```
level=warning msg="Ignoring invalid CiliumEnvoyConfig JSON (proto:\u00a0(line 1:405): unable to resolve \"type.googleapis.com/envoy.extensions.filters.http.router.v3.Router\": \"not found\")
```

Signed-off-by: Tam Mach <tam.mach@cilium.io>
  • Loading branch information
sayboras authored and aanm committed Oct 3, 2023
1 parent eb31e02 commit 3191c23
Show file tree
Hide file tree
Showing 411 changed files with 171,069 additions and 0 deletions.
227 changes: 227 additions & 0 deletions pkg/envoy/resource/envoy.go

Large diffs are not rendered by default.

612 changes: 612 additions & 0 deletions vendor/github.com/cilium/proxy/go/envoy/admin/v3/certs.pb.go

Large diffs are not rendered by default.

836 changes: 836 additions & 0 deletions vendor/github.com/cilium/proxy/go/envoy/admin/v3/certs.pb.validate.go

Large diffs are not rendered by default.

749 changes: 749 additions & 0 deletions vendor/github.com/cilium/proxy/go/envoy/admin/v3/clusters.pb.go

Large diffs are not rendered by default.

Large diffs are not rendered by default.

641 changes: 641 additions & 0 deletions vendor/github.com/cilium/proxy/go/envoy/admin/v3/config_dump.pb.go

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2,038 changes: 2,038 additions & 0 deletions vendor/github.com/cilium/proxy/go/envoy/admin/v3/config_dump_shared.pb.go

Large diffs are not rendered by default.

Large diffs are not rendered by default.

246 changes: 246 additions & 0 deletions vendor/github.com/cilium/proxy/go/envoy/admin/v3/init_dump.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3191c23

Please sign in to comment.