ContainerV1.EnvFrom Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a list of environment variable sources for the container. Each item allows referencing a ConfigMap or Secret to populate environment variables within the container. Environment variables defined from these sources can include an optional prefix.
[YamlDotNet.Serialization.YamlMember(Alias="envFrom")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.EnvFromSourceV1> EnvFrom { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="envFrom")>]
member this.EnvFrom : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.EnvFromSourceV1>
Public ReadOnly Property EnvFrom As List(Of EnvFromSourceV1)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute