HostPathVolumeSourceV1 Constructors
Class Constructors 1 member
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.
Constructor Section titled Constructor public sealed class HostPathVolumeSourceV1{ public HostPathVolumeSourceV1() { // ... }}