dm/python/del.py

7 lines
130 B
Python

import k8s_func
studentList=['s20240101-67','s20240102-67']
for i in studentList:
k8s_func.delete_pod(i)
print("delete")