dm/python/del.py

7 lines
130 B
Python
Raw Normal View History

2024-07-03 14:08:43 +08:00
import k8s_func
2024-07-07 21:02:06 +08:00
studentList=['s20240101-71','s20240102-71']
2024-07-03 14:08:43 +08:00
for i in studentList:
k8s_func.delete_pod(i)
print("delete")