18 writes to Arguments
Aspire.Hosting.Azure.Kubernetes (3)
AzureKubernetesEnvironmentResource.AksPipeline.cs (3)
606
Arguments
= applyArgs,
691
Arguments
= $"get gatewayclass azure-alb-external --kubeconfig \"{kubeConfigPath}\" --no-headers",
1026
Arguments
= arguments,
Aspire.Hosting.Kubernetes (15)
CertManagerExtensions.cs (2)
465
Arguments
= args.ToString(),
530
Arguments
= args.ToString(),
Deployment\DefaultHelmRunner.cs (1)
22
Arguments
= arguments,
Deployment\HelmDeploymentEngine.cs (1)
725
Arguments
= arguments,
KubernetesEnvironmentResource.cs (11)
1503
Arguments
= patchArgs,
1563
Arguments
= checkArgs,
1608
Arguments
= createArgs,
1699
Arguments
= getArgs,
1787
Arguments
= getArgs,
1875
Arguments
= getArgs,
1940
Arguments
= patchArgs,
2051
Arguments
= getArgs,
2121
Arguments
= applyArgs,
2200
Arguments
= checkArgs,
2245
Arguments
= createArgs,
4 references to Arguments
Aspire.Hosting.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) ?? []);