Skip to content

Commit 6c2b411

Browse files
committed
Initial commit
Signed-off-by: Dawid Nowak <[email protected]>
1 parent 12e4a3c commit 6c2b411

File tree

227 files changed

+35840
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

227 files changed

+35840
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/target
2+
.idea/
3+
*.profraw
4+
*~
5+
*.html
6+
*.log.*

.gitmodules

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
[submodule "envoy-data-plane-api/data-plane-api"]
2+
path = envoy-data-plane-api/data-plane-api
3+
url = https://github.com/envoyproxy/data-plane-api.git
4+
[submodule "envoy-data-plane-api/xds"]
5+
path = envoy-data-plane-api/xds
6+
url = https://github.com/cncf/xds.git
7+
[submodule "envoy-data-plane-api/protoc-gen-validate"]
8+
path = envoy-data-plane-api/protoc-gen-validate
9+
url = https://github.com/bufbuild/protoc-gen-validate.git
10+
[submodule "envoy-data-plane-api/googleapis"]
11+
path = envoy-data-plane-api/googleapis
12+
url = https://github.com/googleapis/googleapis.git
13+
[submodule "envoy-data-plane-api/opencensus-proto"]
14+
path = envoy-data-plane-api/opencensus-proto
15+
url = https://github.com/census-instrumentation/opencensus-proto.git
16+
[submodule "envoy-data-plane-api/opentelemetry-proto"]
17+
path = envoy-data-plane-api/opentelemetry-proto
18+
url = https://github.com/open-telemetry/opentelemetry-proto.git
19+
[submodule "envoy-data-plane-api/prometheus-client-model"]
20+
path = envoy-data-plane-api/prometheus-client-model
21+
url = https://github.com/prometheus/client_model.git
22+
[submodule "envoy-data-plane-api/cel-spec"]
23+
path = envoy-data-plane-api/cel-spec
24+
url = https://github.com/google/cel-spec.git

0 commit comments

Comments
 (0)