Eirik A

Results 133 issues of Eirik A

Fixes #35 Wraps option value in an object as is returned by the API, and the value is seen to persist.

Found while testing hyper 1 and found this didn't work even before. Fixed by injecting the auth_layer.

changelog-fix

Avoids people having to pull in `http_body_util` for the `BodyExt` Tested with https://github.com/kube-rs/controller-rs/pull/69 locally.

changelog-add

Quick test of https://github.com/rust-lang/rust/pull/119888 [playground](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=05133acce8e1d163d481e97631f17536) using ```sh cargo +nightly run --example dynamic_watcher ``` Stashing this here for my own memory. Currently does not seem to be super helpful as it...

### Would you like to work on this feature? Maybe ### What problem are you trying to solve? As a final step to allow stream sharing #1080 we need to...

help wanted
question
runtime

There is a slew of `x-kubernetes` [extension properties](https://github.com/kubernetes/kube-openapi/blob/master/pkg/generators/extension.go) that is usable inside CRD schemas to improve the validation and merge behaviour of structures of members. From Kubernetes 1.25 this is...

question
derive
discussions

One of the few pieces of feedback that I personally think is sensible to take on-board from CNCF as suggestions, is having some form of less formal means of real-time...

discussions

From a blank build today. I personally think this makes sense. **Reasons**; - basically https://blog.rust-lang.org/2023/08/29/committing-lockfiles.html - frequently we get cargo deny issues pulled in from under us which we have...

question
changelog-exclude

## Proof of Concept Wanted to see how this ended up looking. I am not 100% convinced about this yet. ## Motivation Currently the biggest footgun in kube right now...

With #127 nearing completion, there's actually only **one special subresource left**; `proxy` (which has its own verb). Described in [kubernetes.io/../proxies](https://kubernetes.io/docs/concepts/cluster-administration/proxies/#proxies) it describes a [method to connect to services from outside...

help wanted
question
api
client
client-gold