mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
Adding improvements
This commit is contained in:
committed by
zach dwiel
parent
3ba0df7d07
commit
9a30c26469
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user