Skip to content
DocsTry Aspire
DocsTry

VolumeProjectionV1

Classsealednet10.0
📦 Aspire.Hosting.Kubernetes v13.5.1-preview.1.26420.4
Represents one source within a Kubernetes projected volume.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class VolumeProjectionV1
{
// ...
}
View all constructors
ConfigMapget; set
Gets or sets the ConfigMap source projected into the volume.
DownwardApiget; set
Gets or sets the Downward API source projected into the volume.
Secretget; set
Gets or sets the Secret source projected into the volume.
ServiceAccountTokenget; set
Gets or sets the service account token source projected into the volume.
View all properties