18 writes to OnOutputData
Aspire.Hosting.Azure.Kubernetes (3)
AzureKubernetesEnvironmentResource.AksPipeline.cs (3)
441
OnOutputData
= line =>
525
OnOutputData
= _ => { },
822
OnOutputData
= data => stdout.AppendLine(data),
Aspire.Hosting.Kubernetes (15)
CertManagerExtensions.cs (2)
467
OnOutputData
= line => context.Logger.LogDebug("kubectl: {Line}", line),
524
OnOutputData
= line => context.Logger.LogDebug("kubectl: {Line}", line),
Deployment\DefaultHelmRunner.cs (1)
26
OnOutputData
= onOutputData ?? (_ => { }),
Deployment\HelmDeploymentEngine.cs (1)
691
OnOutputData
= output => stdoutBuilder.AppendLine(output),
KubernetesEnvironmentResource.cs (11)
1498
OnOutputData
= line => context.Logger.LogDebug("{Line}", line),
1558
OnOutputData
= _ => { },
1603
OnOutputData
= line => context.Logger.LogDebug("{Line}", line),
1694
OnOutputData
= stdout.Add,
1782
OnOutputData
= stdout.Add,
1870
OnOutputData
= stdout.Add,
1935
OnOutputData
= line => context.Logger.LogDebug("{Line}", line),
2046
OnOutputData
= stdout.Add,
2116
OnOutputData
= line => context.Logger.LogDebug("{Line}", line),
2195
OnOutputData
= _ => { },
2240
OnOutputData
= line => context.Logger.LogDebug("{Line}", line),
1 reference to OnOutputData
Aspire.Hosting.Kubernetes (1)
src\Aspire.Hosting\Dcp\Process\ProcessUtil.cs (1)
102
processSpec.
OnOutputData
?.Invoke(e.Data);