Skip to content

Commit 26204eb

Browse files
committed
Change the directResponse.body.bytes format to byte
According to our documentation, base64-encoded values should be used in this field, in which case `byte` is the correct format rather than `binary`.
1 parent 62ed4ff commit 26204eb

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

kubernetes/customresourcedefinitions.gen.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1/virtual_service_alias.gen.go

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

networking/v1alpha3/virtual_service.pb.go

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

networking/v1alpha3/virtual_service.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,6 +1195,7 @@ message HTTPBody {
11951195
string string = 1;
11961196

11971197
// response body as base64 encoded bytes.
1198+
// +kubebuilder:validation:Format=byte
11981199
bytes bytes = 2;
11991200
}
12001201
}

networking/v1beta1/virtual_service_alias.gen.go

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

0 commit comments

Comments
 (0)