Skip to content
Docs Try Aspire

EnvVarSourceV1 Constructors

Class Constructors 1 member
EnvVarSourceV1 represents a source for an environment variable value in a Kubernetes resource. It provides multiple options to derive the value of an environment variable, such as from a specific key in a ConfigMap, a field reference within the resource, a resource field (e.g., CPU or memory usage), or a specific key in a Secret.
public sealed class EnvVarSourceV1
{
public EnvVarSourceV1()
{
// ...
}
}