We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migration plan: cncf/xds#2 (comment)
PR change: https://github.com/cncf/xds/pull/17/files
We should start using the ORCA protos from the new location.
We should change our code that handles the udpa.type.v1.TypedStruct type URL to also accept xds.type.v3.TypedStruct in the same place.
The text was updated successfully, but these errors were encountered:
xds: migrate udpa proto to xds directory (#8686)
881747a
fix #8631: 1. import udpa protos form new git repo `https://github.com/cncf/xds.git` instead of `https://github.com/cncf/udpa.git` 2. use proto from xds directory not udpa directory in `https://github.com/cncf/xds.git`, details was here cncf/xds#2 (comment) 3. support both versions of TypeStruct 4. remove v1 orca service in old directory and use the new one v3, and refer to v3 in ORCA related area
YifeiZhuang
Successfully merging a pull request may close this issue.
Migration plan:
cncf/xds#2 (comment)
PR change: https://github.com/cncf/xds/pull/17/files
We should start using the ORCA protos from the new location.
We should change our code that handles the udpa.type.v1.TypedStruct type URL to also accept xds.type.v3.TypedStruct in the same place.
The text was updated successfully, but these errors were encountered: