3 references to StreamTypeStartupStdOut
Aspire.Hosting (1)
Dcp\ResourceLogSource.cs (1)
38var startupStdoutStream = await kubernetesService.GetLogStreamAsync(resource, Logs.StreamTypeStartupStdOut, cancellationToken, follow: follow, timestamps: true).ConfigureAwait(false);
Aspire.Hosting.Tests (2)
Dcp\DcpExecutorTests.cs (2)
667case Logs.StreamTypeStartupStdOut: 749case Logs.StreamTypeStartupStdOut: