Skip to content
Docs Try Aspire

HostPathVolumeSourceV1

Class sealed net10.0
📦 Aspire.Hosting.Kubernetes v13.1.2-preview.1.26125.13
Represents a HostPath volume source in Kubernetes. A HostPath volume mounts a directory from the host node's filesystem into a pod. This can be used for scenarios such as sharing data between containers or accessing specific host resources.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class HostPathVolumeSourceV1
{
// ...
}