2 instantiations of EnvFromSourceV1
Aspire.Hosting.Kubernetes (2)
Extensions\ResourceExtensions.cs (2)
314
new
()
331
new
()
4 references to EnvFromSourceV1
Aspire.Hosting.Kubernetes (4)
Resources\ContainerV1.cs (1)
98
public List<
EnvFromSourceV1
> EnvFrom { get; } = [];
Resources\EphemeralContainerV1.cs (2)
101
/// Each item in the list is an instance of <see cref="
EnvFromSourceV1
"/>,
105
public List<
EnvFromSourceV1
> EnvFrom { get; } = [];
Resources\SecretEnvSourceV1.cs (1)
16
/// <seealso cref="
EnvFromSourceV1
" />