Skip to content
New issue

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

Add a to_any helper in the containerd client crate #363

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

estesp
Copy link
Member

@estesp estesp commented Jan 14, 2025

Fixes: #362

This provides a solution to Any->type matching that happens on the containerd Go-based server side where the Any types in prost use typeurl as defined in the protobuf spec and the server side is matching on the fullname property of the type.

This provides a solution to Any->type matching that happens on
the containerd Go-based server side where the Any types in prost
use typeurl as defined in the protobuf spec and the server side
is matching on the fullname property of the type.

Signed-off-by: Phil Estes <[email protected]>
@github-actions github-actions bot added the C-client Containerd client label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-client Containerd client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

containerd client needs a to_any() helper
1 participant