Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d29ac1 commit 950df11Copy full SHA for 950df11
kubernetes/client/apis/__init__.py
@@ -5,6 +5,7 @@
5
6
# alias kubernetes.client.api package and print deprecation warning
7
from kubernetes.client.api import *
8
+warnings.simplefilter('default')
9
warnings.warn(
10
"The package kubernetes.client.apis is renamed and deprecated, use kubernetes.client.api instead (please note that the trailing s was removed).",
11
DeprecationWarning
0 commit comments