2 writes to EnvironmentVariableName
Aspire.Hosting (1)
VolumeResourceBuilderExtensions.cs (1)
92
EnvironmentVariableName
= env,
Aspire.Hosting.Kubernetes (1)
KubernetesPersistentVolumeExtensions.cs (1)
433
EnvironmentVariableName
= env,
4 references to EnvironmentVariableName
Aspire.Hosting (2)
ApplicationModel\VolumeMountBindingAnnotation.cs (2)
20
/// <see cref="
EnvironmentVariableName
"/> records that the workload reads the effective storage path from
145
$"'{
EnvironmentVariableName
}', but compute environment '{environment.Name}' does not support volume " +
Aspire.Hosting.Kubernetes (2)
KubernetesEnvironmentExtensions.cs (2)
217
item.
EnvironmentVariableName
is not null &&
219
?.
EnvironmentVariableName
;