Haowei Cai (Roy)

Results 219 comments of Haowei Cai (Roy)

/remove-lifecycle rotten > What is the difference between the plain & `_with_path` APIs I believe those work the same. Kubernetes apiserver allows the request to specify the subpath that you...

I'm trying to convert this into a good first issue / help wanted issue here. To fix the upstream openapi spec, one need to first fix the API installer who...

This is likely similar to https://github.com/kubernetes-client/gen/issues/52. EventTime is marked as required in the openapi spec but kube-apiserver doesn't always set/validate it. The fix is to mark the field as optional...

> If this gets marked as optional will this then propagate to the swagger? Yes, the Go type is the source of truth for the swagger in k/k > And...

@benholtzmansmith Ah that makes sense. @haxsaw Sorry I thought the models would use the config from the API client and misread your comment. Unable to disable client side validation is...

/remove-lifecycle stale /lifecycle frozen Upgrading openapi-generator: https://github.com/kubernetes-client/python/pull/1743

Thanks @showjason. @frenkdefrog Please update your client version and see if the issue is fixed. Thanks!