Skip to content

Commit 9f2c4b3

Browse files
author
Kapustin Aleksandr
committed
Fix: delete from yaml fn should be async
1 parent fec84a6 commit 9f2c4b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kubernetes_asyncio/utils/delete_from_yaml.py

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828

2929
def delete_from_yaml(
30+
async def delete_from_yaml(
3031
k8s_client,
3132
yaml_file,
3233
verbose=False,

0 commit comments

Comments
 (0)