Skip to content

Commit

Permalink
change name of the package from kubernetes to k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeAeich committed Sep 4, 2024
1 parent f44d90c commit e3a6584
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tesk/kubernetes/wrapper.py → tesk/k8s/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

from tesk.constants import tesk_constants
from tesk.exceptions import KubernetesError, NotFound
from tesk.kubernetes.constants import tesk_k8s_constants
from tesk.k8s.constants import tesk_k8s_constants

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit e3a6584

Please sign in to comment.