EphemeralContainerV1.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. Environment variables can be populated using ConfigMap or Secret objects. Each item in the list is an instance of EnvFromSourceV1, which specifies the source of the environment variables and an optional prefix to prepend to this container's environment variables.
[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