1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00

Adding improvements

This commit is contained in:
Ajay Deshpande
2018-10-15 15:57:10 -07:00
committed by zach dwiel
parent 3ba0df7d07
commit 9a30c26469
7 changed files with 38 additions and 27 deletions

View File

@@ -144,7 +144,6 @@ class NFSDataStore(DataStore):
return True
def create_k8s_nfs_resources(self) -> bool:
pv_name = "nfs-ckpt-pv"
persistent_volume = k8sclient.V1PersistentVolume(
@@ -219,7 +218,6 @@ class NFSDataStore(DataStore):
return True
def delete_k8s_nfs_resources(self) -> bool:
del_options = k8sclient.V1DeleteOptions()
k8s_api_client = k8sclient.CoreV1Api()