7 lines
115 B
Python
7 lines
115 B
Python
|
import k8s_func
|
||
|
studentList=['s20240103-44']
|
||
|
|
||
|
for i in studentList:
|
||
|
k8s_func.delete_pod(i)
|
||
|
print("delete")
|