7 lines
94 B
Python
7 lines
94 B
Python
|
#!/usr/bin/env python3
|
||
|
import kubernetes
|
||
|
|
||
|
|
||
|
def ensure_running_pod_on_site(site:str):
|
||
|
pass
|