mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-06 13:02:37 +00:00
[bp/1.2] Rename from community.kubernetes to kubernetes.core (#111)
This commit is contained in:
@@ -7,7 +7,7 @@ from __future__ import absolute_import, division, print_function
|
||||
__metaclass__ = type
|
||||
|
||||
|
||||
from ansible_collections.community.kubernetes.plugins.module_utils.common import (
|
||||
from ansible_collections.kubernetes.core.plugins.module_utils.common import (
|
||||
_encode_stringdata,
|
||||
)
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ import os.path
|
||||
import yaml
|
||||
|
||||
|
||||
from ansible_collections.community.kubernetes.plugins.module_utils.helm import (
|
||||
from ansible_collections.kubernetes.core.plugins.module_utils.helm import (
|
||||
run_helm,
|
||||
write_temp_kubeconfig,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user