Skip to content

Commit 54410c3

Browse files
authored
Fix syntax highlight (istio#132)
Signed-off-by: Liam White <[email protected]>
1 parent 4f89297 commit 54410c3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

install/dataplane/v1alpha1/spec.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install/dataplane/v1alpha1/spec.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ syntax = "proto3";
1818
// metadata:
1919
// name: bookinfo
2020
// namespace: bookinfo
21-
// spec:
21+
// spec: {}
2222
//```
2323
//
2424
// To configure infrastructure specific settings such as the service type, set the relevant

install/dataplane/v1alpha1/spec_deepcopy.gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install/dataplane/v1alpha1/spec_json.gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install/dataplane/v1alpha1/tetrateio.api.install.dataplane.v1alpha1.pb.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
metadata:
1414
name: bookinfo
1515
namespace: bookinfo
16-
spec:
16+
spec: {}
1717
</code></pre>
1818

1919
<p>To configure infrastructure specific settings such as the service type, set the relevant

0 commit comments

Comments
 (0)