VolumeProjectionV1
Classsealednet10.0
Represents one source within a Kubernetes projected volume.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class VolumeProjectionV1{ // ...}5 members
Remarks
Section titled Remarks Kubernetes requires exactly one of
VolumeProjectionV1.ConfigMap, VolumeProjectionV1.DownwardApi, VolumeProjectionV1.Secret, or VolumeProjectionV1.ServiceAccountToken to be set for each projection. Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesConfigMapget; 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.