3 writes to Arguments
Aspire.Hosting.Azure.Kubernetes (3)
AzureKubernetesEnvironmentResource.AksPipeline.cs (3)
437
Arguments
= applyArgs,
522
Arguments
= $"get gatewayclass azure-alb-external --kubeconfig \"{kubeConfigPath}\" --no-headers",
821
Arguments
= arguments,
4 references to Arguments
Aspire.Hosting.Azure.Kubernetes (4)
src\Aspire.Hosting\Dcp\Process\ProcessUtil.cs (4)
24
if (processSpec.
Arguments
is not null && processSpec.ArgumentList is not null)
26
throw new ArgumentException($"Specify either {nameof(ProcessSpec.
Arguments
)} or {nameof(ProcessSpec.ArgumentList)}, not both.", nameof(processSpec));
46
Arguments = processSpec.
Arguments
?? string.Empty,
186
return processSpec.
Arguments
?? string.Join(" ", processSpec.ArgumentList?.Select(FormatProcessArgumentForDisplay) ?? []);