-
Notifications
You must be signed in to change notification settings - Fork 6
Open
kube-rs/kube
#1602Description
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):
- add
k8s-pbas an optional dependency on a branch (pin a git dependency while working) - implement
kube::Resourcefork8s-pb::Resourceimplementors inkube_core- can useHasMetadataas well (via Define and implement equivalentk8s-openapitraits #4) - see if we can do querying outside protobufs
- try to add the envelope wrapper (via Handling Envelope Wrapper #6) so we can do actual protobuf queries in kube
- add a small example here to show how to use it (any example? #28)
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):
- figure out if we can feature select out
k8s-openapiby usingk8s-pbstructs instead when in feature (lots of fiddly work)
Metadata
Metadata
Assignees
Labels
No labels