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);
146
var outputFile = Path.Combine(
OutputPath
!, "values.yaml");
147
Directory.CreateDirectory(
OutputPath
!);
166
var outputFile = Path.Combine(
OutputPath
, "Chart.yaml");
167
Directory.CreateDirectory(
OutputPath
);