18 writes to OnOutputData
Aspire.Hosting.Azure.Kubernetes (3)
AzureKubernetesEnvironmentResource.AksPipeline.cs (3)
610
OnOutputData
= line =>
694
OnOutputData
= _ => { },
1027
OnOutputData
= data => stdout.AppendLine(data),
Aspire.Hosting.Kubernetes (15)
CertManagerExtensions.cs (2)
468
OnOutputData
= line => context.Logger.LogDebug("kubectl: {Line}", line),
533
OnOutputData
= line => context.Logger.LogDebug("kubectl: {Line}", line),
Deployment\DefaultHelmRunner.cs (1)
26
OnOutputData
= onOutputData ?? (_ => { }),
Deployment\HelmDeploymentEngine.cs (1)
728
OnOutputData
= output => stdoutBuilder.AppendLine(output),
KubernetesEnvironmentResource.cs (11)
1506
OnOutputData
= line => context.Logger.LogDebug("{Line}", line),
1566
OnOutputData
= _ => { },
1611
OnOutputData
= line => context.Logger.LogDebug("{Line}", line),
1702
OnOutputData
= stdout.Add,
1790
OnOutputData
= stdout.Add,
1878
OnOutputData
= stdout.Add,
1943
OnOutputData
= line => context.Logger.LogDebug("{Line}", line),
2054
OnOutputData
= stdout.Add,
2124
OnOutputData
= line => context.Logger.LogDebug("{Line}", line),
2203
OnOutputData
= _ => { },
2248
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);