# EnvFromSourceV1 Constructors

- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Type: [EnvFromSourceV1](/reference/api/csharp/aspire.hosting.kubernetes/envfromsourcev1.md)
- Kind: `Constructors`
- Members: `1`

EnvFromSourceV1 represents an environment variable source used to populate environment variables in a container.

## EnvFromSourceV1

- Name: `Constructor`

```csharp
public sealed class EnvFromSourceV1
{
    public EnvFromSourceV1()
    {
        // ...
    }
}
```
