18 writes to Arguments
Aspire.Hosting.Azure.Kubernetes (3)
AzureKubernetesEnvironmentResource.AksPipeline.cs (3)
606Arguments = applyArgs, 691Arguments = $"get gatewayclass azure-alb-external --kubeconfig \"{kubeConfigPath}\" --no-headers", 1026Arguments = arguments,
Aspire.Hosting.Kubernetes (15)
CertManagerExtensions.cs (2)
465Arguments = args.ToString(), 530Arguments = args.ToString(),
Deployment\DefaultHelmRunner.cs (1)
22Arguments = arguments,
Deployment\HelmDeploymentEngine.cs (1)
725Arguments = arguments,
KubernetesEnvironmentResource.cs (11)
1503Arguments = patchArgs, 1563Arguments = checkArgs, 1608Arguments = createArgs, 1699Arguments = getArgs, 1787Arguments = getArgs, 1875Arguments = getArgs, 1940Arguments = patchArgs, 2051Arguments = getArgs, 2121Arguments = applyArgs, 2200Arguments = checkArgs, 2245Arguments = createArgs,
4 references to Arguments
Aspire.Hosting.Kubernetes (4)
src\Aspire.Hosting\Dcp\Process\ProcessUtil.cs (4)
24if (processSpec.Arguments is not null && processSpec.ArgumentList is not null) 26throw new ArgumentException($"Specify either {nameof(ProcessSpec.Arguments)} or {nameof(ProcessSpec.ArgumentList)}, not both.", nameof(processSpec)); 46Arguments = processSpec.Arguments ?? string.Empty, 186return processSpec.Arguments ?? string.Join(" ", processSpec.ArgumentList?.Select(FormatProcessArgumentForDisplay) ?? []);