We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53048ce commit 37d6f61Copy full SHA for 37d6f61
src/mas/devops/ocp.py
@@ -231,11 +231,11 @@ def getStorageClasses(dynClient: DynamicClient) -> list:
231
def getStorageClassVolumeBindingMode(dynClient: DynamicClient, storageClassName: str) -> str:
232
"""
233
Get the volumeBindingMode for a storage class.
234
-
+
235
Args:
236
dynClient: OpenShift dynamic client
237
storageClassName: Name of the storage class
238
239
Returns:
240
str: "Immediate" or "WaitForFirstConsumer" (defaults to "Immediate" if not found)
241
0 commit comments