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
This prevents using them to write to the K8s API.
The text was updated successfully, but these errors were encountered:
k8s-openapi seems to solve that by implementing serde::Serialize manually.. https://docs.rs/k8s-openapi/0.7.1/src/k8s_openapi/v1_17/api/core/v1/secret.rs.html#625-626
serde::Serialize
Sorry, something went wrong.
Ah, we can just flatten TypeMeta in there like we did with the old type. Provided we make some nice way of making a Foo::new() (#167)
Foo::new()
fced1f8
Merge pull request #171 from clux/typemeta-derive
13afed6
add typemeta for kube-derived CustomResource objects - fixes #170
No branches or pull requests
This prevents using them to write to the K8s API.
The text was updated successfully, but these errors were encountered: