Skip to content
DocsTry Aspire
DocsTry

VolumeProjectionV1 Properties

ClassProperties4 members
Represents one source within a Kubernetes projected volume.
Gets or sets the ConfigMap source projected into the volume.
public ConfigMapProjectionV1? ConfigMap { get; set; }
Gets or sets the Downward API source projected into the volume.
public DownwardApiProjectionV1? DownwardApi { get; set; }
Gets or sets the Secret source projected into the volume.
public SecretProjectionV1? Secret { get; set; }
Gets or sets the service account token source projected into the volume.
public ServiceAccountTokenProjectionV1? ServiceAccountToken { get; set; }