Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetWorkspacePVCInfo ¶ added in v0.40.0
func GetWorkspacePVCInfo( ctx context.Context, workspace *dw.DevWorkspace, config *controllerv1alpha1.OperatorConfiguration, k8sClient client.Client, log logr.Logger, ) (pvcName string, workspacePath string, err error)
GetWorkspacePVCInfo determines the PVC name and workspace path based on the storage provisioner used. This function can be used by both backup and restore operations to ensure consistent PVC resolution logic.
Returns:
- pvcName: The name of the PVC that stores workspace data
- workspacePath: The path within the PVC where workspace data is stored
- error: Any error that occurred during PVC resolution
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.