KindMountModel
Classsealednet10.0
Represents a host volume mount into a Kind node container.
namespace Aspire.Hosting.ApplicationModel;
public sealed class KindMountModel{ // ...}6 members
Constructors1
Section titled ConstructorsProperties5
Section titled PropertiesContainerPathget; setstring? Gets or sets the path of the mount within the container.
HostPathget; setstring? Gets or sets the path of the mount on the host.
Propagationget; setstring? Gets or sets the mount propagation mode (e.g., "None", "HostToContainer", or "Bidirectional"). When
null, no propagation is set. ReadOnlyget; setbool? Gets or sets whether the mount is read-only. When
null, the mount is read-write. SelinuxRelabelget; setbool? Gets or sets whether the mount needs SELinux relabeling. When
null, no relabeling is performed.