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.
2 parents 5a96bbc + a4189cc commit 8c8c15bCopy full SHA for 8c8c15b
kubernetes/__init__.py
@@ -1,4 +1,4 @@
1
-# Copyright 2016 The Kubernetes Authors.
+# Copyright 2022 The Kubernetes Authors.
2
#
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
# you may not use this file except in compliance with the License.
@@ -16,10 +16,10 @@
16
# The version is auto-updated. Please do not edit.
17
__version__ = "25.0.0-snapshot"
18
19
-import kubernetes.client
20
-import kubernetes.config
21
-import kubernetes.dynamic
22
-import kubernetes.watch
23
-import kubernetes.stream
24
-import kubernetes.utils
25
-import kubernetes.leaderelection
+from . import client
+from . import config
+from . import dynamic
+from . import watch
+from . import stream
+from . import utils
+from . import leaderelection
0 commit comments