We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97dbcbe commit 7395e3cCopy full SHA for 7395e3c
1 file changed
src/mas/devops/ocp.py
@@ -414,6 +414,8 @@ def getClusterIssuer(dynClient: DynamicClient, name: str) -> str:
414
return clusterIssuer
415
except NotFoundError:
416
return None
417
+
418
419
def getStorageClassVolumeBindingMode(dynClient: DynamicClient, storageClassName: str) -> str:
420
"""
421
Get the volumeBindingMode for a storage class.
0 commit comments