1 write to StandardInputContent
Aspire.Hosting.Azure.Kubernetes (1)
AzureKubernetesEnvironmentResource.AksPipeline.cs (1)
438
StandardInputContent
= manifest,
3 references to StandardInputContent
Aspire.Hosting.Azure.Kubernetes (3)
src\Aspire.Hosting\Dcp\Process\ProcessUtil.cs (3)
49
RedirectStandardInput = processSpec.
StandardInputContent
!= null,
135
if (processSpec.
StandardInputContent
!= null)
138
writer.WriteLine(processSpec.
StandardInputContent
);