DownwardApiVolumeFileV1
Classsealednet10.0
Represents a Downward API file projected into a volume.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class DownwardApiVolumeFileV1{ // ...}5 members
Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesFieldRefget; set Gets or sets the pod field to project into the file.
Modeget; setint? Gets or sets the file mode for the projected file.
Pathget; setstring Gets or sets the relative path of the projected file.
ResourceFieldRefget; set Gets or sets the container resource field to project into the file.