Replies: 1 comment 2 replies
-
It seems to be available on Kubernetes > 1.14, although it's not listed as verbs in the openapi spec so it's gone under the radar. We should almost certainly add support for this. The request there sets a header for a protobuf specific request, but if it works outside protobuf, then we could probably expose getters/setters on
If it doesn't work outside protobuf, then it's possible we could still introduce these as a first go for protobuf support by sketching out WDYT? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently noticed that client-go supports operations that only interact with resource metadata via the
PartialObjectMetadata
type. This can allow controllers to substantially reduce I/O and memory requirements when they don't actually need an object's spec or status.I haven't found any analogs in the kube-rs ecosystem. Do they exist? If not, do you have any thoughts about where/how this should be implemented?
Beta Was this translation helpful? Give feedback.
All reactions