Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upclient.EventsV1beta1Api().list_namespaced_event 无法获取返回结果 #1221
Comments
|
IIUC you're saying that kube-apiserver responded This sounds like another occurrence of kubernetes-client/gen#52. The fix needs to be done in upstream Kubernetes. kube-apiserver should either respond an |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
获取kube-apiserver 返回的结果集中,event_time 参数本身为空,而V1beta1Event 对象创建时,event_time属性默认必须传入event_time参数不为None才能创建,最终无法转转换为V1beta1Event 对象