Closed
Description
client-python/examples/create_thirdparty_resource.md
Shows:
from kubernetes.rest import ApiException
should be
from kubernetes.client.rest import ApiException
Kindly check.
client-python/examples/create_thirdparty_resource.md
Shows:
from kubernetes.rest import ApiException
should be
from kubernetes.client.rest import ApiException
Kindly check.