Haowei Cai (Roy)

Results 219 comments of Haowei Cai (Roy)

Fixes for `Conditions` in `CustomResourceDefinitionStatus` https://github.com/kubernetes/kubernetes/pull/64996 `DisruptedPods` in `policy.v1beta1.PodDisruptionBudgetStatus` https://github.com/kubernetes/kubernetes/pull/65041

@mydockergit The field is still marked as [required](https://github.com/kubernetes/kubernetes/blob/245f360a45e8ad3e241593b099973cf3ce213371/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/types.go#L172-L173), as openapi spec shows: ``` "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionStatus": { "description": "CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition", "required": [ "conditions", "acceptedNames", "storedVersions" ], ```...

/remove-lifecycle stale /lifecycle frozen

/remove-lifecycle rotten /lifecycle frozen

I agree the "replacing `api_client.request`" behavior doesn't play well when you multithreading a stream request with non-stream requests. @tomplus Does the asyncio client solve this problem? Also this is a...

I can see this being added mimicking `kubectl delete -f` cc @micw523