7 references to OutputPath
Aspire.Hosting.Kubernetes (7)
KubernetesPublishingContext.cs (7)
55
ArgumentNullException.ThrowIfNull(
OutputPath
);
65
logger.FinishGeneratingKubernetes(
OutputPath
);
128
var templatesFolder = Path.Combine(
OutputPath
, "templates", resource.Name);
162
var outputFile = Path.Combine(
OutputPath
!, "values.yaml");
163
Directory.CreateDirectory(
OutputPath
!);
182
var outputFile = Path.Combine(
OutputPath
, "Chart.yaml");
183
Directory.CreateDirectory(
OutputPath
);