Closed
Description
e.g.
- Merging configs with missing fields python-base#163
- https://travis-ci.org/kubernetes-client/python-base/jobs/588553023
- dynamic client is failing with the following error, we should specify the version (
v1beta1
) in the test
ResourceNotUniqueError: Multiple matches found for {'kind': 'CustomResourceDefinition'}: [<Resource(apiextensions.k8s.io/v1beta1/customresourcedefinitions)>, <Resource(apiextensions.k8s.io/v1/customresourcedefinitions)>]
- utils test is failing creating apps/extensions APIs with the following error, but I haven't seen upstream API change that could cause this
FailToCreateError: Error from server (Not Found): {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"the server could not find the requested resource","reason":"NotFound","details":{},"code":404}