18 writes to OnOutputData
Aspire.Hosting.Azure.Kubernetes (3)
AzureKubernetesEnvironmentResource.AksPipeline.cs (3)
441OnOutputData = line => 525OnOutputData = _ => { }, 822OnOutputData = data => stdout.AppendLine(data),
Aspire.Hosting.Kubernetes (15)
CertManagerExtensions.cs (2)
467OnOutputData = line => context.Logger.LogDebug("kubectl: {Line}", line), 524OnOutputData = line => context.Logger.LogDebug("kubectl: {Line}", line),
Deployment\DefaultHelmRunner.cs (1)
26OnOutputData = onOutputData ?? (_ => { }),
Deployment\HelmDeploymentEngine.cs (1)
691OnOutputData = output => stdoutBuilder.AppendLine(output),
KubernetesEnvironmentResource.cs (11)
1498OnOutputData = line => context.Logger.LogDebug("{Line}", line), 1558OnOutputData = _ => { }, 1603OnOutputData = line => context.Logger.LogDebug("{Line}", line), 1694OnOutputData = stdout.Add, 1782OnOutputData = stdout.Add, 1870OnOutputData = stdout.Add, 1935OnOutputData = line => context.Logger.LogDebug("{Line}", line), 2046OnOutputData = stdout.Add, 2116OnOutputData = line => context.Logger.LogDebug("{Line}", line), 2195OnOutputData = _ => { }, 2240OnOutputData = 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);