18 writes to OnOutputData
Aspire.Hosting.Azure.Kubernetes (3)
AzureKubernetesEnvironmentResource.AksPipeline.cs (3)
610OnOutputData = line => 694OnOutputData = _ => { }, 1027OnOutputData = data => stdout.AppendLine(data),
Aspire.Hosting.Kubernetes (15)
CertManagerExtensions.cs (2)
468OnOutputData = line => context.Logger.LogDebug("kubectl: {Line}", line), 533OnOutputData = line => context.Logger.LogDebug("kubectl: {Line}", line),
Deployment\DefaultHelmRunner.cs (1)
26OnOutputData = onOutputData ?? (_ => { }),
Deployment\HelmDeploymentEngine.cs (1)
728OnOutputData = output => stdoutBuilder.AppendLine(output),
KubernetesEnvironmentResource.cs (11)
1506OnOutputData = line => context.Logger.LogDebug("{Line}", line), 1566OnOutputData = _ => { }, 1611OnOutputData = line => context.Logger.LogDebug("{Line}", line), 1702OnOutputData = stdout.Add, 1790OnOutputData = stdout.Add, 1878OnOutputData = stdout.Add, 1943OnOutputData = line => context.Logger.LogDebug("{Line}", line), 2054OnOutputData = stdout.Add, 2124OnOutputData = line => context.Logger.LogDebug("{Line}", line), 2203OnOutputData = _ => { }, 2248OnOutputData = line => context.Logger.LogDebug("{Line}", line),
1 reference to OnOutputData
Aspire.Hosting.Kubernetes (1)
src\Aspire.Hosting\Dcp\Process\ProcessUtil.cs (1)
102processSpec.OnOutputData?.Invoke(e.Data);