Steven Hawkins

Results 105 issues of Steven Hawkins

### Is your enhancement related to a problem? Please describe The CRD generator lacks a way to control how list patching works ### Describe the solution you'd like Annotation(s) to...

component/crd-generator

### Is your enhancement related to a problem? Please describe Similar to kubectl support for --subresource there should be more options for performing subresource operations as the current methods can...

enhancement
status/never-stale

This test failed recently https://github.com/fabric8io/kubernetes-client/actions/runs/5500845926/jobs/10024106597#step:6:419 It's not a great test because it doesn't do it's own setup - it just relies on some pod being see across all namespaces and...

test
status/never-stale
technical-debt

There is no synchronization between concurrent requests - each will attempt to authorize. The regular TokenRefreshInterceptor has the same behavior. This will be more nuanced to address as ideally we...

status/never-stale
technical-debt

## Description Here's a rough draft of the handling for places where outputstreams are passed in. Instead the user may provide a simple StreamConsumer modeled after the handling that is...

### Is your enhancement related to a problem? Please describe See https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/3157-watch-list/README.md - and related changes in the go-client. Kubernetes api-servers will soon support better initial watch semantics such that...

enhancement
status/never-stale

### Is your enhancement related to a problem? Please describe There have been several discussions about the potential modification of informer cache objects, but we've left it up to the...

enhancement
status/never-stale

### Is your task related to a problem? Please describe If there is a precise need to control the memory of the kubernetes-client, or the need to limit the scope...

enhancement
status/never-stale

Some builds fail crd generation tests: https://github.com/fabric8io/kubernetes-client/actions/runs/3697700981/jobs/6263006797#step:4:63480 ``` ZookeeperCustomResourceTest.testCrdv1beta1:49 expected: not ``` That seems odd at first glance as it's a null check, not something for example that would be...

status/never-stale
component/crd-generator

This seems to be the most consistent handling for $ escaping - escape existing instances of $$ before replacing \$ with $$. This is not of course completely compatible with...