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
kube
Initially as a hidden PoC to assess compatibility and see what unknown-unknowns we need to handle.
Expected work (all under a kube/pb feature):
kube/pb
k8s-pb
kube::Resource
k8s-pb::Resource
kube_core
HasMetadata
k8s-openapi
If there are lacks on the k8s-pb side we can address it here as we go along.
Work we also should do (but could be avoided for a first PoC):
The text was updated successfully, but these errors were encountered:
clux
Successfully merging a pull request may close this issue.
Initially as a hidden PoC to assess compatibility and see what unknown-unknowns we need to handle.
Expected work (all under a
kube/pb
feature):k8s-pb
as an optional dependency on a branch (pin a git dependency while working)kube::Resource
fork8s-pb::Resource
implementors inkube_core
- can useHasMetadata
as well (via Define and implement equivalentk8s-openapi
traits #4)If there are lacks on the
k8s-pb
side we can address it here as we go along.Work we also should do (but could be avoided for a first PoC):
k8s-openapi
by usingk8s-pb
structs instead when in feature (lots of fiddly work)The text was updated successfully, but these errors were encountered: