events: remove xds configuraton update (#3792)

This commit is contained in:
Denis Mishin 2022-12-06 14:46:45 -05:00 committed by GitHub
parent 57217af7dd
commit ce1b8701da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 8 additions and 823 deletions

View file

@ -111,7 +111,7 @@ _import_paths=$(join_by , "${_imports[@]}")
../../scripts/protoc -I ./events/ -I ./ \
--go_out="$_import_paths,plugins=grpc,paths=source_relative:./events/." \
./events/xds.proto ./events/last_error.proto
./events/last_error.proto
../../scripts/protoc -I ./cli/ -I ./ \
--go_out="$_import_paths,plugins=grpc,paths=source_relative:./cli/." \