storage

package
v0.40.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL